server/src
Enno Rehling 121bf343ea fix get_command for K_STUDY (still bug 2427). 2018-03-16 21:49:24 +01:00
..
attributes more cppcheck messages 2018-02-26 19:48:52 +01:00
items cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
kernel fix get_command for K_STUDY (still bug 2427). 2018-03-16 21:49:24 +01:00
modules more cppcheck messages 2018-02-26 19:48:52 +01:00
races BUG 2387: Zauberbeutel braucht kein notlost Attribut. 2017-12-16 20:29:07 +01:00
spells more cppcheck messages 2018-02-26 19:48:52 +01:00
tools
triggers BUG 2426: E3 hat kein RC_TEMPLATE, split potion names and descriptions 2018-03-11 09:02:02 +01:00
util more cppcheck messages 2018-02-26 19:48:52 +01:00
CMakeLists.txt add a Readline module, fix detection, keep disabled for now 2018-02-25 16:36:45 +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 why are we using the short type? 2018-01-21 11:14:55 +01:00
alchemy.h compiles, test fails, xmlreader includes need fixing 2018-01-14 17:40:48 +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 more cppcheck messages 2018-02-26 19:48:52 +01:00
battle.h BUG 2401: fix attacker list, move code to reports.c 2017-12-31 15:05:49 +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 platform.h is only for WIN32 now. 2017-12-29 06:13:28 +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 why are we using the short type? 2018-01-21 11:14:55 +01:00
bind_unit.h
bindings.c Merge remote-tracking branch 'upstream/develop' into develop 2018-01-28 18:42:22 +01:00
bindings.h stop using sqlite for a player database 2018-01-26 17:56:30 +01:00
calendar.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
calendar.h BUG 2396: insect recruit messages fixed, and tests added. 2017-12-22 11:15:17 +01:00
calendar.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
chaos.c Merge branch 'master' into develop 2017-08-18 20:31:14 +02:00
chaos.h gmtool can clear regions 2017-08-07 18:38:10 +02:00
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 move xmlreader.c up a directory. 2018-01-21 11:03:49 +01:00
creport.c BUG 2426: E3 hat kein RC_TEMPLATE, split potion names and descriptions 2018-03-11 09:02:02 +01:00
creport.h eliminate some TODO comments. 2017-12-26 07:25:42 +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 unit test ROUTE. 2017-12-11 16:24:06 +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 cppcheck: reduce variable scope. 2018-02-25 17:28:42 +01:00
economy.h cppcheck: reduce variable scope. 2018-02-25 17:28:42 +01:00
economy.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
eressea.c unused #define 2018-02-25 17:19:54 +01:00
eressea.h
eressea.pkg
eressea.pkg.c
game.pkg
game.pkg.c
give.c cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +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 fix goto-select-faction (itoa bug). 2018-02-25 19:36:28 +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 bug 2292: only land regions can be guarded. 2017-03-02 12:39:21 +01:00
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 cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
helpers.h remove the funcpointer from struct spell. 2017-04-30 22:15:18 +02:00
inc
items.c cppcheck: DMAXHASH was unused. 2018-02-25 17:58:45 +01:00
items.h
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 broken includes 2018-01-14 18:03:33 +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 fix cppcheck report (missing curly race) 2017-11-20 14:57:04 +01:00
keyword.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
laws.c FAST_CONNECT is always on. 2018-02-25 18:30:20 +01:00
laws.h FAST_CONNECT is always on. 2018-02-25 18:30:20 +01:00
laws.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
lighthouse.c do not use MIN and MAX. 2018-01-01 08:23:52 +01:00
lighthouse.h Merge branch 'kill-rcspell' into feature/refactor-rcspell 2017-05-21 21:33:29 +02:00
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 more cppcheck messages 2018-02-26 19:48:52 +01:00
magic.h more cppcheck messages 2018-02-26 19:48:52 +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 Make the behavior for missing messages configurable. 2018-01-14 11:25:44 +01:00
market.c consistent naming of module configurations (singular). 2017-11-06 21:04:30 +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 findunitg was deprecated. 2018-02-25 18:35:40 +01:00
monsters.h bug 2387: create a ghost to hold on to magical notlost items. 2017-12-25 19:11:12 +01:00
monsters.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
morale.c kill the old curses enum and oldcursename. 2017-08-21 20:48:00 +02:00
morale.h
move.c more cppcheck messages 2018-02-26 19:48:52 +01:00
move.h platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
move.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
names.c FAST_CONNECT is always on. 2018-02-25 18:30:20 +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 cppcheck warnings 2018-02-25 20:06:47 +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 Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
piracy.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +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 reduce dependence on platform.h. 2017-12-28 18:29:40 +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 more cppcheck messages 2018-02-26 19:48:52 +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 2426: E3 hat kein RC_TEMPLATE, split potion names and descriptions 2018-03-11 09:02:02 +01:00
report.h Add a good test for the NR. 2017-03-05 16:55:11 +01:00
report.test.c Replace 0 with NULL (consistency is good). 2018-01-14 09:58:45 +01:00
reports.c more cppcheck messages 2018-02-26 19:48:52 +01:00
reports.h more cppcheck messages 2018-02-26 19:48:52 +01:00
reports.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
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
skill.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
spells.c more cppcheck messages 2018-02-26 19:48:52 +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 TARNE PARTEI creport test 2017-03-01 18:11:46 +01:00
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 more skill size savings. 2018-02-03 14:16:01 +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 Solve unicode indentation problems in summary. 2018-01-28 19:12:31 +01:00
summary.h make summary a little prettier. 2018-01-28 11:37:42 +01:00
summary.test.c BUG 2398: remove deltas from summary. 2018-01-27 21:48:05 +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 Passing NULL after the last typed argument to a variadic function leads to undefined behaviour. 2018-02-25 17:18:30 +01:00
tests.h 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
tests.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
travelthru.c remov bsdstring tests and include 2017-12-30 20:11:02 +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 start removing dependencies on potion_type. 2018-01-14 17:40:48 +01:00
volcano.h consistent naming of module configurations (singular). 2017-11-06 21:04:30 +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 reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
vortex.h leak: free special directions. 2017-08-25 08:52:15 +02:00
vortex.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
wormhole.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +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 move xmlreader.c up a directory. 2018-01-21 11:03:49 +01:00
xmlreader.h move xmlreader.c up a directory. 2018-01-21 11:03:49 +01:00