Commit Graph
24 Commits
Author SHA1 Message Date
Patrick Desaulniers 2b0230aca3 Fix some typos in readme.md 2019-02-20 20:37:00 -05:00
Andrew Minnich 6753632615 document the code
baton's code, while not incredibly complicated, isn't exactly self-explanatory, and i've already made different mistakes multiple times throughout baton's development process, so i think the code deserves some detailed comments.
2019-02-20 02:05:48 -05:00
Andrew Minnich 72a2bd3014 remove this odd little test from the demo
no longer works and it's unnecessary anyway
2019-02-19 03:25:26 -05:00
Andrew Minnich 40c4d1652c version/year bump 2019-02-19 03:23:34 -05:00
Andrew Minnich b086f4cf19 fix error when using joystick button sources 2019-02-19 03:21:18 -05:00
Andrew Minnich ba11475dd4 update readme to show examples of multiple keys on one control 2018-07-20 19:58:14 -04:00
Andrew Minnich d2a01818f8 remove unnecessary line breaks 2018-07-04 23:39:36 -04:00
Andrew Minnich cd45b9f1af improve error messages
these error messages will now tell the user where they made a mistake, rather than saying that something's wrong in baton.lua
2018-07-04 23:38:58 -04:00
Andrew Minnich 85e8201164 spaces -> tabs 2018-07-04 19:58:33 -04:00
Andrew Minnich 2ee8366156 newlines 2018-07-04 19:36:50 -04:00
Andrew Minnich 776e6debd5 update demo for love 11.x 2018-07-04 18:45:26 -04:00
Andrew Minnich a65aa51267 simplify some expressions 2018-07-04 18:40:48 -04:00
Andrew Minnich f347bc14d1 use more descriptive variable names for source functions 2018-07-04 18:21:51 -04:00
Andrew Minnich 78285c914d remove section headers
they're more of a distraction than a help
2018-07-04 18:15:12 -04:00
Andrew Minnich 2cbde056fe v1.0 2018-03-25 17:20:45 -04:00
Andrew Minnich 56be945cd6 slightly modified readme 2018-03-09 16:31:03 -05:00
Andrew Minnich c05eb5c442 add license.md
doing it as a separate file for that nice github integration
2018-03-08 23:47:38 -05:00
Andrew Minnich 3347dd968f add metadata 2018-03-08 23:42:28 -05:00
Andrew Minnich 33343f218f separate function for getting control raw values 2018-03-08 23:39:48 -05:00
Andrew Minnich 839715cae3 readd source functions and demo 2018-03-08 23:35:20 -05:00
Andrew Minnich 3b75d8ffcf pairs 2018-03-08 23:26:21 -05:00
Andrew Minnich 5c321ee71f update controls + control getters 2018-03-08 23:17:24 -05:00
Andrew Minnich 375a4e1441 active device detection 2018-03-08 23:01:45 -05:00
Andrew Minnich 0cb0175add initialize player 2018-03-08 22:29:36 -05:00