Japa
6881aeac70
Enable sending of creature_raw in remotefortressreader.cpp
2015-09-03 00:13:48 +05:30
lethosor
949e4d42cf
Remove MacPool.*
2015-08-29 19:42:32 -04:00
lethosor
7437400c18
command-prompt: Prevent unloading when prompt is active
2015-08-29 19:38:41 -04:00
lethosor
906fba9b54
Update xml
2015-08-26 16:41:04 -04:00
lethosor
c6ae3e11fd
Rename remotefortressreader to RemoteFortressReader
2015-08-26 16:40:59 -04:00
lethosor
00d39e270c
Add hack/libs to DYLD_LIBRARY_PATH on OS X
...
Fixes an issue in #649
2015-08-25 14:17:45 -04:00
lethosor
81ef17df32
Update xml
2015-08-25 10:23:59 -04:00
lethosor
8292f56f63
New tweak: embark-profile-name
2015-08-25 10:12:31 -04:00
lethosor
29a0aee44c
Implement strnlen on OS X <= 10.6
...
Fixes #182
2015-08-24 17:51:42 -04:00
Lethosor
001f9e79b0
Merge pull request #673 from lethosor/plugin-manager
...
PluginManager improvements
2015-08-24 17:40:48 -04:00
warmist
5e38689a62
Whitespace removal
...
oh why oh why, my editor does not do this automagically? We are after all in year 2015...
2015-08-23 15:03:15 +03:00
warmist
a7e1b15db5
Add civilization chooser
...
Adds a civilization chooser, also there is race choice dialog and civ choice dialog (with race filtering).
2015-08-23 14:33:14 +03:00
lethosor
ec4a3bda54
Merge branch 'develop' into plugin-manager
2015-08-17 08:17:56 -04:00
warmist
7639420455
Update luasocket.lua
2015-08-17 10:07:20 +03:00
Lethosor
00893d0cd2
Merge pull request #674 from PeridexisErrant/documention-fixes
...
Documention fixes
2015-08-16 21:55:51 -04:00
lethosor
19f966aefc
Improve some plugin-related error handling
2015-08-16 17:28:31 -04:00
lethosor
5717c2cdd4
Don't set plugin state to PS_BROKEN due to load failures
2015-08-16 17:02:53 -04:00
Japa
bf7fc42710
Made remotefortressreader.cpp get the elevations from the next region over for the last line.
2015-08-17 00:11:52 +05:30
Japa
a67d525b13
Merge branch 'develop' of https://github.com/DFHack/dfhack into develop
2015-08-16 20:29:18 +05:30
Japa
f60b3e8117
Added a function to get region tiles from remotefortressreader.cpp
2015-08-16 20:28:52 +05:30
PeridexisErrant
d5513eac1b
Tweak readme based on feedback
2015-08-16 13:15:11 +10:00
Warmist
fb702e0298
Add documentation to luasocket.
2015-08-15 15:37:35 +03:00
Warmist
5bb69cfe04
Add luasocket to CMakeLists.txt
2015-08-15 15:12:13 +03:00
Warmist
d9c50d677f
A lua interface for csockets in a spirit of luasocket
2015-08-15 15:09:12 +03:00
PeridexisErrant
f8f7194f82
Make exportlegends compatible with open-legends
2015-08-15 16:44:12 +10:00
PeridexisErrant
84a1edc3b8
Add initial comments to some scripts
2015-08-15 16:43:50 +10:00
PeridexisErrant
9b1f394032
Add remaining basic and fix/* scripts to readme
2015-08-15 16:43:33 +10:00
lethosor
a5f15b279c
plug: Include deleted plugins in full list
2015-08-14 19:32:41 -04:00
lethosor
0b4d32d0e6
Add @sethwoodworth to Contributors.rst
...
see #669
2015-08-14 16:40:38 -04:00
lethosor
8c93177f1d
No need to document documentation updates
2015-08-14 16:33:34 -04:00
Lethosor
6d79de2e63
Merge pull request #671 from PeridexisErrant/points.lua-and-readme
...
Add points.lua and update readme
2015-08-14 16:31:14 -04:00
lethosor
6aa39a6681
Update NEWS
2015-08-14 16:27:39 -04:00
lethosor
735498c3f9
Fix merge conflict
2015-08-14 16:23:39 -04:00
lethosor
4fc6cb6f17
Several PluginManager improvements
...
* load/unload/reload are no longer restricted to plugins that exist
on startup
* Names passed to DFHACK_PLUGIN must match the plugin's filename
(remotefortressreader vs RemoteFortressReader, counters vs probe)
* "plug" output lists all plugins and state/command information
* Deleted plugins can be reloaded again if they are replaced
* load/unload/reload don't fail silently with broken plugins
* Built-in commands are recognized internally (e.g. "help help"
does not display "help is not a recognized command"), although help
for them is not yet implemented
* New command: "type" (bash-like) - shows where/how a command is
implemented
* "plug" can accept multiple plugin names
* "ls" displays more information about unloaded/unrecognized plugins
* "load all" changed to "load -all" (or "load --all", "load -a", ...)
2015-08-14 16:11:23 -04:00
lethosor
1bf3a6a37a
Update xml
2015-08-14 10:46:05 -04:00
Japa
a71a6d45cc
Added a function to pull the world map from remotefortressreader.cpp
2015-08-14 15:36:36 +05:30
PeridexisErrant
15c8ae187b
Clarify startdwarf documentation
2015-08-14 13:20:22 +10:00
Zac-HD
55b703a5aa
Document hide, show, startdwarf
2015-08-14 12:30:45 +10:00
Zac-HD
776af19045
Add and document points.lua
...
A trivial script to choose the number of points available at embark.
2015-08-14 11:54:38 +10:00
Japa
22374e6d86
Fixed remotefortressreader.cpp DF version detection.
2015-08-13 15:59:15 +05:30
Japa
e4ac25d1e0
Merge branch 'develop' of https://github.com/DFHack/dfhack into develop
2015-08-13 11:26:33 +05:30
Japa
a60c8d8e7c
Added conditionals to remotefortressreader.cpp to make compiling for v 0.24.11 easier.
2015-08-13 11:25:59 +05:30
lethosor
2aba2da56d
Avoid DataStaticsFields dependency on PluginManager.h
2015-08-11 22:59:19 -04:00
lethosor
ffe29d366c
Merge remote-tracking branch 'sethwoodworth/patch-1' into develop
2015-08-10 23:41:58 -04:00
Seth Woodworth
2abc7433ea
typo s/ot a forum/to a forum/
2015-08-10 23:24:24 -04:00
lethosor
9c84c78129
Make lua listdir functions return useful error messages
2015-08-10 12:44:27 -04:00
lethosor
05f36856f4
fix-unit-occupancy: Always provide feedback when running command
2015-08-10 11:30:21 -04:00
lethosor
d09cdc83ba
Update xml
2015-08-10 11:25:15 -04:00
lethosor
618f8855f8
Merge branch 'develop' of https://github.com/dfhack/dfhack into develop
2015-08-10 10:42:24 -04:00
lethosor
9b5f42e3a9
tweak farm-plot-select: Only show controls when plots are fully built
...
Fixes #521
2015-08-10 10:41:47 -04:00