Commit graph

31 commits

Author SHA1 Message Date
Dark Byte
3d9574ed9c fix compilation for windows 2023-11-23 11:52:48 +01:00
Dark Byte
1a3e01d95c some performance improvements and additonal functions to help with that for monodatacollector image and class enum 2023-03-03 23:04:54 +01:00
Dark Byte
8560f9a5af improve modulelist fetch 2022-07-22 22:50:06 +02:00
Dark Byte
6c18a521ca add an option for faster luaformula scanning 2020-10-25 02:01:29 +01:00
cheat-engine
b6a1407be5 some mac stuff 2020-03-29 11:02:43 +02:00
Dark Byte
4c5a87092d fix the freeonterminate command in the monoscript and add some extra safeguards (and a clue to someone that could use it) 2020-01-18 20:13:01 +01:00
cheat-engine
acc6cefd0f Fix registry issues 2019-12-19 17:49:30 +01:00
cheat-engine
eb34575fdb Merge the mac modifications to the main branch. Todo: Likely fix some windows build isues 2019-12-18 12:07:17 +01:00
mgrinzPlayer
052257b1ea fix 32-bit compiling
fix 32-bit compiling
also Lua*.pas small changes.
2019-01-20 17:07:45 +01:00
mgrinzPlayer
be21ee7419
fix createMultiReadExclusiveWriteSynchronizer
createMultiReadExclusiveWriteSynchronizer doesn't need an argument
2018-01-02 00:38:51 +01:00
Dark Byte
74a3ea8af9 fix createMultiReadExclusiveWriteSynchronizer 2017-07-02 13:37:08 +02:00
Dark Byte
b180bd79ea call CoInitializeEx for lua threads 2017-03-13 12:05:58 +01:00
Dark Byte
a60ebebc0d add some synchronizing objects to Lua and improve the object creation speed 2016-09-20 03:08:53 +02:00
Dark Byte
1e58aa0cb2 Remove some debug code, add file is now add file(s), minor gui fix 2016-09-08 15:37:26 +02:00
Sergey D
9dff3103ce Add files via upload
Added more strings for translation
2016-06-25 10:35:44 +03:00
Dark Byte
4562f03a7e fix a bunch of warnings and fix some bugs as well while at it 2016-06-01 18:15:19 +02:00
Dark Byte
95ffe6b08f Add some extra thread functions and expose some properties 2016-05-17 21:26:19 +02:00
Dark Byte
45cb9d76c2 Convert to lua 5.3 2015-04-30 02:13:15 +02:00
cheatengine@gmail.com
a9c2abc61d fix legacy thread_synchronize() and change savesession.lua to make use of the current thread.synchronize routine 2014-05-17 14:31:22 +00:00
cheatengine@gmail.com
a5a70cf1f7 fix thread synchronize and change it the the global synchronize to accept multiple parameters 2014-04-27 18:40:07 +00:00
cheatengine@gmail.com
645470e85f change createNativeThread into a variable argument function (the extra parameters will be passed on to the thread function) 2014-03-21 00:15:32 +00:00
cheatengine@gmail.com
6d2e921b11 change synchronize to take parameters and to return the value the function returns 2014-03-05 11:36:25 +00:00
cheatengine@gmail.com
d7da69e7e6 Add a name property to the thread class in lua and show it when it crashes
And fix the thread parameter passed to thread functions
2014-02-04 19:47:17 +00:00
cheatengine@gmail.com
c1ff27da60 Move the Execute method declaration to the CommonDialog class and add the FindDialog class 2014-02-02 15:27:33 +00:00
cheatengine@gmail.com
f146688fe7 Make it so native threads return error messages when they encounter an error
And forgot the documentation for read/writePointer
2014-01-25 22:27:17 +00:00
cheatengine@gmail.com
11fdbbb66a fix a stupid mistake 2013-01-10 21:57:09 +00:00
cheatengine@gmail.com
713634789e nativethread update 2013-01-09 11:00:18 +00:00
cheatengine@gmail.com
9305b3a55b remove debug messages 2011-08-20 21:24:31 +00:00
cheatengine@gmail.com
37855010a8 set the proper variable to nil 2011-08-20 21:23:02 +00:00
cheatengine@gmail.com
6bcef395fb Try to prevent garbage collection on the lua thread object 2011-08-20 21:08:24 +00:00
cheatengine@gmail.com
3221b58665 add native thread support to lua 2011-08-14 22:11:28 +00:00