server/src
Enno Rehling 5aa3b1161f prefer unit_addorder over addlist where possible. 2018-10-14 16:26:36 +02:00
..
attributes move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
items move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
kernel Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
modules move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
races move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
spells rename defence->defense (prefer US spelling). 2018-10-13 20:30:28 +02:00
tools
triggers move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
util Switching to VS2017 compiler has found a bug in pofile.c 2018-10-14 14:45:05 +02:00
.DS_Store missing include, do not use fset 2018-08-05 06:43:11 +02:00
CMakeLists.txt checker is going to use locales, fix them up, too. 2018-10-06 20:47:23 +02:00
academy.c experiments with clang-tidy 2018-09-10 17:58:14 +02:00
academy.h autostudy continued (WIP) 2018-08-05 06:41:04 +02:00
academy.test.c add a unit test for academy_can_teach. 2017-12-29 13:37:17 +01:00
alchemy.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
alchemy.h rename potion: p14 to healing 2018-02-17 20:35:00 +01:00
alchemy.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
automate.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
automate.h finished autostudy 2018-08-05 06:41:04 +02:00
automate.test.c extract long_order_allowed for use in autostudy. 2018-08-05 06:43:11 +02:00
battle.c rename defence->defense (prefer US spelling). 2018-10-13 20:30:28 +02:00
battle.h rename defence->defense (prefer US spelling). 2018-10-13 20:30:28 +02:00
battle.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
bind_building.c clean includes for bindings and main 2018-09-23 19:53:01 +02:00
bind_building.h
bind_config.c clean includes for bindings and main 2018-09-23 19:53:01 +02:00
bind_config.h
bind_eressea.c checker is going to use locales, fix them up, too. 2018-10-06 20:47:23 +02:00
bind_eressea.h
bind_faction.c rename password functions to match PHP. 2018-09-26 21:07:39 +02:00
bind_faction.h
bind_gmtool.c clean includes for bindings 2018-09-23 19:44:05 +02:00
bind_gmtool.h
bind_locale.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_locale.h
bind_message.c clean includes for bindings 2018-09-23 19:44:05 +02:00
bind_message.h
bind_monsters.c clean includes for bindings 2018-09-23 19:44:05 +02:00
bind_order.c clean includes for bindings 2018-09-23 19:44:05 +02:00
bind_order.h
bind_process.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
bind_process.h
bind_region.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
bind_region.h
bind_ship.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
bind_ship.h
bind_storage.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
bind_storage.h
bind_tolua.c clean includes for bindings and main 2018-09-23 19:53:01 +02:00
bind_tolua.h
bind_unit.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
bind_unit.h
bindings.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
bindings.h stop using sqlite for a player database 2018-01-26 17:56:30 +01:00
chaos.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
chaos.h BUG 2168: call sink_ship for ships that take too much damage. 2018-08-01 10:04:12 +02:00
checker.c PATH_MAX is just a stupid constant 2018-10-06 20:53:26 +02:00
config.pkg
config.pkg.c
console.c more iwyu warnings 2018-09-24 12:02:01 +02:00
console.h add a Readline module, fix detection, keep disabled for now 2018-02-25 16:36:45 +01:00
creport.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
creport.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
creport.test.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
direction.c unit test ROUTE. 2017-12-11 16:24:06 +01:00
direction.h refactor: extract cycle_route and test it (with PAUSE). 2018-04-22 11:02:05 +01:00
direction.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
donations.c
donations.h
donations.test.c change how message types are created (more prep work for expat) 2018-05-18 19:58:49 +02:00
economy.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
economy.h Refactor: extract can_recruit, write tests for insects. 2018-08-02 14:31:00 +02:00
economy.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
eressea.c orderdb is glue code, belongs outside of kernel. 2018-09-28 21:02:32 +02:00
eressea.h Move the gamedb to a separate file. 2018-09-25 18:07:02 +02:00
eressea.pkg
eressea.pkg.c
exparse.c fix multiple coverity defects in parsers. 2018-09-03 20:43:17 +02:00
exparse.h add skeleton for expat suport 2018-04-24 21:50:49 +02:00
game.pkg
game.pkg.c
gamedb.c reduce dependeny spaghetti for database code. 2018-09-28 20:51:16 +02:00
gamedb.h bindings for gamedb_update, run after turn. 2018-09-25 20:39:43 +02:00
give.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
give.h
give.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
gmtool.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
gmtool.h compilation fix, disable catapult damage code. 2018-02-25 14:54:45 +01:00
gmtool_structs.h compilation fix, disable catapult damage code. 2018-02-25 14:54:45 +01:00
guard.c Bug 2489: Kill the SIEGE command, forever. 2018-09-09 21:01:10 +02:00
guard.h
guard.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
helpers.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
helpers.h more iwyu warnings 2018-09-24 12:02:01 +02:00
inc
items.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
items.h refactor the resurrection code. There is more work to be done here, too much duplicaton between battle and volcano. 2018-02-15 21:05:11 +01:00
json.c
json.h
json.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
jsonconf.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
jsonconf.h jsonconf reads game rules outside of kernel, so move it out. 2018-01-14 17:50:54 +01:00
jsonconf.test.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
jsreport.c cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
jsreport.h
laws.c prefer unit_addorder over addlist where possible. 2018-10-14 16:26:36 +02:00
laws.h add param.[hc], at last. 2018-09-29 19:32:39 +02:00
laws.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
lighthouse.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
lighthouse.h separate lighthouse_view_distance from lighthouse_range. 2018-07-18 20:49:17 +02:00
lighthouse.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
listbox.c clean includes for bindings 2018-09-23 19:44:05 +02:00
listbox.h
locale.pkg
locale.pkg.c
log.pkg
log.pkg.c
magic.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
magic.h parse spell components. 2018-05-08 23:06:33 +02:00
magic.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
main.c bindings for gamedb_update, run after turn. 2018-09-25 20:39:43 +02:00
market.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
market.h
market.test.c change how message types are created (more prep work for expat) 2018-05-18 19:58:49 +02:00
monsters.c BUG 2209: Monster, die attackieren, sollen sich in der selben Runde nicht auch noch bewegen. 2018-10-14 11:47:59 +02:00
monsters.h refactor monster movement planning, test at_hate. 2018-04-22 18:04:09 +01:00
monsters.test.c BUG 2209: Monster, die attackieren, sollen sich in der selben Runde nicht auch noch bewegen. 2018-10-14 11:47:59 +02:00
morale.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
morale.h
move.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
move.h Fix crash when removing drifted ships. 2018-09-16 10:02:09 +02:00
move.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
names.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01:00
names.h
names.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
orderdb.c orderdb is glue code, belongs outside of kernel. 2018-09-28 21:02:32 +02:00
orderdb.h orderdb is glue code, belongs outside of kernel. 2018-09-28 21:02:32 +02:00
orderdb.test.c orderdb is glue code, belongs outside of kernel. 2018-09-28 21:02:32 +02:00
orderfile.c remember to set faction.lastorders (NMR count was off). 2018-10-04 04:47:20 +02:00
orderfile.h remove debug stuff, use new parser for the game. 2018-10-03 20:33:53 +02:00
orderfile.test.c change how message types are created (more prep work for expat) 2018-05-18 19:58:49 +02:00
piracy.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
piracy.h
piracy.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
platform.h checker is going to use locales, fix them up, too. 2018-10-06 20:47:23 +02:00
prefix.c cppcheck: variable scopes, etc. 2018-02-11 15:57:31 +01:00
prefix.h
prefix.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
process.pkg Bug 2489: Kill the SIEGE command, forever. 2018-09-09 21:01:10 +02:00
process.pkg.c Bug 2489: Kill the SIEGE command, forever. 2018-09-09 21:01:10 +02:00
randenc.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
randenc.h BUG 2440: the random encounters code was completely unused. 2018-05-13 16:15:22 +02:00
renumber.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
renumber.h
renumber.test.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
report.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
report.h spell_syntax without bsdstring, better tests. 2018-06-03 13:29:54 +02:00
report.test.c fix compilation 2018-09-30 13:45:19 +02:00
reports.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
reports.h BUG 2458: fix insect recruit warnings. 2018-08-02 13:53:41 +02:00
reports.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
settings.h refactor siege property w. getter/setter 2018-09-09 17:10:18 +02:00
settings.pkg
settings.pkg.c
skill.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
skill.h Bug 2487: Fix LERNE AUTO translations 2018-09-09 15:13:20 +02:00
skill.test.c Bug 2487: Fix LERNE AUTO translations 2018-09-09 15:13:20 +02:00
spells.c prefer unit_addorder over addlist where possible. 2018-10-14 16:26:36 +02:00
spells.h iwyu 2018-05-18 02:35:11 +02:00
spells.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
spy.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
spy.h BUG 2168: call sink_ship for ships that take too much damage. 2018-08-01 10:04:12 +02:00
spy.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
steal.c Bug 2489: Kill the SIEGE command, forever. 2018-09-09 21:01:10 +02:00
study.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
study.h refactor siege property w. getter/setter 2018-09-09 17:10:18 +02:00
study.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
summary.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
summary.h make summary a little prettier. 2018-01-28 11:37:42 +01:00
summary.test.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
teleport.c create a callback mechanism for equipment. 2018-05-11 21:30:26 +02:00
teleport.h
test_eressea.c Pretty good progress on the OrderParser implementaiton. 2018-09-30 19:47:34 +02:00
tests.c make findparam_ex part of laws, where building names are known. 2018-09-29 20:06:58 +02:00
tests.h add param.[hc], at last. 2018-09-29 19:32:39 +02:00
tests.test.c Do not use 0 to mean NULL pointers. 2018-10-14 11:49:48 +02:00
travelthru.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
travelthru.h
travelthru.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
upkeep.c start removing dependencies on potion_type. 2018-01-14 17:40:48 +01:00
upkeep.h
upkeep.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
volcano.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
volcano.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
volcano.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00
vortex.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
vortex.h
vortex.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
wormhole.c move gamedata.c to kernel 2018-09-29 13:21:46 +02:00
wormhole.h
wormhole.test.c move attrib and event modules to kernel 2018-09-29 11:37:17 +02:00