7ce8935aefAdd offsets for versions d9-d17 for windows and linux, windows has been tested, linux has not, but it should be right unless I screwed something up
belal
2010-02-18 15:29:45 -0500
da19d92f16Asserts into IFs
Petr Mrázek
2010-02-18 21:28:28 +0100
1c64010b80Missed one glitch in the merge
Petr Mrázek
2010-02-18 20:16:05 +0100
b81d6d6744added string splitter to digger, to handle comma delimited arguments
mizipzor
2010-02-18 18:53:48 +0100
49cd747a59Merge branch 'master' of git://github.com/mizipzor/dfhack
Petr Mrázek
2010-02-18 18:45:46 +0100
2d6a5e7428cleanup of digger tabs to spaces
mizipzor
2010-02-18 18:41:36 +0100
3def16e85fadded gopt to CMakeLists.txt
mizipzor
2010-02-18 18:31:18 +0100
7679e48794fixed compile errors in gopt
mizipzor
2010-02-18 18:25:24 +0100
a0a50b9498Added some more ignore rules
Petr Mrázek
2010-02-18 04:03:30 +0100
387e1e8794Finish up code for hotkeys and notes, just need to find offsets for linux versions and windows < d17
belal
2010-02-17 21:08:54 -0500
42a12ffaecVeinlook now goes to map edges API change: isValidBlock now checks for map boundaries API change: added getBlockPtr. It returns a DF pointer to a block.
Petr Mrázek
2010-02-18 02:10:39 +0100
e71f41fd42test commit of notes-windows d17
belal
2010-02-17 18:33:08 -0500
d2fb0e9a92added some windows ignores
mizipzor
2010-02-17 22:10:11 +0100
90afd360e8Merge branch 'master' of git://github.com/peterix/dfhack.git
mizipzor
2010-02-17 22:07:17 +0100
6515ad6c36changed 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
mizipzor
2010-02-17 21:54:01 +0100
0480df6b80more OO added some test cases to make sure the math works
mizipzor
2010-02-17 21:43:24 +0100
3193e3c835Fixed segfault in veinlook and cleaned it up. Updated precompiled SHM for Linux.
Petr Mrázek
2010-02-17 20:00:55 +0100
2051073a2dsome improvements to digger
mizipzor
2010-02-17 19:21:23 +0100
2bde06a2afAdded veinlook, linux SHM produces less spam messages.
Petr Mrázek
2010-02-17 17:49:19 +0100
a448504e4aMerge branch 'master' of git://github.com/peterix/dfhack.git
mizipzor
2010-02-16 20:55:35 +0100
e61fdffcf9Merge git://github.com/mizipzor/dfhack
Petr Mrázek
2010-02-16 20:51:09 +0100
eeb9ff1788Added some todo's to digger.cpp
mizipzor
2010-02-16 20:45:05 +0100
518dd0be28Added current precompiled SHM libs
Petr Mrázek
2010-02-16 07:35:48 +0100
054fec0afcUpdated 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.
Petr Mrázek
2010-02-16 07:21:38 +0100
56969fb977Added std::string read/write by belal. Extremely volatile.
Petr Mrázek
2010-02-16 00:04:15 +0100
568fcd6105designation and traffic bits turned into enums
Petr Mrázek
2010-02-14 00:45:46 +0000
29b00f7c68added dfdigger
Petr Mrázek
2010-02-13 23:34:18 +0000
a17cb053d4quick creature API fix
Petr Mrázek
2010-02-13 16:19:11 +0000
a8d35f3724fake SDL.dll for the SHM bridge now compiles right using the MS compiler
Petr Mrázek
2010-02-13 00:47:08 +0000
de32b65c11engraving offsets for linux d16, attempt to fix MSVC bugs
Petr Mrázek
2010-02-12 23:25:41 +0000
63f82cd580API changes: InitRead* methods made safer - they now return false on error
Petr Mrázek
2010-02-11 21:08:39 +0000
ae8eada92emade windows shm server less MessageBox-happy
Petr Mrázek
2010-02-11 13:27:48 +0000
e7b3082203fixed some problems in customCreatureNameProf
Petr Mrázek
2010-02-11 13:20:14 +0000
7fcc4d5e22resolved a shm suspend/resume bug on windows
Petr Mrázek
2010-02-11 05:10:23 +0000
2b430ea432add shm support for windows d17
Petr Mrázek
2010-02-11 04:56:24 +0000
01eaa3b9b4some research into DF materials
Petr Mrázek
2010-02-11 02:03:22 +0000
9412608581added some checks to itemdesignator
Petr Mrázek
2010-02-11 00:25:47 +0000
ea307bd083fixed dfitemdesignator crash bugs
Petr Mrázek
2010-02-10 23:49:55 +0000
dc433f4b94fixed wine d17 and some vptrs on linux
Petr Mrázek
2010-02-10 22:36:18 +0000
391ba44750repaired memory.xml with xmllint
Petr Mrázek
2010-02-10 00:55:53 +0000
b1ce815370massive Memory.xml VTable sections restructure, support for d17 added in Memory.xml, needs testing. shm not updated yet
Petr Mrázek
2010-02-10 00:20:15 +0000
70bf6954a6added dfbauxite by Alex Legg to tools, started working on d17 support
Petr Mrázek
2010-02-07 02:55:54 +0000
193a6f4d62add missing itemdesignator source
Petr Mrázek
2010-01-19 02:05:25 +0000
a351d2c242tweak to documentation
Petr Mrázek
2010-01-18 20:50:44 +0000
5b0a03b16dmerged itemdesignator and menustate patches
Petr Mrázek
2010-01-18 16:44:24 +0000
efdbb2fc42some things to come in the near future ;)
Petr Mrázek
2010-01-12 17:11:17 +0000
9f1216fa2ffixes
Petr Mrázek
2010-01-11 18:57:57 +0000
7c784bce32deadlock-filled windows SHM version
Petr Mrázek
2010-01-11 06:27:59 +0000
ebd14ea1bbcopy of linux SHM
Petr Mrázek
2010-01-08 05:56:36 +0000
4430b43851windows shm server part
Petr Mrázek
2010-01-08 05:52:37 +0000
a01217f267fixes
Petr Mrázek
2010-01-05 20:51:58 +0000
d43adaef6csmall tweak to cmakelists
Petr Mrázek
2010-01-05 03:04:42 +0000
c7a5fbff11windows SDL wrapper implemented
Petr Mrázek
2010-01-04 22:20:17 +0000
8f47982e7dadded a list of SDL functions to wrap in windows version
Petr Mrázek
2010-01-04 05:41:53 +0000
242bf47143some rearrangement of the shm server part, preparing for the windows port
Petr Mrázek
2010-01-04 05:20:28 +0000
91f64ac8baiteration for huge reads and writes, async suspend call for polling
Petr Mrázek
2010-01-02 02:25:21 +0000
a597c69915make SHM header fixed-size
Petr Mrázek
2010-01-01 23:21:55 +0000
84c68fb31cfix attach/detach
Petr Mrázek
2010-01-01 22:19:09 +0000
037d1369cbsyntax fixes, some things were out of sync
Petr Mrázek
2010-01-01 02:30:35 +0000
c7c446a33amerged previous patch from belal (things intended for Dwarf Therapist)
Petr Mrázek
2010-01-01 02:14:41 +0000
117fcce0d9merged item patch from belal
Petr Mrázek
2010-01-01 01:49:32 +0000
843237f7aesmall tweak to expbench - use 64bit integer for the number of bytes read
Petr Mrázek
2009-12-28 04:38:07 +0000
aef02eddceuse of memory barriers in the shm server and client code
Petr Mrázek
2009-12-27 03:51:54 +0000
b0d65de269making stuff a bit more readable
Petr Mrázek
2009-12-25 16:55:10 +0000
de7c2185ebshared memory manipulation is now entirely contained in the SHMProcess class
Petr Mrázek
2009-12-25 02:49:35 +0000
efce0ab21bmerge in shm branch
Petr Mrázek
2009-12-22 21:19:39 +0000
4582e0548bI fail at merging patches ... there's no helping me
Petr Mrázek
2009-12-19 01:10:05 +0000
3888d0fc06fixed tons of warnings, removed dependency on xtest
Petr Mrázek
2009-12-13 21:03:19 +0000
e5fa10c268windows build fix and other small things, Windows 2000 support broken
Petr Mrázek
2009-12-13 19:46:40 +0000
1d25a995b8comments, leftovers, fixed repeated character input on linux
Petr Mrázek
2009-12-13 04:43:06 +0000
cb4197f4fcfoo
Petr Mrázek
2009-12-13 04:14:44 +0000
9ea2876203cleanup in windows version of DFKeys
Petr Mrázek
2009-12-13 04:08:42 +0000
b132228f22use of synthetic key events on linux
Petr Mrázek
2009-12-13 03:44:29 +0000
2adfe39f9fgive DF a small breathing room for processing X events
Petr Mrázek
2009-12-13 01:39:58 +0000
bb2a455dbbeliminated ugly switch statement from linux DFkeys
Petr Mrázek
2009-12-13 01:24:09 +0000
63dedc5da3move t_special to a new file
Petr Mrázek
2009-12-13 00:56:11 +0000
069597f10cmore cleanup
Petr Mrázek
2009-12-13 00:47:58 +0000
58986ef838cleanup #2
Petr Mrázek
2009-12-13 00:20:25 +0000
1ea77b477ecleanup #1
Petr Mrázek
2009-12-12 23:56:28 +0000
337d42e15amerged input injection patch by belal
Petr Mrázek
2009-12-12 19:52:30 +0000
2a2a60723awindow tile dimensions for all supported DF versions
Petr Mrázek
2009-11-26 01:59:00 +0000
9c54031180reserve space for biome vectors, tiny fix to tiletype table
Petr Mrázek
2009-11-25 18:19:09 +0000
5c93d339dbgot rid of many temporary objects in string reading
Petr Mrázek
2009-11-24 10:34:42 +0000
6cb7c4a636optimizations
Petr Mrázek
2009-11-22 14:43:53 +0000
99f6e0860ffix memleak in creature reading
Petr Mrázek
2009-11-21 10:55:00 +0000
989fa8f887ForceResume call
Petr Mrázek
2009-11-19 01:48:18 +0000
67adb64a46fix missing return, tweaked attachtest to show suspend/resume speed in a sensible manner
Petr Mrázek
2009-11-19 00:36:03 +0000
141f056350purged some compiler-specific code
Petr Mrázek
2009-11-18 22:56:11 +0000
a6ffb58fdboptimized map initialization, more sanity checks
Petr Mrázek
2009-11-18 21:27:13 +0000
dea1ce858bmerged window dimension and item matgloss patches from belal
Petr Mrázek
2009-11-18 03:35:43 +0000