Commit graph

15 commits

Author SHA1 Message Date
Dark Byte
f18a192eba what you get when in a hurry 2017-07-31 13:41:20 +02:00
Dark Byte
e7bdf90663 fix get/setValueFromBase 2017-07-31 13:40:22 +02:00
Dark Byte
ca7965495a change the instances window to a treeview which shows the structure 2017-07-31 13:32:43 +02:00
Dark Byte
7ef41ed371 fix lua structure fillFromDotNetAddress 2015-10-29 18:24:04 +01:00
cheatengine@gmail.com
9827a2c588 fix lua getStructureCount 2015-01-05 11:06:02 +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
9d04d7bccc export fillFromDotNetAddress to lua 2013-11-09 15:00:52 +00:00
cheatengine@gmail.com
a959cc13af luaedit 2013-01-03 21:19:22 +00:00
cheatengine@gmail.com
f062dbf1eb improve lua GetProperty 2013-01-01 23:21:22 +00:00
cheatengine@gmail.com
4002725bcf Add ability to get child components from components. (Will make Formname.objectname.property possible when done) 2012-12-28 20:26:52 +00:00
cheatengine@gmail.com
a026319c99 Add support for accessing properties of classes that haven't been explicitly implemented in lua 2012-12-28 18:48:11 +00:00
cheatengine@gmail.com
35c2635431 Refined the parameters so it not gets the userdata instead of the object. This way individual class methods can decide if the garbage collector should be allowed to destroy it or not
(Still recommended to destroy objects yourself)
2012-12-27 23:58:11 +00:00
cheatengine@gmail.com
9eebffcf3a Started converting the lua classes to 'real' classes. Started with LuaStructure 2012-12-27 17:15:20 +00:00
cheatengine@gmail.com
c5dfe89504 Add option to prevent exceptions caused by lookups to stop the whole script 2011-11-07 23:57:01 +00:00
cheatengine@gmail.com
cbf573ad94 Add the structures interface to lua 2011-11-01 05:29:22 +00:00