Commit Graph

22 Commits

Author SHA1 Message Date
László Monda
8f98bf3d2f Merge pull request #217 from kareltucek/empty_macro_fix
Fix play of empty macro
2019-04-01 13:14:50 +02:00
Karel Tuček
a712ac6c8a Fix play of empty macro 2019-04-01 12:51:59 +02:00
Karel Tuček
4832384cf3 fix key->mouseButton 2019-03-31 22:21:47 +02:00
Karel Tuček
f310e26c8e fix wrong type 2019-03-31 21:35:26 +02:00
László Monda
98f7d512de Extract CurrentTime and remove Timer_{Get,Set}CurrentTime() 2018-10-04 20:38:36 +02:00
Eric Tang
58f8120611 Use the correct scancode so that commas are outputted 2018-09-18 23:10:08 -05:00
Eric Tang
0e9525ce9a Don't clear the whole report 2018-06-26 18:39:41 -07:00
Eric Tang
633a6cec77 Clear the report at the end of a move mouse or scroll mouse macro 2018-06-26 18:39:41 -07:00
Eric Tang
d35a7cc644 Clear the report at the end of a text macro 2018-06-26 18:39:41 -07:00
Eric Tang
76a91c010b Implement the text macro action 2018-06-26 18:39:41 -07:00
Eric Tang
54b0a595bc Rename functions for consistency 2018-06-26 18:39:41 -07:00
Eric Tang
4b9aa0860c Implement the mouse macro actions 2018-06-26 18:39:41 -07:00
Eric Tang
5988fce59b Implement the delay macro action 2018-06-26 18:39:41 -07:00
Eric Tang
09a58b607c Reduce code duplication 2018-06-26 18:34:38 -07:00
Eric Tang
be82530412 Rename macro key actions in accordance with Agent 2018-06-26 18:34:38 -07:00
László Monda
f348aec97a Rename UserConfigBuffer to ValidatedUserConfigBuffer. 2017-10-04 22:10:55 +02:00
László Monda
751810ec4c Explicitly add void to the argument list of zero argument functions. 2017-09-28 03:03:11 +02:00
Eric Tang
324f9cdadc Zero all of the macro reports when starting to play a macro 2017-08-10 23:58:24 -07:00
Eric Tang
fa0200b5a9 Fix some guard clauses 2017-08-10 22:10:08 -07:00
Eric Tang
ce84ac3e14 Implement part of the macro engine 2017-08-10 15:09:20 -07:00
Eric Tang
c342f75031 Check the value of macroIndex 2017-08-09 11:50:02 -07:00
Eric Tang
c983e58d8e When parsing a macro, store its offset and number of actions 2017-08-09 09:49:30 -07:00