Commit Graph

9291 Commits

Author SHA1 Message Date
Enno Rehling 75f41a7169 fix crashes on 64-bit systems (not all 0s are created equal). 2018-01-14 09:38:26 +01:00
Enno Rehling 84309caad7 Temporarily re-enable the missing_message code.
I think we'll want to make this injectable.
Fix the give tests.
2018-01-13 22:46:02 +01:00
Enno Rehling b83a1ee136 fix more missing_message errors. 2018-01-13 08:51:40 +01:00
Enno Rehling 98678d9fb2 disable the missing_message replacement used in so many tests. fix some tests so they don't need it. 2018-01-12 21:15:21 +01:00
Enno Rehling efec41ca56 Fix broken SHOW logic for potions. 2018-01-12 20:45:59 +01:00
Enno Rehling 4d38a40e96 better testing for is_potion (should be a function) 2018-01-12 10:06:13 +01:00
Enno Rehling 4ef7009de7 compiles, test fails, xmlreader includes need fixing 2018-01-12 10:01:06 +01:00
Enno Rehling 915a924fcb start removing dependencies on potion_type.
use item_type where we can. does not compile, is WIP.
2018-01-12 09:17:01 +01:00
Enno Rehling 7d17ecc01a
Merge pull request #756 from ennorehling/develop
Fix use of lua on macOS, some bugs.
2018-01-11 17:42:53 +01:00
Enno Rehling 9dbe1d65b2 Provide FindLua.cmake for Lua 5.2 with CMake 2.8 (Debian wheezy). 2018-01-11 17:31:04 +01:00
Enno Rehling 041c0fdfaa export LUA_DIR to find the right LUA_INCLUDE_DIR 2018-01-11 17:13:49 +01:00
Enno Rehling 014cc02c45 use FindLua51.cmake 2018-01-11 16:52:16 +01:00
Enno Rehling 2b3acb5d92 temporarily disable test for mistletoe, it is broken. 2018-01-11 16:51:21 +01:00
Enno Rehling 7b8951b6e8 kill the fleechance attribute 2018-01-11 16:47:22 +01:00
Enno Rehling f1b70aca6f BUG 2405: fix mistletoe, use a curse. 2018-01-10 19:19:29 +01:00
Enno Rehling d2cbed3042 BUG 2408: acceptance test for TARNE PARTEI 2018-01-10 18:38:38 +01:00
Enno Rehling 5587e209a2 BUG 2409: avoid using integer values >= 2^31 in the CR. 2018-01-08 19:45:49 +01:00
Enno Rehling a48d177472 BUG 2401: fix combat display, again. 2018-01-07 17:22:15 +01:00
Enno Rehling 2cf20dd6e2 Bug 2407: do not cache study_cost(SK_MAGIC). 2018-01-07 15:26:17 +01:00
Enno Rehling 8e9ffa2d2b Merge branch 'develop' of https://github.com/ennorehling/eressea.git 2018-01-07 14:04:16 +01:00
Enno Rehling 822612c94e Merge branch 'master' into develop
Conflicts:
	process/run-turn
2018-01-07 13:57:49 +01:00
Enno Rehling c9157ec2a4 Merge remote-tracking branch 'upstream/master' 2018-01-07 13:56:45 +01:00
Enno Rehling bd98cf1fbc on the Rapsberry Pi, long is only 32 bit 2018-01-07 13:56:05 +01:00
Enno Rehling 1bd28f8ce5
Merge pull request #755 from ennorehling/develop
ongoing work
2018-01-05 17:52:26 +01:00
Enno Rehling 4eb4c61d37 BUG 2387 some tweaks to the first draft. 2018-01-02 20:34:42 +01:00
Enno Rehling c7a65116be add a test for racename. 2018-01-01 18:50:39 +01:00
Enno Rehling e4859e68c9 do not use MIN and MAX. 2018-01-01 08:23:52 +01:00
Enno Rehling 6a31b432de disable storms in tests 2018-01-01 07:47:06 +01:00
Enno Rehling 77926d2d54 add soem debug output to intermittent test 2018-01-01 07:43:06 +01:00
Enno Rehling 0022f48c39 do not use MIN/MAX 2018-01-01 06:56:57 +01:00
Enno Rehling 396e0f6bd7 remove bsdstring from battle. 2018-01-01 01:17:16 +01:00
Enno Rehling 455a929d9e help cmake find pdcurses on windows. 2018-01-01 01:06:14 +01:00
Enno Rehling 1575a59921 fix cmake builds on windows. 2018-01-01 00:43:08 +01:00
Enno Rehling 564390a762
Merge pull request #754 from ennorehling/develop
fix the preview report for 1057
2017-12-31 21:37:44 +01:00
Enno Rehling 9d8cfc422c fix cmake detection of libbsd 2017-12-31 21:33:31 +01:00
Enno Rehling a79e22984b cppcheck disabled, it is too slow 2017-12-31 20:47:40 +01:00
Enno Rehling 55479c960c break up the cppcheck tests, they time out on travis 2017-12-31 20:26:24 +01:00
Enno Rehling 62130ca44b add a strncat function to sbstring, use it for create_order.
eliminate bsdstring.h use.
2017-12-31 20:07:40 +01:00
Enno Rehling 0aa7a812ca Merge branch 'develop' of https://github.com/ennorehling/eressea.git 2017-12-31 19:14:10 +01:00
Enno Rehling cc8d34a1e7 fix sbs_strcat, use it for orders. 2017-12-31 18:51:56 +01:00
Enno Rehling ddd30e6210 sbstring implmentation and first use. 2017-12-31 18:07:29 +01:00
Enno Rehling d37b92dca1 Merge remote-tracking branch 'upstream/develop' into develop 2017-12-31 16:39:34 +01:00
Enno Rehling 01dd489b7a BUG 2403: endless loop (variable rename gone wrong). 2017-12-31 16:36:59 +01:00
Enno Rehling 643c989cf9 BUG 2401: fix attacker list, move code to reports.c 2017-12-31 15:05:49 +01:00
Enno Rehling 0440fcc11c bug 2400: magicbag preservation 2017-12-31 13:14:44 +01:00
Enno Rehling 0686e6ceba bug 2399: %% typo. 2017-12-31 11:57:57 +01:00
Enno Rehling 141941b760
Merge pull request #753 from ennorehling/master
bug 2402: xmas fix
2017-12-31 11:51:21 +01:00
Enno Rehling da81537c92 bug 2402: xmas fix
Conflicts:
	scripts/eressea/xmas.lua
2017-12-31 11:39:44 +01:00
Enno Rehling fc570d2ec7 bug 2402: xmas fix 2017-12-31 11:36:47 +01:00
Enno Rehling 057a19d7bf
Merge pull request #752 from ennorehling/develop
header file shenanigans
2017-12-30 21:16:44 +01:00