Bart van Strien
|
bddee1753b
Use a flags table for setMode now, implement resizable and borderless windows, and add resize event
|
13 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
Bart van Strien
|
0a423d3e67
Export boot.lua as love.boot, and make it return a function that 'does everything'
|
13 years ago |
Bart van Strien
|
f933d5983b
Add basic support for file:// uri scheme (issue #425)
|
13 years ago |
Bart van Strien
|
cadde8947f
Use love.run's return value as return value (if valid), default to 0
|
13 years ago |
Bart van Strien
|
db7fba1d3a
Now returns return value 1 on error
|
13 years ago |
Bart van Strien
|
0f0a64819e
Add --fused command line argument, to override fused game detection
|
13 years ago |
Bart van Strien
|
2e8939febe
Add automatic seeding to love.run
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
vrld
|
d218291473
Fix issue #348 - strict mode. Use setCanvas instead of setRenderTarget in
|
13 years ago |
Bart van Strien
|
d3bd9b1156
Events now have 4 arguments (or less)
|
13 years ago |
Bart van Strien
|
adf25991e8
Fix the joystick event handler names, to match the new event names
|
13 years ago |
Bart van Strien
|
083dd11185
Switch to a custom event system, where SDL pumps into
|
13 years ago |
Bart van Strien
|
a003f5d581
tostring all errors in the error handler (issue #332)
|
13 years ago |
Bart van Strien
|
35cfb66bf7
Poll for events before update/run and do a first timestep after window creation
|
13 years ago |
Bart van Strien
|
03927f5207
Use a fixed module loading order (bug #261)
|
13 years ago |
Bart van Strien
|
f0aa29f9a5
The actual commit
|
13 years ago |
Bart van Strien
|
49ec65dbf3
Oops, didn't have a clean tree
|
13 years ago |
Bart van Strien
|
d8666202cd
Improve compatibility check (I still can't believe robin was right)
|
13 years ago |
Bill Meltsner
|
a6eca47cef
Add love.audio.stop() call to the error handlers
|
14 years ago |
Bart van Strien
|
4f70742875
Display a warning if the game's version is incompatible.
|
14 years ago |
Bart van Strien
|
bd2172f826
Update version keeping
|
14 years ago |
Bart van Strien
|
3d1fac07b2
Switch love.timer.sleep to seconds
|
14 years ago |
vrld
|
24a52f056b
Add pixel effects (love-glsl)
|
14 years ago |
Bart van Strien
|
4fa609a059
Use LÖVE as window title for the no game screen (apply Boolsheet's patch for issue #260)
|
14 years ago |
Bart van Strien
|
a012a4408e
New no-game screen (credits go to rude), updated version number and codename
|
14 years ago |
Bart van Strien
|
160c17c180
Drop old require syntax (no more .lua extension)
|
14 years ago |
Bart van Strien
|
fc5cda36e2
Allow merged games marked as 'release' to have their save dir directly in the appdata dir
|
14 years ago |
Bart van Strien
|
7fb2681836
Improve the release error handler a bit
|
14 years ago |
vrld
|
a18632ce2d
Change Graphics::reset() to unbind FBO and clear stencil buffer. Change error
|
14 years ago |