server/src
2017-12-27 21:54:09 +01:00
..
attributes celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
items celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
kernel implement speedy ships, with unit tests and edge testing. 2017-12-27 21:54:09 +01:00
modules eliminate some more strlcat calls. 2017-12-11 18:35:30 +01:00
races BUG 2387: Zauberbeutel braucht kein notlost Attribut. 2017-12-16 20:29:07 +01:00
spells celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
tools
triggers celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
util celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
academy.c simplify academy teaching code, addressing bug 2335 2017-09-02 03:24:04 +02:00
academy.h
alchemy.c add a safety check against accidentally drowning units in terraforming. 2017-12-26 07:04:12 +01:00
alchemy.h remove some ifdef options to maybe accelerate cppcheck. 2017-12-09 11:00:37 +01:00
alchemy.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
battle.c BUG 2392: anyone can use weapons, as long as they have _some_ skill. 2017-12-17 10:16:56 +01:00
battle.h remove lomem code, it was a bad idea 2017-11-25 20:24:57 +01:00
battle.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
bind_building.c remove dict from ships and buildings, too 2017-02-11 22:24:36 +01:00
bind_building.h
bind_config.c add a failing test for familiars (disabled). 2017-02-11 22:28:57 +01:00
bind_config.h
bind_eressea.c move readorders to orderfile module. 2017-10-07 19:44:23 +02:00
bind_eressea.h
bind_faction.c additional tests for spells. 2017-05-01 19:09:00 +02:00
bind_faction.h
bind_gmtool.c limit island size from configuration, deal with existing units. 2017-07-27 16:36:45 +02:00
bind_gmtool.h
bind_locale.c
bind_locale.h
bind_message.c
bind_message.h
bind_monsters.c replace ct_find calls with constants. 2017-08-21 20:18:19 +02:00
bind_order.c hackish optimization for STUDY orders 2017-10-13 19:33:29 +02:00
bind_order.h
bind_process.c
bind_process.h
bind_region.c BUG 2389: insects starve in glaciers. 2017-12-17 14:06:40 +01:00
bind_region.h
bind_ship.c pull economy requests into header, rename the struct. 2017-12-04 19:20:48 +01:00
bind_ship.h
bind_sqlite.c Revert "remove sqlite3 code and dependency" 2017-01-26 18:06:48 +01:00
bind_storage.c Be very strict about C standards. 2017-02-18 21:15:14 +01:00
bind_storage.h
bind_tolua.c
bind_tolua.h
bind_unit.c Add lua tests for ROUTE. 2017-12-10 20:54:02 +01:00
bind_unit.h
bindings.c cppcheck warnings and scope reductions. 2017-12-08 21:08:11 +01:00
bindings.h remove the locale from orders. 2017-10-13 19:33:28 +02:00
calendar.c BUG 2396: insect recruit messages fixed, and tests added. 2017-12-22 11:15:17 +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
CMakeLists.txt fix coverity scan errors 2017-12-12 09:19:47 +01:00
config.pkg
config.pkg.c
console.c add tests for visible_unit, remove unused cansee_ex 2017-12-23 17:49:30 +01:00
console.h
convert.c we do not need a USE_LIBXML define, xml is a hard requirement. 2017-12-09 21:04:27 +01:00
creport.c eliminate some TODO comments. 2017-12-26 07:25:42 +01:00
creport.h eliminate some TODO comments. 2017-12-26 07:25:42 +01:00
creport.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +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 continued work for MSVC compilation 2017-01-26 18:05:25 +01:00
donations.h
donations.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
economy.c Add lua tests for ROUTE. 2017-12-10 20:54:02 +01:00
economy.h remove stealing from economy.c (that file is too big). 2017-12-04 20:01:08 +01:00
economy.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
eressea.c sqlite may set errno, reset it 2017-12-23 18:28:51 +01:00
eressea.h
eressea.pkg
eressea.pkg.c
game.pkg
game.pkg.c
give.c The MUSEUM_MODULE define is unnecessary. 2017-12-09 21:06:44 +01:00
give.h more stbool.h includes, MSVC has no unlink 2017-01-26 18:05:26 +01:00
give.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
gmtool.c move "do not accidentally terrafomr" logic to gmtool. 2017-12-26 13:29:19 +01:00
gmtool.h seed a single faction from newplayers file. 2017-07-23 15:18:16 +02:00
gmtool_structs.h
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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
helpers.c solve helpers.c without bsdstring 2017-12-10 12:23:28 +01:00
helpers.h remove the funcpointer from struct spell. 2017-04-30 22:15:18 +02:00
inc
items.c hackish optimization for STUDY orders 2017-10-13 19:33:29 +02: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
jsreport.c
jsreport.h
keyword.c CID 172474 + 173899 Copy into fixed size buffer 2017-09-18 20:33:36 +02: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 BUG 2396: insect recruit messages fixed, and tests added. 2017-12-22 11:15:17 +01:00
laws.h merge with master, which was far behind 2017-10-15 20:32:19 +02:00
laws.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
lighthouse.c Merge branch 'kill-rcspell' into feature/refactor-rcspell 2017-05-21 21:33:29 +02:00
lighthouse.h Merge branch 'kill-rcspell' into feature/refactor-rcspell 2017-05-21 21:33:29 +02:00
lighthouse.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
listbox.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
listbox.h
locale.pkg
locale.pkg.c
log.pkg
log.pkg.c
magic.c Merge branch 'develop' 2017-10-18 19:40:00 +02:00
magic.h deprecate old get_mage implementation. 2017-10-06 21:53:07 +02:00
magic.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
main.c merge order_id branch 2017-11-26 15:20:38 +01:00
market.c consistent naming of module configurations (singular). 2017-11-06 21:04:30 +01:00
market.h clean up and test various race.parameters 2017-02-04 23:16:16 +01:00
market.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
monsters.c bug 2387: create a ghost to hold on to magical notlost items. 2017-12-25 19:11:12 +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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
morale.c kill the old curses enum and oldcursename. 2017-08-21 20:48:00 +02:00
morale.h
move.c bug 2238: respect the dragon speed multiplier. 2017-12-26 06:26:56 +01:00
move.h addendum bug 2389: insects mail not sail a ship into a glacier, but can be passengers. 2017-12-17 14:50:11 +01:00
move.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
names.c BUG 2396: insect recruit messages fixed, and tests added. 2017-12-22 11:15:17 +01:00
names.h
names.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
orderfile.c workaround for cppcheck false-positive 2017-11-20 08:51:06 +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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
piracy.c hackish optimization for STUDY orders 2017-10-13 19:33:29 +02:00
piracy.h
piracy.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
platform.h have cmake determine bsdstring requirement 2017-12-11 18:36:57 +01:00
prefix.c kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
prefix.h Be very strict about C standards. 2017-02-18 21:15:14 +01:00
prefix.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
process.pkg
process.pkg.c
randenc.c eliminate some more strlcat calls. 2017-12-11 18:35:30 +01:00
randenc.h
renumber.c hackish optimization for STUDY orders 2017-10-13 19:33:29 +02:00
renumber.h
renumber.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
report.c add tests for visible_unit, remove unused cansee_ex 2017-12-23 17:49:30 +01:00
report.h Add a good test for the NR. 2017-03-05 16:55:11 +01:00
report.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
reports.c add tests for visible_unit, remove unused cansee_ex 2017-12-23 17:49:30 +01:00
reports.h add tests for visible_unit, remove unused cansee_ex 2017-12-23 17:49:30 +01:00
reports.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +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 kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
skill.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
spells.c eliminate some more strlcat calls. 2017-12-11 18:35:30 +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 celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
spy.c Merge branch 'develop' 2017-10-18 19:40:00 +02:00
spy.h TARNE PARTEI creport test 2017-03-01 18:11:46 +01:00
spy.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
sqlite.c cppcheck style fixes. 2017-12-08 19:59:49 +01:00
steal.c make this loop a little more readable. warning: the break has no tests. 2017-12-06 20:06:46 +01:00
study.c fix demon hunger in E3 and one intermittent test. 2017-12-22 19:14:01 +01:00
study.h remove obsolete defines. 2017-12-09 16:53:36 +01:00
study.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
summary.c BUG 2333 NMR-Anzahl im WB falsch 2017-06-11 17:06:13 +02:00
summary.h more stbool.h includes, MSVC has no unlink 2017-01-26 18:05:26 +01:00
summary.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
teleport.c BUG 2366: add a test to verify that view_reality sets an observer. 2017-10-10 18:45:44 +02: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 organize database drivers in their own directory 2017-11-18 12:55:07 +01:00
tests.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
tests.h celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
tests.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
travelthru.c fix study.c teacher messaging 2017-01-26 18:58:29 +01:00
travelthru.h
travelthru.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
upkeep.c BUG 2389: insects starve in glaciers. 2017-12-17 14:06:40 +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 2156: fix volcano reporting, maybe. 2017-12-25 21:55:50 +01:00
volcano.h consistent naming of module configurations (singular). 2017-11-06 21:04:30 +01:00
volcano.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
vortex.c leak: free special directions. 2017-08-25 08:52:15 +02: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 fix gcc compilation 2017-09-22 16:39:46 +02:00
wormhole.h
wormhole.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00