Commit Graph

11 Commits

Author SHA1 Message Date
David Capello 4d880bd5b7 [lua] Add Rectangle.origin and Rectangle.size properties 2022-12-20 18:04:51 -03:00
David Capello 11324c207d [lua] Minor changes 2020-07-28 17:40:43 -03:00
David Capello 1748e4f59c [lua] Add some operations (add,sub,mul,etc.) to points/size/rectangles 2019-09-23 10:22:09 -03:00
David Capello ccef22f187 lua: Add support to construct Point/Size/Rectangles from array of integers 2019-07-19 18:39:06 -03:00
David Capello c945996fd6 lua: Add tostring support for Point/Size/Rectangle 2019-03-29 15:54:20 -03:00
David Capello 7f68d5f2e8 lua: add Rectangle:contains/union/intersect(s) functions 2018-11-14 16:52:44 -03:00
David Capello eb946438f5 lua: add __eq to some other metatables 2018-09-05 09:41:44 -03:00
David Capello f456f3cba3 lua: Initial support for sprite properties
Frames, Palettes/Color, Layers, Cels, Tags, Slices, etc.
2018-09-04 16:10:32 -03:00
David Capello dcf99b7354 lua: Add Rectangle.isEmpty property 2018-08-31 15:05:27 -03:00
David Capello 4fe66f2ffb Change scripting language to Lua 2018-08-22 14:54:51 -03:00
David Capello bcf7efc9bb Replace duktape with mujs
Added other classes like Rectangle, Size, and Point.
2017-08-11 17:22:28 -03:00