server/src/util
2019-08-08 18:23:31 +02:00
..
crypto starting to see diminishing returns. 2019-03-03 09:41:15 +01:00
.DS_Store missing include, do not use fset 2018-08-05 06:43:11 +02:00
assert.h
base36.c implement atoi36 with strtol 2019-07-28 12:56:59 +02:00
base36.h remove jsreport. 2019-03-03 09:39:52 +01:00
base36.test.c fix termination bug in itoa functions. 2018-02-25 19:17:20 +01:00
CMakeLists.txt excise bsdstring from the project 2019-03-03 09:39:52 +01:00
crmessage.c reduce big arrays on the stack, report allies with new pump_paragraph function (WIP) 2019-03-03 09:39:27 +01:00
crmessage.h
dice.c
encoding.h
filereader.c use wint_t, not long. 2019-08-01 18:49:39 +02:00
filereader.h support for non-utf8 encodings has rotted, kill it. 2018-09-30 15:02:03 +02:00
functions.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
functions.h
functions.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
goodies.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
goodies.h allow empty faction email 2017-11-15 12:12:42 +01:00
keyword.c cppcheck style warnings: reduce variable scope 2019-03-03 09:40:22 +01:00
keyword.h Bug 2525: failing test for default orders. 2018-12-02 15:51:35 +01:00
keyword.test.c move keyword.[hc] to util 2018-09-29 18:13:32 +02:00
language.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
language.h checker is going to use locales, fix them up, too. 2018-10-06 20:47:23 +02:00
language.test.c celan up tests, rename test_cleanup -> test_teardown. 2017-12-27 19:58:39 +01:00
lists.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
lists.h remove jsreport. 2019-03-03 09:39:52 +01:00
log.c remove UTF-8 BOM from sources 2019-03-03 09:42:42 +01:00
log.h BUG 2503: statistics API, logging monster creation 2018-10-21 19:22:30 +02:00
log.test.c BUG 2503: statistics API, logging monster creation 2018-10-21 19:22:30 +02:00
macros.h PATH_MAX and MAX_PATH are crazy. 2017-12-29 11:44:14 +01:00
message.c remove jsreport. 2019-03-03 09:39:52 +01:00
message.h remove test_inject_messagetypes(), make that the default behavior in tests. 2018-10-28 21:28:05 +01:00
message.test.c change how message types are created (more prep work for expat) 2018-05-18 19:58:49 +02:00
mt19937ar.c cppcheck style warnings: reduce variable scope 2019-03-03 09:40:22 +01:00
mtrand.h
nrmessage.c reduce big arrays on the stack, report allies with new pump_paragraph function (WIP) 2019-03-03 09:39:27 +01:00
nrmessage.h fix sections handling, remove it from nrmessage. 2018-05-18 21:36:10 +02:00
order_parser.c reuse the internal buffer when we don't have to malloc. 2018-10-03 20:29:45 +02:00
order_parser.h fix comment parsing at end of input 2018-10-02 21:40:14 +02:00
order_parser.test.c fix error in multi-line comments at stream border. 2018-10-03 19:47:32 +02:00
param.c add param.[hc], at last. 2018-09-29 19:32:39 +02:00
param.h add param.[hc], at last. 2018-09-29 19:32:39 +02:00
parser.c use wint_t, not long. 2019-08-01 18:49:39 +02:00
parser.h Leerzeichen aus Beschreibungen trimmen. 2019-04-24 13:09:59 +02:00
parser.test.c
password.c write a warning in the template about password replacement. 2019-03-03 09:41:53 +01:00
password.h write a warning in the template about password replacement. 2019-03-03 09:41:53 +01:00
password.test.c rename password functions to match PHP. 2018-09-26 21:07:39 +02:00
path.c cppcheck warnings for battle 2018-02-25 14:18:36 +01:00
path.h do not use macros for va_copy, which is available from C99 on and with gcc >= 3.0. 2019-03-03 09:41:15 +01:00
pofile.c reduce big arrays on the stack, report allies with new pump_paragraph function (WIP) 2019-03-03 09:39:27 +01:00
pofile.h I think pofile.c belongs in the util directory. 2018-05-18 00:08:30 +02:00
rand.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
rand.h
resolve.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
resolve.h
rng.h
rng.test.c cppcheck style warnings: reduce variable scope 2019-03-03 09:40:22 +01:00
strings.c Update copyright notice with current date. 2019-07-14 09:37:35 +02:00
strings.h excise bsdstring from the project 2019-03-03 09:39:52 +01:00
strings.test.c fix string unit tests after strcpy was removed 2019-03-03 09:39:52 +01:00
translation.c review some flawfinder warnings 2019-03-03 09:41:53 +01:00
translation.h
umlaut.c use wint_t, not long. 2019-08-01 18:49:39 +02:00
umlaut.h
umlaut.test.c platform.h is only for WIN32 now. 2017-12-29 06:13:28 +01:00
unicode.c ignore some code more points, but leave emoji intact. 2019-08-08 18:23:31 +02:00
unicode.h add missing include 2019-08-01 23:11:52 +02:00
unicode.test.c ignore some code more points, but leave emoji intact. 2019-08-08 18:23:31 +02:00
variant.c fix conversion warnings (MSVC) 2017-12-30 11:51:57 +01:00
variant.h
variant.test.c