lethosor
ad229f2380
Update changelog for #1533
2020-04-04 18:56:44 -04:00
lethosor
4e957eafe2
Merge remote-tracking branch 'ymber/embark-profile-name' into develop
2020-04-04 18:55:12 -04:00
lethosor
ae27e2d649
Update scripts (changelog)
2020-04-04 18:52:04 -04:00
lethosor
42c687de0b
Update authors ( #1537 )
2020-04-04 18:51:49 -04:00
lethosor
eaae12579f
Merge remote-tracking branch 'ymber/gitignore' into develop
2020-04-04 18:51:08 -04:00
lethosor
5a791ff988
Update scripts + authors
...
Ref #1540 , dfhack/scripts#141
2020-04-04 16:54:29 -04:00
PatrikLundell
a0e2abe20a
Units update need coordination with structure identity
2020-04-04 14:00:26 +02:00
ymber
9b813aab49
Restore style
2020-04-04 11:17:10 +01:00
ymber
5d032b3d9c
Restore esc abort key
2020-04-04 11:12:51 +01:00
ymber
dfb966aedc
Add vscode files to gitignore
2020-04-04 10:40:16 +01:00
lethosor
c8a0ac146c
Update submodules, changelog, CMakeLists, Authors
2020-04-04 01:36:52 -04:00
lethosor
7409d552e2
Merge branch 'develop' of gh:DFHack/dfhack into develop
2020-04-04 00:36:58 -04:00
lethosor
6e29672e52
Update notice in changelog, add 0.47.04-beta1 section
2020-04-04 00:36:18 -04:00
lethosor
eb4cfcec90
Update xml
2020-04-04 00:36:02 -04:00
lethosor
0c85494a99
Add support for multiple changelog sources
2020-04-03 23:29:10 -04:00
Ben Lubar
845b53d7cd
fix integer signedness differences
2020-04-03 11:50:09 -05:00
lethosor
7052903f96
Update scripts (full-heal)
2020-04-03 01:07:46 -04:00
ymber
6b603bc644
Update embark-profile-name tweak
2020-04-02 17:57:05 +01:00
lethosor
06201a4c6a
Bail out if MALLOC_PERTURB_ is unset to avoid unexpected behavior
2020-04-02 01:48:21 -04:00
lethosor
1024f39a26
Update submodules
2020-04-02 01:47:53 -04:00
ymber
897e78b174
Activate autodump in default config
2020-04-01 15:09:51 +01:00
PatrikLundell
63a26b987d
Fix issue #1528
2020-04-01 11:16:24 +02:00
lethosor
5598b332f2
Reorganize structures tests and add basic unit_action-related tests
2020-04-01 02:30:55 -04:00
lethosor
ba72497963
Add some rudimentary test selection support
2020-04-01 02:15:27 -04:00
lethosor
fa1da3d9de
Merge branch 'develop' of gh:DFHack/dfhack into develop
2020-04-01 00:26:59 -04:00
lethosor
91fad90167
Make test base folder customizable, clean up, stop always installing test folder
2020-04-01 00:26:51 -04:00
lethosor
4844ff5071
Update submodules
2020-04-01 00:25:12 -04:00
Ben Lubar
6c09633e40
update structures and scripts
2020-03-31 19:59:19 -05:00
Ben Lubar
ffe73028f9
update structures
2020-03-30 10:36:45 -05:00
lethosor
6c00ace68b
Merge branch 'develop' of gh:DFHack/dfhack into develop
2020-03-30 03:03:00 -04:00
lethosor
9b1dddc336
Update xml, scripts, change unit_action.data field names back
...
Fixes #1520
Makes part of dfhack/scripts#130 unnecessary
2020-03-30 03:00:41 -04:00
Ben Lubar
52cf892383
update structures and scripts
2020-03-29 14:08:30 -05:00
lethosor
ef51996a2c
Log error when DF exits non-successfully
2020-03-28 13:19:38 -04:00
lethosor
1c39ed1428
Switch tests to headless mode if no TTY detected
2020-03-28 13:18:31 -04:00
lethosor
6eb73d9046
Fall back to stdout if tty fails to open
...
May help with #1477
2020-03-28 13:14:03 -04:00
lethosor
b6e0d3f73d
Update xml
2020-03-28 01:36:41 -04:00
lethosor
4fde096009
Add expect.* functions for other binary comparisons
2020-03-27 02:01:03 -04:00
lethosor
bb02c9f639
Add a couple basic gui tests
2020-03-27 01:38:40 -04:00
lethosor
500426ea25
Make Python test runner actually fail if a test fails
2020-03-27 00:52:28 -04:00
lethosor
e6c9db0a18
Clean up test skipping logic
2020-03-27 00:49:34 -04:00
lethosor
82aa467c66
Update scripts (create-unit)
2020-03-27 00:35:16 -04:00
lethosor
a312336f86
Add (placeholder) support for specifying which game mode tests should run in
2020-03-27 00:34:44 -04:00
lethosor
c6d2407f2c
Ensure that Lua test runner always exits
2020-03-26 23:33:39 -04:00
lethosor
2e352408c2
Split up test runner funcs
2020-03-26 23:26:43 -04:00
lethosor
f784fdc8b7
Add flag to keep DF open after tests
2020-03-26 23:07:45 -04:00
lethosor
9c5e5de999
Disable stty in launchers if stdin is not a terminal
2020-03-26 22:58:43 -04:00
Ben Lubar
90e0c29a5c
implement posix_memalign on Windows for sizecheck
2020-03-26 17:46:00 -05:00
Ben Lubar
63f774dfef
reversing scripts moved to df_misc
2020-03-26 13:38:37 -05:00
lethosor
78c24adffb
Fix argument parsing
2020-03-25 02:22:08 -04:00
lethosor
ea3be02c63
Overhaul lua testing script
...
- Now keeps track of the state of each test individually
- Only runs uncompleted tests if DF crashes/restarts
- DF now exits with 0
- Easier to run locally
- Hopefully works on Travis too!
2020-03-25 01:45:17 -04:00