Commit Graph

658 Commits (39ab2cd8ec00f7a5186b156dfbcad7d9bb5ac7dd)
 

Author SHA1 Message Date
doomchild 39ab2cd8ec added C api to make lists 2010-04-30 15:25:12 -05:00
doomchild d95ea2c006 first commit 2010-04-30 15:24:49 -05:00
Petr Mrázek 07f8c442b9 Fix MSVC build of pydfhack, remove config.h (this is generated by cmake on build) 2010-04-29 00:10:39 +02:00
Petr Mrázek c0ae0840db stones.py sort-of works 2010-04-28 23:48:50 +02:00
Petr Mrázek 61c5e36537 Pythn module fixes for 64bit, it gets built now, but doesn't work AFAIK 2010-04-28 23:11:24 +02:00
Petr Mrázek 3853a49d85 Updated README and COMPILE, bugfix release 2010-04-28 17:56:37 +02:00
Petr Mrázek 87a2741a09 Merge branch 'master' of http://github.com/doomchild/dfhack 2010-04-28 13:29:36 +02:00
Petr Mrázek c37f164c39 More work on local features - hell temple 2010-04-27 23:48:25 +02:00
Petr Mrázek df3efe23fb Fix creature moods on 0.31.01 and 0.31.02 2010-04-27 20:18:46 +02:00
Petr Mrázek 06ce1c7225 Fix local feature read for arena mode (no read if base == 0) 2010-04-27 00:17:53 +02:00
Petr Mrázek 41268470b6 Fix ptrace bug on 64bit linux systems 2010-04-27 00:12:22 +02:00
Petr Mrázek 157deb85af CR/LF? 2010-04-26 18:23:47 +02:00
Petr Mrázek f91720c97e Merge branch 'bartavelle' of git://bigbox.banquise.net/dfhack 2010-04-26 18:22:41 +02:00
Petr Mrázek 96c2effab6 Sync 2010-04-26 18:12:00 +02:00
simon 19895639ab loading inorganics was necesary 2010-04-26 17:48:51 +02:00
simon ff9a4d6091 test description of metal bars 2010-04-26 17:33:17 +02:00
doomchild 097b65b5ba added error check to TranslateName 2010-04-26 10:32:06 -05:00
doomchild 3bf53e59f1 tweaked BuildName 2010-04-26 10:31:43 -05:00
doomchild e43bc0dfc5 changed Name to namedtuple 2010-04-26 10:31:29 -05:00
simon bc08be3cbb Another flag is useful here 2010-04-26 17:19:20 +02:00
simon f5d52661b6 Display is a bit better 2010-04-26 15:40:08 +02:00
simon 9be275727c Material flags is a DWORD, not a WORD 2010-04-26 15:39:42 +02:00
simon 2188ab1122 Add support for reading those strange flags in the mood materials 2010-04-26 15:34:07 +02:00
simon 4ef3108d58 offset magic 2010-04-26 15:25:12 +02:00
simon f73d936398 Printing mood modifiers as signed ints is more user friendly 2010-04-26 15:24:04 +02:00
simon 2c4aa5a970 fixed offset 2010-04-26 15:20:27 +02:00
simon 00257f8441 proper access rights for this file ... 2010-04-26 14:53:27 +02:00
simon dfea1911ca mood skill support in the creature structure 2010-04-26 14:12:07 +02:00
simon 453b4521c0 plurals converted to singles ... 2010-04-26 14:06:07 +02:00
simon 467b852f8d type description test 2010-04-26 14:04:16 +02:00
simon 310f8c3dbe forgot to remove debug printf ... 2010-04-26 13:29:28 +02:00
simon b59b552f93 Mood reading preliminary support 2010-04-26 13:23:57 +02:00
simon a60470ccd1 Merge branch 'bartavelle' of gitosis@bigbox.banquise.net:dfhack into bartavelle 2010-04-26 10:22:01 +02:00
simon 91c8adbaf1 Merge commit 'origin' into bartavelle 2010-04-26 10:21:04 +02:00
Petr Mrázek 51f6dbd981 Fix local features in prospector. 2010-04-26 00:51:45 +02:00
Petr Mrázek d03cb827f3 Merge branch 'master' of http://github.com/doomchild/dfhack 2010-04-25 22:24:39 +02:00
Petr Mrázek 78dbe8cca6 Fixes for Maps, local features still problematic 2010-04-25 20:52:57 +02:00
Petr Mrázek 6268d66221 API::Attach doesn't trash the current attached process and its modules. 2010-04-25 11:05:11 +02:00
Petr Mrázek abaee5ce45 uint -> uint32_t, removed 8 unit offset from the local feature dump method 2010-04-24 16:36:41 +02:00
Petr Mrázek 340b0cf91c Veinlook uses Map features 2010-04-24 01:50:04 +02:00
Petr Mrázek 8156469825 Global, local feature reading in Maps 2010-04-24 01:15:15 +02:00
doomchild ee9da5910b updated to use new namedtuples 2010-04-23 14:32:38 -05:00
doomchild 8eacdbe7f9 added new namedtuples 2010-04-23 14:32:24 -05:00
U-glouglou\simon 72dc92d2fb new tool : mood dump 2010-04-23 20:13:08 +02:00
U-glouglou\simon 80d10a9748 mood offset 2010-04-23 20:12:32 +02:00
doomchild 365c6dd0ed updated to Tree tuple type 2010-04-23 11:56:38 -05:00
Petr Mrázek 9bd7a6ea9b Fixes for DFError.h 2010-04-23 18:51:54 +02:00
simon 9f93a48bb4 Revert "mood dump test"
This reverts commit ceaea4341d.

Conflicts:

	tools/moodump.cpp
2010-04-23 18:39:25 +02:00
simon 80cf2755a4 mood dumper à tester 2010-04-23 18:28:27 +02:00
simon ceaea4341d mood dump test 2010-04-23 18:22:45 +02:00