dfhack/library/include
Alexander Gavrilov 85c91c92d8 Implement __pairs and __ipairs for DF objects.
Structs enumerate fields in memory order in pairs().
Containers & biftields enumerate int indexes in ipairs, and
string keys in pairs (i.e. using index-enum for arrays).
2012-03-29 14:39:13 +04:00
..
df Implement pre-embark estimate in prospector. 2012-02-02 22:14:49 +04:00
modules Tweaks and cleanups 2012-03-24 12:13:51 +01:00
BitArray.h Support resize/erase/insert for containers, and allow any index in BitArray. 2012-03-24 16:28:53 +04:00
ColorText.h
Console.h
Core.h Move CoreService to a separate file. 2012-03-17 12:09:30 +04:00
DFHack.h
DataDefs.h Make enum attributes accessible through the lua wrapper. 2012-03-25 19:12:59 +04:00
DataFuncs.h Work around a msvc issue with spurious specialization ambiguity errors. 2012-03-26 10:46:51 +04:00
DataIdentity.h Make enum attributes accessible through the lua wrapper. 2012-03-25 19:12:59 +04:00
Error.h Tweaks and cleanups 2012-03-24 12:13:51 +01:00
Export.h Fix indentation 2012-03-15 11:50:38 -05:00
Hooks.h
Internal.h
LuaWrapper.h Implement __pairs and __ipairs for DF objects. 2012-03-29 14:39:13 +04:00
MemAccess.h
MiscUtils.h Add many new template functions for enums & bitfields. 2012-03-17 12:52:22 +04:00
Module.h
ModuleFactory.h
PluginManager.h
Pragma.h Silence warning 4482 2012-03-24 18:18:29 -05:00
RemoteClient.h Add a ListMaterials remote call for bulk download of basic material info. 2012-03-17 15:36:42 +04:00
RemoteServer.h Make the server suspend the core around calls unless disabled. 2012-03-18 11:04:15 +04:00
RemoteTools.h Fix warnings. 2012-03-26 12:42:05 +04:00
SDL_events.h
SDL_keyboard.h
SDL_keysym.h
TileTypes.h Add a tiletype function to get basic shapes from shapes. Track modules. 2012-03-16 20:41:07 +01:00
Types.h
VersionInfo.h
VersionInfoFactory.h
wdirent.h