server/src/kernel
Enno Rehling a9a0455207 reorganized directory structure.
flattening the directory structure, moving some modules to the src/ directory.
making stealth a separate file, under test.
more tests for some stuff.
2014-08-27 06:40:35 +02:00
..
alliance.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
alliance.h
ally.c
ally.h
ally.test.c
build.c adding more tests. 2014-08-26 20:06:49 +02:00
build.h simple tests for build(). 2014-08-24 17:09:32 +02:00
build.test.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
building.c Merge branch 'Feature-1865' of github.com:CTD1/eressea-server-bugfixing into CTD1-Feature-1865 2014-08-13 19:44:57 +02:00
building.h rewrite of the Lua module system. 2014-07-26 22:52:25 +02:00
building.test.c
calendar.c
calendar.h
CMakeLists.txt reorganized directory structure. 2014-08-27 06:40:35 +02:00
command.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
command.h
config.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
config.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
config.test.c
connection.c MSVC: compile cleanly with level 4 warnings 2014-08-14 19:39:45 +02:00
connection.h MSVC: compile cleanly with level 4 warnings 2014-08-14 19:39:45 +02:00
curse.c
curse.h
curse.test.c
equipment.c code review changes 2014-07-24 08:04:30 +02:00
equipment.h
equipment.test.c rt_register is no longer required, new_resourcetype replaced by rt_get_or_create. 2014-06-29 17:02:45 -07:00
faction.c make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
faction.h added a test for addfaction. 2014-08-20 23:42:33 +02:00
faction.test.c added a test for addfaction. 2014-08-20 23:42:33 +02:00
group.c
group.h
item.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
item.h replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
item.test.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
jsonconf.c preview script and logging cleanup 2014-08-11 12:04:12 +02:00
jsonconf.h
jsonconf.test.c make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
magic.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
magic.h
magic.test.c
messages.c
messages.h
objtypes.h
order.c Merge branch 'version-3-1' 2014-08-24 00:30:12 +02:00
order.h make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
order.test.c remove unused static function, fix missing include for gcc. 2014-08-23 09:21:40 +02:00
pathfinder.c
pathfinder.h
plane.c
plane.h
pool.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
pool.h
pool.test.c
race.c fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
race.h make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
race.test.c make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
region.c make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
region.h make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
render.h
resources.c
resources.h make tests pass through valgrind 2014-06-26 21:48:01 -07:00
save.c fix a bug in the escape_string function. 2014-08-24 23:58:31 +02:00
save.h save game id in the data file, not name of XML file 2014-07-23 11:54:51 +02:00
save.test.c add the build number to saves. 2014-08-14 05:06:36 +02:00
ship.c
ship.h
ship.test.c
skills.c make race::_name a string, not an array of strings. add a test for rc_name. 2014-08-24 23:58:29 +02:00
skills.h make tests pass through valgrind 2014-06-26 21:48:01 -07:00
spell.c
spell.h
spell.test.c
spellbook.c
spellbook.h
spellbook.test.c
spellid.h
teleport.c eliminate new_race array in favor of a function (TODO: make it fast) 2014-06-29 18:10:02 -07:00
teleport.h
terrain.c
terrain.h
terrainid.h
types.h eliminate new_race array in favor of a function (TODO: make it fast) 2014-06-29 18:10:02 -07:00
unit.c reorganized directory structure. 2014-08-27 06:40:35 +02:00
unit.h reorganized directory structure. 2014-08-27 06:40:35 +02:00
unit.test.c adding more tests. 2014-08-26 20:06:49 +02:00
version.h add the build number to saves. 2014-08-14 05:06:36 +02:00
xmlreader.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
xmlreader.h