..
attrib.c
http://bugs.eressea.de/view.php?id=2210
2016-05-28 20:26:59 +02:00
attrib.h
attrib.read gets a gamedata object (remove dependency on global.data_version)
2016-02-24 11:44:18 +01:00
attrib.test.c
fix some memory leaks
2016-03-10 13:27:08 +01:00
base36.c
eliminate static variable leak and allocation from base36
2015-10-27 12:48:34 +01:00
base36.h
base36.test.c
bsdstring.c
CID 22597: va_start/va_end mismatch
2015-10-29 20:43:37 +01:00
bsdstring.h
STRLCPY macro redefinition and fixes for gcc. work for monkeys.
2015-08-17 22:48:21 +02:00
bsdstring.test.c
add some simple tests for writing travelthru information to the report, fix test that sets errno as a side effect (thanks, Microsoft!)
2015-08-18 17:08:02 +02:00
CMakeLists.txt
Merge branch 'master' into develop
2016-05-01 13:47:30 +02:00
crmessage.c
CID 22491 FORWARD_NULL
2015-11-05 11:14:53 +01:00
crmessage.h
dice.c
encoding.h
event.c
fix some memory leaks
2016-03-10 13:27:08 +01:00
event.h
trigger_type.read gets a gamedata object
2016-02-24 11:46:54 +01:00
filereader.c
filereader.h
functions.c
stop memory leak from function registry.
2015-10-13 21:26:48 +02:00
functions.h
stop memory leak from function registry.
2015-10-13 21:26:48 +02:00
functions.test.c
gamedata.c
memory leak: gamedata store was not released
2016-03-11 10:31:21 +01:00
gamedata.h
remove global.data_version from border.read
2016-02-24 11:44:19 +01:00
gamedata.test.c
always free gamedata (this test uses two)
2016-03-11 09:45:39 +01:00
goodies.c
fix missing include
2015-05-18 09:04:05 +02:00
goodies.h
refactoring more of goodies.h into strings.h
2015-05-18 08:59:38 +02:00
language.c
issue #419 , eliminate language_struct.h, make the struct module-private
2015-12-01 12:24:22 +01:00
language.h
lists.c
lists.h
log.c
control log level from command line (with -l, like -v)
2016-07-30 22:46:57 +02:00
log.h
control log level from command line (with -l, like -v)
2016-07-30 22:46:57 +02:00
log.test.c
integrated Ennos suggestions for dragon growls
2016-06-11 13:47:38 +02:00
message.c
refactoring: rewrite tests to use test_find_messagetype instead of assert_messages.
2015-08-17 19:36:28 +02:00
message.h
refactoring: rewrite tests to use test_find_messagetype instead of assert_messages.
2015-08-17 19:36:28 +02:00
nrmessage.c
CID 22570: Copy into fixed size buffer (STRING_OVERFLOW)
2015-10-30 10:57:52 +01:00
nrmessage.h
nrmessage_struct.h
parser.c
fix parse_token buffer overrun.
2016-06-07 21:47:09 +02:00
parser.h
parser.test.c
missing include, gcc fix
2016-06-07 21:51:56 +02:00
password.c
remove all password hashing code
2016-07-13 19:10:22 +02:00
password.h
remove all password hashing code
2016-07-13 19:10:22 +02:00
password.test.c
remove all password hashing code
2016-07-13 19:10:22 +02:00
rand.c
facility to inject a non-random random generator
2015-12-08 17:57:23 +01:00
rand.h
facility to inject a non-random random generator
2015-12-08 17:57:23 +01:00
resolve.c
read_referernce takes a gamedata object.
2016-02-24 11:53:22 +01:00
resolve.h
forward-declare struct gamedata
2016-02-24 11:54:23 +01:00
rng.h
facility to inject a non-random random generator
2015-12-08 17:57:23 +01:00
rng.test.c
strings.c
add unit-test for casting spells, fix spell-casting (was looking for thisorder), all E3 tests pass again
2015-08-05 10:25:25 +02:00
strings.h
refactoring more of goodies.h into strings.h
2015-05-18 08:59:38 +02:00
strings.test.c
translation.c
address some PVS comments
2015-07-21 09:01:11 +02:00
translation.h
umlaut.c
just a little bit of refactoring
2016-03-11 21:36:10 +01:00
umlaut.h
umlaut.test.c
extend test_umlaut a bit, which doesn't trigger issue #316
2015-10-14 13:42:12 +02:00
unicode.c
unicode.h
unicode.test.c
variant.h
ignore PVS=-Studio files
2015-07-12 13:15:10 +02:00
xml.c
remove unused xml_i function
2015-09-11 11:08:10 +02:00
xml.h
remove unused xml_i function
2015-09-11 11:08:10 +02:00