server/src/kernel
2018-02-17 10:45:56 +01:00
..
db BUG 2416: prefer sqlite over db 2018-01-28 18:26:54 +01:00
alliance.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
alliance.h BUG 2311: enforce all unit limits. 2017-03-11 20:30:17 +01:00
alliance.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
ally.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
ally.h hashing implemented with linear probing and tombstones. 2017-09-22 09:15:37 +02:00
ally.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
build.c fix some cppcheck warnings 2018-02-11 15:43:24 +01:00
build.h XML construction elements never have a building. 2017-05-06 15:53:21 +02:00
build.test.c start removing dependencies on potion_type. 2018-01-14 17:40:48 +01:00
building.c remove residual data for an unfinished "city" feature. 2018-02-10 21:25:13 +01:00
building.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
building.test.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
calendar.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
calendar.h fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
calendar.test.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
callbacks.c fix callbacks linkage for clang/mac 2017-05-02 15:10:43 +02:00
callbacks.h refactor resource callbacks into callbacks module 2017-05-09 08:18:20 +02:00
CMakeLists.txt fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
command.c hackish optimization for STUDY orders 2017-10-13 19:33:29 +02:00
command.h
command.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
config.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
config.h fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
config.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
connection.c fix some cppcheck warnings 2018-02-11 15:43:24 +01:00
connection.h
curse.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
curse.h make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
curse.test.c Default to reporting missing message types during tests as an error, grandfather in some tests with test_inject_messagetypes(); 2018-01-14 17:08:46 +01:00
database.c add berkeley db, rename some files 2017-11-19 12:31:50 +01:00
database.h add berkeley db, rename some files 2017-11-19 12:31:50 +01:00
database.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
equipment.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
equipment.h remove equipment.name, save an allocation. 2017-09-18 20:03:23 +02:00
equipment.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
faction.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
faction.h macros should have uppercase names. 2018-02-03 14:49:35 +01:00
faction.test.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
group.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
group.h
group.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
item.c rename p2->lifepotion (WdL) 2018-02-17 10:45:56 +01:00
item.h compiles, test fails, xmlreader includes need fixing 2018-01-14 17:40:48 +01:00
item.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
messages.c Make the behavior for missing messages configurable. 2018-01-14 11:25:44 +01:00
messages.h Make the behavior for missing messages configurable. 2018-01-14 11:25:44 +01:00
messages.test.c provide more missing messages in test setups. 2018-01-14 11:58:22 +01:00
objtypes.h
order.c fix some cppcheck warnings 2018-02-11 15:43:24 +01:00
order.h writing orders to the CR no longer copies them into a buffer when it can be avoided. 2017-12-06 20:00:32 +01:00
order.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
orderdb.c fix coverity scan errors 2017-12-12 09:19:47 +01:00
orderdb.h fix parser to keep a reference to the order it is parsing. 2017-11-10 07:56:56 +01:00
orderdb.test.c separate database logic from order_data. 2017-11-09 19:55:28 +01:00
pathfinder.c
pathfinder.h
plane.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
plane.h WIP: change the resolve.h API 2017-09-21 17:29:01 +02:00
plane.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
pool.c pass cppcheck v 1.54 default checks 2017-12-08 19:26:26 +01:00
pool.h
pool.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
race.c move more reporting code to reports.c 2018-01-26 17:39:15 +01:00
race.h Shifting signed 32-bit value by 31 bits is undefined behaviour 2017-11-20 07:51:31 +01:00
race.test.c add a test for racename. 2018-01-01 18:50:39 +01:00
region.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
region.h why are we using the short type? 2018-01-21 11:14:55 +01:00
region.test.c BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
render.h platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
resources.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
resources.h refactor resource callbacks into callbacks module 2017-05-09 08:18:20 +02:00
rules.c use converter frm noxml branch 2017-02-26 15:30:58 +01:00
rules.h use converter frm noxml branch 2017-02-26 15:30:58 +01:00
save.c BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
save.h move readorders to orderfile module. 2017-10-07 19:44:23 +02:00
save.test.c Replace 0 with NULL (consistency is good). 2018-01-14 09:58:45 +01:00
ship.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
ship.h platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
ship.test.c more skill size savings. 2018-02-03 14:16:01 +01:00
skills.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
skills.h more skill size savings. 2018-02-03 14:16:01 +01:00
skills.test.c make some changes to support non-random skill progress. 2018-01-21 11:03:50 +01:00
spell.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
spell.h merge spell callback changes. 2017-05-01 19:13:40 +02:00
spell.test.c Default to reporting missing message types during tests as an error, grandfather in some tests with test_inject_messagetypes(); 2018-01-14 17:08:46 +01:00
spellbook.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
spellbook.h
spellbook.test.c eliminate spell->id. 2017-05-01 17:04:28 +02:00
terrain.c fix some cppcheck warnings 2018-02-11 15:43:24 +01:00
terrain.h add a terrain_changed function for use with static terrain variables. 2017-11-06 20:29:26 +01:00
terrainid.h consistent naming of module configurations (singular). 2017-11-06 21:04:30 +01:00
types.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
unit.c Merge branch 'develop' of https://github.com/ennorehling/eressea.git 2018-02-14 20:03:11 +01:00
unit.h remove duplication setstatus -> unit_setstatus 2018-02-14 11:24:38 +01:00
unit.test.c start removing dependencies on potion_type. 2018-01-14 17:40:48 +01:00
version.c begin work on 3.16 release 2018-02-07 17:57:24 +01:00
version.h