server/src/kernel
2017-11-05 16:43:01 +01:00
..
alliance.c
alliance.h
alliance.test.c
ally.c gcc warning 2017-09-22 17:59:23 +02:00
ally.h hashing implemented with linear probing and tombstones. 2017-09-22 09:15:37 +02:00
ally.test.c
build.c BUG 2378: Fix magic armor resistance calculation. 2017-10-29 18:55:43 +01:00
build.h
build.test.c
building.c fix some bugs created during conversions (thanks, tests!) 2017-09-22 17:19:55 +02:00
building.h fix some bugs created during conversions (thanks, tests!) 2017-09-22 17:19:55 +02:00
building.test.c
callbacks.c
callbacks.h
CMakeLists.txt
command.c
command.h
command.test.c
config.c
config.h
config.test.c
connection.c fix clang build warning 2017-09-22 19:13:42 +02:00
connection.h
curse.c fix gcc compilation 2017-09-22 16:39:46 +02:00
curse.h kill ATF_CURSE flag, compare to at_curse directly. 2017-08-25 21:11:01 +02:00
curse.test.c kill curse cache logic, it was a bad idea. 2017-08-21 19:43:35 +02:00
equipment.c deprecate old get_mage implementation. 2017-10-06 21:53:07 +02:00
equipment.h remove equipment.name, save an allocation. 2017-09-18 20:03:23 +02:00
equipment.test.c deprecate old get_mage implementation. 2017-10-06 21:53:07 +02:00
faction.c fix some bugs created during conversions (thanks, tests!) 2017-09-22 17:19:55 +02:00
faction.h fix some bugs created during conversions (thanks, tests!) 2017-09-22 17:19:55 +02:00
faction.test.c BUG 2354: fix email validation. 2017-08-06 21:03:51 +02:00
group.c fix some bugs created during conversions (thanks, tests!) 2017-09-22 17:19:55 +02:00
group.h
group.test.c
item.c relax the limit on shortness of names a bit. 2017-09-18 20:14:46 +02:00
item.h Add a test for the happy case of the BUY command. 2017-11-04 20:10:05 +01:00
item.test.c resource names are max 23 bytes long. 2017-09-18 17:57:59 +02:00
jsonconf.c
jsonconf.h
jsonconf.test.c
messages.c test all the edge cases. 2017-09-30 19:44:39 +02:00
messages.h coverity scan does not understand get_or_create_equipment? 2017-09-17 09:31:43 +02:00
messages.test.c fix remaining bugs 2017-09-30 19:35:40 +02:00
objtypes.h
order.c one short order to rule them all. 2017-09-30 20:09:30 +02:00
order.h test all the edge cases. 2017-09-30 19:44:39 +02:00
order.test.c test all the edge cases. 2017-09-30 19:44:39 +02:00
pathfinder.c
pathfinder.h
plane.c WIP: change the resolve.h API 2017-09-21 17:29:01 +02:00
plane.h WIP: change the resolve.h API 2017-09-21 17:29:01 +02:00
plane.test.c
pool.c
pool.h
pool.test.c
race.c change resolve.h api to use int, not variant. 2017-09-19 11:42:02 +02:00
race.h change resolve.h api to use int, not variant. 2017-09-19 11:42:02 +02:00
race.test.c
region.c Add a test for the happy case of the BUY command. 2017-11-04 20:10:05 +01:00
region.h fix some bugs created during conversions (thanks, tests!) 2017-09-22 17:19:55 +02:00
region.test.c BUG 2360: upper limits for trees. 2017-08-27 20:10:27 +02:00
render.h
resources.c
resources.h
rules.c
rules.h
save.c move readorders to orderfile module. 2017-10-07 19:44:23 +02:00
save.h move readorders to orderfile module. 2017-10-07 19:44:23 +02:00
save.test.c Revert "refactor: extract a read_order function." 2017-10-07 18:06:54 +02:00
ship.c replace ct_find calls with constants. 2017-08-21 20:18:19 +02:00
ship.h
ship.test.c replace ct_find calls with constants. 2017-08-21 20:18:19 +02: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
spell.h
spell.test.c
spellbook.c
spellbook.h
spellbook.test.c
terrain.c use the correct swamp terrain, still failing. newterrain is a plague. 2017-11-05 16:43:01 +01:00
terrain.h
terrainid.h
types.h
unit.c deprecate old get_mage implementation. 2017-10-06 21:53:07 +02:00
unit.h fix some bugs created during conversions (thanks, tests!) 2017-09-22 17:19:55 +02:00
unit.test.c BUG 2367: refactor create_newfamiliar. 2017-10-06 21:23:58 +02:00
version.c begin work on 3.15 release 2017-10-28 19:46:17 +02:00
version.h
xmlreader.c remove equipment.name, save an allocation. 2017-09-18 20:03:23 +02:00
xmlreader.h