.. |
doc
|
Many tweaks to plugins, reorganized the build system and removed more cruft.
|
2011-08-14 08:42:21 +02:00 |
include
|
Merge https://github.com/jjyg/dfhack
|
2012-06-13 23:56:26 +02:00 |
lua
|
Support creating rollers and stops with dfhack.buildings.constructBuilding.
|
2012-05-17 00:19:29 +04:00 |
modules
|
Support adventure mode and stockpile screens in focus strings.
|
2012-06-06 18:54:06 +04:00 |
proto
|
merged stuff from peterix
|
2012-04-15 12:32:25 +02:00 |
xml@ff87e784a8
|
Sync structures again
|
2012-06-07 21:22:19 -05:00 |
CMakeLists.txt
|
Allow compiling RelWithDebInfo on Windows
|
2012-05-23 13:38:16 -05:00 |
ColorText.cpp
|
Fix crashing color_ostream::printerr due to vfprintf vs fprintf mixup.
|
2012-03-31 22:26:41 +04:00 |
Console-linux.cpp
|
fix minor gcc warning
|
2012-06-13 00:21:23 +02:00 |
Console-windows.cpp
|
Fix windows console bug
|
2012-04-17 23:23:45 +02:00 |
Core.cpp
|
Support using focus strings to limit keybinding scope.
|
2012-05-19 21:31:42 +04:00 |
DataDefs.cpp
|
Implement unconstructed building instance creation and linking into world.
|
2012-04-29 21:07:39 +04:00 |
DataStatics.cpp
|
Add support for primitive type fields in lua wrapper.
|
2012-03-20 13:56:29 +04:00 |
DataStaticsCtor.cpp
|
Header changes/cleanup.
|
2011-12-31 12:48:42 +01:00 |
DataStaticsFields.cpp
|
Add a hotkey command that sorts units in lists using lua comparators.
|
2012-04-21 15:43:52 +04:00 |
Hooks-egg.cpp
|
Fix normal hooks.
|
2012-02-28 12:59:02 +01:00 |
Hooks-linux.cpp
|
Get rid of MALLOC_FILL build option
|
2012-04-01 00:30:42 +02:00 |
Hooks-windows.cpp
|
Fixed up formatting, debug messages in new Windows Hotkey stuff.
|
2012-03-09 01:07:47 -08:00 |
LuaApi.cpp
|
Add Lua API for access to some contextual and low-level info.
|
2012-06-13 21:12:36 +04:00 |
LuaTools.cpp
|
Add Lua API for access to some contextual and low-level info.
|
2012-06-13 21:12:36 +04:00 |
LuaTypes.cpp
|
Make primitive refs (i.e. pointers to numbers, etc) behave as arrays.
|
2012-06-13 22:40:39 +04:00 |
LuaWrapper.cpp
|
Support casting references and allocating arrays of numbers in lua wrapper.
|
2012-06-13 22:26:54 +04:00 |
MiscUtils.cpp
|
Add a mechanism converting ui focus to a string representation.
|
2012-05-19 19:50:36 +04:00 |
PlugLoad-linux.cpp
|
Clean up some chaos in old code.
|
2012-04-15 01:15:15 +02:00 |
PlugLoad-windows.cpp
|
Fix unresolved symbol reference in Windows platform.
|
2012-05-18 08:25:25 -05:00 |
PluginManager.cpp
|
Add central locations for onUpdate and onStateChange handling in core.
|
2012-05-17 20:04:09 +04:00 |
Process-linux.cpp
|
More fixes
|
2012-03-29 02:49:44 +02:00 |
Process-windows.cpp
|
Get rid of ntdll, update stonesense
|
2012-02-25 22:59:32 +01:00 |
RemoteClient.cpp
|
remoteclient: dont use gcc deprecated auto_ptr
|
2012-05-31 13:23:00 +02:00 |
RemoteServer.cpp
|
Make the server suspend the core around calls unless disabled.
|
2012-03-18 11:04:15 +04:00 |
RemoteTools.cpp
|
Expose builtin commands to dfhack-run, and add lua script support.
|
2012-05-04 19:47:18 +04:00 |
TileTypes.cpp
|
Enable warnings correctly on linux and fix a lot of them.
|
2012-04-20 13:30:37 +04:00 |
Types.cpp
|
Move some things that won't work in dfhack-client to a separate file.
|
2012-05-05 21:07:18 +04:00 |
VersionInfoFactory.cpp
|
Don't throw a fatal exception just because os-type isn't something we recognize - ignore it and move on
|
2012-05-28 11:06:23 -05:00 |
dfhack-run.cpp
|
A number of interface tweaks in RemoteClient.
|
2012-03-16 14:11:46 +04:00 |