server/src/kernel
Enno Rehling 4bb65873da shipspeed should be in ship.c, not in config.c 2014-12-25 18:16:24 +01:00
..
CMakeLists.txt retrofit tests for alliances. 2014-12-09 14:43:11 +01:00
alliance.c retrofit tests for alliances. 2014-12-09 14:43:11 +01:00
alliance.h retrofit tests for alliances. 2014-12-09 14:43:11 +01:00
alliance.test.c retrofit tests for alliances. 2014-12-09 14:43:11 +01:00
ally.c fix gcc build, ebable new test. 2014-10-31 16:51:57 +01:00
ally.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
ally.test.c fix gcc build, ebable new test. 2014-10-31 16:51:57 +01:00
build.c rename to gettoken, use more widely, add a basic test. 2014-12-22 16:28:17 +01: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 added a test: region owners can set PAY NOT <id> for empty buildings if they are in region_owner_pay_building. 2014-12-17 21:31:02 +01:00
building.h rewrite of the Lua module system. 2014-07-26 22:52:25 +02:00
building.test.c move magic out of kernel, into src. 2014-11-01 12:57:01 +01: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
command.c rename to gettoken, use more widely, add a basic test. 2014-12-22 16:28:17 +01:00
command.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
config.c shipspeed should be in ship.c, not in config.c 2014-12-25 18:16:24 +01:00
config.h shipspeed should be in ship.c, not in config.c 2014-12-25 18:16:24 +01:00
config.test.c add simple tests for pay_cmd. 2014-12-17 20:00:55 +01:00
connection.c MSVC: compile cleanly with level 4 warnings 2014-08-14 19:39:45 +02:00
connection.h fix gcc build, forward-declare structs in the header. 2014-11-01 13:10:22 +01:00
curse.c remove even more obsolete datafile version support. 2014-12-12 23:00:30 +01:00
curse.h refactor and kill dead code. 2014-10-18 18:37:44 +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 fix gcc build, forward-declare structs in the header. 2014-11-01 13:10:22 +01:00
equipment.test.c move magic out of kernel, into src. 2014-11-01 12:57:01 +01:00
faction.c more getstrtoken() removal. 2014-12-22 14:34:14 +01:00
faction.h more getstrtoken() removal. 2014-12-22 14:34:14 +01:00
faction.test.c refactoring: move all monster-related code into monster.c 2014-11-11 16:53:56 +01:00
group.c Merge pull request #67 from badgerman/version-cleanup 2014-12-13 13:26:23 +01:00
group.h bug 2041: group alliances are lost. 2014-11-03 18:10:05 +01:00
group.test.c clean up data files after tests are finished. 2014-11-04 08:06:46 +01:00
item.c fix escape_string mmeory corruption error. 2014-12-12 11:28:37 +01:00
item.h fix escape_string mmeory corruption error. 2014-12-12 11:28:37 +01:00
item.test.c remove the R_UNIT resource. 2014-12-11 23:24:00 +01:00
jsonconf.c read keywords from json configuration, use German imperative forms. 2014-10-29 19:40:09 +01:00
jsonconf.h read keywords from json configuration, use German imperative forms. 2014-10-29 19:40:09 +01:00
jsonconf.test.c make tests more valgrind-friendly by not leaking memory 2014-12-12 11:13:25 +01:00
messages.c test giving men to other faction. 2014-12-10 21:17:00 +01:00
messages.h test giving men to other faction. 2014-12-10 21:17:00 +01:00
objtypes.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
order.c Zerstöre als langer Befehl 2014-12-23 15:53:28 +01:00
order.h make getstrtoken() return null at EOL, kill init_tokens. 2014-08-23 09:17:58 +02:00
order.test.c start to get rid of getstrtoken(), which uses an internal static buffer and causes horrible bugs when called multiple times. 2014-12-22 14:21:24 +01: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 cleaning out config.c, there is too much code in there. 2014-08-31 16:50:37 +02:00
plane.h fix gcc build, forward-declare structs in the header. 2014-11-01 13:10:22 +01:00
pool.c fix escape_string mmeory corruption error. 2014-12-12 11:28:37 +01:00
pool.h fix escape_string mmeory corruption error. 2014-12-12 11:28:37 +01:00
pool.test.c fix escape_string mmeory corruption error. 2014-12-12 11:28:37 +01:00
race.c fix escape_string mmeory corruption error. 2014-12-12 11:28:37 +01:00
race.h added a function that sets a monster's name to NULL if it is the name of its race. 2014-12-09 07:20:36 +01:00
race.test.c added a function that sets a monster's name to NULL if it is the name of its race. 2014-12-09 07:20:36 +01:00
region.c move chaos to a separate module (it is an old E2 feature) 2014-12-13 11:44:14 +01:00
region.h move chaos to a separate module (it is an old E2 feature) 2014-12-13 11:44:14 +01: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 rename to gettoken, use more widely, add a basic test. 2014-12-22 16:28:17 +01:00
save.h update to latest version of storage library. 2014-11-03 22:29:04 +01:00
save.test.c make tests more valgrind-friendly by not leaking memory 2014-12-12 11:13:25 +01:00
ship.c shipspeed should be in ship.c, not in config.c 2014-12-25 18:16:24 +01:00
ship.h shipspeed should be in ship.c, not in config.c 2014-12-25 18:16:24 +01:00
ship.test.c move magic out of kernel, into src. 2014-11-01 12:57:01 +01:00
skills.c refactoring modules, cleaning out the config.c kitchen sink. 2014-11-01 12:09:56 +01: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 fix gcc build, forward-declare structs in the header. 2014-11-01 13:10:22 +01:00
spell.test.c move magic out of kernel, into src. 2014-11-01 12:57:01 +01:00
spellbook.c refactoring modules, cleaning out the config.c kitchen sink. 2014-11-01 12:09:56 +01:00
spellbook.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
spellbook.test.c move magic out of kernel, into src. 2014-11-01 12:57:01 +01:00
spellid.h I am killing the core/ directory. 2014-02-18 05:45:00 +01:00
teleport.c refactoring: move all monster-related code into monster.c 2014-11-11 16:53:56 +01: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 rename to gettoken, use more widely, add a basic test. 2014-12-22 16:28:17 +01:00
unit.h also prevent monsters from studying unarmed combat if they cannot learn things. 2014-12-14 16:17:01 +01:00
unit.test.c space savings: update data files, remove names from NPC units where their name is their race. 2014-12-09 07:44:26 +01:00
version.h merge failure, try again. 2014-12-13 00:13:08 +01:00
xmlreader.c cleanup, fix a TODO, eliminate dead code. 2014-12-10 09:39:11 +01:00
xmlreader.h remove old gamecode-diabling logic 2014-06-07 10:36:50 -07:00