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 changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
ally.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
ally.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
ally.test.c rename test files. 2014-06-16 08:01:59 -07:00
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 rename test files. 2014-06-16 08:01:59 -07:00
calendar.c update cmake to compile without sqlite3, curses or libxml2 installed. 2014-06-11 20:30:34 -07:00
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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 add tests for get_param functions 2014-06-25 07:22:39 -07:00
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 switch remaining flags from unsigned to int. 2014-06-18 20:53:06 -07:00
curse.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
curse.test.c rename test files. 2014-06-16 08:01:59 -07:00
equipment.c code review changes 2014-07-24 08:04:30 +02:00
equipment.h move skill_t into a separate file, give it unit tests. 2014-06-20 23:59:04 -07:00
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 rename MIN/MAX to _min/_max 2014-03-16 05:03:17 +01:00
group.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 json config files, beginning with races 2014-06-07 22:17:48 -07:00
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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
magic.test.c rt_find -> get_resourcetype optimization 2014-06-24 08:19:11 -07:00
messages.c rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07: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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
pathfinder.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
plane.c I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
plane.h changing unsigned flags to regular ints 2014-05-10 18:57:04 +02:00
pool.c replace resource_type::_name array with a single string. 2014-08-24 23:58:30 +02:00
pool.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
pool.test.c move skill_t into a separate file, give it unit tests. 2014-06-20 23:59:04 -07:00
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 rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/ 2014-06-09 09:56:49 -07:00
resources.c removing some naming conflicts that hapen when trying to re-enable amalgamation builds. 2014-04-11 19:41:17 -07:00
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 read ships from config file (only very basic) and create them in a lua test. 2014-06-13 08:28:33 -07:00
ship.h keyword_t and direction_t are moving into their own module. 2014-06-15 18:34:39 -07:00
ship.test.c rename test files. 2014-06-16 08:01:59 -07:00
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 use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
spell.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
spell.test.c rename test files. 2014-06-16 08:01:59 -07:00
spellbook.c use cmake for autoconf, slim down platform.h 2014-03-15 19:29:11 +01:00
spellbook.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
spellbook.test.c rename test files. 2014-06-16 08:01:59 -07:00
spellid.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 fix missing locales initialization 2014-06-15 21:19:47 -07:00
terrain.h finally have all the scaffolding to write a test with ships. 2014-06-16 22:19:19 -07:00
terrainid.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
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 remove old gamecode-diabling logic 2014-06-07 10:36:50 -07:00