server/src/kernel
2018-03-04 20:30:34 +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
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 merge from master 2018-02-26 19:51:48 +01:00
ally.h
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 cppcheck warnings 2018-02-25 20:06:47 +01:00
build.h
build.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
building.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01:00
building.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
building.test.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +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
callbacks.h
CMakeLists.txt fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
command.c
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 write a log of dead factions. 2018-02-23 21:24:15 +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 merge conflict nightmare fix. 2018-02-25 20:49:33 +01:00
connection.h
curse.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +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
database.h
database.test.c
equipment.c
equipment.h
equipment.test.c cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
faction.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01:00
faction.h write a log of dead factions. 2018-02-23 21:24:15 +01:00
faction.test.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +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 cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
item.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +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 Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 18:14:48 +01:00
messages.h Make the behavior for missing messages configurable. 2018-01-14 11:25:44 +01:00
messages.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 18:14:48 +01:00
objtypes.h
order.c FAST_CONNECT is always on. 2018-02-25 18:30:20 +01:00
order.h
order.test.c
orderdb.c
orderdb.h
orderdb.test.c
pathfinder.c FAST_CONNECT is always on. 2018-02-25 18:30:20 +01:00
pathfinder.h
plane.c
plane.h
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 stop using MINMAX macros. 2018-02-24 19:41:36 +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 FAST_CONNECT is always on. 2018-02-25 18:30:20 +01:00
race.h
race.test.c
region.c newterrain was unfit for unit testing. 2018-03-04 20:03:13 +01:00
region.h immer noch FAST_CONNECT Reste 2018-02-25 20:06:55 +01:00
region.test.c BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
render.h
resources.c
resources.h
rules.c
rules.h
save.c merge from master 2018-02-26 19:51:48 +01:00
save.h
save.test.c Replace 0 with NULL (consistency is good). 2018-01-14 09:58:45 +01:00
ship.c FAST_CONNECT is always on. 2018-02-25 18:30:20 +01:00
ship.h
ship.test.c more skill size savings. 2018-02-03 14:16:01 +01:00
skills.c BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1. 2018-03-04 20:30:34 +01:00
skills.h BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1. 2018-03-04 20:30:34 +01:00
skills.test.c make some changes to support non-random skill progress. 2018-01-21 11:03:50 +01:00
spell.c BUG 2419: add a spell alias. 2018-02-18 11:46:05 +01:00
spell.h
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
spellbook.h
spellbook.test.c
terrain.c newterrain was unfit for unit testing. 2018-03-04 20:03:13 +01:00
terrain.h newterrain was unfit for unit testing. 2018-03-04 20:03:13 +01:00
terrainid.h
types.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
unit.c BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1. 2018-03-04 20:30:34 +01:00
unit.h messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01:00
unit.test.c BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1. 2018-03-04 20:30:34 +01:00
version.c begin work on 3.16 release 2018-02-07 17:57:24 +01:00
version.h