server/src/kernel
2016-09-07 17:50:51 +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 update key attribute api 2016-02-09 06:43:19 +01:00
ally.h fix gcc build 2015-11-24 19:15:53 +01:00
ally.test.c
build.c check and fix destroy_cmd syntax error handling 2016-08-31 20:38:20 +02:00
build.h
build.test.c fix order-related memory leaks 2016-09-06 21:07:23 +02:00
building.c fix memory leak in umlaut.c with reference counting (sad). 2016-09-06 19:57:07 +01: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 mark missing test files in CMakeLists.txt 2016-04-09 18:19:30 +02:00
command.c fix uninitialized member 2016-09-07 17:48:27 +02:00
command.h try to eliminate memory leak in command.test 2016-09-07 16:39:54 +01:00
command.test.c try to eliminate memory leak in command.test 2016-09-07 16:39:54 +01:00
config.c fix memory leak in umlaut.c with reference counting (sad). 2016-09-06 19:57:07 +01:00
config.h Merge branch 'test-alliance' of https://github.com/ennorehling/eressea into ennorehling-test-alliance 2016-08-08 08:46:09 +02:00
config.test.c fix compilation. 2016-09-06 22:21:06 +02:00
connection.c fix compilation 2016-08-18 19:13:31 +02:00
connection.h Reparatur Irrlichter 2016-08-06 14:36:54 +02:00
curse.c refactoring the "nocostbuilding" curse. 2016-08-21 20:02:19 +02:00
curse.h eliminate static curse variables (gbdream & more) 2016-08-29 20:31:18 +01:00
curse.test.c fix reading and writing curses from test (crash) 2016-02-26 17:54:25 +01:00
equipment.c
equipment.h
equipment.test.c refactor demon_skillchange to use learn_skill 2016-03-24 12:59:50 +01:00
faction.c Merge branch 'test-alliance' of https://github.com/ennorehling/eressea into ennorehling-test-alliance 2016-08-08 08:46:09 +02:00
faction.h extract read_planes into a separate function. 2016-08-18 18:59:30 +02:00
faction.test.c Merge branch 'master' into develop 2016-05-01 13:47:30 +02:00
group.c memory leak: test_group_readwrite leaks an attrib 2016-03-10 22:30:19 +01:00
group.h attrib.read gets a gamedata object (remove dependency on global.data_version) 2016-02-24 11:44:18 +01:00
group.test.c all of the easy external file tests are eliminated 2016-02-26 20:07:51 +01:00
item.c death to static caches! 2016-08-30 07:51:05 +01:00
item.h
item.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
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 remove the SAIL_INTO flag 2016-06-10 20:55:27 +02:00
messages.c increase error-logging from unit tests. 2016-01-28 16:00:36 +01:00
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 setting herbs will warn if they are the wrong herbs. 2016-08-18 19:04:48 +02:00
plane.test.c test some simple facts about planes 2016-04-09 14:26:10 +02:00
pool.c refactoring: move parsing and allies code out of config.c 2015-11-24 18:52:09 +01:00
pool.h
pool.test.c
race.c Merge pull request #548 from ennorehling/refactor-volcano 2016-08-31 17:19:29 +01:00
race.h delete dead code (dbrace) 2016-08-29 13:49:39 +01:00
race.test.c fix mac build with clang 7.3 2016-08-31 09:42:36 +02:00
region.c eliminate static curse variables (gbdream & more) 2016-08-29 20:31:18 +01: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 kill static caches for floating-point variables 2015-11-22 17:32:35 +01:00
resources.h
save.c add a test for copying resources message arguments. 2016-08-29 17:31:09 +01:00
save.h fix a FIXME: include gamedata.h directly, not through save.h 2016-04-09 18:22:20 +02:00
save.test.c re-enable disabled test (it passes, so what gives?) 2016-08-21 06:59:43 +02:00
ship.c fix memory leak in umlaut.c with reference counting (sad). 2016-09-06 19:57:07 +01:00
ship.h reduce maximum overload damage to 38% 2015-11-17 15:47:43 +01:00
ship.test.c introducing config_set and config_get so we don't have to refer to globals.parameters everywhere 2015-11-22 10:33:31 +01:00
skills.c remove unused FASTER_SKILLMOD optimization 2016-08-30 07:39:57 +01: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 remove some dead declarations 2016-03-24 13:01:41 +01:00
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 Merge pull request #548 from ennorehling/refactor-volcano 2016-08-31 17:19:29 +01:00
unit.h refactorings 2016-03-09 14:52:50 +01:00
unit.test.c simple test for basic unit descriptions 2016-09-02 09:29:52 +02:00
version.h clarify building_type.maxsize and add error logging for bug 2221. 2016-08-06 13:52:29 +02:00
xmlreader.c test magicwalls and strongwalls effects on buildings. 2016-08-29 08:53:09 +01:00
xmlreader.h