server/src/kernel
Enno Rehling 816243d2d7 magicians can always identify their own curse-effects.
magic-resistance on a building is always visible to anybody, just like it is on units.
2015-08-07 15:52:10 +02:00
..
CMakeLists.txt refining spy tests 2015-05-04 14:30:59 +02:00
alliance.c
alliance.h
alliance.test.c remove a faction from its alliance when it is dead. 2015-06-21 17:49:22 +02:00
ally.c
ally.h
ally.test.c
build.c repair update_long_order and K_DESTROY handling according to discussion in https://bugs.eressea.de/view.php?id=2080 2015-08-04 22:47:55 +02:00
build.h
build.test.c fix build_building tests, require an order argument. 2015-05-21 11:52:31 +02:00
building.c
building.h
building.test.c
calendar.c
calendar.h
command.c
command.h
config.c backfill missing tests for ally_cmd 2015-08-05 12:19:17 +02:00
config.h backfill missing tests for ally_cmd 2015-08-05 12:19:17 +02:00
config.test.c
connection.c
connection.h
curse.c magicians can always identify their own curse-effects. 2015-08-07 15:52:10 +02:00
curse.h magicians can always identify their own curse-effects. 2015-08-07 15:52:10 +02:00
curse.test.c fix memstream-based tests, new storage submodule. 2015-05-31 11:03:44 +02:00
equipment.c enable stricter conversion checking for gcc < 4.9, fix code 2015-05-15 20:35:36 +02:00
equipment.h
equipment.test.c
faction.c Merge branch 'master' into develop 2015-06-21 18:32:10 +02:00
faction.h 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
faction.test.c Merge branch 'master' into develop 2015-06-21 18:32:10 +02:00
group.c
group.h
group.test.c
item.c Update to latest submodules, fix iniparser and critbit. 2015-07-12 10:38:01 +02:00
item.h
item.test.c
jsonconf.c enhanced ship speed for selected ships (currently none). 2015-08-07 12:51:20 +02:00
jsonconf.h
jsonconf.test.c enhanced ship speed for selected ships (currently none). 2015-08-07 12:51:20 +02:00
messages.c backfill missing tests for ally_cmd 2015-08-05 12:19:17 +02:00
messages.h reduce conversion warning to float only 2015-05-15 13:32:22 +02:00
messages.test.c
objtypes.h
order.c Merge pull request #7 from ennorehling/feature/bug-2101-study-teach-testing 2015-08-06 17:05:32 +02:00
order.h repair update_long_order and K_DESTROY handling according to discussion in https://bugs.eressea.de/view.php?id=2080 2015-08-04 22:47:55 +02:00
order.test.c fix build_building tests, require an order argument. 2015-05-21 11:52:31 +02:00
pathfinder.c
pathfinder.h
plane.c merge feature/test-cleanup 2015-07-01 21:24:44 +02:00
plane.h 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
pool.c Bug 2115: fix cerrdor -> cerddor spelling errors. 2015-07-07 20:30:34 +02:00
pool.h
pool.test.c
race.c bug 2069: not all E3 magic schools have a familiar. 2015-07-02 09:49:51 +02:00
race.h Merge branch 'develop' into feature/bug-1588-magicpower-limit 2015-08-06 19:16:05 +02:00
race.test.c
region.c Merge branch 'hotfix-3.4.1' into feature/travis-migration 2015-07-12 04:12:32 +02:00
region.h converting float->double in a lot of the code to prevent -Wconversion messages 2015-05-15 19:08:44 +02:00
render.h
resources.c
resources.h
save.c repair update_long_order and K_DESTROY handling according to discussion in https://bugs.eressea.de/view.php?id=2080 2015-08-04 22:47:55 +02:00
save.h press F3 to save game in editor. 2015-05-12 17:18:51 -07:00
save.test.c press F3 to save game in editor. 2015-05-12 17:18:51 -07:00
ship.c test bonus for new ship-speed rules (WIP). 2015-08-07 13:03:19 +02:00
ship.h get_captain is wrong, the rules say the captain is the FIRST unit in the ship, which I believe means ship_owner, not best skill. 2015-08-07 13:07:45 +02:00
ship.test.c get_captain is wrong, the rules say the captain is the FIRST unit in the ship, which I believe means ship_owner, not best skill. 2015-08-07 13:07:45 +02:00
skills.c
skills.h fix -Wconversion in reports.c, json.c 2015-05-15 11:19:26 +02:00
spell.c Bug 2115: fix cerrdor -> cerddor spelling errors. 2015-07-07 20:30:34 +02:00
spell.h
spell.test.c
spellbook.c
spellbook.h
spellbook.test.c
teleport.c
teleport.h
terrain.c resize buffer in eval_command, it was too small for many commands. 2015-08-06 16:52:24 +02:00
terrain.h
terrainid.h Implement an optional JSON report writer. Currently writes readable maps for Tiled. 2015-03-29 14:03:56 +02:00
types.h Implement an optional JSON report writer. Currently writes readable maps for Tiled. 2015-03-29 14:03:56 +02:00
unit.c refactoring ship speed, extract total skills of sailors into a function. 2015-08-07 12:43:18 +02:00
unit.h fix missing units from CR, add a test, partially convert from FILE* to stream 2015-08-05 14:45:46 +02:00
unit.test.c test good/bad dreams 2015-05-06 18:15:10 +02:00
version.h clear CURSE_ISNEW explicitly in age(), not implicitly in write/read 2015-05-07 17:51:43 +02:00
xmlreader.c enhanced ship speed for selected ships (currently none). 2015-08-07 12:51:20 +02:00
xmlreader.h