server/src/kernel
2015-08-20 12:13:09 +02:00
..
alliance.c fix indentation in every file 2015-01-30 20:37:14 +01:00
alliance.h fix copyright notice 2015-01-30 22:10:29 +01:00
alliance.test.c remove a faction from its alliance when it is dead. 2015-06-21 17:49:22 +02:00
ally.c fix gcc build, ebable new test. 2014-10-31 16:51:57 +01:00
ally.h fix copyright notice 2015-01-30 22:10:29 +01:00
ally.test.c fix gcc build, ebable new test. 2014-10-31 16:51:57 +01:00
build.c fix copyright notice 2015-01-30 22:10:29 +01:00
build.h fix copyright notice 2015-01-30 22:10:29 +01:00
build.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
building.c building type construction is in bt_get_or_create, and only there. 2015-02-02 19:52:24 +01:00
building.h fix copyright notice 2015-01-30 22:10:29 +01:00
building.test.c constructor st_get_or_create sets ship_type to default values 2015-02-03 17:10:29 +01:00
calendar.c fix indentation in every file 2015-01-30 20:37:14 +01:00
calendar.h fix indentation in every file 2015-01-30 20:37:14 +01:00
CMakeLists.txt refining spy tests 2015-05-04 14:30:59 +02:00
command.c fix indentation in every file 2015-01-30 20:37:14 +01:00
command.h fix indentation in every file 2015-01-30 20:37:14 +01:00
config.c add some assertions to make sure update_gbdream is not called without a magician 2015-08-02 21:17:21 +02:00
config.h unit tests walkingcapacity, configurable trollbelt effect 2015-04-14 02:32:01 +02:00
config.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
connection.c fix copyright notice 2015-01-30 22:10:29 +01:00
connection.h fix copyright notice 2015-01-30 22:10:29 +01:00
curse.c fix a Visual Studio /Wall warning 2015-05-12 00:12:58 -07:00
curse.h clear CURSE_ISNEW explicitly in age(), not implicitly in write/read 2015-05-07 17:51:43 +02:00
curse.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
equipment.c fix copyright notice 2015-01-30 22:10:29 +01:00
equipment.h fix copyright notice 2015-01-30 22:10:29 +01:00
equipment.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
faction.c remove a faction from its alliance when it is dead. 2015-06-21 17:49:22 +02:00
faction.h fix copyright notice 2015-01-30 22:10:29 +01:00
faction.test.c eliminate unused variable. 2015-06-21 17:54:39 +02:00
group.c fix copyright notice 2015-01-30 22:10:29 +01:00
group.h fix copyright notice 2015-01-30 22:10:29 +01:00
group.test.c clean up data files after tests are finished. 2014-11-04 08:06:46 +01:00
item.c fix copyright notice 2015-01-30 22:10:29 +01:00
item.h fix copyright notice 2015-01-30 22:10:29 +01:00
item.test.c Merge branch 'master' of github.com:eressea/server 2015-01-30 20:44:42 +01:00
jsonconf.c 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
jsonconf.h fix indentation in every file 2015-01-30 20:37:14 +01:00
jsonconf.test.c 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
messages.c check for number of arguments as good as possible and cleaning up test 2015-05-04 14:30:59 +02:00
messages.h fix copyright notice 2015-01-30 22:10:29 +01:00
messages.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
objtypes.h fix copyright notice 2015-01-30 22:10:29 +01:00
order.c re-enable disabled tests for E2, add test for FOLLOW. 2015-04-20 15:07:10 +02:00
order.h fix indentation in every file 2015-01-30 20:37:14 +01:00
order.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
pathfinder.c fix copyright notice 2015-01-30 22:10:29 +01:00
pathfinder.h fix copyright notice 2015-01-30 22:10:29 +01:00
plane.c set_origin: renaming German function name to English, add a simple test for it. 2015-05-05 09:47:44 -07:00
plane.h set_origin: renaming German function name to English, add a simple test for it. 2015-05-05 09:47:44 -07:00
pool.c 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
pool.h fix copyright notice 2015-01-30 22:10:29 +01:00
pool.test.c fix escape_string mmeory corruption error. 2014-12-12 11:28:37 +01:00
race.c apply possible number of racial attacks consequently 2015-05-08 13:02:54 +02:00
race.h apply possible number of racial attacks consequently 2015-05-08 13:02:54 +02:00
race.test.c set defaults in the race constructor, add test. 2015-01-15 17:17:58 +01:00
region.c fix terrible code to avoid gcc 4.9 warning 2015-03-02 23:12:02 +01:00
region.h fix copyright notice 2015-01-30 22:10:29 +01:00
render.h fix copyright notice 2015-01-30 22:10:29 +01:00
resources.c fix indentation in every file 2015-01-30 20:37:14 +01:00
resources.h fix indentation in every file 2015-01-30 20:37:14 +01:00
save.c repair spellbooks that broke in E3 and E4 (temporary measure, remember to remove this code). 2015-08-20 12:13:09 +02:00
save.h fix copyright notice 2015-01-30 22:10:29 +01:00
save.test.c make tests more valgrind-friendly by not leaking memory 2014-12-12 11:32:12 +01:00
ship.c constructor st_get_or_create sets ship_type to default values 2015-02-03 17:10:29 +01:00
ship.h constructor st_get_or_create sets ship_type to default values 2015-02-03 17:10:29 +01:00
ship.test.c constructor st_get_or_create sets ship_type to default values 2015-02-03 17:10:29 +01:00
skills.c fix copyright notice 2015-01-30 22:10:29 +01:00
skills.h fix indentation in every file 2015-01-30 20:37:14 +01:00
spell.c fix copyright notice 2015-01-30 22:10:29 +01:00
spell.h fix copyright notice 2015-01-30 22:10:29 +01:00
spell.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
spellbook.c fix indentation in every file 2015-01-30 20:37:14 +01:00
spellbook.h fix copyright notice 2015-01-30 22:10:29 +01:00
spellbook.test.c fix indentation in every file 2015-01-30 20:37:14 +01:00
spellid.h fix indentation in every file 2015-01-30 20:37:14 +01:00
teleport.c fix copyright notice 2015-01-30 22:10:29 +01:00
teleport.h fix copyright notice 2015-01-30 22:10:29 +01:00
terrain.c Implement an optional JSON report writer. Currently writes readable maps for Tiled. 2015-03-29 14:03:56 +02:00
terrain.h fix copyright notice 2015-01-30 22:10:29 +01:00
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 eliminate update_gbdream completely, make code smaller and simpler. 2015-08-02 23:16:41 +02:00
unit.h fix NAME FOREIGN UNIT 2015-02-11 23:10:43 +01:00
unit.test.c test good/bad dreams 2015-05-06 18:15:10 +02:00
version.h save the faction.max_spelllevel in the data file, do not recalculate it each time. 2015-08-19 19:43:47 +02:00
xmlreader.c apply possible number of racial attacks consequently 2015-05-08 13:02:54 +02:00
xmlreader.h fix indentation in every file 2015-01-30 20:37:14 +01:00