Dark Byte
b5ddc12c58
change offsets to class objects (for future use)
2016-07-22 03:24:20 +02:00
Dark Byte
a471f4419a
some more dealing with the utf8 issue of laz 1.6
2016-07-20 00:06:11 +02:00
Sergey D
9dff3103ce
Add files via upload
...
Added more strings for translation
2016-06-25 10:35:44 +03:00
Dark Byte
0ca614ac3c
fix saving hotkey sounds
2016-06-14 16:41:08 +02:00
Dark Byte
a0703fba07
expose this to lua as well
2016-05-17 23:42:31 +02:00
Dark Byte
ad9154473e
add sounds to memoryrecord hotkeys
2016-05-17 23:39:18 +02:00
Dark Byte
b60c57549a
Merge pull request #68 from juntalis/master
...
Invert behavior used in setting/getting MemoryRecord.Collapsed
2016-04-26 11:18:38 +02:00
Charles Grunwald
862c1a992b
Invert behavior used in setting/getting MemoryRecord.Collapsed
2016-04-25 18:51:01 -07:00
mgrinzPlayer
a081525f81
forces RealAddress recalculation
...
Normally it is updated by TAddresslist.AdvancedCustomDrawItem - it reads addressString property of memrec, this calls getAddressString function which calls GetRealAddress function.
This patch forces RealAddress recalculation inside TMemoryRecord.ReinterpretAddress function.
2016-04-05 17:23:58 +02:00
Dark Byte
d292a3cc45
fix a type and add the TCanResizeEvent event to lua for the Splitter
2016-02-22 17:55:17 +01:00
Dark Byte
0a25f86480
documentation update and add a second name for a property
2016-02-16 11:26:07 +01:00
Dark Byte
f0c12d675a
add Collapsed property to the memoryrecord class
2016-02-16 11:17:33 +01:00
mgrinzPlayer
e8fb4099ac
onMemRecPreExecute and onMemRecPostExecute
...
Add onMemRecPreExecute and onMemRecPostExecute global events.
Small changes in code flow.
Also deprecate _memrec_'+description+'_activating callback family.
2015-12-20 21:59:56 +01:00
Dark Byte
8239e027e2
some more ct filesize saving
2015-11-19 21:11:22 +01:00
Dark Byte
69a193c97e
added setVolume and don't save color if not needed
2015-11-19 20:19:40 +01:00
Dark Byte
78974ee704
Apply some more translation patches by SER[G]ANT
2015-10-10 13:21:06 +02:00
Dark Byte
23ba89b4f0
Replace moBindActivation with moActivateChildrenAsWell and moDeactivateChildrenAsWell
2015-06-13 22:15:24 +02:00
Dark Byte
378b6d77c5
add the current address to custom types
2015-05-02 03:03:49 +02:00
Dark Byte
e2dc937b3d
add nibble support to AOB's
2015-04-29 01:35:50 +02:00
cheatengine@gmail.com
9b0b5ac55b
fix decreasevalue hotkey for showashex types
2015-03-19 10:47:08 +00:00
cheatengine@gmail.com
7cc2c91f3b
perhaps fix special character issues with the dropdown list
2015-03-17 10:23:06 +00:00
cheatengine@gmail.com
77c664874f
implement freezing and deal with the missing network implementation of VirtualProtectEx
2015-02-24 21:08:35 +00:00
cheatengine@gmail.com
085393d462
add an addresslist for cecore
2015-02-23 20:02:58 +00:00
cheatengine@gmail.com
6159efb689
fix setValue for hexadecimcal values smaller than 0x10
2014-12-09 10:10:48 +00:00
cheatengine@gmail.com
b878a62918
implement an DontSave property for memory records
2014-11-15 23:43:10 +00:00
cheatengine@gmail.com
059232d42a
split up cefuncproc a bit more
2014-11-07 00:29:54 +00:00
cheatengine@gmail.com
cb68b21eaa
another step of splitting up cefuncproc: Moving the common types to another unit
2014-11-06 22:15:23 +00:00
cheatengine@gmail.com
0f35a52416
move the processid and handle from cefuncproc to processhandlerunit
...
move the processlist function from cefuncproc to it's own unit
start work on the jni library for java
2014-09-08 12:00:14 +00:00
cheatengine@gmail.com
758d3fc00a
clear the base address when the address is unreadable
2014-06-25 22:19:56 +00:00
cheatengine@gmail.com
faf5760760
Do save the real address
2014-05-25 09:05:30 +00:00
cheatengine@gmail.com
b6cfb06f6f
don't save the "laststate" if it's a string (could cause problems)
2014-05-25 09:04:07 +00:00
cheatengine@gmail.com
85bbf6fefc
several typo fixes
2014-05-19 10:39:47 +00:00
cheatengine@gmail.com
43bc65aa0e
Make the code compilable for FPC 2.7.1 and Lazarus 1.3 build 2014-05-11
...
Fix a big bug that didn't cause any big problems because of 8 byte aligned local variables
Changed from dynamic compiling the sound resources to a pre build sound resource because of build problems
2014-05-11 03:08:36 +00:00
cheatengine@gmail.com
8f0e8de24f
remove some duplicate defines from the memoryrecord class
2014-03-03 13:32:34 +00:00
cheatengine@gmail.com
41dde4e8ab
change the way the dotnetpipe is being used so it's more thread safe and export a lua function to specifically reload a module's symbols
2013-11-12 13:20:04 +00:00
cheatengine@gmail.com
a2de08de58
Add an option to make the addresslist display values using the dropdown list format
2013-10-29 10:38:41 +00:00
cheatengine@gmail.com
cd3e949227
Add a group option that shows a +/- sign in front of entries
2013-10-25 10:49:11 +00:00
cheatengine@gmail.com
f5f23003b7
Save useless data to the cheat table that people are interested in for some unknown reason
2013-10-25 09:28:31 +00:00
cheatengine@gmail.com
12bc23f339
Implement dropdown list capability to memory records
2013-10-24 23:00:50 +00:00
cheatengine@gmail.com
c3b5070fbd
Add the ability to change values without using an inputquery
2013-10-23 16:57:56 +00:00
cheatengine@gmail.com
1b7227ea4b
only affect the base types
2013-10-23 08:16:58 +00:00
cheatengine@gmail.com
e6a27d46df
fix changing the hex display while frozen
2013-10-23 08:15:30 +00:00
cheatengine@gmail.com
5a0e24585f
Add lua calculation/execution to memoryrecord setValue . use [ ] to use
2013-05-06 17:09:00 +00:00
cheatengine@gmail.com
8d5c805cd6
save hotkeys even if a header
2013-04-21 18:47:52 +00:00
cheatengine@gmail.com
301c328050
make isGroupHeader a property
2013-03-31 16:24:39 +00:00
cheatengine@gmail.com
27b7d4b5bb
add Index property to the memoryrecord
2013-02-08 09:51:58 +00:00
cheatengine@gmail.com
1d7a9e99f7
add moAllowManualCollapseAndExpand to the cheat table
2013-02-04 13:13:10 +00:00
cheatengine@gmail.com
3b67c2c455
updated memoryrecord
2013-01-07 19:30:27 +00:00
cheatengine@gmail.com
57b42c5ce2
'Cleanup' some code
2013-01-07 01:26:50 +00:00
cheatengine@gmail.com
85af4345d5
memoryrecordhotkey
2013-01-06 22:24:16 +00:00