server/src/kernel
Enno Rehling 98d810dded Merge pull request #579 from ennorehling/cache-curse-type
add an API for caching the results of ct_find
2016-09-19 20:14:16 +02:00
..
alliance.c eliminate leak from alliance.test 2016-09-07 17:50:51 +02:00
alliance.h when reading alliances, duplicate ids are impossible. 2016-08-18 19:09:43 +02:00
alliance.test.c new rule: call test_setup to begin test, test_cleanup at end. 2016-08-29 14:21:28 +01:00
ally.c
ally.h
ally.test.c
build.c add some more local caching. 2016-09-11 12:48:00 +02:00
build.h
build.test.c add some more local caching. 2016-09-11 12:48:00 +02:00
building.c move game-version information fom version.h to gamedata.h 2016-09-10 17:21:17 +02:00
building.h is_building_type should be a quicker way to test for a building type than bt_find. 2016-08-30 09:13:59 +01:00
building.test.c further reduce number of bt_find calls. 2016-08-30 09:36:09 +01:00
CMakeLists.txt fix travis build by not depending on CMake 2.8.8 2016-09-16 16:30:56 +02:00
command.c remove unused function after refactoring 2016-09-07 17:52:12 +02:00
command.h remove unused function after refactoring 2016-09-07 17:52:12 +02:00
command.test.c try to eliminate memory leak in command.test 2016-09-07 16:39:54 +01:00
config.c Merge pull request #579 from ennorehling/cache-curse-type 2016-09-19 20:14:16 +02:00
config.h add some more local caching. 2016-09-11 12:48:00 +02:00
config.test.c test and cache all the rules! 2016-09-11 15:54:03 +02:00
connection.c move game-version information fom version.h to gamedata.h 2016-09-10 17:21:17 +02:00
connection.h Reparatur Irrlichter 2016-08-06 14:36:54 +02:00
curse.c allow caching of ct_find results 2016-09-19 03:52:10 +02:00
curse.h allow caching of ct_find results 2016-09-19 03:52:10 +02:00
curse.test.c allow caching of ct_find results 2016-09-19 03:52:10 +02:00
equipment.c memory leak in equipment.skills 2016-09-08 06:56:16 +02:00
equipment.h free configuration data (valgrind calls it still-reachable leaks). 2016-09-07 20:46:41 +02:00
equipment.test.c test_setup/cleanup for equipment.test 2016-09-07 19:04:42 +02:00
faction.c alternative implementation for dfindhash that doesn't use as much memory. 2016-09-11 20:09:48 +02:00
faction.h alternative implementation for dfindhash that doesn't use as much memory. 2016-09-11 20:09:48 +02:00
faction.test.c alternative implementation for dfindhash that doesn't use as much memory. 2016-09-11 20:09:48 +02:00
group.c move game-version information fom version.h to gamedata.h 2016-09-10 17:21:17 +02:00
group.h
group.test.c move game-version information fom version.h to gamedata.h 2016-09-10 17:21:17 +02:00
item.c move static variable cleanup to kernel_done. 2016-09-07 21:22:05 +02:00
item.h move static variable cleanup to kernel_done. 2016-09-07 21:22:05 +02:00
item.test.c always create test units inside a region (so they can get destroyed in free_gamedata) 2016-09-08 09:11:17 +02:00
jsonconf.c add a test for default_order, so I can change it. 2016-04-09 18:49:25 +02:00
jsonconf.h
jsonconf.test.c expect remove and unlink to set errno when file doesn't exist, reduce misleading spam. 2016-09-11 17:19:27 +02:00
messages.c
messages.h
messages.test.c
objtypes.h
order.c
order.h
order.test.c
pathfinder.c test some simple facts about planes 2016-04-09 14:26:10 +02:00
pathfinder.h test some simple facts about planes 2016-04-09 14:26:10 +02:00
plane.c setting herbs will warn if they are the wrong herbs. 2016-08-18 19:04:48 +02:00
plane.h remove view functions for special planes (Regatta). 2016-09-16 18:59:24 +02:00
plane.test.c test some simple facts about planes 2016-04-09 14:26:10 +02:00
pool.c
pool.h
pool.test.c
race.c add caching API for rc_find 2016-09-19 06:55:32 +02:00
race.h eliminate old_race. make the catdragon act like a dragon. 2016-09-19 18:42:14 +02:00
race.test.c initialize variable 2016-09-19 08:42:07 +02:00
region.c move game-version information fom version.h to gamedata.h 2016-09-10 17:21:17 +02:00
region.h setting herbs will warn if they are the wrong herbs. 2016-08-18 19:04:48 +02:00
render.h
resources.c
resources.h
save.c all code review nitpicks fixed. 2016-09-16 16:54:41 +02:00
save.h all code review nitpicks fixed. 2016-09-16 16:54:41 +02:00
save.test.c all code review nitpicks fixed. 2016-09-16 16:54:41 +02:00
ship.c fix memory leak in umlaut.c with reference counting (sad). 2016-09-06 19:57:07 +01:00
ship.h
ship.test.c
skills.c cache get_race calls 2016-09-19 08:25:39 +02:00
skills.h
spell.c fixed: tests that try to create duplicate spells do not spam stderr. 2016-08-29 14:49:31 +01:00
spell.h
spell.test.c promote spell.test error logging to a tests.c API, use it for item.test 2016-08-29 15:19:17 +01:00
spellbook.c
spellbook.h
spellbook.test.c
terrain.c
terrain.h remove the SAIL_INTO flag 2016-06-10 20:55:27 +02:00
terrainid.h
types.h
unit.c cache some of the highest-ranking ct_find callers 2016-09-19 04:23:49 +02:00
unit.h alternative implementation for dfindhash that doesn't use as much memory. 2016-09-11 20:09:48 +02:00
unit.test.c assert that f->units list is correct after remove_unit (fails) 2016-09-18 11:46:19 +02:00
version.c Fix MSVC compilation (always include platform-specific hacks). 2016-09-16 17:11:33 +02:00
version.h all code review nitpicks fixed. 2016-09-16 16:54:41 +02:00
xmlreader.c fix some calendar-related leaks and issues 2016-09-09 18:39:38 +02:00
xmlreader.h