Alex Szpakowski
|
de28c6e6a8
Add the ability to have formally deprecated functions.
|
před 8 roky |
Alex Szpakowski
|
a42f27db47
The default error handler sanitizes error messages to remove non UTF-8 bytes before displaying it. Resolves issue #1330.
|
před 8 roky |
Alex Szpakowski
|
98eef9e88a
Add a default love.threaderror callback which just calls error().
|
před 8 roky |
Alex Szpakowski
|
9654376bdd
Rename love.errhand to love.errorhandler (see issue #573).
|
před 8 roky |
Alex Szpakowski
|
254e50dbfe
Rename love.mouse.hasCursor to isCursorSupported (resolves issue #1309).
|
před 8 roky |
Alex Szpakowski
|
f0c682d50d
boot.lua cleanup and fixes
|
před 8 roky |
Kyle McLamb
|
c2ea3a846c
Cleanup
|
před 8 roky |
Kyle McLamb
|
f6600953ec
merge
|
před 8 roky |
Alex Szpakowski
|
02aa7937a1
Rename love.audio.setMixMode to setMixWithSystem. Fix some copyright notice typos.
|
před 8 roky |
Alex Szpakowski
|
19b4079ecc
Merge default into minor
|
před 8 roky |
Alex Szpakowski
|
2eb9b3bdcd
love.timer.step now returns the calculated dt directly.
|
před 8 roky |
Alex Szpakowski
|
ef5897b22c
Seed love.math.random when the math module is loaded, instead of in love.run.
|
před 8 roky |
Tiago Koji Castro Shibata
|
3dfe3808c6
Remove playmuted audio configuration
|
před 8 roky |
Kyle McLamb
|
9a03cf10a4
Remove parsed options from the love.load arglist
|
před 8 roky |
Tiago Koji Castro Shibata
|
74c35358bb
Move setMixMode to love.audio
|
před 8 roky |
Tiago Koji Castro Shibata
|
4c145e8c13
Support audio mix modes
|
před 8 roky |
Alex Szpakowski
|
a6669a8bb2
Merge default into minor
|
před 8 roky |
Bart van Strien
|
a9a294beb3
Rebuild boot.lua.h
|
před 8 roky |
Alex Szpakowski
|
28ed5e5a4b
Actually merge the latest default into minor…
|
před 8 roky |
Bart van Strien
|
9316d84028
Add (optional) copy-to-clipboard functionality to the error handler
|
před 8 roky |
Alex Szpakowski
|
5243fb5a85
Allow disabling stencil capabilities for the main screen in love.window.setMode.
|
před 8 roky |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
před 8 roky |
Alex Szpakowski
|
d26002f5cc
Revamped and streamlined retina / high-DPI support (resolves issue #1122).
|
před 8 roky |
Alex Szpakowski
|
2a47a8c9e2
Revert most render pass API changes. The APIs need more work and iteration before they’re better to use than the old setCanvas APIs.
|
před 8 roky |
Alex Szpakowski
|
247e1b6af0
Merge default into minor
|
před 8 roky |
Alex Szpakowski
|
3e80ec2257
Render pass API. Replaces love.graphics.setCanvas and friends.
|
před 8 roky |
Alex Szpakowski
|
c647317a74
Re-generated boot.lua.h.
|
před 8 roky |
Alex Szpakowski
|
b38e567e74
Added a click count argument to love.mousepressed/released. Tracks double/triple/etc. clicks.
|
před 9 roky |
Alex Szpakowski
|
54efa825c3
Merge default into minor
|
před 9 roky |
Alex Szpakowski
|
e803878445
love.event.quit("restart") now causes LÖVE to restart the Lua state after shutting it down.
|
před 9 roky |