server/src/kernel
2019-03-03 09:41:15 +01:00
..
db Merge branch 'develop' of https://github.com/ennorehling/eressea into develop 2018-10-30 06:28:09 +01:00
alliance.c more allocation checks. 2019-03-03 09:41:15 +01:00
alliance.h
alliance.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
ally.c more allocation checks. 2019-03-03 09:41:15 +01:00
ally.h eliminate struct ally, use struct allies 2018-10-31 17:54:40 +01:00
ally.test.c eliminate struct ally, use struct allies 2018-10-31 17:54:40 +01:00
attrib.c more allocation checks. 2019-03-03 09:41:15 +01:00
attrib.h move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
attrib.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
build.c more allocation checks. 2019-03-03 09:41:15 +01:00
build.h eliminate construction.improvement, 2018-05-01 15:40:11 +02:00
build.test.c starting to see diminishing returns. 2019-03-03 09:41:15 +01:00
building.c more allocation checks. 2019-03-03 09:41:15 +01:00
building.h add building_create, too 2018-11-01 21:18:24 +01:00
building.test.c defaults 2018-05-01 19:39:41 +02:00
calendar.c fatal error my a$$ . the gamedat check is killing tests for no discernible reason. 2018-05-12 22:12:14 +02: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 create a callback mechanism for equipment. 2018-05-11 21:30:26 +02:00
CMakeLists.txt begin the work to swap strings to database 2018-10-23 22:31:42 +02:00
command.c more allocation checks. 2019-03-03 09:41:15 +01:00
command.h
command.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
config.c reduce variables scope (cppcheck warnings). 2019-03-03 09:41:15 +01:00
config.h some static analysis warnings (cppcheck and msvc). 2019-03-03 09:39:52 +01:00
config.test.c extract contact logic to a module 2018-11-04 15:53:27 +01:00
connection.c more allocation checks. 2019-03-03 09:41:15 +01:00
connection.h BUG 2443: Straßen ohne komplizierte String-Bastelei. 2018-06-11 21:00:33 +02:00
curse.c remove jsreport. 2019-03-03 09:39:52 +01:00
curse.h make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
curse.test.c Merge branch 'master' into develop 2018-10-29 20:10:51 +01:00
database.c kill orderdb.[hc] files 2018-10-24 09:02:19 +02:00
database.h kill orderdb.[hc] files 2018-10-24 09:02:19 +02:00
database.test.c fix type conversion and incomplete database test. 2018-10-24 19:39:30 +02:00
equipment.c remove struct equipment from the code entirely. 2018-05-15 21:51:47 +02:00
equipment.h remove struct equipment from the code entirely. 2018-05-15 21:51:47 +02:00
equipment.test.c remove struct equipment from the code entirely. 2018-05-15 21:51:47 +02:00
event.c code analysis scan. 2019-03-03 09:41:15 +01:00
event.h move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
faction.c code analysis scan. 2019-03-03 09:41:15 +01:00
faction.h remove jsreport. 2019-03-03 09:39:52 +01:00
faction.test.c BUG 2531: new factions get a fresh password every turn until they send their first orders, which is shown in the report. 2018-12-06 20:04:45 +01:00
gamedata.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
gamedata.h comment copypasta 2018-12-11 19:37:34 +01:00
gamedata.test.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
group.c code analysis scan. 2019-03-03 09:41:15 +01:00
group.h eliminate struct ally, use struct allies 2018-10-31 17:54:40 +01:00
group.test.c fix that catastrophic merge, make struct ally module-private 2018-10-26 21:49:58 +02:00
item.c code analysis scan. 2019-03-03 09:41:15 +01:00
item.h Merge branch 'develop' 2018-05-18 15:34:50 +02:00
item.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
messages.c code analysis scan. 2019-03-03 09:41:15 +01:00
messages.h remove legacy msg_level struct (unused). 2018-11-13 17:24:22 +01:00
messages.test.c re-enable disabled test. 2019-03-03 09:39:52 +01:00
objtypes.h
order.c code analysis scan. 2019-03-03 09:41:15 +01:00
order.h move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
order.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
pathfinder.c code analysis scan. 2019-03-03 09:41:15 +01:00
pathfinder.h fix last commit. refactoring with the MSVC IDE is prone to errors. 2018-04-28 15:57:51 +02:00
plane.c code analysis scan. 2019-03-03 09:41:15 +01:00
plane.h simplicate the use of ally.c 2018-10-26 19:47:50 +02:00
plane.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
pool.c code analysis scan. 2019-03-03 09:41:15 +01:00
pool.h
pool.test.c re-enable intermittent test, supplement unit test. 2019-03-03 09:41:15 +01:00
race.c code analysis scan. 2019-03-03 09:41:15 +01:00
race.h all races can be on a boat by default. 2018-05-10 22:10:26 +02:00
race.test.c all races can be on a boat by default. 2018-05-10 22:10:26 +02:00
region.c code analysis scan. 2019-03-03 09:41:15 +01:00
region.h Merge branch 'master' into develop 2018-11-04 09:10:54 +01:00
region.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
render.h platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
resources.c code analysis scan. 2019-03-03 09:41:15 +01:00
resources.h BUG 2506: starting regions have bad resource levels. 2018-10-30 21:01:16 +01:00
save.c code analysis scan. 2019-03-03 09:41:15 +01:00
save.h
save.test.c fix that catastrophic merge, make struct ally module-private 2018-10-26 21:49:58 +02:00
ship.c code analysis scan. 2019-03-03 09:41:15 +01:00
ship.h BUG 2168: call sink_ship for ships that take too much damage. 2018-08-01 10:04:12 +02:00
ship.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
skills.c code analysis scan. 2019-03-03 09:41:15 +01:00
skills.h Bug 2511: LERNE AUTO fixed, student limit increased 2018-11-04 09:08: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 more allocation checks. 2019-03-03 09:41:15 +01:00
spell.h spellbooks contain spellref, not spell *. 2018-05-05 07:38:11 +02:00
spell.test.c Merge branch 'master' into develop 2018-10-29 20:10:51 +01:00
spellbook.c code analysis scan. 2019-03-03 09:41:15 +01:00
spellbook.h spellbooks contain spellref, not spell *. 2018-05-05 07:38:11 +02:00
spellbook.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
terrain.c code analysis scan. 2019-03-03 09:41:15 +01:00
terrain.h newterrain was unfit for unit testing. 2018-03-04 20:03:13 +01:00
terrainid.h
types.h WIP: refactor struct sc_mage (make it private). 2018-11-18 21:47:14 +01:00
unit.c reduce variables scope (cppcheck warnings). 2019-03-03 09:41:15 +01:00
unit.h WIP: refactor struct sc_mage (make it private). 2018-11-18 21:47:14 +01:00
unit.test.c add some variety to familiar selection. 2019-02-02 20:38:02 +01:00
version.c starting to see diminishing returns. 2019-03-03 09:41:15 +01:00
version.h