Commit Graph

4 Commits

Author SHA1 Message Date
Samuel P
19abc7751b
API Compat fixes (#8)
Changes:

* api: add() and del() compat fixes
* add() returns the value being added if subject is not nil
* del() returns the value removed, if found in the table
(implies subject is not nil)
* api: atan2 returns are [0,1[ instead of ]-π,π]
* api: atan2 returns are offset by -1/4 circle
* atan2(0,0) = 0.75
* function behavior now matches pico8 on wiki example code
2020-02-03 13:43:32 +01:00
Jack
bc5d3e9d7d added api.lua to data/ as reference file 2020-01-30 15:41:36 +01:00
Jack
7f53689f5f fixes for OpenDingux first OPK release 2019-12-26 18:47:03 +01:00
Jack
f622e305dc implemented basic menu functions, added icon and .desktop file for opk 2019-12-26 04:33:19 +01:00