Enno Rehling
|
3a03579a65
|
rename set_origin/get_origin into faction.c, remove argument from adjust_coordinates. add test for bug 2070.
|
2015-05-19 08:27:16 +02:00 |
|
Enno Rehling
|
d0f8825240
|
use the syntax_error function where appropriate.
fix bug w. releasing message too soon.
|
2015-05-18 11:34:52 +02:00 |
|
Enno Rehling
|
8e5fc28bfc
|
refactoring more of goodies.h into strings.h
|
2015-05-18 08:59:38 +02:00 |
|
Enno Rehling
|
053adda3b4
|
Merge pull request #193 from badgerman/feature-gmtool-upgrades
misc gmtool upgrades
|
2015-05-17 17:57:46 +02:00 |
|
Enno Rehling
|
70eda58604
|
Merge branch 'develop' of github.com:eressea/server into develop
Conflicts:
src/CMakeLists.txt
|
2015-05-17 17:52:41 +02:00 |
|
Enno Rehling
|
9418051cd3
|
make gcc warn about signed/unsigned comparisons, just like Visual Studio does
|
2015-05-16 22:35:07 +02:00 |
|
Enno Rehling
|
df325b243a
|
enable stricter conversion checking for gcc < 4.9, fix code
|
2015-05-15 20:35:36 +02:00 |
|
Enno Rehling
|
dd8449783a
|
converting float->double in a lot of the code to prevent -Wconversion messages
|
2015-05-15 19:08:44 +02:00 |
|
Enno Rehling
|
eac4ef7ddc
|
reduce conversion warning to float only
|
2015-05-15 13:32:22 +02:00 |
|
Enno Rehling
|
c5a6f5bd03
|
fix -Wconversion in reports.c, json.c
|
2015-05-15 11:19:26 +02:00 |
|
Enno Rehling
|
1dc516ab50
|
reduce warning level on oldterrain() log, warn from caller (json_report) instead.
|
2015-05-15 07:59:06 +02:00 |
|
Enno Rehling
|
9b9e038438
|
press F3 to save game in editor.
|
2015-05-12 17:18:51 -07:00 |
|
Enno Rehling
|
3574d4a0b9
|
fix a Visual Studio /Wall warning
|
2015-05-12 00:12:58 -07:00 |
|
Enno Rehling
|
bf5fae2ef5
|
Fix visual studio compilation for Solthar's curse changes (float/int conversions, uninitialized variable).
|
2015-05-11 23:54:21 -07:00 |
|
Enno Rehling
|
a4de46dab5
|
Merge pull request #181 from stm2/missing_curse_name
fix crash of Analyze Magic (mantis bug 2099)
|
2015-05-10 19:49:57 -07:00 |
|
Enno Rehling
|
7f1ee527d9
|
Merge pull request #186 from badgerman/develop
newplayer script updates, small gmtool fixes
|
2015-05-10 14:05:39 -07:00 |
|
Enno Rehling
|
628af4f6ad
|
Merge pull request #182 from stm2/dreams_fix
refactoring + tests for good/bad dreams
|
2015-05-08 09:37:22 -07:00 |
|
Steffen Mecke
|
2d27442681
|
apply possible number of racial attacks consequently
|
2015-05-08 13:02:54 +02:00 |
|
Steffen Mecke
|
d9f8479055
|
removed duplication in good/bad dreams code
|
2015-05-07 17:54:59 +02:00 |
|
Steffen Mecke
|
dedf9f2009
|
clear CURSE_ISNEW explicitly in age(), not implicitly in write/read
|
2015-05-07 17:51:43 +02:00 |
|
Steffen Mecke
|
231f9bb39a
|
check for existence of spell descriptions
|
2015-05-07 13:31:19 +02:00 |
|
Steffen Mecke
|
b41049da53
|
test good/bad dreams
|
2015-05-06 18:15:10 +02:00 |
|
Enno Rehling
|
03084a7ee7
|
set_origin: renaming German function name to English, add a simple test for it.
|
2015-05-05 09:47:44 -07:00 |
|
Steffen Mecke
|
79d2c76c3f
|
refining spy tests
|
2015-05-04 14:30:59 +02:00 |
|
Steffen Mecke
|
d4aa6e834e
|
check for number of arguments as good as possible and cleaning up test
|
2015-05-04 14:30:59 +02:00 |
|
Steffen Mecke
|
2cc8c1f871
|
trying to solve spy message bug #1604
Conflicts:
src/kernel/CMakeLists.txt
|
2015-05-04 14:30:59 +02:00 |
|
Enno Rehling
|
30e4dc6cdc
|
Fix keepitem flag in XML ("Menschen geben nichts ab")
|
2015-04-22 12:33:55 +02:00 |
|
Enno Rehling
|
88d370a7b8
|
fixing sea serpent names
https://bugs.eressea.de/view.php?id=2057
|
2015-04-21 12:35:39 +02:00 |
|
Enno Rehling
|
d2fbdec831
|
re-enable disabled tests for E2, add test for FOLLOW.
|
2015-04-20 15:07:10 +02:00 |
|
Enno Rehling
|
f06e3371a0
|
Bug 2089 again. rename giveitem flag to keepitem, because races should default to not holding on to their stuff.
|
2015-04-19 12:49:39 +02:00 |
|
Enno Rehling
|
71d0558403
|
Bug 2089: remove the giveitem restriction from all races.
https://bugs.eressea.de/view.php?id=2089
|
2015-04-19 09:49:52 +02:00 |
|
Enno Rehling
|
6e9fca5e2f
|
allow version.h to declare a future version that is compatible with the current code as MAX_VERSION that save.c will accept.
|
2015-04-19 08:36:15 +02:00 |
|
Enno Rehling
|
ae9fb399f3
|
unit tests walkingcapacity, configurable trollbelt effect
|
2015-04-14 02:32:01 +02:00 |
|
Enno Rehling
|
9664f2b191
|
Implement an optional JSON report writer. Currently writes readable maps for Tiled.
|
2015-03-29 14:03:56 +02:00 |
|
Enno Rehling
|
4ce2429276
|
fix keyword-buffer overflow
|
2015-03-04 22:19:11 +01:00 |
|
Enno Rehling
|
1ec7a68b07
|
fix terrible code to avoid gcc 4.9 warning
|
2015-03-02 23:12:02 +01:00 |
|
Steffen Mecke
|
d416a8eef1
|
fix NAME FOREIGN UNIT
RENAME FOREIGN UNIT used a somewhat naive approach to check if a
unit still had its generic name. Fixed that.
|
2015-02-11 23:10:43 +01:00 |
|
Steffen Mecke
|
a31898ceb5
|
fix bug in generic_name, minor improvements
Amusingly, names::generic_name used u->no instead of u->number to determine
singular or plural.
|
2015-02-11 23:10:27 +01:00 |
|
Enno Rehling
|
83e610ee03
|
Fixing bug 1802 again, CR contains no Monster names.
|
2015-02-11 07:57:38 +01:00 |
|
Enno Rehling
|
e0cb2c9332
|
add a test for json configuration leaving the ship alone if it has no data.
|
2015-02-03 17:13:30 +01:00 |
|
Enno Rehling
|
605711c13a
|
constructor st_get_or_create sets ship_type to default values
xmlreader does not mess with values already set.
|
2015-02-03 17:10:29 +01:00 |
|
Enno Rehling
|
a4e6f4874c
|
building type construction is in bt_get_or_create, and only there.
+ not in jsonconf
+ not in xmlreader (no test for this)
|
2015-02-02 19:52:24 +01:00 |
|
Enno Rehling
|
c54cbfd472
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
|
Enno Rehling
|
a97a7bbf1d
|
Merge branch 'master' of github.com:eressea/server
Conflicts:
src/kernel/item.test.c
|
2015-01-30 20:44:42 +01:00 |
|
Enno Rehling
|
abca25d1d5
|
fix indentation in every file
fix copyright date
remove vi ts=2 code
remove a couple of superfluous extern declarations
|
2015-01-30 20:37:14 +01:00 |
|
Enno Rehling
|
c3ed521d4f
|
Merge branch 'version-3-4' of https://github.com/badgerman/eressea into badgerman-version-3-4
Conflicts:
src/laws.c
|
2015-01-29 18:03:21 +01:00 |
|
Enno Rehling
|
dadf7734a5
|
set defaults in the race constructor, add test.
|
2015-01-15 17:17:58 +01:00 |
|
Enno Rehling
|
490782e750
|
add some simple tests for messages, prior to any refactorings.
|
2015-01-15 16:40:19 +01:00 |
|
Enno Rehling
|
6fb23af66a
|
test that ships are encumbered by money. define money in XML, not just in code.
|
2015-01-14 17:56:12 +01:00 |
|
Enno Rehling
|
468882f974
|
test that money has weight, add weight in init_resources (TODO: use the config files).
|
2015-01-14 07:46:42 +01:00 |
|