server/src/kernel
Enno Rehling 1d57bf527d Merge branch 'master' into develop
Conflicts:
	src/battle.test.c
	src/buildno.h
2015-12-05 17:27:04 +01:00
..
alliance.c
alliance.h
alliance.test.c
ally.c fix gcc build 2015-11-24 19:15:53 +01:00
ally.h fix gcc build 2015-11-24 19:15:53 +01:00
ally.test.c
build.c refactoring: move parsing and allies code out of config.c 2015-11-24 18:52:09 +01:00
build.h free multi-level construction correctly, avoid duplication 2015-10-13 22:56:16 +02:00
build.test.c eliminate use of test_create_world 2015-11-07 23:49:45 +01:00
building.c Merge branch 'market_tests' of https://github.com/stm2/server into stm2-market_tests 2015-11-26 18:42:23 +01:00
building.h refactored inside_building/building_is_active/active_building 2015-11-16 02:13:48 +01:00
building.test.c Merge branch 'market_tests' of https://github.com/stm2/server into stm2-market_tests 2015-11-26 18:42:23 +01:00
CMakeLists.txt
command.c
command.h
config.c cleanup of config.c: move more code to other modules like unit.c and faction.c 2015-11-24 19:53:27 +01:00
config.h cleanup of config.c: move more code to other modules like unit.c and faction.c 2015-11-24 19:53:27 +01:00
config.test.c faster lookup for get_param with tries 2015-11-20 15:48:17 +01:00
connection.c CID 30742 Dereference before null check 2015-11-05 10:59:14 +01:00
connection.h
curse.c always use a macro, not magical constants 2015-10-15 08:40:52 +02:00
curse.h minor leak: release memory held by curse_type structures 2015-10-15 08:38:43 +02:00
curse.test.c leak: do not create new message_type objects in test_cleanup 2015-10-15 08:29:20 +02:00
equipment.c
equipment.h
equipment.test.c
faction.c cleanup of config.c: move more code to other modules like unit.c and faction.c 2015-11-24 19:53:27 +01:00
faction.h cleanup of config.c: move more code to other modules like unit.c and faction.c 2015-11-24 19:53:27 +01:00
faction.test.c
group.c
group.h
group.test.c
item.c CID 22522, 22520 Resource leak 2015-11-09 20:05:55 +01:00
item.h
item.test.c clean up item tests so they don't use test_create_world 2015-11-07 13:52:18 +01:00
jsonconf.c Merge branch 'release-3.7' into develop 2015-11-23 17:12:48 +01:00
jsonconf.h
jsonconf.test.c replace all get_param_* for global.parameters with config_get_* 2015-11-22 10:44:46 +01:00
messages.c leak: do not create new message_type objects in test_cleanup 2015-10-15 08:29:20 +02:00
messages.h refactor free_messagelist, fix leak in test_merge_split 2015-10-14 14:08:50 +02:00
messages.test.c correctly release messages created in test_merge_split 2015-10-14 20:21:38 +02:00
objtypes.h
order.c fixed a crash 2015-10-14 22:06:40 +02:00
order.h leak: free per-locale cached order data (has additional refcount) 2015-10-13 23:25:44 +02:00
order.test.c call free_order for each remaining reference 2015-10-14 20:56:09 +02:00
pathfinder.c
pathfinder.h
plane.c
plane.h
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 leaks: call cleanup, free triggers 2015-10-14 20:29:07 +02:00
race.c Merge branch 'master' into develop 2015-12-05 17:27:04 +01:00
race.h Merge branch 'master' into develop 2015-12-05 17:27:04 +01:00
race.test.c https://bugs.eressea.de/view.php?id=2166 2015-12-05 17:17:21 +01:00
region.c fix morale change when region owner changes 2015-11-12 16:09:26 +01:00
region.h Merge branch 'bug_2139' of https://github.com/stm2/server into stm2-bug_2139 2015-12-03 11:06:55 +01:00
render.h
resources.c kill static caches for floating-point variables 2015-11-22 17:32:35 +01:00
resources.h
save.c Merge branch 'bug_2139' of https://github.com/stm2/server into stm2-bug_2139 2015-12-03 11:06:55 +01:00
save.h CID 22437 Unchecked return value from library 2015-11-04 11:45:13 +01:00
save.test.c unusual potion delay attribute can use a potion in another region? unclear what this code does, but fixing my bad assumption. 2015-11-22 14:36:05 +01:00
ship.c Merge branch 'massive_overload' of https://github.com/stm2/server into stm2-massive_overload 2015-11-27 12:40:17 +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 replace all get_param_* for global.parameters with config_get_* 2015-11-22 10:44:46 +01:00
skills.h
spell.c fix cb_insert comparison (new return value for success) 2015-11-05 13:01:48 +01:00
spell.h
spell.test.c prepared test for nr_spell 2015-11-13 00:57:14 +01:00
spellbook.c
spellbook.h
spellbook.test.c
teleport.c replace all get_param_* for global.parameters with config_get_* 2015-11-22 10:44:46 +01:00
teleport.h
terrain.c do not leak terrain.herbs 2015-10-14 21:37:27 +02:00
terrain.h visual studio compilation fix 2015-10-14 22:09:11 +02:00
terrainid.h
types.h
unit.c Merge branch 'monster_leftovers' of https://github.com/stm2/server into stm2-monster_leftovers 2015-11-25 14:25:42 +01:00
unit.h cleanup of config.c: move more code to other modules like unit.c and faction.c 2015-11-24 19:53:27 +01:00
unit.test.c cleanup of config.c: move more code to other modules like unit.c and faction.c 2015-11-24 19:53:27 +01:00
version.h fix morale change when region owner changes 2015-11-12 16:09:26 +01:00
xmlreader.c Merge branch 'master' into develop 2015-12-05 17:27:04 +01:00
xmlreader.h