Commit Graph

9126 Commits

Author SHA1 Message Date
Enno Rehling 9ff04ec6db skip all xp draining tests 2018-01-21 11:03:50 +01:00
Enno Rehling 2493b01883 make some changes to support non-random skill progress.
disable test_drain_exp, since it can't deal with that.
2018-01-21 11:03:50 +01:00
Enno Rehling 88a96d5723 begin adding tests for skills. 2018-01-21 11:03:49 +01:00
Enno Rehling 0b20c379b6 enhance foolpotion test. 2018-01-21 11:03:49 +01:00
Enno Rehling 6481acac76 move xmlreader.c up a directory. 2018-01-21 11:03:49 +01:00
Enno Rehling d38582360a mistletoe as curse (bad idea) 2018-01-21 11:03:48 +01:00
Enno Rehling d383abb625 Merge remote-tracking branch 'upstream/develop' into develop 2018-01-21 11:02:42 +01:00
Enno Rehling 0bf5e3bd57 fix test_cleanup -> test_teardown name change 2018-01-21 11:02:20 +01:00
Enno Rehling c1bacdb5fd Merge branch 'master' into develop 2018-01-21 11:01:05 +01:00
Enno Rehling 44f8e1909f
Merge pull request #759 from ennorehling/master
Hotfix turn 1060, broken data from bug 2413
2018-01-21 10:58:28 +01:00
Enno Rehling d78b21c1c3 BUG 2413: renumber parsing caused f->no == 0 2018-01-21 10:38:30 +01:00
Enno Rehling 74c48f7914 christmas mege conflict, why? 2018-01-21 09:54:32 +01:00
Enno Rehling a6487313e0
Merge pull request #758 from ennorehling/develop
tests and minor changes
2018-01-21 00:40:49 +01:00
Enno Rehling 0291d85529 make sure that jewels are what is sold in tests. 2018-01-19 16:59:52 +01:00
Enno Rehling 69c0f45d6c refactoring for readability 2018-01-18 17:38:20 +01:00
Enno Rehling 00e1115cad skip all xp draining tests 2018-01-18 17:29:06 +01:00
Enno Rehling 8b837060e7 make some changes to support non-random skill progress.
disable test_drain_exp, since it can't deal with that.
2018-01-17 19:25:20 +01:00
Enno Rehling de74fc0861 begin adding tests for skills. 2018-01-17 18:04:04 +01:00
Enno Rehling e0a5ba60b4 enhance foolpotion test. 2018-01-17 17:37:37 +01:00
Enno Rehling 66ffca3ac4 move xmlreader.c up a directory. 2018-01-15 18:11:43 +01:00
Enno Rehling 823a327254 mistletoe as curse (bad idea) 2018-01-14 18:05:07 +01:00
Enno Rehling 5b099e27f6 fix broken includes 2018-01-14 18:03:33 +01:00
Enno Rehling 9a281cfdce merge troubles 2018-01-14 17:56:32 +01:00
Enno Rehling 0435c9ee8b jsonconf reads game rules outside of kernel, so move it out. 2018-01-14 17:50:54 +01:00
Enno Rehling 010ff35c4a test_setup_world is deprecated. 2018-01-14 17:43:10 +01:00
Enno Rehling 71c9b5adef Fix broken SHOW logic for potions. 2018-01-14 17:40:49 +01:00
Enno Rehling 7a64053dc9 better testing for is_potion (should be a function) 2018-01-14 17:40:49 +01:00
Enno Rehling 2b2a79620c compiles, test fails, xmlreader includes need fixing 2018-01-14 17:40:48 +01:00
Enno Rehling 3d69f4e372 start removing dependencies on potion_type.
use item_type where we can. does not compile, is WIP.
2018-01-14 17:40:48 +01:00
Enno Rehling 9f486f20b7 Merge remote-tracking branch 'upstream/develop' into develop 2018-01-14 17:39:19 +01:00
Enno Rehling 14756342cf
Merge pull request #757 from ennorehling/missing_message
Replace use of missing_message hacks.
2018-01-14 17:37:38 +01:00
Enno Rehling 42e7e98ccf Default to reporting missing message types during tests as an error, grandfather in some tests with test_inject_messagetypes(); 2018-01-14 17:08:46 +01:00
Enno Rehling 787abc90cf provide more missing messages in test setups. 2018-01-14 11:58:22 +01:00
Enno Rehling b432fbe9d8 Make the behavior for missing messages configurable.
message_handle_missing function to set it (test_eressea should enetually use MESSAGE_MISSING_ERROR).
2018-01-14 11:25:44 +01:00
Enno Rehling f776450f9b Replace 0 with NULL (consistency is good). 2018-01-14 09:58:45 +01:00
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