Bart van Strien
|
adf25991e8
Fix the joystick event handler names, to match the new event names
|
há 13 anos atrás |
Bill Meltsner
|
6277f4c75b
lua libraries, even on mac, almost never come in .dylib form, but rather .so - change love.filesystem.require accordingly
|
há 13 anos atrás |
Bill Meltsner
|
969c53e592
make love build on OS X again - there's no need to include gl.h directly, GLee.h does that for us in a cross-platform way
|
há 13 anos atrás |
Bill Meltsner
|
c9ed6d3c83
update Xcode project to include love.window and Variant
|
há 13 anos atrás |
Bart van Strien
|
735260d4d8
Thread:kill()? What Thread:kill()?
|
há 13 anos atrás |
Bart van Strien
|
e37470f54d
No more Font:set(), instead love.graphics.setNewFont
|
há 13 anos atrás |
Bart van Strien
|
9682ebecf9
Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set()
|
há 13 anos atrás |
Bart van Strien
|
d5d2e7b5ae
Update msvc2010 project file for recent changes
|
há 13 anos atrás |
Bart van Strien
|
083dd11185
Switch to a custom event system, where SDL pumps into
|
há 13 anos atrás |
Bart van Strien
|
91fefbd1ee
*click* *pop* *POOF*
|
há 13 anos atrás |
Bart van Strien
|
362a7835b4
Make keyboard repeat better.. or something
|
há 13 anos atrás |
Bart van Strien
|
7c8fff979a
Create love.window, abstract SDL out of love.graphics
|
há 13 anos atrás |
vrld
|
2b7da8ea27
Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas
|
há 13 anos atrás |
Bart van Strien
|
a003f5d581
tostring all errors in the error handler (issue #332)
|
há 13 anos atrás |
Bart van Strien
|
1503533ee6
Key repeat gets seconds too
|
há 13 anos atrás |
Bart van Strien
|
5fb4f2c63d
Request ALL the bits
|
há 13 anos atrás |
vrld
|
66f640fa0e
Fix typo in Quad::mirror().
|
há 14 anos atrás |
Bart van Strien
|
35cfb66bf7
Poll for events before update/run and do a first timestep after window creation
|
há 14 anos atrás |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
há 14 anos atrás |
Bart van Strien
|
fafe472595
Prevent working with an invalid iterator (issue #331)
|
há 14 anos atrás |
Bart van Strien
|
2fafab9a0e
Add luax_checkstring/pushstring functions that handle inline \0 characters
|
há 14 anos atrás |
Bart van Strien
|
ec6b95d992
Obey to the LGPL and display the license text and used LGPL libraries in our license file
|
há 14 anos atrás |
vrld
|
983b00c510
Revert Canvas flipping (commits 9cb824e2fa84, e0234edd0026) in order to fix issue #324.
|
há 14 anos atrás |
vrld
|
7eef68f4ec
Remove printing exception message to stderr.
|
há 14 anos atrás |
vrld
|
c208f4b08d
Add missing license headers.
|
há 14 anos atrás |
vrld
|
fec5b9ac91
Issue #327 again: w__gc's correctness depending on order of inheritance.
|
há 14 anos atrás |
vrld
|
7a513e1434
Make love::Exception safe(r).
|
há 14 anos atrás |
Bart van Strien
|
03927f5207
Use a fixed module loading order (bug #261)
|
há 14 anos atrás |
Bart van Strien
|
cf2bfcc4a2
Fix more memory leaks (issue #327)
|
há 14 anos atrás |
vrld
|
aedf532cdc
Fix 3/4 of issue #327: memory allocation issues.
|
há 14 anos atrás |