dfhack/library
Warmist a02a120e2d Merge branch 'master' of https://github.com/angavrilov/dfhack into experimental-dontmerge
Conflicts:
	dfhack.init-example
	library/xml
	plugins/CMakeLists.txt
2012-09-18 23:46:16 +03:00
..
doc
include Add a plugin implementing 'add spatter to item' reactions. 2012-09-17 21:15:51 +04:00
lua Merge branch 'master' of https://github.com/angavrilov/dfhack into experimental-dontmerge 2012-09-18 23:46:16 +03:00
modules Follow changes in XML defs. 2012-09-18 13:11:11 +04:00
proto
xml@a914f3b755 Merge branch 'master' of https://github.com/angavrilov/dfhack into experimental-dontmerge 2012-09-18 23:46:16 +03:00
CMakeLists.txt Library location fixing script 2012-09-13 14:58:52 -04:00
ColorText.cpp
Console-darwin.cpp Extract the color enum from color_ostream to toplevel. 2012-08-19 09:21:25 +04:00
Console-linux.cpp Extract the color enum from color_ostream to toplevel. 2012-08-19 09:21:25 +04:00
Console-windows.cpp Extract the color enum from color_ostream to toplevel. 2012-08-19 09:21:25 +04:00
Core.cpp Support "ls -a" to list scripts in subdirs. 2012-08-29 19:03:53 +04:00
DataDefs.cpp Fix access to unnamed bits in bitfields, and allow hook.apply(false) 2012-09-01 11:25:24 +04:00
DataStatics.cpp
DataStaticsCtor.cpp
DataStaticsFields.cpp
Hooks-darwin.cpp Move back to using interposition to be more portable 2012-06-29 10:15:48 -04:00
Hooks-egg.cpp Initial changes to get dfhack building on the Mac 2012-05-24 11:31:20 -04:00
Hooks-linux.cpp Linux build works again. 2012-06-14 02:25:15 +02:00
Hooks-windows.cpp Initial changes to get dfhack building on the Mac 2012-05-24 11:31:20 -04:00
LuaApi.cpp Catch C++ exceptions in dfhack.buildings.setSize 2012-09-18 20:45:59 +04:00
LuaTools.cpp Add stock MessageBox and InputBox dialog screens for lua scripts. 2012-09-05 19:45:45 +04:00
LuaTypes.cpp Fix access to unnamed bits in bitfields, and allow hook.apply(false) 2012-09-01 11:25:24 +04:00
LuaWrapper.cpp Fix a problem with number to address cast for high-half addresses. 2012-06-16 17:09:58 +04:00
MacPool.h Trying to set up an autorelease pool, but not yet succeeding. 2012-05-26 16:08:15 -04:00
MacPool.mm Trying to set up an autorelease pool, but not yet succeeding. 2012-05-26 16:08:15 -04:00
MiscUtils.cpp
PlugLoad-darwin.cpp More work on getting dfhack building & compiling on Mac OS X 2012-05-25 14:28:59 -04:00
PlugLoad-linux.cpp
PlugLoad-windows.cpp
PluginManager.cpp Fix a deadlock problem between suspend in (un)load, and onupdate. 2012-08-26 14:43:14 +04:00
Process-darwin.cpp Add stock MessageBox and InputBox dialog screens for lua scripts. 2012-09-05 19:45:45 +04:00
Process-linux.cpp Fix a file descriptor leak and a crash in linux getMemRanges. 2012-09-14 12:35:55 +04:00
Process-windows.cpp Add stock MessageBox and InputBox dialog screens for lua scripts. 2012-09-05 19:45:45 +04:00
RemoteClient.cpp Merge further changes (???) 2012-09-10 09:19:21 -04:00
RemoteServer.cpp Merge further changes (???) 2012-09-10 09:19:21 -04:00
RemoteTools.cpp Merge further changes (???) 2012-09-10 09:19:21 -04:00
TileTypes.cpp
Types.cpp
VTableInterpose.cpp Fix a data structure integrity bug in VMethodInterposeLinkBase. 2012-09-18 10:40:14 +04:00
VersionInfoFactory.cpp Make offsets with "darwin" os-type recognized as Apple, rather than ignored 2012-06-14 13:42:06 -04:00
dfhack-run.cpp