Commit Graph

536 Commits (b2ab2037bb45c2a211aed3aa0b53cfe52a14289f)
 

Author SHA1 Message Date
doomchild b2ab2037bb fixed ctypes import 2010-04-15 12:56:09 -05:00
doomchild b563a9a22d added remaining module types 2010-04-15 12:55:54 -05:00
doomchild b11e7d4748 added type definition 2010-04-15 12:55:44 -05:00
doomchild d7d05132b2 updated for new composite types 2010-04-15 12:55:31 -05:00
doomchild 3e70644160 first commit 2010-04-15 12:55:12 -05:00
doomchild a68a998fd1 switched from using raw dictionaries to imported python types for Note and Name 2010-04-15 10:04:38 -05:00
doomchild 0af57ac972 added flag and composite imports 2010-04-15 10:04:10 -05:00
doomchild 95d364dfca moved flag types to pydfhackflags.py
added namedtuples for a couple of composite types
2010-04-15 10:03:45 -05:00
doomchild 5ce44119bb removed some unneeded types and imports 2010-04-15 10:03:07 -05:00
doomchild 0d2554f829 first commit 2010-04-14 16:54:27 -05:00
doomchild 2284fb32d2 added construction type 2010-04-14 16:54:11 -05:00
doomchild d4d026656b fixed #define 2010-04-14 16:53:52 -05:00
doomchild 64852e958e first commit 2010-04-14 12:36:42 -05:00
doomchild 849b6e53c2 added building type 2010-04-14 12:26:14 -05:00
doomchild 15a11355b3 added getter for dicts 2010-04-14 10:50:59 -05:00
doomchild 02334e640d added vegetation type 2010-04-14 10:50:42 -05:00
doomchild 2f730797b9 first commit 2010-04-14 10:49:39 -05:00
doomchild ad642cf4e7 added a reverse name builder (PyObject* to DFHack::t_name) 2010-04-13 16:13:22 -05:00
doomchild f6b2abca5b added translate type 2010-04-13 16:12:54 -05:00
doomchild f047f96eef first commit 2010-04-13 16:12:36 -05:00
doomchild 244a3c1333 fixed a couple of attribute accesses 2010-04-13 09:08:49 -05:00
doomchild 32cbdea87b added type init 2010-04-12 14:47:55 -05:00
doomchild 524d4f6025 turned off imports (I think they're hanging references, and I don't actually need them right now) 2010-04-12 14:47:42 -05:00
doomchild 2eb66640bf added debugging messages to deallocation 2010-04-12 14:47:18 -05:00
doomchild c296080cac switched to using PyList_SET_ITEM in BuildSkillList 2010-04-12 14:46:53 -05:00
doomchild e9c592b5dd added debugging messages to deallocation 2010-04-12 14:46:22 -05:00
doomchild ecb2aefba1 Merge remote branch 'upstream/master' 2010-04-12 12:05:02 -05:00
Petr Mrázek 9f7e1263a0 Veinlook fix 2010-04-12 16:07:07 +02:00
Petr Mrázek 08658373d6 Occupancy stuff - very strange 2010-04-12 15:29:01 +02:00
doomchild 6e03283953 updated for DF2010 struct changes 2010-04-11 21:07:52 -05:00
doomchild 5c9711c641 added BuildSoul 2010-04-11 21:07:23 -05:00
Petr Mrázek 6ba2804b68 Creature traits, added back map occupancy. 2010-04-12 00:48:25 +02:00
Petr Mrázek 80ad47c82c Fix 'building_windmillstst' 2010-04-11 13:32:35 +02:00
Petr Mrázek 1e6b5bf8d6 Add missing file 2010-04-11 13:20:15 +02:00
Petr Mrázek 5ef87773be Infinite loop fix related to block events. Added traction bench to known buildings. 2010-04-11 13:03:00 +02:00
Petr Mrázek 7e0a560574 Fix uninitialized variable 2010-04-11 06:50:43 +02:00
Petr Mrázek 6aef446c57 Unstuck tool (in case user closes a non-SHM tool), Windows fixes 2010-04-11 02:56:56 +02:00
Petr Mrázek d96d2018a8 Hotkey reading 2010-04-11 02:32:50 +02:00
Petr Mrázek c58abe8ef9 Veindig the digger of veins. It menaces with spikes of cache and floodfill. 2010-04-11 02:08:21 +02:00
Petr Mrázek e2a7d9e639 Windows fixes 2010-04-10 05:48:50 +02:00
Petr Mrázek 887f1942cc Tagging first DF 2010 release 2010-04-10 03:49:37 +02:00
Petr Mrázek b248663e33 Merge branch 'pydfhack' of git://github.com/doomchild/dfhack into DF2010 2010-04-10 02:37:53 +02:00
Petr Mrázek a8b2873bbc Digger tool works again 2010-04-10 02:27:14 +02:00
Petr Mrázek d8e356b2b2 Resurrected the cleanmap tool, fix for crash in construction dump 2010-04-10 02:12:45 +02:00
Petr Mrázek 85ce3ce1d8 Construction reading 2010-04-10 00:24:41 +02:00
Petr Mrázek 9208354991 Missing files again 2010-04-09 16:43:00 +02:00
Petr Mrázek ce279302d5 Possibly figured out building type offsets.
buildingsdump improvements (interacts with cursor, dump all with no parameters)
2010-04-09 15:16:14 +02:00
Petr Mrázek fb01ecf6c9 Buildings - names, type offsets and other stuff could be wrong 2010-04-09 14:44:00 +02:00
Petr Mrázek 75e36a59ba Fix for map reading 2010-04-09 04:29:24 +02:00
Petr Mrázek c08d696d56 Creature mental attributes 2010-04-09 03:21:42 +02:00