Enno Rehling
0fd7906d41
extract contact logic to a module
...
add missing tests for contact to units.
add an attribute for contacting a faction.
2018-11-04 15:53:27 +01:00
Enno Rehling
83959c375f
kill orderdb.[hc] files
2018-10-24 09:02:19 +02:00
Enno Rehling
e5a59af19a
Merge branch 'master' into develop
2018-10-21 20:13:19 +02:00
Enno Rehling
38c1dfe26f
BUG 2503: statistics API, logging monster creation
2018-10-21 19:22:30 +02:00
Enno Rehling
b1cd9bcfef
Pretty good progress on the OrderParser implementaiton.
...
Still finding bugs by unit-testing, though.
2018-09-30 19:47:34 +02:00
Enno Rehling
7b9e72e559
reduce dependeny spaghetti for database code.
2018-09-28 20:51:16 +02:00
Enno Rehling
ae05d6d9e9
work factor 12 is incredibly slow, don't use it in tests.
2018-09-26 20:08:38 +02:00
Enno Rehling
f6b6904ced
finish parser for K_AUTOSTUDY and P_AUTO.
2018-08-05 06:41:03 +02:00
Enno Rehling
88a96d5723
begin adding tests for skills.
2018-01-21 11:03:49 +01:00
Enno Rehling
a6c2a878e0
remov bsdstring tests and include
2017-12-30 20:11:02 +01:00
Enno Rehling
c23e7bf9b9
add a unit test for academy_can_teach.
2017-12-29 13:37:17 +01:00
Enno Rehling
5b1d27542a
reduce dependence on platform.h.
...
gradually stop using MAX and MIN (mistakes were made).
2017-12-28 18:29:40 +01:00
Enno Rehling
2224b59ff9
organize database drivers in their own directory
2017-11-18 12:55:07 +01:00
Enno Rehling
9f778c0ae9
fix symetric db_open and db_close calls.
2017-11-09 20:17:06 +01:00
Enno Rehling
fee9b6d0a8
separate database logic from order_data.
...
laying groundwork for different database backends.
2017-11-09 19:55:28 +01:00
Enno Rehling
6d79f85628
orderdb backend choices and first tests.
2017-10-14 08:43:01 +02:00
Enno Rehling
703c6c0385
some examples for how the new orderfile logic can be used to write unit tests.
2017-10-07 20:17:04 +02:00
Enno Rehling
4452f93009
BUG 2367: add a test for set_familiar.
2017-10-05 22:13:39 +02:00
Enno Rehling
3e1462a192
add empty calendar unit test.
2017-05-07 13:35:59 +02:00
Enno Rehling
234eb62226
short and sweet math with fractions.
...
goinf to use this for magres.
2017-02-24 17:51:35 +01:00
Enno Rehling
4e5f1d05ce
Be very strict about C standards.
...
Compile with -std=c89 in gcc.
remove all // comments (they are nice, but unnecessary).
variables only declared at start of block.
various pedantery.
backwards compatible va_copy for pre-C99 gcc.
2017-02-18 21:15:14 +01:00
Enno Rehling
8b7dae6977
kill autoconf.h, replace platform.h for C99 compatibility work
2017-01-10 16:31:05 +01:00
Enno Rehling
f9fbe60766
add a happy test for mt_new.
...
refactor to not use strncpy.
2017-01-06 20:54:57 +01:00
Enno Rehling
f371a0c5f3
eliminate unused callback module.
...
what was I thinking when I wrote this?
2016-11-17 10:32:20 +01:00
Enno Rehling
264fc0cb6f
test renumbering units and factions.
2016-11-16 20:03:34 +01:00
Enno Rehling
654926fa06
add a failing test for "monsters can guard when unarmed"
2016-10-29 19:18:43 +02:00
Enno Rehling
cd69936922
fix demand in terraformed regions.
...
https://bugs.eressea.de/view.php?id=2249
2016-10-24 13:47:38 +02:00
Enno Rehling
951bf5718e
Merge branch 'develop' into kill-seen-region
2016-09-17 12:41:06 +02:00
Enno Rehling
adfafd51a6
test lighthouses
2016-09-17 12:34:02 +02:00
Enno Rehling
a86e30d014
re-enable report testing, find out that it fails.
2016-09-16 21:17:54 +02:00
Enno Rehling
428f640ba6
disable reports tests. have to sort them by report.test and reports.test first
2016-09-13 19:09:53 +02:00
Enno Rehling
acfb06392a
Everything except report.c compiles.
...
Not that I'm not claiming that it works.
2016-09-13 17:02:51 +02:00
Enno Rehling
5864651b28
WIP: add a simple test for summary, add a simple dtor for them (it is still leaking stuff).
2016-09-09 17:20:09 +02:00
Enno Rehling
a5b3fad67a
skeleton of a language test, try to find init_direction memory leak.
2016-09-04 20:27:36 +01:00
Enno Rehling
1c5fcded9f
allow control over stderr logging from tests.
...
separate test_cleanup from test_setup.
2016-08-29 14:09:47 +01:00
Enno Rehling
020ab942ec
add tests for monster naming functions (existence only).
2016-08-28 17:37:08 +01:00
Enno Rehling
6d5e295678
activate, fix and improve volcano test.
...
reduce number of terrain lookups.
2016-08-26 17:26:26 +01:00
Enno Rehling
238a0e22f2
Merge branch 'test-alliance' of https://github.com/ennorehling/eressea into ennorehling-test-alliance
...
Conflicts:
src/util/CMakeLists.txt
2016-08-08 08:46:09 +02:00
Enno Rehling
c4d31d368e
Merge branch 'master' into develop
...
Conflicts:
src/buildno.h
src/util/log.c
src/util/log.h
2016-05-01 13:47:30 +02:00
Enno Rehling
1fa1693119
test multiple loggers
2016-05-01 13:36:00 +02:00
Enno Rehling
c0acfddb71
test some simple facts about planes
2016-04-09 14:26:10 +02:00
Enno Rehling
80b14048be
remove some unused code from alliances
...
start writing test coverage
2016-04-08 19:45:27 +02:00
Enno Rehling
d1fdd9a89c
fix failing storage test
2016-02-24 11:39:27 +01:00
Enno Rehling
0189111876
update key attribute api
...
prepare to replace at_key. do not return the internals. add basic test.
2016-02-09 06:43:19 +01:00
Enno Rehling
8a3bb35987
eliminate global log_flags, revert the mode arguments for fopen.
...
turns out that text is default, and windows hates it if I open a binary file without 'b'
standardize on using join_path to create filenames
(use backslash on windows, even though fopen doesn't seem to care).
2016-02-05 23:10:05 +01:00
Enno Rehling
caac2e65b0
remove unused includes
2016-01-31 21:41:25 +01:00
Enno Rehling
b0bb566f47
clang is picky about the correct name of stdarg.h
2016-01-31 21:40:19 +01:00
Enno Rehling
8f4e6475c7
complete redesign of the log library (almost finished?)
2016-01-31 19:54:49 +01:00
Enno Rehling
729c4ceea1
increase error-logging from unit tests.
...
suppress some unrelated errors.
2016-01-28 16:00:36 +01:00
Enno Rehling
f14ee2adaa
include the password module in the list of unit tests
2016-01-13 12:37:07 +01:00