server/src/kernel
2017-12-31 16:36:59 +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 BUG 2311: enforce all unit limits. 2017-03-11 20:30:17 +01:00
alliance.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
ally.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
ally.h hashing implemented with linear probing and tombstones. 2017-09-22 09:15:37 +02:00
ally.test.c
build.c move va_copy macro closer to where it is used. 2017-12-29 17:00:16 +01:00
build.h XML construction elements never have a building. 2017-05-06 15:53:21 +02:00
build.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +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 reduce dependence on platform.h. 2017-12-28 18:29:40 +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 prefer sqlite over berkeley 2017-11-26 18:16:34 +01:00
command.c hackish optimization for STUDY orders 2017-10-13 19:33:29 +02:00
command.h
command.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
connection.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
connection.h kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
curse.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
curse.h kill ATF_CURSE flag, compare to at_curse directly. 2017-08-25 21:11:01 +02:00
curse.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
faction.c BUG 2403: endless loop (variable rename gone wrong). 2017-12-31 16:36:59 +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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
group.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
group.h
group.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
item.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
item.h BUG 2392: anyone can use weapons, as long as they have _some_ skill. 2017-12-17 10:16:56 +01:00
item.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
jsonconf.c remov bsdstring tests and include 2017-12-30 20:11:02 +01:00
jsonconf.h
jsonconf.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
messages.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
messages.h platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
messages.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
objtypes.h
order.c rename strlcpy->str_strlcpy, etc. 2017-12-30 19:49:21 +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 remove quicklist shim, use selist everywhere 2017-01-26 17:41:21 +01:00
pathfinder.h remove quicklist shim, use selist everywhere 2017-01-26 17:41:21 +01:00
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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
pool.c pass cppcheck v 1.54 default checks 2017-12-08 19:26:26 +01:00
pool.h
pool.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
race.c rename strlcpy->str_strlcpy, etc. 2017-12-30 19:49:21 +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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
region.c remov bsdstring tests and include 2017-12-30 20:11:02 +01:00
region.h pull economy requests into header, rename the struct. 2017-12-04 19:20:48 +01:00
region.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +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 remov bsdstring tests and include 2017-12-30 20:11:02 +01:00
save.h move readorders to orderfile module. 2017-10-07 19:44:23 +02:00
save.test.c posix systems have PATH_MAX in limits.h 2017-12-29 11:58:39 +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 implement speedy ships, with unit tests and edge testing. 2017-12-27 21:54:09 +01:00
skills.c refactor for STUDYDAYS 2017-08-01 22:09:57 +02:00
skills.h refactor for STUDYDAYS 2017-08-01 22:09:57 +02: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 platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
spellbook.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
spellbook.h spellbooks should not use spellref, it's unnecessary. 2017-02-02 20:08:04 +01:00
spellbook.test.c eliminate spell->id. 2017-05-01 17:04:28 +02:00
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 platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
unit.h stop using random numbers to scale units. 2017-11-26 15:15:25 +01:00
unit.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
version.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
version.h
xmlreader.c remov bsdstring tests and include 2017-12-30 20:11:02 +01:00
xmlreader.h fix header missing a struct 2017-02-26 15:52:58 +01:00