server/src/kernel
2014-11-08 22:55:07 +01:00
..
alliance.c make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
alliance.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
ally.c
ally.h
ally.test.c
build.c fix remaining getstrtoken uses without null-check. 2014-09-21 16:43:17 +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
building.test.c
calendar.c
calendar.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 fix astral space special direction, vortex (translation issue). 2014-09-29 21:19:07 +02:00
config.h fix astral space special direction, vortex (translation issue). 2014-09-29 21:19:07 +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
equipment.h
equipment.test.c
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 peasant blood should not have ill effects on non-demon units that are empty. 2014-08-28 20:01:37 +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 fix a crash when missing a token 2014-11-08 22:55:07 +01:00
magic.h
magic.test.c
messages.c support for itoab with smaller bases and larger numbers. 2014-09-29 18:32:12 +02:00
messages.h rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
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 cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
plane.h cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
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 refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
region.h refactoring: special directions into their own file (vortex.c). 2014-08-27 21:30:24 +02:00
render.h
resources.c
resources.h
save.c Merge branch 'version-3-2' 2014-09-02 09:26:59 +02:00
save.h
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
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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
terrain.c
terrain.h
terrainid.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
types.h
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 In the game, there is only ever one special direction, and it is for the astral space. 2014-08-28 19:50:38 +02:00
xmlreader.h remove old gamecode-diabling logic 2014-06-07 10:36:50 -07:00