Petr Mrázek
7c3f146197
Put findnameindexes to the right place
2010-02-21 06:40:30 +01:00
Petr Mrázek
b33b4a895c
Merge branch 'master' of git://github.com/belal/dfhack into mergespace
...
Conflicts:
library/gopt/gopt.c
library/gopt/gopt.h
2010-02-21 06:19:17 +01:00
Petr Mrázek
c2a77d2de9
Merge branch 'master' of git://github.com/mizipzor/dfhack
2010-02-21 05:59:21 +01:00
Petr Mrázek
9268a79a66
Reading of tiletypes under ice - 'ice veins'
2010-02-21 05:51:29 +01:00
mizipzor
cfddcf38eb
some code restructure to make digger not exit insantly on fail
2010-02-21 01:08:07 +01:00
mizipzor
9bbc68fd71
added setting of dirty flag in digger
...
the designation to cut down the trees are now correctly picked up by the dwarves :)
2010-02-21 00:40:19 +01:00
mizipzor
8e1bbe91f0
cleanup of digger
...
added verbose flag handling
2010-02-20 01:54:34 +01:00
mizipzor
194bf2ddc1
added argstream to digger, showing how it can be used
2010-02-19 21:29:23 +01:00
mizipzor
53d32e6076
fixed line endings (visual studio bugged me about it)
2010-02-19 18:17:58 +01:00
belal
3581c08a7a
merge of peterix's branch
2010-02-19 10:59:22 -05:00
belal
8d78822f3d
implements findnameindexes
2010-02-19 10:36:54 -05:00
belal
20a74354c5
findnameindexes - finds the indexes for a compound name, not very smart, but it works!
...
Signed-off-by: belal <jimbelal@gmail.com>
2010-02-18 20:13:53 -05:00
mizipzor
d7c627033b
moved digger.cpp to tools/
2010-02-19 07:20:55 +08:00
mizipzor
b81d6d6744
added string splitter to digger, to handle comma delimited arguments
2010-02-18 18:53:48 +01:00
mizipzor
2d6a5e7428
cleanup of digger
...
tabs to spaces
2010-02-18 18:41:36 +01:00
mizipzor
fe77ac2d00
fixed CMakeLists.txt since digger is now relocated
2010-02-18 18:19:14 +01:00
mizipzor
6447420c35
moved digger.cpp to tools/
2010-02-18 18:09:05 +01:00
Petr Mrázek
054fec0afc
Updated README and COMPILE, split tools into tools and examples.
...
Tools are now useful, and with a working user interaction where applicable.
Examples are a collection of benchmarks, tests and simple unfinished ideas.
2010-02-16 07:21:38 +01:00
Petr Mrázek
56969fb977
Added std::string read/write by belal. Extremely volatile.
2010-02-16 00:04:15 +01:00
Petr Mrázek
568fcd6105
designation and traffic bits turned into enums
2010-02-14 00:45:46 +00:00
Petr Mrázek
29b00f7c68
added dfdigger
2010-02-13 23:34:18 +00:00
Petr Mrázek
de32b65c11
engraving offsets for linux d16, attempt to fix MSVC bugs
2010-02-12 23:25:41 +00:00
Petr Mrázek
63f82cd580
API changes: InitRead* methods made safer - they now return false on error
2010-02-11 21:08:39 +00:00
Petr Mrázek
e7b3082203
fixed some problems in customCreatureNameProf
2010-02-11 13:20:14 +00:00
Petr Mrázek
01eaa3b9b4
some research into DF materials
2010-02-11 02:03:22 +00:00
Petr Mrázek
9412608581
added some checks to itemdesignator
2010-02-11 00:25:47 +00:00
Petr Mrázek
ea307bd083
fixed dfitemdesignator crash bugs
2010-02-10 23:49:55 +00:00
Petr Mrázek
b1ce815370
massive Memory.xml VTable sections restructure, support for d17 added in Memory.xml, needs testing. shm not updated yet
2010-02-10 00:20:15 +00:00
Petr Mrázek
70bf6954a6
added dfbauxite by Alex Legg to tools, started working on d17 support
2010-02-07 02:55:54 +00:00
Petr Mrázek
193a6f4d62
add missing itemdesignator source
2010-01-19 02:05:25 +00:00
Petr Mrázek
5b0a03b16d
merged itemdesignator and menustate patches
2010-01-18 16:44:24 +00:00
Petr Mrázek
9f1216fa2f
fixes
2010-01-11 18:57:57 +00:00
Petr Mrázek
7c784bce32
deadlock-filled windows SHM version
2010-01-11 06:27:59 +00:00
Petr Mrázek
91f64ac8ba
iteration for huge reads and writes, async suspend call for polling
2010-01-02 02:25:21 +00:00
Petr Mrázek
84c68fb31c
fix attach/detach
2010-01-01 22:19:09 +00:00
Petr Mrázek
037d1369cb
syntax fixes, some things were out of sync
2010-01-01 02:30:35 +00:00
Petr Mrázek
c7c446a33a
merged previous patch from belal (things intended for Dwarf Therapist)
2010-01-01 02:14:41 +00:00
Petr Mrázek
117fcce0d9
merged item patch from belal
2010-01-01 01:49:32 +00:00
Petr Mrázek
843237f7ae
small tweak to expbench - use 64bit integer for the number of bytes read
2009-12-28 04:38:07 +00:00
Petr Mrázek
efce0ab21b
merge in shm branch
2009-12-22 21:19:39 +00:00
Petr Mrázek
3888d0fc06
fixed tons of warnings, removed dependency on xtest
2009-12-13 21:03:19 +00:00
Petr Mrázek
069597f10c
more cleanup
2009-12-13 00:47:58 +00:00
Petr Mrázek
337d42e15a
merged input injection patch by belal
2009-12-12 19:52:30 +00:00
Petr Mrázek
989fa8f887
ForceResume call
2009-11-19 01:48:18 +00:00
Petr Mrázek
67adb64a46
fix missing return, tweaked attachtest to show suspend/resume speed in a sensible manner
2009-11-19 00:36:03 +00:00
Petr Mrázek
a6ffb58fdb
optimized map initialization, more sanity checks
2009-11-18 21:27:13 +00:00
Petr Mrázek
dea1ce858b
merged window dimension and item matgloss patches from belal
2009-11-18 03:35:43 +00:00
Petr Mrázek
29c0932ff7
split out memory.xml reading functionality out of the processenumerator
2009-11-18 02:33:17 +00:00
Petr Mrázek
a974830d88
missing file
2009-11-17 15:38:33 +00:00
Petr Mrázek
d4aad2387e
fixed wine process find codepath, added some suspend and resume calls to the tools, some data consistency tweaks
2009-11-17 15:37:08 +00:00