server/src/kernel
2018-01-26 18:18:18 +01:00
..
db fix berkeley size/ulen error 2017-12-08 20:18:01 +01:00
alliance.c reduce dependence on platform.h. 2017-12-28 18:29:40 +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 reduce dependence on platform.h. 2017-12-28 18:29:40 +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 move va_copy macro closer to where it is used. 2017-12-29 17:00:16 +01:00
build.h
build.test.c start removing dependencies on potion_type. 2018-01-14 17:40:48 +01:00
building.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
building.h remove building_action feature, it seems that it isn't in use. 2017-12-09 21:20:20 +01:00
building.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
callbacks.c
callbacks.h
CMakeLists.txt select berkeley over sqlite, compile only one 2018-01-26 18:02:10 +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 remov bsdstring tests and include 2017-12-30 20:11:02 +01:00
config.h remove lomem code, it was a bad idea 2017-11-25 20:24:57 +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 do not use MIN and MAX. 2018-01-01 08:23:52 +01:00
connection.h
curse.c disable the missing_message replacement used in so many tests. fix some tests so they don't need it. 2018-01-12 21:15:21 +01:00
curse.h
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
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 BUG 2387 some tweaks to the first draft. 2018-01-02 20:34:42 +01:00
faction.h bug 2387: create a ghost to hold on to magical notlost items. 2017-12-25 19:11:12 +01:00
faction.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
group.c reduce dependence on platform.h. 2017-12-28 18:29:40 +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 compiles, test fails, xmlreader includes need fixing 2018-01-14 17:40:48 +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 add a strncat function to sbstring, use it for create_order. 2017-12-31 20:07:40 +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
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 why are we using the short type? 2018-01-21 11:14:55 +01:00
region.h why are we using the short type? 2018-01-21 11:14:55 +01:00
region.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +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
rules.c
rules.h
save.c Merge branch 'master' into develop 2018-01-21 11:01:05 +01:00
save.h
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 Replace 0 with NULL (consistency is good). 2018-01-14 09:58:45 +01:00
skills.c fix reduce_skill max_week calculation. 2018-01-26 18:18:12 +01:00
skills.h make some changes to support non-random skill progress. 2018-01-21 11:03:50 +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
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
terrain.c reduce dependence on platform.h. 2017-12-28 18:29:40 +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 add a modules.icebergs configuration variable. 2017-11-05 19:35:06 +01:00
unit.c begin adding tests for skills. 2018-01-21 11:03:49 +01:00
unit.h start removing dependencies on potion_type. 2018-01-14 17:40:48 +01:00
unit.test.c start removing dependencies on potion_type. 2018-01-14 17:40:48 +01:00
version.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
version.h