Miku AuahDark
|
2879074177
Silence compiler warnings in isModifierActive.
|
hace 3 años |
Miku AuahDark
|
321397d1dd
Add love.keyboard.isModifierActive.
|
hace 3 años |
Alex Szpakowski
|
8e7fd10b6f
Update copyright year for 2022
|
hace 3 años |
Alex Szpakowski
|
f89aabb0bb
Update copyright year for 2021
|
hace 4 años |
Alex Szpakowski
|
fc4847c69d
Update copyright for the new year
|
hace 5 años |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
hace 6 años |
Bart van Strien
|
e80247c191
Happy new year! ✨
|
hace 7 años |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
hace 8 años |
Alex Szpakowski
|
d26002f5cc
Revamped and streamlined retina / high-DPI support (resolves issue #1122).
|
hace 8 años |
Alex Szpakowski
|
7c4edf2efc
love.graphics object creation functions (love.graphics.new*) now cause an error instead of hard-crashing, if called when the window has not been created yet.
|
hace 9 años |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
hace 9 años |
Alex Szpakowski
|
66942d5f31
Added the ability to use custom mipmaps in Images, via love.graphics.newImage(filename, {mipmap1, mipmap2, ...}). Resolves issue #1064.
|
hace 10 años |
Alex Szpakowski
|
0f986b10aa
Cleaned up some code, the 'ry' parameter of love.graphics.rectangle now defaults to the value of 'rx' rather than defaulting to 0.
|
hace 10 años |
Alex Szpakowski
|
cf0968fc6d
Avoid some VC++ compiler warnings
|
hace 10 años |
Alex Szpakowski
|
9869999fda
Added a missing key constant.
|
hace 10 años |
Alex Szpakowski
|
52c4f2c119
Improved the performance of love.window.getPixelScale / toPixels / fromPixels by caching some values. Made some coordinate space-sensitive code use the proper conversions to get to the correct coordinate space.
|
hace 10 años |
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.
|
hace 10 años |
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.
|
hace 10 años |
Alex Szpakowski
|
a314b18515
Added love.keyboard.getKeyFromScancode and love.keyboard.getScancodeFromKey. Resolves issue #982.
|
hace 10 años |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
hace 10 años |
Alex Szpakowski
|
e2354acc65
Updated the love key to SDL keycode mapping to be a static array instead of a std::map.
|
hace 11 años |
Alex Szpakowski
|
e4dc533bb2
Minor code cleanup
|
hace 11 años |
Alex Szpakowski
|
b9fd3f3554
Missed one
|
hace 11 años |
Alex Szpakowski
|
07aba4c147
Added some missing obscure key constants
|
hace 11 años |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
hace 11 años |
Alex Szpakowski
|
389e99bf2c
Added love.keyboard.setTextInput to enable/disable text input events (enabled by default.)
|
hace 12 años |
Alex Szpakowski
|
eb052d99e8
Added love.keyboard.setKeyRepeat and love.keyboard.hasKeyRepeat (resolves issue #717)
|
hace 12 años |
Alex Szpakowski
|
113ed1cfe7
Merged SDL2 changes from bartbes/love-experiments/SDL2 into default.
|
hace 12 años |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
hace 12 años |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
hace 13 años |