Japa
|
a0b0c16a8b
|
Actually apply the designation changes in RemoteFortressReader
|
2016-10-21 22:55:28 +05:30 |
lethosor
|
3df74de021
|
Fix rb_dfget_vtable_ptr on x64
This was causing rb_dfget_rtti_classname to receive a truncated pointer and
crash
|
2016-10-21 11:46:53 -04:00 |
jj
|
97f29229cd
|
ruby: fix weird freeze when printing large strings to the console on linux64
|
2016-10-21 17:00:02 +02:00 |
jj
|
f586692ed6
|
plugins/ruby: update for 64bits
|
2016-10-21 14:52:26 +02:00 |
Jon Pamala Illo
|
75d7773a94
|
Move set_df_path.vbs into the directories where it's actually useful.
|
2016-10-21 10:26:20 +05:30 |
PeridexisErrant
|
f170b70fde
|
Expand plugin docs for workNow
|
2016-10-20 18:33:31 +11:00 |
PeridexisErrant
|
951d293050
|
Add, use, and require auto docs for all keybindings
|
2016-10-20 18:33:31 +11:00 |
James Logsdon
|
b3ff481461
|
Add documentation for manipulator professions
|
2016-10-19 20:55:14 -04:00 |
lethosor
|
e3ff89ba03
|
Fix compile error
|
2016-10-19 16:21:38 -04:00 |
Japa
|
701adc12b3
|
Add ability for remotefortressreader.cpp to accept dig designations.
|
2016-10-19 22:21:50 +05:30 |
Japa
|
e3f8d63726
|
Merge branch 'develop' of https://github.com/DFHack/dfhack into develop
|
2016-10-19 20:01:25 +05:30 |
Japa
|
adad7e75c3
|
Ignore df_path. again.
|
2016-10-19 20:00:56 +05:30 |
Japa
|
919507d9a0
|
Send over dig designations from un-taken job postings in remotefortressreader.cpp.
|
2016-10-19 20:00:30 +05:30 |
lethosor
|
b19a0b4305
|
Update scripts, xml
Fixes #1005
|
2016-10-19 09:53:51 -04:00 |
lethosor
|
b1e3c1088c
|
Give loadfile() result a better name for tracebacks
|
2016-10-19 09:53:12 -04:00 |
Japa
|
b04083690e
|
Update .gitignore to ignore the 32bit build folder
|
2016-10-17 19:48:24 +05:30 |
Japa
|
84ea03f68c
|
Merge branch 'develop' of https://github.com/DFHack/dfhack into develop
|
2016-10-16 06:33:04 +05:30 |
Japa
|
0e0da1edbe
|
Update windows build scripts to reflect the new folder structure.
|
2016-10-16 06:32:35 +05:30 |
lethosor
|
4d74090b34
|
Bump version in CMakeLists.txt
|
2016-10-15 17:27:08 -04:00 |
lethosor
|
55d2f00555
|
Update NEWS.rst and Plugins.rst
|
2016-10-15 16:37:21 -04:00 |
lethosor
|
16c77efb43
|
Fix whitespace issues
|
2016-10-15 16:05:33 -04:00 |
lethosor
|
4c21bbd5ae
|
Add Lua::TableInsert() helper
|
2016-10-15 14:55:48 -04:00 |
lethosor
|
8a138fcc4c
|
Avoid polluting global namespace in MapCache.h
|
2016-10-15 14:53:10 -04:00 |
lethosor
|
7f7102f90c
|
Distribute a gunzip.pl script
gunzip isn't reliably available on Windows, but IO::Uncompress::Gunzip should
be.
Suggested by Quietust.
|
2016-10-15 12:09:04 -04:00 |
Japa
|
b2424f9a59
|
Merge branch 'develop' of https://github.com/DFHack/dfhack into develop
|
2016-10-15 10:32:13 +05:30 |
Japa
|
08cc9f3188
|
Cast size_t to int explicitly to avoid compiler warning C4267
|
2016-10-15 10:31:38 +05:30 |
Japa
|
98ab357df0
|
Use size_t in both path methods, to avoid warning C4267
|
2016-10-15 10:17:38 +05:30 |
lethosor
|
9f541481ea
|
Fix some warnings with GCC -Wall
|
2016-10-15 00:37:18 -04:00 |
Japa
|
2e290f4837
|
Ignore the new VS version folders.
|
2016-10-15 00:18:25 +05:30 |
lethosor
|
0c0d68c9ed
|
Update scripts
|
2016-10-14 08:56:54 -04:00 |
Japa
|
a9ccec07bd
|
Merge pull request #1001 from JapaMala/develop
RemoteFortressReader updates
|
2016-10-13 20:05:21 +05:30 |
Japa
|
980b6dd12f
|
Update XML again.
|
2016-10-13 19:42:40 +05:30 |
Japa
|
d5e8b5eeba
|
Update XML
|
2016-10-13 19:35:40 +05:30 |
Japa
|
8d84b0d968
|
Merged branch v0.43.03 into develop
|
2016-10-13 19:27:06 +05:30 |
lethosor
|
ada96b3162
|
Remove GCC version check in protobuf/CMakeLists.txt
The only thing this check was used for was disabled, and the root CMakeLists.txt
will enforce the minimum GCC version before protobuf is included.
|
2016-10-10 09:33:52 -04:00 |
lethosor
|
e6bb7357df
|
Update xml
|
2016-10-08 17:09:23 -04:00 |
lethosor
|
5ed9c935c7
|
Add dseguin and figment to Authors.rst
|
2016-10-08 17:05:59 -04:00 |
lethosor
|
1c20ebe62c
|
Make title-folder work without SDL_WM_GetCaption
|
2016-10-08 17:02:45 -04:00 |
lethosor
|
2806fe73a9
|
ruby: Support for loading Ruby 2.x libruby
Check for rb_float_new and rb_float_new_in_heap, as documented in #271
|
2016-10-08 17:01:52 -04:00 |
lethosor
|
f6a91c2f30
|
Log architecture on startup
|
2016-10-08 16:58:08 -04:00 |
lethosor
|
d414e60ff0
|
Mention DFHACK_BUILD_ARCH and other settings in Compile.rst
|
2016-10-08 16:57:39 -04:00 |
lethosor
|
70d3c07cdb
|
Initial lua getDwarfmodeViewDims rewrite
|
2016-10-07 23:51:58 -04:00 |
Japa
|
58ed20b25b
|
Send world map snow coverage over remotefortressreader.
|
2016-10-06 22:16:40 +05:30 |
lethosor
|
a5338d2f59
|
Fix rebase_delta type mismatch
See #984. GCC wasn't complaining about this on x64 for some reason.
Also reordered includes.
|
2016-09-28 20:43:02 -04:00 |
lethosor
|
714ba1a030
|
Warn if ruby library is missing instead of breaking installation
|
2016-09-26 18:28:59 -04:00 |
lethosor
|
caa6a81669
|
Add ruby library for linux x64
Built by @dseguin: https://github.com/DFHack/dfhack/pull/989
Closes dfhack/dfhack#989
|
2016-09-26 17:46:50 -04:00 |
lethosor
|
7abb82b6d1
|
Switch to downloading 32-bit libruby on Linux and Windows
|
2016-09-26 17:36:57 -04:00 |
lethosor
|
888a09bed5
|
Switch to downloading OS X libruby
|
2016-09-26 17:24:35 -04:00 |
Quietust
|
27d2229665
|
Fix follow_jmp for 64-bit code - skip REX prefix if found
|
2016-09-25 18:29:57 -05:00 |
lethosor
|
869e705549
|
Re-run zlib and pthread scans on Linux/OS X when the build architecture changes
Fixes #982, ref #992
|
2016-09-15 10:24:57 -04:00 |