Commit Graph

87 Commits

Author SHA1 Message Date
Sam Rang
6f0dc6d70f example of array problem 2016-04-13 13:28:56 -05:00
Sam Rang
243b8ed24c successfully serializing 1 module, still problem with serializing multiple 2016-04-12 06:56:34 -05:00
Sam Rang
8d5613d236 ignore vim swap files 2016-04-12 06:55:42 -05:00
László Monda
7d0137a232 Include "pointer" into pointer-specific properties for the sake of being explicit. 2016-04-10 23:11:49 +02:00
László Monda
4fb88e9e7c Only allow a single pointer role per module. Extend the data model later if needed. 2016-04-10 23:10:34 +02:00
László Monda
09a4636ae4 Tweak the configuration a bit. 2016-04-10 12:55:35 +02:00
László Monda
f946e98498 Update README.md 2016-04-09 15:37:12 +02:00
László Monda
3a7703571b Remove redudant whitespaces. 2016-04-09 15:00:33 +02:00
László Monda
71be5653c2 Update README.md 2016-04-09 14:59:47 +02:00
László Monda
9c38cf5253 Move agent-config.json and uhk-state.json to src. 2016-04-09 14:54:49 +02:00
László Monda
4ad80aa5f1 Merge branch 'master' of github.com:UltimateHackingKeyboard/agent 2016-04-09 14:42:27 +02:00
László Monda
ffdc846405 Always display the dot at the end of the sentence. 2016-04-09 14:41:58 +02:00
László Monda
e18a12908c Update README.md 2016-04-09 14:41:28 +02:00
László Monda
ba64cc6da6 Add Function.d.ts 2016-04-09 14:03:02 +02:00
László Monda
8a2fd58c00 Use hex contants for limits for better maintainability. 2016-04-09 13:44:54 +02:00
László Monda
9dde4e6bd7 Add KeyModifiers enum. 2016-04-09 13:35:19 +02:00
László Monda
1c30b4231c Make SwitchLayerAction.getToggleFlag() private. Simplify SwitchLayerAction._fromJsObject() 2016-04-09 13:17:40 +02:00
László Monda
ec65369f3c Remove comment because it doesn't help much and contains unrelated information. 2016-04-09 13:12:52 +02:00
László Monda
34ff0d657d Make KeyAction.assertKeyActiontype() and KeyAction.readAndAssertKeyActionId() only expect a single argument. 2016-04-09 00:39:17 +02:00
László Monda
a3b83dfb36 Forgot to rename KeyActionType to keyActionType which I done now. 2016-04-08 23:41:47 +02:00
László Monda
7d17cba390 Resolve tslint warnings. 2016-04-08 23:25:26 +02:00
László Monda
16e099d49f Resolve a couple tslint warnings. 2016-04-08 23:07:08 +02:00
László Monda
f6eb819cfe Add assertion decorations for various numeric types. 2016-04-08 22:26:00 +02:00
László Monda
49d0ad270b Remove TypeChecker. 2016-04-08 01:42:33 +02:00
László Monda
9c532ecdf7 Make Serializer.stringifyJsObject() private. 2016-04-08 01:42:14 +02:00
László Monda
3d55ff75e9 Merge branch 'master' of github.com:UltimateHackingKeyboard/agent 2016-04-08 01:04:31 +02:00
László Monda
ccab8f0be2 Extract Serializable.dumpMethodName() 2016-04-08 01:04:08 +02:00
László Monda
1544aaf364 Update README.md 2016-04-07 02:58:53 +02:00
László Monda
56aa1982b1 Dump transformations only if Serializable.enableDump is true. 2016-04-07 02:51:21 +02:00
László Monda
9645d70df8 Don't dump compact length values because they seem duplicate given that they're composed of integer(s). 2016-04-07 02:39:19 +02:00
László Monda
b812753e06 Dump array length in ClassArray_fromBinary() 2016-04-07 02:37:24 +02:00
László Monda
3d8b6eea1a Update README.md 2016-04-06 03:41:24 +02:00
László Monda
958acc95a6 Update README.md 2016-04-06 03:28:38 +02:00
László Monda
d20adc2c5a Update README.md 2016-04-06 03:27:10 +02:00
László Monda
8fcdbbbe73 Update README.md 2016-04-06 03:19:01 +02:00
László Monda
71e0d436e2 Update README.md 2016-04-06 03:14:39 +02:00
László Monda
56438f8ba1 Create README.md 2016-04-04 03:12:47 +02:00
László Monda
d0a4e27765 Remove the now redundant KeyActionfactory. 2016-04-04 02:52:32 +02:00
László Monda
3ae8c3eb4b Add KeystrokeModifiersAction. 2016-04-04 02:51:09 +02:00
László Monda
aac65cca2e Dump every primitive type that UhkBuffer implements, not just uint8. 2016-04-04 02:34:44 +02:00
László Monda
15b27271a0 Move the gist of KeyActions to UhkArray and rename it as ClassArray. Make KeyActions descend from ClassArray. Improve array buffer dumping. 2016-04-04 00:06:18 +02:00
László Monda
0a0eb4c718 Chop off the tail of overly long JSONs. 2016-04-03 21:10:41 +02:00
László Monda
35da91b6ee Fix method name. 2016-04-03 19:23:50 +02:00
László Monda
5c4e9d5912 Dump Serializable.toBinary() 2016-04-03 19:18:01 +02:00
László Monda
b0b7a642a4 Dump UhkBuffer.toJsObject() 2016-04-03 19:09:49 +02:00
László Monda
a0ed4bd5a7 Further tweak the display of the buffer dump. 2016-04-03 19:05:55 +02:00
László Monda
c92831907b Dump buffer operations in a nicer and more compact way. 2016-04-03 02:47:06 +02:00
László Monda
ec65753246 Dump Serializable.fromBinary() 2016-04-03 02:38:23 +02:00
László Monda
2b91aa3152 Add UhkArray. Don't dump arrays. 2016-04-03 01:25:07 +02:00
László Monda
7841779b46 Make Serializable dump fromJsObject() calls. 2016-04-02 00:58:06 +02:00