Alex Szpakowski
|
5932c39c86
Removed some redundant code.
|
10 years ago |
Alex Szpakowski
|
33d20620b5
The Proxy struct now stores an actual love::Object pointer (rather than void*), which makes code using Proxies a bit cleaner.
|
10 years ago |
Alex Szpakowski
|
e26e170f78
Enabled high-dpi code on Linux (even though SDL doesn't support it yet on Linux, as of 2.0.4.) SDL 2.0.1 or newer is now required on Linux.
|
10 years ago |
Alex Szpakowski
|
bf8f6f8b02
Changed the default fullscreen type from 'exclusive' to 'desktop'.
|
10 years ago |
Alex Szpakowski
|
33f57ce8fd
OpenGL ES 3 contexts can only be reliably created on iOS (for now.)
|
10 years ago |
Alex Szpakowski
|
622b737019
Merged default into minor
|
10 years ago |
Alex Szpakowski
|
971380003b
Reorganized some Image code.
|
10 years ago |
Alex Szpakowski
|
813061c0e0
Fix the stencil buffer in Canvases when the graphics driver uses a MSAA value for the Canvas' buffers that's greater than the number of requested MSAA samples.
|
10 years ago |
Alex Szpakowski
|
3faa3c7645
Removed some unnecessary xcode project config files
|
10 years ago |
Alex Szpakowski
|
ebc68023a7
Fix many warnings about implicit integer conversions when compiling for 64 bits.
|
10 years ago |
Alex Szpakowski
|
85de3c41fb
Initial iOS implementation.
|
10 years ago |
Alex Szpakowski
|
24c7539182
Updated some Xcode project settings
|
10 years ago |
Alex Szpakowski
|
583b88bdd8
DevIL isn't used anymore.
|
10 years ago |
Alex Szpakowski
|
df0fab1b67
Moved the xcode project files and related data from platform/macosx to platform/xcode.
|
10 years ago |
Alex Szpakowski
|
e137c9327b
Fixed a GL error on startup when OpenGL ES is used.
|
10 years ago |
Alex Szpakowski
|
28f4f42454
Cleaned up the code for determining whether an image can be decoded using stb_image.
|
10 years ago |
Alex Szpakowski
|
d0300a4fa7
Made the TurboJPEG code for decoding and encoding images disable-able.
|
10 years ago |
Alex Szpakowski
|
5652475dd2
Use lightuserdata instead of Lua numbers (doubles) to represent touch IDs.
|
10 years ago |
Alex Szpakowski
|
77d90e2260
Removed love.touch.getTouchCount and love.touch.getTouch. Added love.touch.getTouchIDs and love.touch.getPosition.
|
10 years ago |
Alex Szpakowski
|
482b61187f
Added a new backend for loading and saving images using Apple's ImageIO framework. It's not enabled on any platform yet.
|
10 years ago |
Alex Szpakowski
|
c02c8b154d
Added a boolean argument to love.mousepressed and love.mousereleased indicating whether the button event originated from a touchscreen press
|
10 years ago |
Alex Szpakowski
|
ac2b03e8a4
Added love.graphics.isActive. love.graphics function calls (and method calls on objects created via love.graphics) are only guaranteed to work when isActive is true, otherwise bad things might happen (the program crashing, for example.)
|
10 years ago |
Alex Szpakowski
|
cafbf1ffbe
Trigger love.quit when the SDL_APP_TERMINATING event occurs.
|
10 years ago |
Alex Szpakowski
|
44d10be928
Added a love.keyboard.setTextInput variant (setTextInput(enable, x, y, width, height)) to specify a rectangle where text is expected to be displayed on the screen. This is used as a hint so on-screen keyboards won't cover the text area.
|
10 years ago |
Alex Szpakowski
|
2f1c89006e
Slightly more robust hack to work around SDL's touch coordinate issues in Linux.
|
10 years ago |
Alex Szpakowski
|
71c9943bd0
Fixed the keypressed and keyreleased handler functions.
|
10 years ago |
Alex Szpakowski
|
5c1e6014cc
Changed the love.keypressed and love.keyreleased event callbacks to be love.keypressed(key, scancode, isrepeat) and love.keyreleased(key, scancode). Added love.keyboard.isScancodeDown. Resolves issue #993.
|
10 years ago |
Alex Szpakowski
|
cce995146f
Merged default into minor
|
10 years ago |
Alex Szpakowski
|
976ce8ae00
Fixed cmakelists.txt.
|
10 years ago |
Alex Szpakowski
|
7f9abc1e77
Added love.touch module and touch screen events. Resolves issue #825.
|
10 years ago |