Commit Graph

  • fcc23149db Engravings: 3 byte padding after the display character. Petr Mrázek 2011-04-03 03:25:12 +0200
  • 46c5041bea Direction flags for engravings. Petr Mrázek 2011-04-03 03:19:34 +0200
  • a68702000d hexdump accepts length in bytes, hopefully fixed engravings struct Petr Mrázek 2011-04-03 02:49:03 +0200
  • e18ade4ea6 Engravings are 0x28 bytes long. Petr Mrázek 2011-04-03 02:00:56 +0200
  • 4cfc12b52b Engravings module. Petr Mrázek 2011-04-03 00:15:47 +0200
  • 68b13d6bf0 Dreary offset work. Petr Mrázek 2011-04-02 12:35:23 +0200
  • 091cc88655 Merge branch 'master' of https://github.com/doomchild/dfhack Petr Mrázek 2011-04-02 07:18:26 +0200
  • 42366c238f Simple packaging scripts Petr Mrázek 2011-04-02 02:34:21 +0200
  • 84494e873c added readClassName doomchild 2011-04-01 14:41:47 -0500
  • 3ef6893bc7 removed getPosition prototype (since the Position module doesn't exist anymore) doomchild 2011-04-01 14:41:26 -0500
  • 21c4215cfe Merge remote branch 'upstream/master' doomchild 2011-04-01 09:48:44 -0500
  • 6abd2d76bb Increment the version number Petr Mrázek 2011-04-01 06:23:43 +0200
  • bbf64a1614 Added 'other' to the material dump. Fixed offsets for it in recent versions. Petr Mrázek 2011-04-01 04:20:49 +0200
  • cb88d59358 uncommented C process wrappers doomchild 2011-03-31 13:56:12 -0500
  • 372c0ced50 first commit doomchild 2011-03-31 13:55:40 -0500
  • cd9bc8dfe0 added MemRange struct and allocator doomchild 2011-03-31 13:55:06 -0500
  • 695303d0c6 added memrange buffer callback doomchild 2011-03-31 13:54:29 -0500
  • 5e67ee2970 removed unneeded memrange wrapper struct renamed some stuff to match the C++ version added read, write, readSTLVector, readString, getPath, getMemranges, and getPID doomchild 2011-03-31 13:46:50 -0500
  • fea7d56c32 added DFProcess_C stuff to project lists (although they're commented out, since it's not done yet) doomchild 2011-03-31 09:46:34 -0500
  • 9b6f5d2ac1 first commit doomchild 2011-03-31 09:45:53 -0500
  • 1e893295ce Merge branch 'master' of https://github.com/doomchild/dfhack Petr Mrázek 2011-03-31 13:39:43 +0200
  • f8db1c6b0e small liquids tweak (don't set flowbits on non-flow-passable tiles) Petr Mrázek 2011-03-31 13:38:44 +0200
  • fe2e9e2571 Fix water turning into magma inside obsidian walls. Petr Mrázek 2011-03-31 06:11:03 +0200
  • 837ea52c22 Fix windows/wine version information bugs related to processes without a PE header. Petr Mrázek 2011-03-31 05:39:12 +0200
  • 6cd08c3f31 Suspend all DF threads on Windows. Petr Mrázek 2011-03-31 01:14:08 +0200
  • d6bd4d47fb Revert "Hide depend headers better, upgraded tinyxml" Petr Mrázek 2011-03-31 01:12:50 +0200
  • 48f8e86b0a fixed the unreveal part (it was already fixed in my test version, but I forgot to copy it over) doomchild 2011-03-30 13:37:51 -0500
  • a4eb1e79be when detaching from DF, all module references become invalid doomchild 2011-03-30 11:57:27 -0500
  • b88d54d26f updated DesignationStruct to match C++ definition doomchild 2011-03-30 11:57:02 -0500
  • f367fdd695 fixed some type and name errors doomchild 2011-03-30 11:56:41 -0500
  • 9ef8059079 might need the library object to call into the library... doomchild 2011-03-30 11:56:16 -0500
  • 73a7be3b34 updated to match C++ reveal tool doomchild 2011-03-30 11:55:28 -0500
  • aeef9e33e7 added set_pause_state doomchild 2011-03-30 09:19:43 -0500
  • e61a907da1 Merge https://github.com/doomchild/dfhack Petr Mrázek 2011-03-30 14:35:41 +0200
  • 37b0dbe02e 31.25, tweaks to make dfliquids and dfreveal better Petr Mrázek 2011-03-30 14:27:47 +0200
  • 1bf6a2ea71 generally, function signatures are supposed to match between header and implementation file... doomchild 2011-03-29 10:42:04 -0500
  • 4c55f54464 spelled a couple of allocator names wrong doomchild 2011-03-29 10:41:45 -0500
  • d0cd969ed2 got everything up to the point that it matches what's in the C++ version of the position tool doomchild 2011-03-29 10:38:29 -0500
  • f1bb4a4661 argument types were wrong for vein readers added world position getter doomchild 2011-03-29 10:37:31 -0500
  • cf59b7802d added getPosition doomchild 2011-03-29 10:22:56 -0500
  • df29be1368 removed some testing stuff doomchild 2011-03-29 10:10:30 -0500
  • e9cda85e9b no need to import everything in dftypes doomchild 2011-03-29 10:09:34 -0500
  • 3e335c4b7b switched from position to gui (since position no longer exists) doomchild 2011-03-29 10:08:08 -0500
  • ea54dc645c removed references to position module, which no longer exists doomchild 2011-03-29 10:07:50 -0500
  • c18167224b updated to match C API doomchild 2011-03-29 10:04:19 -0500
  • e34831a354 added getters/setters for cursor/view coords, window size, and screen tiles added ReadHotkeys doomchild 2011-03-29 09:46:59 -0500
  • cee5d176b9 changed Construction field type "mat_idx" to c_uint (to match t_construction struct layout) doomchild 2011-03-29 09:23:53 -0500
  • b3455b0192 MSVC is a pile of fail that can't even align variables in a struct. Petr Mrázek 2011-03-28 11:22:21 +0200
  • 75b44ba33b Fix possible bug in zero length C string reading Petr Mrázek 2011-03-28 02:13:32 +0200
  • cfd309bf70 fix C string idiocy. Petr Mrázek 2011-03-28 02:09:13 +0200
  • bf0bd7c2dd Tagging 0.5.10, updated the readme Petr Mrázek 2011-03-27 16:47:09 +0200
  • dcfa315acf windows 31.24 Petr Mrázek 2011-03-27 16:06:44 +0200
  • ad76fd1511 Set version to 0.5.9 Petr Mrázek 2011-03-27 00:04:18 +0100
  • 8ef1ef1985 31.23 Windows support, tiny little tweaks to liquids tool. Petr Mrázek 2011-03-27 00:02:23 +0100
  • 635e1998ee Stop DFVector from accessing VersionInfo in the constructor (slight optimization). Petr Mrázek 2011-03-25 06:40:33 +0100
  • 820767d701 Pause state 31.22 win Petr Mrázek 2011-03-25 03:51:57 +0100
  • 1a1a28ee3d World module offsets for windows 31.22 Petr Mrázek 2011-03-25 03:27:07 +0100
  • 4c030e7cc1 Some linux 31.22 offsets, slight tweaks to Materials Petr Mrázek 2011-03-25 02:31:27 +0100
  • 754647fe96 The mysterious variable is mysterious, 31.22 support, needs testing Petr Mrázek 2011-03-24 23:21:50 +0100
  • ecb239f64c Merge branch 'worldmap' Petr Mrázek 2011-03-24 17:43:28 +0100
  • 1f4ac33200 Clarification of some values of geology and local feature reading Petr Mrázek 2011-03-24 17:41:34 +0100
  • 7c971cd8f1 World coords for dfposition Petr Mrázek 2011-03-24 06:13:21 +0100
  • d0a171a350 Add a form of ReadFeature applicable to already read blocks. Petr Mrázek 2011-03-24 04:39:38 +0100
  • 4090a378c1 Remove message spam, make sure the old methods act the same. Petr Mrázek 2011-03-24 04:20:34 +0100
  • ce9aa514fb And the tool source... Petr Mrázek 2011-03-24 04:06:14 +0100
  • 64a578b204 Added cache for map features inside the Maps module along with convenience feature getter for blocks. Adamantine vein refiller tool. Petr Mrázek 2011-03-24 04:00:23 +0100
  • 64d3f248c5 fixed a missing import, a type error, and a misspell doomchild 2011-03-22 11:42:59 -0500
  • 34a687b95a Make sure things build with playground turned on. Petr Mrázek 2011-03-21 21:29:54 +0100
  • e8ee9b7cab dflair tool to match what the dfusion people have. minor tweaks to playground Petr Mrázek 2011-03-21 21:14:07 +0100
  • 7072c43e96 Move dfderamp tool to supported, there's no reason for it to languish in playground. Petr Mrázek 2011-03-21 11:09:34 +0100
  • 7f0ba3b1ff Fix header install rule. Petr Mrázek 2011-03-20 17:24:34 +0100
  • 0a35afb16a Use proper paths in build system. Petr Mrázek 2011-03-20 17:17:33 +0100
  • fe92edfb4e No more generated config files. Petr Mrázek 2011-03-20 06:20:23 +0100
  • c06df18ea7 Fix linux builds not installing the header files Petr Mrázek 2011-03-20 02:06:50 +0100
  • 467c50e97d Tiny ubuntu fix. Petr Mrázek 2011-03-20 00:54:11 +0100
  • 1481b07b6b Ubuntu packaging magic, forgotten header files, an icon. Petr Mrázek 2011-03-19 23:26:32 +0100
  • 2bc7aacb79 Remove precompiled garbage, fix dfcleanmap for real Petr Mrázek 2011-03-19 20:17:04 +0100
  • 1cc74b395e Use RPATH tweaks on linux to make portable packages work Petr Mrázek 2011-03-18 20:10:22 +0100
  • a7f3258018 Get rid of SHM in modules. Petr Mrázek 2011-03-18 17:58:48 +0100
  • 7809ed6cd5 Small fixes to documentation and build scripts. Petr Mrázek 2011-03-18 16:47:55 +0100
  • d75c940958 Kill Position module everywhere. Petr Mrázek 2011-03-18 11:45:37 +0100
  • e1b80e6f33 Massive tool and wrapper fixage. Petr Mrázek 2011-03-18 11:38:37 +0100
  • a6c724bfb5 Module rearrangement and doxygen documentification. API break. Petr Mrázek 2011-03-18 11:09:26 +0100
  • b94ddf50d0 Eliminated silly dependency cascade within the library. Some documentation tweaks. Petr Mrázek 2011-03-18 08:53:59 +0100
  • 737643a33f Spring cleaning in python wrappers. Petr Mrázek 2011-03-18 06:17:43 +0100
  • 001b8e059d Merge branch 'master' of https://github.com/doomchild/dfhack Petr Mrázek 2011-03-18 06:12:16 +0100
  • 8c62221699 Doxygen integration, better defaults for the generated build system. Petr Mrázek 2011-03-18 06:07:13 +0100
  • 2911b203ce DFHack. Now with more packaging fun. Petr Mrázek 2011-03-18 00:07:40 +0100
  • 557d6733e2 Make the build system sane, pt. 1 - no install or packages yet Petr Mrázek 2011-03-16 07:35:08 +0100
  • 901cebc683 updated to use centralized pointer_dict retrieval fixed an argtypes bug in read_vegetation doomchild 2011-03-15 15:36:48 -0500
  • 35438b82e3 added Hotkey structure doomchild 2011-03-15 15:35:50 -0500
  • 290368321c updated to use the centralized pointer_cache retrieval doomchild 2011-03-15 15:35:29 -0500
  • 2c28d8f3bf added read_hotkeys doomchild 2011-03-15 15:35:00 -0500
  • 6b467a36b5 centralized getting an array/list from the pointer_cache doomchild 2011-03-15 15:34:39 -0500
  • d28279894f first commit doomchild 2011-03-15 15:33:39 -0500
  • 115a256ff5 More build script rearrangement Petr Mrázek 2011-03-15 01:53:01 +0100
  • 3cf985be77 Use different tamp folders for different build types (so side-by-side builds with different MSVC versions are possible) Petr Mrázek 2011-03-15 01:44:26 +0100
  • 9d962d6303 Don't build things that don't work. Petr Mrázek 2011-03-15 01:25:55 +0100
  • 2ea6a3d84a Merge branch 'master' of https://github.com/doomchild/dfhack Petr Mrázek 2011-03-14 22:06:25 +0100
  • fda4ad94cd added read_local_features doomchild 2011-03-14 15:01:09 -0500