PeridexisErrant
f242872963
Documentation for Vjek's scripts
2015-09-04 17:13:21 +10:00
PeridexisErrant
0a63afa977
Import Vjek's script collection from the wiki
...
http://dwarffortresswiki.org/index.php/User:Vjek
2015-09-04 16:51:28 +10:00
lethosor
1c5428c3f0
Clean up linter initialization
2015-09-03 15:03:17 -04:00
lethosor
66c7a461fd
Don't attempt to copy non-files into dfhack-config
2015-09-03 15:02:51 -04:00
lethosor
f1391b63e2
dfstatus: Allow sections and metal bars to be customized
2015-09-03 15:02:08 -04:00
lethosor
9eac4585b1
keybinding: support 0-9, F10-F12
2015-09-02 15:56:53 -04:00
lethosor
1ea2da511b
Fix whitespace
2015-09-02 15:53:13 -04:00
Japa
44a670db4d
Merge branch 'develop' of https://github.com/DFHack/dfhack into develop
2015-09-03 00:14:31 +05:30
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