Ben Lubar
|
a44b3b8f98
|
Move null pointer check from Job module to LuaApi, where it does not invoke undefined behavior.
|
2018-04-05 16:01:26 -05:00 |
Ben Lubar
|
a3d4c586ab
|
Hide "complex enum" warning for dfhack-specific enums.
|
2018-04-05 14:48:29 -05:00 |
Ben Lubar
|
9cbba0ae01
|
Hide warnings about non-virtual destructors from df-structures.
|
2018-04-05 14:46:28 -05:00 |
lethosor
|
c8089db5df
|
Install the correct libstdc++
|
2018-04-04 20:01:27 -04:00 |
lethosor
|
5081710900
|
Merge remote-tracking branch 'ThiagoLira/develop' into develop
Also fixed whitespace from #1251
Closes #1186
|
2018-04-04 17:13:07 -04:00 |
ThiagoLira
|
b7bd88352e
|
fixed bug causing gui scripts to fail when sidebar is closed
|
2018-04-04 17:42:46 -03:00 |
lethosor
|
1ac896a874
|
Stop generate_headers from depending on symbols.xml
Changes to just symbols.xml will no longer cause codegen.pl to be re-run
|
2018-04-04 11:52:18 -04:00 |
lethosor
|
8f3701752d
|
Update xml
|
2018-04-04 11:36:24 -04:00 |
lethosor
|
3e3571094d
|
Update xml (name attrs)
|
2018-04-03 16:44:30 -04:00 |
lethosor
|
f6a222751b
|
Update xml (osx64 renderer)
|
2018-04-03 11:36:06 -04:00 |
lethosor
|
573fcb4bd0
|
Bump to 0.44.09-alpha1, update news/submodules
|
2018-04-02 01:00:20 -04:00 |
lethosor
|
2c9c935c0e
|
Update submodules/news, bump to 0.44.08-alpha1
|
2018-03-29 11:38:55 -04:00 |
lethosor
|
93bef3351e
|
Update submodules/news, bump to beta1
|
2018-03-28 22:01:27 -04:00 |
lethosor
|
6f864f97b3
|
Update news, xml
|
2018-03-14 10:11:45 -04:00 |
Ben Lubar
|
40654954a1
|
Partial preparation for 0.44.07-alpha1.
Still need to write release notes and add tags.
|
2018-03-13 15:49:42 -05:00 |
Lethosor
|
464052fe52
|
Merge pull request #1237 from warmist/warmist-patch-1
Fix parse_inset in gui.lua
|
2018-03-11 12:11:24 -04:00 |
Warmist
|
25d2938477
|
Fix parse_inset in gui.lua
It was used in different order than the return happened.
|
2018-03-11 12:40:30 +02:00 |
lethosor
|
ad57037711
|
Merge remote-tracking branch 'BenLubar/cmp0022-warning' into develop
|
2018-03-10 17:02:34 -05:00 |
lethosor
|
d55048dfa1
|
Merge remote-tracking branch 'BenLubar/ubuntu-bionic' into develop
|
2018-03-10 16:57:07 -05:00 |
lethosor
|
0ccc89a5fe
|
Make git-describe.cmake detect changes to itself
|
2018-03-10 16:55:20 -05:00 |
lethosor
|
eb22d5c38e
|
Add ABI version symbol to plugins
|
2018-03-10 16:55:00 -05:00 |
lethosor
|
db95796d4c
|
Many build fixes
|
2018-03-10 16:53:45 -05:00 |
lethosor
|
f2ff609e1c
|
Initial 0.44.06 support, update xml
|
2018-03-10 16:18:15 -05:00 |
Ben Lubar
|
7bbfd456d3
|
Fix compile errors on Ubuntu 18.04 Bionic Beaver
|
2018-03-08 11:42:58 -06:00 |
Ben Lubar
|
acd4adc7cc
|
Fix CMake warning about CMP0022 policy being set as "OLD".
|
2018-03-08 02:28:28 -06:00 |
lethosor
|
0e7ab27850
|
Bump to r2, update changelog, update submdules
|
2018-02-21 23:07:53 -05:00 |
lethosor
|
988ce9c30d
|
Update xml
|
2018-02-16 02:19:30 -05:00 |
lethosor
|
8779168c96
|
DFHACK_PLUGIN: qualify Plugin
|
2018-02-16 02:17:58 -05:00 |
Japa
|
74bf06c69e
|
Do some checks before trying to read json files.
|
2018-02-13 20:02:42 +05:30 |
Japa
|
8c13ce4da3
|
update xmls
|
2018-02-13 12:36:00 +05:30 |
Japa
|
5dc89fee38
|
Merge remote-tracking branch 'DFHack/develop' into RemoteServerUnsafe
|
2018-02-13 12:26:36 +05:30 |
lethosor
|
2f8fbd7ecd
|
Show warning if all plugins fail to load (e.g. on Windows XP)
|
2018-02-12 13:58:55 -05:00 |
Japa
|
7b19c9b8f0
|
Merge remote-tracking branch 'remotes/DFHack/develop' into RemoteServerUnsafe
# Conflicts:
# plugins/proto/RemoteFortressReader.proto
# plugins/remotefortressreader/remotefortressreader.cpp
# scripts
|
2018-02-12 20:19:40 +05:30 |
lethosor
|
19b65c2d1e
|
Remove Error.h include (#1224)
|
2018-02-07 20:14:36 -05:00 |
Ben Lubar
|
7ab8d74ac9
|
Add mising Error.cpp reference to dfhack-client
|
2018-02-07 14:32:27 -06:00 |
Ben Lubar
|
7426f08504
|
Fix Error.cpp compile for Windows
|
2018-02-07 10:40:52 -06:00 |
lethosor
|
bc6acfa24e
|
Merge remote-tracking branch 'lethosor/travis-df' into develop
|
2018-02-05 19:21:13 -05:00 |
lethosor
|
c1e2633e17
|
Refactor DFHack exception classes
Move implementations out of MiscUtils.cpp to Error.cpp and make what() return a
more useful description
|
2018-02-05 19:18:35 -05:00 |
Japa
|
78061085c6
|
Add art image properties to RFR
|
2018-02-04 16:02:02 +05:30 |
lethosor
|
a5cca75715
|
headless: Disable sound, wgetch
|
2018-02-04 00:17:46 -05:00 |
Japa
|
956d0ce363
|
update submodules.
|
2018-02-04 10:30:49 +05:30 |
lethosor
|
638f0ab35a
|
Add "headless" mode, use in travis
|
2018-02-03 23:59:01 -05:00 |
Japa
|
60c1bd3c66
|
Merge remote-tracking branch 'refs/remotes/DFHack/develop'
Conflicts:
library/xml
|
2018-02-04 10:26:39 +05:30 |
Japa
|
38140fb450
|
Copy engravings in RFR, and update the art image function.
|
2018-02-04 10:12:15 +05:30 |
lethosor
|
426839aac2
|
Update scripts, xml, NEWS for dfhack/scripts#37
|
2018-02-03 17:59:26 -05:00 |
Japa
|
0f43c07334
|
update xml
|
2018-02-03 11:10:26 +05:30 |
lethosor
|
ae3a662231
|
Merge remote-tracking branch 'danamlund/more-gui-getanyunit-cases' into develop
|
2018-01-31 15:58:55 -05:00 |
Dan Amlund
|
38491b4be8
|
add checks to avoid potential segfaults. use more dfhack idiomatic code
|
2018-01-31 20:10:40 +01:00 |
Dan Amlund
|
537e94d75a
|
fix segfault when splatter did not have historical figure
|
2018-01-31 20:10:34 +01:00 |
lethosor
|
325e0b0e33
|
binpatch.lua: check for empty patches
|
2018-01-31 09:57:11 -05:00 |