Alex Szpakowski
|
a2b4c71c95
Update changelog
|
7 years ago |
Alex Szpakowski
|
7549910e68
Temporarily remove non-ascii characters from the Windows installer name/title until issues with nsis-unicode on appveyor builds can be resolved properly.
|
7 years ago |
Alex Szpakowski
|
4546a38751
Update changelog and version
|
7 years ago |
Alex Szpakowski
|
866df108ab
Windows: attempt to make love._openConsole smarter about dealing with already being attached to a console. See issue #1394.
|
7 years ago |
Alex Szpakowski
|
b934f74795
Fix Fixture:getShape() causing crashes with ChainShapes (resolves issue #1392), removed dead code that's no longer valid
|
7 years ago |
Alex Szpakowski
|
bb228cab0c
Fix love.event.quit causing crashes and other bad behaviour if a Canvas is active. Resolves issue #1395.
|
7 years ago |
Alex Szpakowski
|
7b91ab915c
Potentially fix depth/stencil support on older phones.
|
7 years ago |
Bart van Strien
|
571503c02e
Don't use deprecated isFile in love.joystick.loadGamepadMappings (fixes #1391)
|
7 years ago |
Alex Szpakowski
|
93372b87a8
Fix love.graphics.clear(colortable) when no Canvas is active.
|
7 years ago |
Alex Szpakowski
|
613de97b58
Fix Source:queue to show the correct argument in the error message when an invalid data parameter is passed in.
|
7 years ago |
Alex Szpakowski
|
cfa30167ca
Fix hash map collisions when setting canvases.
|
7 years ago |
Alex Szpakowski
|
43263c1469
iOS: weak-link with Metal.framework, SDL requires it (although we don't use the parts of SDL that use it).
|
7 years ago |
Alex Szpakowski
|
403c339522
macOS: remove leftover reference to external physfs framework
|
7 years ago |
Bart van Strien
|
61026ed78c
Added tag 11.0 for changeset bf8892ecbd07
|
7 years ago |
Alex Szpakowski
|
388c93b049
nogame screen: escape key quits love.
|
7 years ago |
Alex Szpakowski
|
3fe9e51a46
nogame screen: bring back double-tap-to-exit on touch screens.
|
7 years ago |
Alex Szpakowski
|
3a37300e6d
iOS: include a 1024x1024 icon
|
7 years ago |
Alex Szpakowski
|
a2aead02cf
iOS: set minimum deployment target to iOS 8.0, fix build to compile physfs
|
7 years ago |
Martin Felis
|
1462f4cf56
(Android) Removed declaration of log2 as it is available in newer NDK APIs
|
7 years ago |
Bart van Strien
|
da9716b96d
Update version number and changelog
|
7 years ago |
Bart van Strien
|
91be15e7e2
Fix debian package build
|
7 years ago |
Alex Szpakowski
|
0cefb12c13
Add a variant of love.filesystem.getInfo which filters based on file type. getInfo(filename, "directory") will only return info for non-symlinked directories, for example.
|
7 years ago |
Bart van Strien
|
5bdffa72eb
Add accidentally removed email address to the license file
|
7 years ago |
Bart van Strien
|
bce1a265df
Reformat license file
|
7 years ago |
Alex Szpakowski
|
277816fc86
Update codename
|
7 years ago |
Alex Szpakowski
|
3949fde802
Fix querying the default audio recording device, some Source code style cleanups.
|
7 years ago |
Alex Szpakowski
|
3a2ffc5e07
Add support for header-less DEFLATE data to love.data.compress/decompress.
|
7 years ago |
Bart van Strien
|
f32237a524
Prevent error in File:lines if the last line does not end with a newline (resolves #1383)
|
7 years ago |
Alex Szpakowski
|
8e83834722
Use the joystick's name in new gamepad mappings, when possible. Resolves issue #1370.
|
7 years ago |
bjornbytes
|
1916c2a5fa
Fix getCanvas for cube canvases;
|
7 years ago |