server/src/kernel
Enno Rehling b0c79b9978 refactor some get_param lookups
kill unused global.functions.maintenance
2015-09-13 10:11:56 +02:00
..
alliance.c
alliance.h
alliance.test.c
ally.c
ally.h
ally.test.c
build.c eliminate more non-critical arguments. 2015-08-27 16:59:39 +02:00
build.h eliminate more non-critical arguments. 2015-08-27 16:59:39 +02:00
build.test.c
building.c
building.h
building.test.c
CMakeLists.txt fix anything that uses the calendar module. opps. 2015-09-12 12:54:49 +02:00
command.c
command.h
config.c refactor some get_param lookups 2015-09-13 10:11:56 +02:00
config.h refactor some get_param lookups 2015-09-13 10:11:56 +02:00
config.test.c add another failing unit test for bug 1685, closer to the core of the problem 2015-09-05 19:45:34 +02:00
connection.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
connection.h
curse.c age_unit accidentally returned AT_AGE_REMOVE (caused by a recent change to curse_age) 2015-08-25 22:50:58 +02:00
curse.h magicians can always identify their own curse-effects. 2015-08-07 15:52:10 +02:00
curse.test.c memory error seems to be in test_write_flag (curse-hashing?), not in the new ones. 2015-09-09 11:22:35 +02:00
equipment.c
equipment.h
equipment.test.c
faction.c Merge branch 'master' into develop 2015-09-12 21:00:28 +02:00
faction.h increase the datatype for scores from int to long long 2015-09-06 19:04:04 +02:00
faction.test.c
group.c
group.h
group.test.c
item.c completing the implementation of JSON terrains (WIP). 2015-09-11 12:12:53 +02:00
item.h increase the datatype for scores from int to long long 2015-09-06 19:04:04 +02:00
item.test.c
jsonconf.c fix bad terrain definitions in E2 (string, not number: these values are used for dice throws). 2015-09-13 09:46:40 +02:00
jsonconf.h
jsonconf.test.c allow disabling skills through json 2015-09-12 17:43:31 +02:00
messages.c Backfill missing tests for Bug 1818. Actual bug appears to have been fixed some time ago. 2015-09-07 14:49:57 +02:00
messages.h backfill missing tests for herbsearch (alchemy). 2015-08-27 13:19:58 +02:00
messages.test.c refactoring: rewrite tests to use test_find_messagetype instead of assert_messages. 2015-08-17 19:36:28 +02:00
objtypes.h
order.c Merge pull request from ennorehling/feature/bug-2101-study-teach-testing 2015-08-06 17:05:32 +02:00
order.h repair update_long_order and K_DESTROY handling according to discussion in https://bugs.eressea.de/view.php?id=2080 2015-08-04 22:47:55 +02:00
order.test.c
pathfinder.c
pathfinder.h
plane.c
plane.h
pool.c
pool.h
pool.test.c
race.c refactoring: split out a module for race prefixes 2015-09-12 12:24:10 +02:00
race.h refactoring: split out a module for race prefixes 2015-09-12 12:24:10 +02:00
race.test.c
region.c replace all of the E2 terrains with JSON data (no more XML!) 2015-09-11 22:11:59 +02:00
region.h remove region.donations, replace with a global list. 2015-09-09 16:47:09 +02:00
render.h
resources.c
resources.h
save.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
save.h
save.test.c
ship.c change effskill signature to take a region, change eff_skill to work on a skill * to avoid multiple lookups. 2015-08-27 16:16:55 +02:00
ship.h get_captain is wrong, the rules say the captain is the FIRST unit in the ship, which I believe means ship_owner, not best skill. 2015-08-07 13:07:45 +02:00
ship.test.c eliminate warning (unused variable) 2015-08-16 19:55:11 +02:00
skills.c Add a message that contains the password in the first report, so Magellan can pick it up. 2015-08-15 20:25:36 +02:00
skills.h fix -Wconversion in reports.c, json.c 2015-05-15 11:19:26 +02:00
spell.c
spell.h
spell.test.c
spellbook.c
spellbook.h
spellbook.test.c
teleport.c
teleport.h
terrain.c memory leak: properly free terrain_production objects 2015-09-11 12:17:35 +02:00
terrain.h memory leak: properly free terrain_production objects 2015-09-11 12:17:35 +02:00
terrainid.h
types.h
unit.c move guard implementation into a module (WIP) 2015-09-12 22:53:54 +02:00
unit.h fix signature of callback 2015-09-12 16:29:57 +02:00
unit.test.c produceexp uses a json-configurable constant 2015-09-12 16:38:51 +02:00
version.h save the faction.max_spelllevel in the data file, do not recalculate it each time. 2015-08-19 19:43:47 +02:00
xmlreader.c refactor some get_param lookups 2015-09-13 10:11:56 +02:00
xmlreader.h