Commit Graph
17 Commits
Author SHA1 Message Date
József Farkas 07cc4cef2f Use import/export instead of references. Use webpack instead of tsc. 2016-04-19 22:35:16 +02:00
Sam Rang 634aa6c532 move bin<->bool conversion to UhkBuffer 2016-04-18 20:00:27 -05:00
Sam Rang 5a1393a301 lint fix 2016-04-17 20:51:44 -05:00
Sam Rang f820a180fe fix issue with reading strings. looks for start,end instead of start,length 2016-04-17 20:48:57 -05:00
László Monda 97c025d19b Ease debugging by making the dump much easier to read for deeper object hierarchies. 2016-04-15 01:49:01 +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 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 5c4e9d5912 Dump Serializable.toBinary() 2016-04-03 19:18:01 +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 d775a3db3c Make test-serializer.ts serialize and deserialize the configuration. 2016-04-01 18:15:04 +02:00
László Monda 3840d0a623 Add Buffer.getBufferContent() 2016-04-01 17:42:14 +02:00
László Monda adca007cac Add KeyActionFactory. Add compact length related methods to UhkBuffer. Add KeyActions. 2016-04-01 01:55:34 +02:00
László Monda 0edde3236a Add TypeChecker and use its methods wherever possible. 2016-03-30 01:59:05 +02:00
László Monda ecb9d6f73c Rename model to config-serializer 2016-03-29 01:56:58 +02:00