dfhack/library
lethosor 96f3bdafb4 Implement an internal command to interrupt running Lua scripts
This inserts a debug hook that runs every 256 instructions by
default, which has a minimal impact on performance.
2015-05-24 19:06:01 -04:00
..
doc Many tweaks to plugins, reorganized the build system and removed more cruft. 2011-08-14 08:42:21 +02:00
include Implement an internal command to interrupt running Lua scripts 2015-05-24 19:06:01 -04:00
lua Add an alternative to script_environment() that requires scripts to 2015-05-09 09:21:00 -04:00
modules Merge remote-tracking branches 'RossM/autolabor-changes', 'RossM/workflow-changes' and 'lethosor/plugin-exports' into develop 2015-05-09 09:39:55 -04:00
proto Support calling a lua function via a protobuf request. 2014-02-10 20:09:06 +04:00
xml@8cd1994027 Update xml 2015-05-16 14:27:17 -04:00
CMakeLists.txt Merge remote-tracking branch 'lethosor/json' into develop 2015-04-08 20:18:13 -04:00
ColorText.cpp Add missing <algorithm> include for std::min & std::max 2014-11-09 11:19:40 +01:00
Console-posix.cpp Use TCSADRAIN instead of TCSAFLUSH when initializing raw mode 2015-04-19 11:58:35 -04:00
Console-windows.cpp hide/show: Provide feedback on unsupported platforms 2015-02-08 09:30:40 -05:00
Core.cpp Implement an internal command to interrupt running Lua scripts 2015-05-24 19:06:01 -04:00
DFHackVersion.cpp Move get_dfhack_version() to a separate namespace and add a few other version-related functions 2015-04-02 16:37:58 -04:00
DataDefs.cpp Support std::fstream in data structures and add file_compressorst to xml. 2014-09-24 22:47:04 +04:00
DataStatics.cpp
DataStaticsCtor.cpp
DataStaticsFields.cpp Support std::fstream in data structures and add file_compressorst to xml. 2014-09-24 22:47:04 +04:00
Hooks-darwin.cpp Reset DYLD_INSERT_LIBRARIES on startup on OS X 2015-04-06 17:05:36 -04:00
Hooks-egg.cpp
Hooks-linux.cpp
Hooks-windows.cpp Fix whitespace issues 2015-02-14 22:53:06 -05:00
LuaApi.cpp Make gametype functions use default arguments when called from Lua 2015-04-02 16:55:27 -04:00
LuaTools.cpp Implement an internal command to interrupt running Lua scripts 2015-05-24 19:06:01 -04:00
LuaTypes.cpp Support std::fstream in data structures and add file_compressorst to xml. 2014-09-24 22:47:04 +04:00
LuaWrapper.cpp
MacPool.h
MacPool.mm
MiscUtils.cpp Add df2console() wrapper 2015-02-13 17:56:29 -05:00
PlugLoad-posix.cpp Remove AS prefixes from add-spatter.cpp 2015-02-19 12:05:32 -05:00
PlugLoad-windows.cpp
PluginManager.cpp Treat plugins without a "plugin_dev" symbol as ordinary plugins 2015-05-24 11:42:22 -04:00
Process-darwin.cpp Re-enable memory range logging on OS X if an environment variable is set 2015-03-19 19:37:10 -04:00
Process-linux.cpp
Process-windows.cpp Merge changes, also fix Windows build (missing header) 2014-02-27 15:58:15 -06:00
RemoteClient.cpp
RemoteServer.cpp
RemoteTools.cpp Move get_dfhack_version() to a separate namespace and add a few other version-related functions 2015-04-02 16:37:58 -04:00
TileTypes.cpp
Types.cpp Add Filesystem::listdir() 2015-01-28 19:15:58 -05:00
VTableInterpose.cpp
VersionInfoFactory.cpp Fix the OSX image base address so that binary patches work correctly. 2014-06-26 18:28:50 +04:00
binpatch.cpp
dfhack-run.cpp