Alex Szpakowski
|
3157e5df7b
Added ChainShape:getNext/PreviousVertex (see issue #1191). Thanks airstruck!
|
9 gadi atpakaļ |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 gadi atpakaļ |
Alex Szpakowski
|
2c4e713114
Imported some of the dynamiccore branch from love-experiments:
|
9 gadi atpakaļ |
Bart van Strien
|
3cb777e2b7
Add basic lua 5.3 support
|
10 gadi atpakaļ |
Alex Szpakowski
|
34bf847913
Removed redundant definition of ChainShape:getChildCount.
|
10 gadi atpakaļ |
Alex Szpakowski
|
2f419c1c83
Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's.
|
10 gadi atpakaļ |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
10 gadi atpakaļ |
Alex Szpakowski
|
da7cd267ea
Changed luax_pushtype to retain the pushed object itself, but only if the object isn't in the Lua state already.
|
11 gadi atpakaļ |
Alex Szpakowski
|
dfa319e01a
Replaced the EXCEPT_GUARD macro for converting love exceptions into Lua errors with the new luax_catchexcept function, which takes lambda function arguments.
|
11 gadi atpakaļ |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 gadi atpakaļ |
Alex Szpakowski
|
951f5740bb
Renamed ChainShape:setPrevVertex to ChainShape:setPreviousVertex (see issue #691)
|
12 gadi atpakaļ |
Alex Szpakowski
|
06f80d5c08
Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729)
|
12 gadi atpakaļ |
Alex Szpakowski
|
ec9dec6b80
Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.)
|
12 gadi atpakaļ |
Alex Szpakowski
|
4f6e956f85
Fixed ChainShape:getChildEdge crashing
|
12 gadi atpakaļ |
Bart van Strien
|
259f15da6f
Apply box2d heap tickler patch: make sure ChainShape:getPoints has enough stack size
|
12 gadi atpakaļ |
Alex Szpakowski
|
3880646a6a
Fixed some uncaught exceptions in love.physics
|
12 gadi atpakaļ |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 gadi atpakaļ |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 gadi atpakaļ |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 gadi atpakaļ |
Bill Meltsner
|
ddb1492c1f
bounds check ChainShape:getPoint, and make functions that take indices 1-indexed on the Lua end of things
|
13 gadi atpakaļ |
Bill Meltsner
|
e5cabe3b3f
Remove Shape:destroy().
|
13 gadi atpakaļ |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 gadi atpakaļ |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
13 gadi atpakaļ |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 gadi atpakaļ |
Bill Meltsner
|
80fb261b5a
Better ChainShape API consistency
|
14 gadi atpakaļ |
Bill Meltsner
|
6e7d83d7ea
Update ChainShape API
|
14 gadi atpakaļ |
Bill Meltsner
|
a565668183
Add ChainShape
|
14 gadi atpakaļ |