This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-15 15:51:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ddb9997ead4568d1fa629d9126bd8c6286b213c9
love
/
src
T
History
Alex Szpakowski
ddb9997ead
Replaced Joystick:saveGamepadMapping with love.joystick.saveGamepadMappings, which saves all gamepad mappings from both recently-used joysticks and recently-modified mappings. saveGamepadMappings returns a string of newline-separated mappings and takes an optional filename argument which writes it to a file.
2014-06-05 00:25:34 -03:00
..
common
Added love.joystick.loadGamepadMappings (resolves issue
#842
), and Joystick:saveGamepadMapping.
2014-06-04 15:50:06 -03:00
libraries
Throw away the first 3 love.math.random results after seeding it (xorshift outputs less random results the first few times when the seed is very similar to a previous one)
2014-03-15 21:43:25 -03:00
modules
Replaced Joystick:saveGamepadMapping with love.joystick.saveGamepadMappings, which saves all gamepad mappings from both recently-used joysticks and recently-modified mappings. saveGamepadMappings returns a string of newline-separated mappings and takes an optional filename argument which writes it to a file.
2014-06-05 00:25:34 -03:00
scripts
Fixed Lua pattern matching for detecting the 'position' and 'effect' shader functions (thanks lpghatguy!)
2014-05-31 00:42:18 -03:00
love.cpp
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00