Alex Szpakowski
|
baebb45c2e
Updated the love.conf default for vsync.
|
9 years ago |
Alex Szpakowski
|
ed933847f8
Color values in love's APIs are now in the range of [0, 1] rather than [0, 255].
|
9 years ago |
Alex Szpakowski
|
8566729229
Merged in Bobbyjones/love/new-conf-flag-for-android-2 (pull request #53)
|
9 years ago |
BobbyJones
|
57467448ad
Made the android set save functions private.
|
9 years ago |
Alex Szpakowski
|
a590cf17aa
The default error handler resets the mouse cursor now.
|
9 years ago |
BobbyJones
|
9dc50fe423
switched c.useexternalstorage to c.externalstorage
|
9 years ago |
BobbyJones
|
e3da734ace
clean up
|
9 years ago |
BobbyJones
|
3aa51763e2
made a method for setting external save location on android
|
9 years ago |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 years ago |
BobbyJones
|
c283e36126
made a new boot.lua.h
|
9 years ago |
Alex Szpakowski
|
925eebdaf0
Removed love.event.addListener/removeListener/clearListeners.
|
9 years ago |
Alex Szpakowski
|
e5c0c49751
Added love.event.clearListeners.
|
9 years ago |
Alex Szpakowski
|
44d4ce2c99
Show the error screen instead of just exiting after printing the error, if there's a syntax error in conf.lua (thanks Shoozza!)
|
9 years ago |
Bart van Strien
|
22f2175bec
Add initial video playback support for Ogg Theora videos (resolves issue #66.)
|
9 years ago |
Alex Szpakowski
|
99debab3a4
Updated the readme: Xcode 7 lets you build iOS apps for your device without a registered developer account.
|
10 years ago |
Alex Szpakowski
|
e979455772
love.event.quit now accepts a single (optional) argument, which is used as the program's exit status number. Resolves issue #1070.
|
10 years ago |
Alex Szpakowski
|
71116807e3
Fixed the default error handler to disable relative mouse mode.
|
10 years ago |
Alex Szpakowski
|
d215d8a91e
Reworked sRGB / gamma-correct APIs:
|
10 years ago |
Bart van Strien
|
4748132853
Show indicated version in incompatibility message (resolves issue #1066)
|
10 years ago |
Alex Szpakowski
|
6bce7c7cd0
Fixed love.errhand.
|
10 years ago |
Alex Szpakowski
|
8656797c5c
Added a message box popup asking to quit the game to the default error handler, activated when the mouse is pressed or the screen is tapped. This is mostly useful on mobile devices where users can't press 'escape'.
|
10 years ago |
Alex Szpakowski
|
c3612acfde
Fixed the use of getRealDirectory when auto-detecting the identity name.
|
10 years ago |
Bart van Strien
|
29da6b3c26
Attempt to make identity autodetection even more robust using getRealDirectory
|
10 years ago |
Alex Szpakowski
|
3053278048
Moved the no-game screen code to its own file.
|
10 years ago |
Alex Szpakowski
|
48a0910907
Renamed love.textedit to love.textedited. (text composition event callback)
|
10 years ago |
Alex Szpakowski
|
811b2db466
The full executable path, rather than argv[0], is now used when determining whether the executable is fused (resolves issue #1043.)
|
10 years ago |
Alex Szpakowski
|
78dd8bc547
Added love.touch.getPressure(touchid). Not useful on most touch-capable devices, but I do expect Apple's Force Touch to make it into iPhones in the near future.
|
10 years ago |
Alex Szpakowski
|
4a8e5bd4db
Avoid non-ASCII UTF-8 in message box text - SDL's X11 backend for message boxes doesn't properly support it yet (https://bugzilla.libsdl.org/show_bug.cgi?id=1658).
|
10 years ago |
Alex Szpakowski
|
5bc5a2b780
Show the compatibility warning message box before creating the window and loading main.lua, so it will still display even if there are errors in main.lua.
|
10 years ago |
Alex Szpakowski
|
44b9efb43e
Added love.isVersionCompatible. Returns true if the running version of love is compatible with the specified version.
|
10 years ago |