Alex Szpakowski
|
8b7f151a4d
Added joystick vibration support for most common controllers (resolves issue #159).
|
12 years ago |
Alex Szpakowski
|
3ac0710544
Renamed Joystick:getProductGUID back to Joystick:getGUID
|
12 years ago |
Alex Szpakowski
|
3f6b280d54
Joystick:getID now returns the Joystick's instance id as a second argument, if the Joystick is connected.
|
12 years ago |
Alex Szpakowski
|
4fcf47a427
Renamed Joystick:getGUID to Joystick:getProductGUID for greater clarity
|
12 years ago |
Alex Szpakowski
|
6ade6225df
Replaced love.joystick.getJoystick with love.joystick.getJoysticks (returns a table of all connected joysticks), and renamed Joystick:getIndex to Joystick:getConnectedIndex
|
12 years ago |
Alex Szpakowski
|
75eb34379c
Changed Joystick:getID to be 1-based instead of 0-based
|
12 years ago |
Alex Szpakowski
|
113ed1cfe7
Merged SDL2 changes from bartbes/love-experiments/SDL2 into default.
|
12 years ago |
Alex Szpakowski
|
3b3c5c3711
Removed love.joystick.getBall and love.joystick.getBallCount (issue #648)
|
12 years ago |
Alex Szpakowski
|
63404f7097
Added love.graphics.getRendererInfo(infotype). Useful for creating more informative error reports and advanced debugging.
|
12 years ago |
Alex Szpakowski
|
4c616e409b
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bart van Strien
|
8211b8f93f
Add love.joystick.reload, remove love.joystick.open and friends. (issue #392)
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bart van Strien
|
4fd9888a16
Merge in minor branch, now minor is our next development target
|
14 years ago |
Bart van Strien
|
cdf85280b6
Fix 2 compiler warnings
|
14 years ago |
Bart van Strien
|
529530c198
love.joystick.isDown gets multiple arguments too
|
14 years ago |
rude
|
3fe9b2ff16
Reverted module selection feature. This is not really desired.
|
14 years ago |
Bart van Strien
|
b4139ffab5
Rename loaders to fit their locations
|
14 years ago |
Bart van Strien
|
677df8d4f0
Merge 'default' into 'minor'
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
Bart van Strien
|
675e91dbc8
Make love.joystick 1-indexed
|
14 years ago |
[email protected]
|
736f7ab1a2
love.thread can now share full userdata
|
15 years ago |
rude
|
aa01c984b9
Updated all dates to 2010.
|
15 years ago |
rude
|
87e3c4131c
Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal.
|
16 years ago |
rude
|
623e701549
Modules now reside in Lua and are treated (almost) like normal objects.
|
16 years ago |
rude
|
dd420d68a3
Ok, project generation didn't really work out. Reverted.
|
16 years ago |