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
7f404483f1
fixed (fix as in hack) crash when std::string was used to store a command line argument
2010-02-19 21:24:20 +01:00
mizipzor
adbf4b81b4
updated cmakelists
2010-02-19 20:55:11 +01:00
mizipzor
32e08c6687
removed gopt
2010-02-19 20:52:07 +01:00
mizipzor
34f7894255
one constructor had three compile errors, just commented it out
2010-02-19 20:51:33 +01:00
mizipzor
c8b9c36d36
code format
2010-02-19 20:48:46 +01:00
mizipzor
6586bba48c
added argstream
2010-02-19 20:48:17 +01:00
mizipzor
7ab1fcd019
added proper exports to gopt.h
...
renamed gopt.c to gopt.cpp
2010-02-19 19:04:55 +01:00
mizipzor
53d32e6076
fixed line endings (visual studio bugged me about it)
2010-02-19 18:17:58 +01: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
3def16e85f
added gopt to CMakeLists.txt
2010-02-18 18:31:18 +01:00
mizipzor
7679e48794
fixed compile errors in gopt
2010-02-18 18:25:24 +01:00
mizipzor
f0ec4144ed
added gopt
2010-02-18 18:23:09 +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
mizipzor
d2fb0e9a92
added some windows ignores
2010-02-17 22:10:11 +01:00
mizipzor
90afd360e8
Merge branch 'master' of git://github.com/peterix/dfhack.git
2010-02-17 22:07:17 +01:00
mizipzor
6515ad6c36
changed DigTarget to struct
...
removed valid flag in DigTarget
removed assignment operator, relies on compiler to generate one (todo, write a real one)
added isequal operator test for DigTarget (todo, implement operator)
it seems to mark trees correct now! :D
2010-02-17 21:54:01 +01:00
mizipzor
0480df6b80
more OO
...
added some test cases to make sure the math works
2010-02-17 21:43:24 +01:00
mizipzor
531e10683d
more coord calc fixes
2010-02-17 20:38:15 +01:00
mizipzor
6f4f406b89
fixed some coordinate calculation bugs
2010-02-17 20:28:41 +01:00
mizipzor
cf2ae626a6
more digger testing
2010-02-17 20:08:34 +01:00
Petr Mrázek
3193e3c835
Fixed segfault in veinlook and cleaned it up. Updated precompiled SHM for Linux.
2010-02-17 20:00:55 +01:00
mizipzor
2051073a2d
some improvements to digger
2010-02-17 19:21:23 +01:00
Petr Mrázek
2bde06a2af
Added veinlook, linux SHM produces less spam messages.
...
Veinlook is a tool that allows looking at the map and the different vein types it contains. This adds ncurses as a dependency on Linux.
2010-02-17 17:49:19 +01:00
mizipzor
a448504e4a
Merge branch 'master' of git://github.com/peterix/dfhack.git
2010-02-16 20:55:35 +01:00
Petr Mrázek
e61fdffcf9
Merge git://github.com/mizipzor/dfhack
2010-02-16 20:51:09 +01:00
mizipzor
eeb9ff1788
Added some todo's to digger.cpp
2010-02-16 20:45:05 +01:00
Petr Mrázek
518dd0be28
Added current precompiled SHM libs
2010-02-16 07:35:48 +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
a17cb053d4
quick creature API fix
2010-02-13 16:19:11 +00:00
Petr Mrázek
a8d35f3724
fake SDL.dll for the SHM bridge now compiles right using the MS compiler
2010-02-13 00:47:08 +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
ae8eada92e
made windows shm server less MessageBox-happy
2010-02-11 13:27:48 +00:00
Petr Mrázek
e7b3082203
fixed some problems in customCreatureNameProf
2010-02-11 13:20:14 +00:00
Petr Mrázek
7fcc4d5e22
resolved a shm suspend/resume bug on windows
2010-02-11 05:10:23 +00:00
Petr Mrázek
2b430ea432
add shm support for windows d17
2010-02-11 04:56:24 +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
dc433f4b94
fixed wine d17 and some vptrs on linux
2010-02-10 22:36:18 +00:00
Petr Mrázek
391ba44750
repaired memory.xml with xmllint
2010-02-10 00:55:53 +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