Enno Rehling
|
abca25d1d5
|
fix indentation in every file
fix copyright date
remove vi ts=2 code
remove a couple of superfluous extern declarations
|
2015-01-30 20:37:14 +01:00 |
Enno Rehling
|
23b8f2bc8a
|
call init_locales after parse_json from Lua, downgrade missing string warnings during that to DEBUG (because it's quite common not to have them).
also, these int to bool conversion warnings made a good point, even if I could not reproduce them.
|
2015-01-08 20:55:29 +01:00 |
Enno Rehling
|
1af315ebf2
|
move magic out of kernel, into src.
clean up/remove a ton of includes, especially of types.h (include in header if you need it, not in every .c file).
|
2014-11-01 12:57:01 +01:00 |
Enno Rehling
|
6bd52012c0
|
read keywords from json configuration, use German imperative forms.
|
2014-10-29 19:40:09 +01:00 |
Enno Rehling
|
f9c5d58f41
|
read json config file if available.
missed an include, broke the build.
|
2014-10-29 08:30:07 +01:00 |
Enno Rehling
|
b5439a1279
|
fix line/column calculation for JSON Errors.
+ start building a test for http://bugs.eressea.de/view.php?id=1692
|
2014-07-02 21:17:31 -07:00 |
Enno Rehling
|
8166519d30
|
add a list of valid coasts to ship definition in JSON.
fix endless loop in error-line counting.
|
2014-06-17 21:33:42 -07:00 |
Enno Rehling
|
b6b790d7e7
|
add a config.reset function to clear configuration state before tests.
|
2014-06-17 08:46:22 -07:00 |
Enno Rehling
|
e27bde06ac
|
bindings for error logging, phase 1.
better error reporting for json parse errors.
|
2014-06-13 13:02:03 -07:00 |
Enno Rehling
|
6e56c56d39
|
read ships from config file (only very basic) and create them in a lua test.
|
2014-06-13 08:28:33 -07:00 |
Enno Rehling
|
b84bf7ba56
|
add json configuration parser to lua bindings.
|
2014-06-12 17:39:09 -07:00 |