Alexander Gavrilov
|
e993bbcb67
|
Implement class name caching and optimized equality check.
|
2011-05-09 13:48:54 +04:00 |
Petr Mrázek
|
66bb9d448c
|
Big messy commit...
|
2011-04-20 01:28:47 +02:00 |
Petr Mrázek
|
bb04aa1a32
|
Linux header cleanups. Windows side will follow.
|
2011-04-10 10:19:15 +02:00 |
Petr Mrázek
|
635e1998ee
|
Stop DFVector from accessing VersionInfo in the constructor (slight optimization).
|
2011-03-25 06:40:33 +01:00 |
Petr Mrázek
|
a969f9893f
|
Fix wine process suspend/resume. They use same mechanism as attach/detach now.
|
2011-03-02 22:23:24 +01:00 |
Petr Mrázek
|
97bfa32a82
|
More cleanup in the Process lands.
|
2011-02-24 11:43:33 +01:00 |
Tom Prince
|
4806318494
|
Factor out microsoft string handling functions.
|
2011-02-23 15:55:07 -05:00 |
Tom Prince
|
63ab8672d3
|
Add create*Process functions to create process instances.
This allows us to remove friendship of DFProcessEnumerator for Process
subclasses.
|
2011-02-23 06:13:10 -05:00 |
Tom Prince
|
2927b08f93
|
Remove handle-body idiom of DFProcess on linux.
Since the classes aren't exposed to the client, there is no reason to
split the class.
|
2011-02-23 06:11:28 -05:00 |
Tom Prince
|
b3c490857c
|
Refactor DFProcess-linux-{,wine}.cpp into DFProcess-linux-base.cpp.
|
2011-02-23 06:11:28 -05:00 |
Tom Prince
|
9b854be327
|
Remove duplicate code implementing readInt.
Implement one version in terms of the other.
|
2011-02-23 02:04:29 -05:00 |
Tom Prince
|
6ca0dd7c1d
|
Fix Process class.
|
2011-02-23 04:01:07 +01:00 |
Petr Mrázek
|
3835ba0f75
|
Search tools run on windows and moved to supported, some windows segment/heap/PE section enumeration work.
New windows dependency: ntdll.lib
|
2011-02-14 03:58:32 +01:00 |
Petr Mrázek
|
5bed6c5949
|
Sync, autosearch skeleton.
|
2011-02-08 22:55:40 +01:00 |
Petr Mrázek
|
9ac7c1a9f2
|
memory.xml invalidation (untested)
|
2010-11-08 00:10:59 +01:00 |
belal
|
583f997e2f
|
fix linux getPaths to append a null terminator on the strings
|
2010-09-23 08:33:45 -04:00 |
belal
|
026a2eb94e
|
Merge branch 'master' of git://github.com/peterix/dfhack into belal
|
2010-09-22 10:42:22 -04:00 |
Petr Mrázek
|
dfdd1467ff
|
Offset stuff
|
2010-09-18 04:36:14 +02:00 |
belal
|
6661d7e1f7
|
added getPath() for all linux versions as well, should work fine
|
2010-09-16 18:21:41 -07:00 |
belal
|
040f8f7b7a
|
Add function to get the current working directory of the DF process, as well as offsets for the relative paths of the current tileset and color file, also created a simple program to dump those three things out
|
2010-09-12 21:38:21 -04:00 |
Petr Mrázek
|
143f30f64b
|
Merge branch 'master' of http://github.com/sizeak/dfhack
Conflicts:
library/VersionInfo.cpp
|
2010-08-23 16:16:58 +02:00 |
Petr Mrázek
|
1bceac2343
|
Rename memory_info and its factory class.
|
2010-08-20 14:10:05 +02:00 |
Petr Mrázek
|
a159707250
|
Fix memleak with Context not cleaning up.
|
2010-08-14 01:25:18 +02:00 |
Petr Mrázek
|
1645df7088
|
Some offsets for 0.31.04, bugfixes
|
2010-06-06 00:56:09 +02:00 |
Petr Mrázek
|
04b71f154c
|
Fun and games. Also turning old DFWindow class into a module tracked by Context.
|
2010-05-26 12:24:45 +02:00 |
Petr Mrázek
|
b710ed687a
|
Moving stuff around, part 2
|
2010-05-26 06:48:23 +02:00 |
Petr Mrázek
|
c26da9b84c
|
More DF 2010 reorganization
|
2010-04-02 16:46:33 +02:00 |
Petr Mrázek
|
71fc49897f
|
Accelerated creatures work on Windows
Refactored vector reading, proper length of vectors from MSVC9 is known (0x18, triplet starts at 0xC)
|
2010-03-30 02:26:52 +02:00 |
Petr Mrázek
|
05250b4eb5
|
Make Linux Process validation not fail with MissingMemoryDefinition
|
2010-02-28 06:21:50 +01:00 |
Petr Mrázek
|
70f22d008e
|
Support for d18 on windows
Also deployment to people who get Memory.xml from git...
Fixed wine process attach bug
|
2010-02-23 22:29:55 +01:00 |
Petr Mrázek
|
1e04722a63
|
Refactor of memory_info class, now with more d-pointer
|
2010-02-22 23:34:20 +01:00 |
Petr Mrázek
|
f71fef9ef5
|
Process::readClassName implemented
|
2010-02-19 02:48:03 +01:00 |
Petr Mrázek
|
56969fb977
|
Added std::string read/write by belal. Extremely volatile.
|
2010-02-16 00:04:15 +01:00 |