Alex Szpakowski
|
2e2ede6334
Calling ParticleSystem:setLinearAcceleration with no arguments now errors instead of defaulting to 0 (resolves issue #755)
|
hace 12 años |
Alex Szpakowski
|
6eee23c8fc
Cleaned up the incompatibility warning message and fixed it to actually display on the screen (resolves issue #707)
|
hace 12 años |
Alex Szpakowski
|
67a807f79c
The first frame's delta time no longer includes the time taken to load main.lua and call love.load, in the default love.run.
|
hace 12 años |
Alex Szpakowski
|
b5c231e5bb
The window minwidth and minheight can't be less than 1
|
hace 12 años |
Alex Szpakowski
|
0ce0db9e1b
The minwidth and minheight window flags have default values of 0 instead of 100 (resolves issue #735).
|
hace 12 años |
Alex Szpakowski
|
ffe0485173
Removed love.window.checkMode (resolves issue #653, invalidates issue #592).
|
hace 12 años |
Alex Szpakowski
|
74f26160da
Fixed a couple bugs caught by clang's static analyzer
|
hace 12 años |
Alex Szpakowski
|
69dc24d7ce
SDL 2 is not LGPL
|
hace 12 años |
Alex Szpakowski
|
21d1e7737c
Fixed ParticleSystem:setAreaSpread("none") to not require x/y arguments (resolves issue #738)
|
hace 12 años |
Alex Szpakowski
|
eec2beffdd
Updated changelog
|
hace 12 años |
Alex Szpakowski
|
f89097ed90
Fixed the error message when only one argument is given to newImageFont (resolves issue #737)
|
hace 12 años |
Alex Szpakowski
|
d9cd10e29c
love.joystick now scans for connected joysticks when the module is initialized instead of only relying on joystick add events
|
hace 12 años |
Alex Szpakowski
|
ef9f30d5c4
Fixed a typo preventing compressed textures from being loaded into images
|
hace 12 años |
Alex Szpakowski
|
06f80d5c08
Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729)
|
hace 12 años |
Alex Szpakowski
|
389e99bf2c
Added love.keyboard.setTextInput to enable/disable text input events (enabled by default.)
|
hace 12 años |
Alex Szpakowski
|
93a782d445
Renamed World:setAllowSleeping and World:getAllowSleeping to World:setSleepingAllowed and World:isSleepingAllowed (see issue #691, also consistent with the Body methods)
|
hace 12 años |
Alex Szpakowski
|
3ac0710544
Renamed Joystick:getProductGUID back to Joystick:getGUID
|
hace 12 años |
Alex Szpakowski
|
a3571b97bd
Modules now properly remove themselves from the global registry when they're deleted
|
hace 12 años |
Alex Szpakowski
|
d3826aba9d
Improved thread safety of love.event.wait and love.event.push
|
hace 12 años |
Alex Szpakowski
|
4584cf6780
Always use regular vsync instead of preferring adaptive vsync if supported
|
hace 12 años |
Alex Szpakowski
|
75340f6c7b
Renamed love.window.getModes to love.window.getFullscreenModes (resolves issue #679)
|
hace 12 años |
Alex Szpakowski
|
5b28b34a0b
Fixed Thread:start(func) crashing instead of erroring
|
hace 12 años |
Alex Szpakowski
|
c15fc4453b
Re-added Data:getPointer (can be used with LuaJIT's FFI)
|
hace 12 años |
Alex Szpakowski
|
4c4a385ce6
Updated CompressedData to store its data in a single block of memory, like other Data objects
|
hace 12 años |
vrld
|
6b51c5aadc
Fix issue #724: Bezier curve rendering/eval crashes with empty curves.
|
hace 12 años |
Alex Szpakowski
|
eb052d99e8
Added love.keyboard.setKeyRepeat and love.keyboard.hasKeyRepeat (resolves issue #717)
|
hace 12 años |
Alex Szpakowski
|
deba2926ce
Prefer the Joystick name rather than the GameController name for Joystick:getName
|
hace 12 años |
Alex Szpakowski
|
ec9dec6b80
Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.)
|
hace 12 años |
Alex Szpakowski
|
526ccb12ad
Renamed love.window.isFullscreen to love.window.getFullscreen (resolves issue #721)
|
hace 12 años |
Alex Szpakowski
|
040defbbfe
Renamed love.mouse.setGrab to love.mouse.setGrabbed (resolves issue #720)
|
hace 12 años |