server/src/util
2017-12-30 11:09:09 +01:00
..
assert.h
attrib.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
attrib.h enable process_orders to be done in steps. 2017-02-27 19:35:14 +01:00
attrib.test.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
base36.c try to fix the build 2017-12-11 18:42:35 +01:00
base36.h more bsdstring removal, str_replace, unit tests. 2017-12-11 18:20:21 +01:00
base36.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bsdstring.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
bsdstring.h fix mac build 2017-12-11 19:31:42 +01:00
bsdstring.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
CMakeLists.txt PATH_MAX and MAX_PATH are crazy. 2017-12-29 11:44:14 +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 reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
event.h
filereader.c continue fixing compilation (gcc/clang) 2017-01-26 18:03:48 +01:00
filereader.h
functions.c fix clang builds 2016-11-18 13:24:50 +01:00
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 platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
language.h kill autoconf.h, replace platform.h for C99 compatibility work 2017-01-26 18:03:48 +01:00
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 missing include, thanks mac 2017-12-30 11:09:09 +01:00
log.h
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 iwyu 2017-12-30 07:22:09 +01:00
message.h
message.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
mt19937ar.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
mtrand.h
nrmessage.c reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
nrmessage.h make runtests.bat not crash. 2017-01-26 18:06:48 +01:00
nrmessage_struct.h make runtests.bat not crash. 2017-01-26 18:06:48 +01:00
parser.c fix parser to keep a reference to the order it is parsing. 2017-11-10 07:56:56 +01:00
parser.h fix parser to keep a reference to the order it is parsing. 2017-11-10 07:56:56 +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 PATH_MAX and MAX_PATH are crazy. 2017-12-29 11:44:14 +01:00
path.h PATH_MAX and MAX_PATH are crazy. 2017-12-29 11:44:14 +01:00
rand.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
rand.h continue fixing compilation (gcc/clang) 2017-01-26 18:03:48 +01:00
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 platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
strings.h reduce dependence on platform.h. 2017-12-28 18:29:40 +01:00
strings.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
translation.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
translation.h remove autoconf.h from platform.h, fix lots of includes 2016-11-25 20:15:11 +01:00
umlaut.c CID 172474 + 173899 Copy into fixed size buffer 2017-09-18 20:33:36 +02:00
umlaut.h
umlaut.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
unicode.c fix farsi names containing nzwj symbol. 2017-04-10 17:32:32 +02:00
unicode.h use memmove, not memcpy. 2016-11-13 15:49:26 +01:00
unicode.test.c fix farsi names containing nzwj symbol. 2017-04-10 17:32:32 +02:00
variant.c iwyu 2017-12-30 07:22:09 +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 we do not need a USE_LIBXML define, xml is a hard requirement. 2017-12-09 21:04:27 +01:00
xml.h we do not need a USE_LIBXML define, xml is a hard requirement. 2017-12-09 21:04:27 +01:00