.. |
assert.h
|
|
|
attrib.c
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
attrib.h
|
messy merge of cppcheck fixes into develop
|
2018-02-25 20:41:53 +01:00 |
attrib.test.c
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +01:00 |
base36.c
|
merge conflict nightmare fix.
|
2018-02-25 20:49:33 +01:00 |
base36.h
|
fix termination bug in itoa functions.
|
2018-02-25 19:17:20 +01:00 |
base36.test.c
|
fix termination bug in itoa functions.
|
2018-02-25 19:17:20 +01:00 |
bsdstring.c
|
move strlcat and strlcpy to strings.h
|
2017-12-30 13:04:00 +01:00 |
bsdstring.h
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
CMakeLists.txt
|
remov bsdstring tests and include
|
2017-12-30 20:11:02 +01:00 |
crmessage.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
crmessage.h
|
|
|
dice.c
|
do not call isdigit with a negative value.
|
2017-02-03 21:19:39 +01:00 |
encoding.h
|
|
|
event.c
|
make attrib use a variant, not a custom union.
|
2018-02-09 21:20:43 +01:00 |
event.h
|
|
|
filereader.c
|
|
|
filereader.h
|
|
|
functions.c
|
|
|
functions.h
|
|
|
functions.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
gamedata.c
|
|
|
gamedata.h
|
add a fix for 2367 to fix_familiars
|
2017-10-07 03:22:35 +02:00 |
gamedata.test.c
|
|
|
goodies.c
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
goodies.h
|
allow empty faction email
|
2017-11-15 12:12:42 +01:00 |
language.c
|
merge from master
|
2018-02-26 19:51:48 +01:00 |
language.h
|
|
|
language.test.c
|
celan up tests, rename test_cleanup -> test_teardown.
|
2017-12-27 19:58:39 +01:00 |
lists.c
|
iwyu
|
2017-12-30 07:22:09 +01:00 |
lists.h
|
iwyu
|
2017-12-30 07:22:09 +01:00 |
log.c
|
ignore sqlite setting errno
|
2018-05-03 22:40:54 +02:00 |
log.h
|
ignore sqlite setting errno
|
2018-05-03 22:40:54 +02:00 |
log.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
macros.h
|
PATH_MAX and MAX_PATH are crazy.
|
2017-12-29 11:44:14 +01:00 |
message.c
|
fix crashes on 64-bit systems (not all 0s are created equal).
|
2018-01-14 09:38:26 +01:00 |
message.h
|
Passing NULL after the last typed argument to a variadic function leads to undefined behaviour.
|
2018-02-25 17:18:30 +01:00 |
message.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 |
mt19937ar.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
mtrand.h
|
|
|
nrmessage.c
|
remov bsdstring tests and include
|
2017-12-30 20:11:02 +01:00 |
nrmessage.h
|
|
|
nrmessage_struct.h
|
|
|
parser.c
|
do not use MIN and MAX.
|
2018-01-01 08:23:52 +01:00 |
parser.h
|
do not use MIN and MAX.
|
2018-01-01 08:23:52 +01:00 |
parser.test.c
|
BUG 2381: parse_token overrun.
|
2017-10-29 18:03:44 +01:00 |
password.c
|
|
|
password.h
|
Be very strict about C standards.
|
2017-02-18 21:15:14 +01:00 |
password.test.c
|
|
|
path.c
|
cppcheck warnings for battle
|
2018-02-25 14:18:36 +01:00 |
path.h
|
cppcheck warnings for battle
|
2018-02-25 14:18:36 +01:00 |
rand.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
rand.h
|
|
|
resolve.c
|
hashing implemented with linear probing and tombstones.
|
2017-09-22 09:15:37 +02:00 |
resolve.h
|
WIP: change the resolve.h API
|
2017-09-21 17:29:01 +02:00 |
rng.h
|
|
|
rng.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
strings.c
|
more cppcheck messages
|
2018-02-26 19:48:52 +01:00 |
strings.h
|
more cppcheck messages
|
2018-02-26 19:48:52 +01:00 |
strings.test.c
|
add a strncat function to sbstring, use it for create_order.
|
2017-12-31 20:07:40 +01:00 |
translation.c
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
translation.h
|
|
|
umlaut.c
|
rename strlcpy->str_strlcpy, etc.
|
2017-12-30 19:49:21 +01:00 |
umlaut.h
|
|
|
umlaut.test.c
|
platform.h is only for WIN32 now.
|
2017-12-29 06:13:28 +01:00 |
unicode.c
|
more cppcheck messages
|
2018-02-26 19:48:52 +01:00 |
unicode.h
|
|
|
unicode.test.c
|
fix farsi names containing nzwj symbol.
|
2017-04-10 17:32:32 +02:00 |
variant.c
|
fix conversion warnings (MSVC)
|
2017-12-30 11:51:57 +01:00 |
variant.h
|
more fractions functionality.
|
2017-02-24 20:47:31 +01:00 |
variant.test.c
|
add a test to see that frac_make can handle large integers.
|
2017-03-06 21:43:31 +01:00 |
xml.c
|
verify xml loading, fix remaining files for e2.
|
2018-02-06 18:46:28 +01:00 |
xml.h
|
verify xml loading, fix remaining files for e2.
|
2018-02-06 18:46:28 +01:00 |