Alex Szpakowski
|
75eb34379c
Changed Joystick:getID to be 1-based instead of 0-based
|
12 년 전 |
Alex Szpakowski
|
db1e8e762a
Joystick:getIndex now returns nil instead of -1 if the joystick isn't connected
|
12 년 전 |
Alex Szpakowski
|
63815d3b52
Changed Cursor:getType to only return one value
|
12 년 전 |
Alex Szpakowski
|
3f1221a7f9
Reverted commit bcb6336
|
12 년 전 |
Alex Szpakowski
|
af1cf14b7f
Changed love.system.getPowerInfo to return -1 for battery percent and seconds remaining instead of nil, if the value can't be determined
|
12 년 전 |
Alex Szpakowski
|
552585cd82
Updated changelog
|
12 년 전 |
Alex Szpakowski
|
113ed1cfe7
Merged SDL2 changes from bartbes/love-experiments/SDL2 into default.
|
12 년 전 |
Alex Szpakowski
|
035130533b
Updated love.window.checkMode to work when a windowflag table is used as the third parameter
|
12 년 전 |
Alex Szpakowski
|
713e050b56
Removed some ParticleSystem methods which existed but did nothing since version 0.5.0 or earlier
|
12 년 전 |
Alex Szpakowski
|
1b5912a461
Really fixed setScissor erroring when scissoring is disabled and x,y,w,h from getScissor is used (see issue #709)
|
12 년 전 |
Alex Szpakowski
|
394888bd13
Fixed love.graphics.setScissor and love.graphics.setColorMask to not error if a single nil argument is given (resolves issue #709)
|
12 년 전 |
vrld
|
983496238f
[BezierCurve] Add getDerivative(), move(), rotate() and scale().
|
12 년 전 |
Alex Szpakowski
|
aa53712278
Cleaned up and fixed Visual Studio project files (thanks Boolsheet)
|
12 년 전 |
Alex Szpakowski
|
5c0066332f
love.math.noise now returns values in the range of [0, 1] instead of [-1, 1]
|
12 년 전 |
Alex Szpakowski
|
f7ca9ef557
Fixed race condition in Source:play (thanks Boolsheet)
|
12 년 전 |
Alex Szpakowski
|
acfce1bf47
love.graphics.printf errors if the wrap limit parameter is negative (resolves issue #706)
|
12 년 전 |
Alex Szpakowski
|
96a668ecf3
Renamed CompressedData:getType to CompressedData:getFormat
|
12 년 전 |
Alex Szpakowski
|
ce4d895918
The error handler now makes sure the mouse is visible and ungrabbed
|
12 년 전 |
Alex Szpakowski
|
72068ba519
love.graphics.isSupported now errors if an invalid string is given (see issue #690)
|
12 년 전 |
Alex Szpakowski
|
3fc0d0171a
Fall back to an alternative visual in the nogame screen if subtractive blending isn't supported, instead of erroring
|
12 년 전 |
Alex Szpakowski
|
c230098642
Fixed Geometry:getVertexMap to return 1-based vertex indices and made it return the default vertex map instead of nil if no map is set.
|
12 년 전 |
Alex Szpakowski
|
d815374a9b
Renamed the 'ModelViewMatrix' and 'ModelViewProjectionMatrix' built-in shader variables to 'TransformMatrix' and 'TransformProjectionMatrix', respectively.
|
12 년 전 |
Alex Szpakowski
|
14ae39eec9
Images which are too large for the system they're loaded on use a checkerboard pattern instead of erroring
|
12 년 전 |
Alex Szpakowski
|
ecd5330c57
Made the no-game screen resizable (thanks Robin)
|
12 년 전 |
Alex Szpakowski
|
57637b26ec
Updated changelog
|
12 년 전 |
Alex Szpakowski
|
76565a3e11
Renamed love.window.setCaption to love.window.setTitle (resolves issue #703)
|
12 년 전 |
Alex Szpakowski
|
59712c344f
Removed a potentially slow codepath in SpriteBatch:add
|
12 년 전 |
Alex Szpakowski
|
9834897372
Fixed Canvas:clear on GL3+ systems
|
12 년 전 |
Alex Szpakowski
|
4f6e956f85
Fixed ChainShape:getChildEdge crashing
|
12 년 전 |
Alex Szpakowski
|
2561ace2d6
Fixed Fixture:getType crashing
|
12 년 전 |