server/src
2015-11-13 00:57:14 +01:00
..
attributes fix compilation and setting parameters to null 2015-11-09 13:55:09 +01:00
items clean up item tests so they don't use test_create_world 2015-11-07 13:52:18 +01:00
kernel fixed descriptions of spells with parameters (bug #2060+1867) 2015-11-13 00:57:14 +01:00
modules CID 22536: Resource leak (RESOURCE_LEAK) 2015-11-11 15:51:48 +01:00
races
spells CID 22455 Logically dead code 2015-11-11 16:00:07 +01:00
tools
triggers add missing test file, try again 2015-11-09 19:46:01 +01:00
util 22583 Time of check time of use 2015-11-05 14:05:58 +01:00
alchemy.c
alchemy.h
alchemy.test.c testing all the error cases for PIRACY 2015-10-12 13:27:39 +02:00
battle.c github issue #374 2015-11-07 18:21:47 +01:00
battle.h CID LAST_ROW 22455 Logically dead code 2015-11-05 11:08:55 +01:00
battle.test.c eliminate use of test_create_world 2015-11-07 23:49:45 +01:00
bind_building.c 22483 Dereference after null check 2015-11-05 08:36:32 +01:00
bind_building.h
bind_config.c allocate space for null terminator 2015-10-30 12:08:09 +01:00
bind_config.h
bind_dict.c
bind_dict.h
bind_eressea.c
bind_eressea.h
bind_faction.c
bind_faction.h
bind_gmtool.c
bind_gmtool.h
bind_locale.c
bind_locale.h
bind_log.c
bind_log.h
bind_message.c
bind_message.h
bind_monsters.c moved files for flyingship to subdir "spells" 2015-11-02 15:40:26 +01:00
bind_process.c
bind_process.h
bind_region.c CID 26255: Null pointer dereferences (FORWARD_NULL) 2015-10-29 16:43:09 +01:00
bind_region.h
bind_settings.c
bind_settings.h
bind_ship.c
bind_ship.h
bind_sqlite.c
bind_storage.c fix a bug introduced by f78fe842 (CID 22443) 2015-11-04 10:40:53 +01:00
bind_storage.h
bind_tolua.c
bind_tolua.h
bind_unit.c
bind_unit.h
bindings.c CID 22479 Dereference after null check 2015-11-04 11:23:57 +01:00
bindings.h
building_action.c
buildno.h first release candidate 2015-11-09 17:08:41 +01:00
calendar.c
calendar.h
callback.c
callback.h
callback.test.c
chaos.c CID 22499 Missing break in switch 2015-11-05 11:18:39 +01:00
chaos.h
CMakeLists.txt test and fix shock trigger. 2015-11-09 19:43:51 +01:00
config.pkg
config.pkg.c
console.c
console.h
creport.c CID 22452 'Constant' variable guards dead code 2015-11-04 19:08:45 +01:00
creport.h
direction.c
direction.h
direction.test.c remove invalid tests. uninitialized locales do not have default words 2015-11-01 05:35:10 +01:00
donations.c
donations.h
donations.test.c
economy.c CID 22584 Result is not floating-point 2015-11-10 10:44:17 +01:00
economy.h
economy.test.c cleanup: test_create_world is lazy 2015-10-13 22:31:03 +02:00
eressea.c minor leak: release memory held by curse_type structures 2015-10-15 08:38:43 +02:00
eressea.h
eressea.pkg
eressea.pkg.c
game.pkg
game.pkg.c
give.c CID 22490 Dereference after null check 2015-11-04 14:27:38 +01:00
give.h
give.test.c fix and tests for otherfaction attributes in E2 2015-11-09 13:36:52 +01:00
gmtool.c CID 22498 Missing break in switch 2015-11-05 08:48:03 +01:00
gmtool.h
gmtool_structs.h
guard.c
guard.h
helpers.c cleanup: functions do not need to be dereferenced with an & in C. 2015-11-03 13:30:34 +01:00
helpers.h
inc
items.c
items.h
json.c
json.h
json.test.c test-only leak: do some json surgery and delete the entire tree from the export 2015-10-15 09:06:44 +02:00
jsreport.c CID 22548 Resource leak 2015-11-05 11:31:52 +01:00
jsreport.h
keyword.c
keyword.h
keyword.test.c remove invalid tests. uninitialized locales do not have default words 2015-11-01 05:35:10 +01:00
laws.c Merge branch 'bug/#2144' of https://github.com/TurnerSE/server into TurnerSE-bug/#2144 2015-11-07 18:53:19 +01:00
laws.h rename hunt to follow_ship, because why was it ever called anything else? 2015-09-25 14:06:18 +02:00
laws.test.c added initial cleanup 2015-11-07 15:18:23 +01:00
lighthouse.c
lighthouse.h
listbox.c
listbox.h
locale.pkg
locale.pkg.c
log.pkg
log.pkg.c
magic.c CID 32303 Unchecked return value 2015-11-09 20:03:38 +01:00
magic.h memory leak: when freeing factions, also free their spellbooks 2015-10-13 21:47:45 +02:00
magic.test.c prepared test for nr_spell 2015-11-13 00:57:14 +01:00
main.c
market.c CID 22472 Division or modulo by zero 2015-11-09 18:06:11 +01:00
market.h
market.test.c
monster.c
monster.h
monsters.c in_safe_building needs a test and some changes to logic 2015-11-12 17:55:39 +01:00
morale.c
morale.h
move.c CID 22484 Explicit null dereferenced 2015-11-11 15:48:11 +01:00
move.h refactor piracy code into a module, separate from move. 2015-10-11 21:19:38 +02:00
move.test.c leak: free route at the end of the test 2015-10-14 12:03:19 +02:00
names.c CID 22467: Division or modulo by zero 2015-11-04 12:59:03 +01:00
names.h
piracy.c CID 22514: Out-of-bounds read (OVERRUN) 2015-10-30 15:17:39 +01:00
piracy.h refactor piracy code into a module, separate from move. 2015-10-11 21:19:38 +02:00
piracy.test.c eliminate unused variable warning (gcc) 2015-10-13 23:27:13 +02:00
platform.h only disable MSVC2015 warnings in MSVC2015, do not break confuse compilers. 2015-10-11 14:39:51 +02:00
prefix.c
prefix.h
prefix.test.c
process.pkg
process.pkg.c
randenc.c CID 22529 Resource leak 2015-11-05 11:22:16 +01:00
randenc.h
report.c added tests for all kinds of syntax parameters 2015-11-13 00:57:14 +01:00
report.h added tests for all kinds of syntax parameters 2015-11-13 00:57:14 +01:00
reports.c CID 32208 Time of check time of use 2015-11-09 18:03:19 +01:00
reports.h eliminate deprecated call 2015-10-27 12:40:04 +01:00
reports.test.c added tests for all kinds of syntax parameters 2015-11-13 00:57:14 +01:00
seen.c
seen.h
seen.test.c always call seen_done to eliminate memory leaks in tests. 2015-10-13 16:05:32 +02:00
settings.h missed a spot... 2015-11-02 18:27:07 +01:00
settings.pkg
settings.pkg.c
skill.c CID 22554: Improper use of negative value (REVERSE_NEGATIVE) 2015-10-30 12:40:48 +01:00
skill.h
skill.test.c remove invalid tests. uninitialized locales do not have default words 2015-11-01 05:35:10 +01:00
spells.c fix and tests for otherfaction attributes in E2 2015-11-09 13:36:52 +01:00
spells.h
spells.test.c test_create_castorder can take spelllparameters now too 2015-11-02 17:09:16 +01:00
spy.c fix and tests for otherfaction attributes in E2 2015-11-09 13:36:52 +01:00
spy.h
spy.test.c fix memory leaks in all tests that create an order without calling free_order at the end. 2015-10-13 15:45:38 +02:00
sqlite.c CID 26252: Memory - illegal accesses (BUFFER_SIZE_WARNING) 2015-10-29 16:51:39 +01:00
stdafx.h
study.c refactor: separate building_is_active from inside_building 2015-11-02 14:18:50 +01:00
study.h
study.test.c
summary.c CID 22503 Negative array index write 2015-11-11 15:48:09 +01:00
summary.h
test_eressea.c test and fix shock trigger. 2015-11-09 19:43:51 +01:00
tests.c prepared test for nr_spell 2015-11-13 00:57:14 +01:00
tests.h prepared test for nr_spell 2015-11-13 00:57:14 +01:00
tests.test.c
travelthru.c memory leak: at_travelunit contains a quicklist, needs custom cleanup code. 2015-10-13 22:09:41 +02:00
travelthru.h
travelthru.test.c unit needs to be in a region or test_cleanup will not free it 2015-10-14 22:19:15 +02:00
upkeep.c
upkeep.h
upkeep.test.c
vortex.c
vortex.h
vortex.test.c
wormhole.c
wormhole.h
wormhole.test.c
xmlreport.c
xmlreport.h