belal
|
583f997e2f
|
fix linux getPaths to append a null terminator on the strings
|
2010-09-23 08:33:45 -04:00 |
belal
|
6661d7e1f7
|
added getPath() for all linux versions as well, should work fine
|
2010-09-16 18:21:41 -07:00 |
Petr Mrázek
|
f2dea86819
|
Seemingly working VersionInfo loading parts. The offset names are now all wrong in the modules. DO NOT USE
|
2010-08-28 03:57:56 +02: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
|
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 |
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
|
117fcce0d9
|
merged item patch from belal
|
2010-01-01 01:49:32 +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
|
5c93d339db
|
got rid of many temporary objects in string reading
|
2009-11-24 10:34:42 +00:00 |
Petr Mrázek
|
989fa8f887
|
ForceResume call
|
2009-11-19 01:48:18 +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
|
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 |
Petr Mrázek
|
6975661733
|
massive refactors of process, processmanager is now processenumerator, better split between windows and linux code, finalized suspend/resume
|
2009-11-17 03:19:13 +00:00 |