server/src
Enno Rehling 4812fa1c41 unnecessary xpath searches.
1. item does not have functions.
2. resourcelimit is gone.
2018-04-28 21:25:26 +02:00
..
attributes refactor: extract cycle_route and test it (with PAUSE). 2018-04-22 11:02:05 +01:00
items cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
kernel additional testing 2018-03-17 12:55:26 +01:00
modules build problems. this looks like a merge conflict. 2018-03-04 18:21:00 +01:00
races fix some cppcheck warnings 2018-02-11 15:43:24 +01:00
spells merge from master 2018-02-26 19:51:48 +01:00
tools
triggers BUG 2424 remove invlaid assertion 2018-03-11 11:39:57 +01:00
util merge from master 2018-02-26 19:51:48 +01:00
CMakeLists.txt re-enable backtraces on linux. 2018-03-11 16:52:07 +01:00
academy.c add a unit test for academy_can_teach. 2017-12-29 13:37:17 +01:00
academy.h
academy.test.c add a unit test for academy_can_teach. 2017-12-29 13:37:17 +01:00
alchemy.c remove P_POWER from use_potion 2018-02-17 19:02:02 +01:00
alchemy.h rename potion: p14 to healing 2018-02-17 20:35:00 +01:00
alchemy.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
battle.c merge from master 2018-02-26 19:51:48 +01:00
battle.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
battle.test.c cppcheck false positives 2018-02-25 20:06:55 +01:00
bind_building.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_building.h
bind_config.c cppcheck warnings for battle 2018-02-25 14:18:36 +01:00
bind_config.h
bind_eressea.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_eressea.h
bind_faction.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_faction.h
bind_gmtool.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01: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 platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_message.h
bind_monsters.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_order.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_order.h
bind_process.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_process.h
bind_region.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
bind_region.h
bind_ship.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_ship.h
bind_storage.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_storage.h
bind_tolua.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bind_tolua.h
bind_unit.c bufunit does not write an indent, doe not need the parameter. 2018-02-24 19:46:34 +01:00
bind_unit.h
bindings.c bufunit does not write an indent, doe not need the parameter. 2018-02-24 19:46:34 +01:00
bindings.h stop using sqlite for a player database 2018-01-26 17:56:30 +01:00
chaos.c
chaos.h
config.pkg
config.pkg.c
console.c add a Readline module, fix detection, keep disabled for now 2018-02-25 16:36:45 +01:00
console.h add a Readline module, fix detection, keep disabled for now 2018-02-25 16:36:45 +01:00
convert.c unused variable. 2018-02-06 21:39:52 +01:00
creport.c BUG 2425: lighthouses can see units. 2018-03-11 14:40:38 +01:00
creport.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
creport.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01: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 Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
economy.c BUG 2379: Test war kaputt (newterrain), getesteter Code auch. 2018-03-04 20:15:42 +01:00
economy.h messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01:00
economy.test.c newterrain was unfit for unit testing. 2018-03-04 20:03:13 +01:00
eressea.c merge conflict nightmare fix. 2018-02-25 20:49:33 +01:00
eressea.h
eressea.pkg
eressea.pkg.c
game.pkg
game.pkg.c
give.c merge conflict nightmare fix. 2018-02-25 20:49:33 +01:00
give.h
give.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
gmtool.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01: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 2366: Fix cansee for seen_spell regions. 2017-10-10 20:24:20 +02:00
guard.h
guard.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
helpers.c merge conflict nightmare fix. 2018-02-25 20:49:33 +01:00
helpers.h
inc
items.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01: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 allow empty faction email 2017-11-15 12:12:42 +01:00
json.h
json.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
jsonconf.c cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01: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 fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
jsreport.c cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
jsreport.h
keyword.c rename strlcpy->str_strlcpy, etc. 2017-12-30 19:49:21 +01:00
keyword.h BUG: at_hate stores a unit, never an int. 2018-04-21 23:18:35 +01:00
keyword.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
laws.c refactor: extract cycle_route and test it (with PAUSE). 2018-04-22 11:02:05 +01:00
laws.h FAST_CONNECT is always on. 2018-02-25 18:30:20 +01:00
laws.test.c allow a maxnmr setting in eressea.ini to override the nmr.timeout rule. 2018-03-11 19:07:05 +01:00
lighthouse.c do not use MIN and MAX. 2018-01-01 08:23:52 +01:00
lighthouse.h
lighthouse.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
listbox.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
listbox.h
locale.pkg
locale.pkg.c
log.pkg
log.pkg.c
magic.c merge from master 2018-02-26 19:51:48 +01:00
magic.h merge from master 2018-02-26 19:51:48 +01:00
magic.test.c fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
main.c fix sigaction code for macos 2018-03-16 16:21:33 +01:00
market.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
market.h
market.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
monsters.c refactor monster movement planning, test at_hate. 2018-04-22 18:04:09 +01:00
monsters.h refactor monster movement planning, test at_hate. 2018-04-22 18:04:09 +01:00
monsters.test.c refactor monster movement planning, test at_hate. 2018-04-22 18:04:09 +01:00
morale.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
morale.h
move.c use sbstring for make_movement_order. 2018-04-22 18:12:55 +01:00
move.h refactor monster movement planning, test at_hate. 2018-04-22 18:04:09 +01:00
move.test.c add a unit test for make_movement_order, too. 2018-04-22 18:08:56 +01: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
orderfile.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01:00
orderfile.h some examples for how the new orderfile logic can be used to write unit tests. 2017-10-07 20:17:04 +02:00
orderfile.test.c messy merge of cppcheck fixes into develop 2018-02-25 20:41:53 +01:00
piracy.c cppcheck: variable scopes, etc. 2018-02-11 15:57:31 +01:00
piracy.h
piracy.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
platform.h move va_copy macro closer to where it is used. 2017-12-29 17:00:16 +01:00
prefix.c cppcheck: variable scopes, etc. 2018-02-11 15:57:31 +01:00
prefix.h
prefix.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
process.pkg
process.pkg.c
randenc.c merge from master 2018-02-26 19:51:48 +01:00
randenc.h
renumber.c findunitg was deprecated. 2018-02-25 18:35:40 +01:00
renumber.h
renumber.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
report.c BUG 2425: lighthouses can see units. 2018-03-11 14:40:38 +01:00
report.h
report.test.c Replace 0 with NULL (consistency is good). 2018-01-14 09:58:45 +01:00
reports.c BUG 2425: lighthouses can see units. 2018-03-11 14:40:38 +01:00
reports.h BUG 2425: lighthouses can see units. 2018-03-11 14:40:38 +01:00
reports.test.c BUG 2425: lighthouses can see units. 2018-03-11 14:40:38 +01:00
settings.h The MUSEUM_MODULE define is unnecessary. 2017-12-09 21:06:44 +01:00
settings.pkg
settings.pkg.c
skill.c
skill.h BUG: at_hate stores a unit, never an int. 2018-04-21 23:18:35 +01:00
skill.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
spells.c merge from master 2018-02-26 19:51:48 +01:00
spells.h BUG 2366: add a test to verify that view_reality sets an observer. 2017-10-10 18:45:44 +02:00
spells.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
spy.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 18:14:48 +01:00
spy.h
spy.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
steal.c findunitg was deprecated. 2018-02-25 18:35:40 +01:00
study.c fix test_process_turn failure. 2018-02-14 20:01:36 +01:00
study.h remove obsolete defines. 2017-12-09 16:53:36 +01:00
study.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01: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 Merge small braineater units to reduce memory pressure. 2018-02-04 19:13:04 +01:00
teleport.h BUG 2366: add a test to verify that view_reality sets an observer. 2017-10-10 18:45:44 +02:00
test_eressea.c begin adding tests for skills. 2018-01-21 11:03:49 +01:00
tests.c BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1. 2018-03-04 20:30:34 +01:00
tests.h BUG 2423: only apply other skill modifiers if race-modifier doesn't drop skill below 1. 2018-03-04 20:30:34 +01:00
tests.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
travelthru.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
travelthru.h
travelthru.test.c Replace 0 with NULL (consistency is good). 2018-01-14 09:58:45 +01: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 BUG 2419: fix and speed up volcano-survival through potions. 2018-02-16 20:06:36 +01:00
volcano.h BUG 2415: eliminate at_potiondelay and WdL delay. 2018-02-15 20:25:58 +01:00
volcano.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
vortex.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
vortex.h
vortex.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
wormhole.c make attrib use a variant, not a custom union. 2018-02-09 21:20:43 +01:00
wormhole.h
wormhole.test.c Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
xmlreader.c unnecessary xpath searches. 2018-04-28 21:25:26 +02:00
xmlreader.h move xmlreader.c up a directory. 2018-01-21 11:03:49 +01:00