Alex Szpakowski
|
ba3a363fd3
Potentially worked around an SDL resize event bug in windows causing initial window creation to happen twice
|
12 years ago |
Alex Szpakowski
|
7391d9821f
Merged love.graphics.origin into default (issue #124)
|
12 years ago |
Bart van Strien
|
7efe11b11f
Add centered flag to setMode, optionally centers the window (on by default, as before) (issue #463)
|
12 years ago |
Alex Szpakowski
|
6b1222366d
Removed 'moved' suffix from new joystick callbacks
|
12 years ago |
Alex Szpakowski
|
a844ac2389
Added love.joystickaxismoved, love.joystickballmoved, and love.joystickhatmoved callbacks
|
12 years ago |
Bart van Strien
|
3d0c5761ce
Merge in default, update changelog
|
12 years ago |
vrld
|
5f586390d8
Add module `love.math`. Implements xorshift RNG.
|
12 years ago |
Alex Szpakowski
|
083218742a
Added love.graphics.origin(): resets the coordinate system (replaces the current transformation matrix with the identity)
|
12 years ago |
Alex Szpakowski
|
3cf03fee8f
Fixed the lua header generator script to output the correct year in the copyright text
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
0fd4b147a4
Merge in default
|
12 years ago |
Alexander Szpakowski
|
ce75b3af69
Merge from root
|
12 years ago |
Bart van Strien
|
a72c981c32
Make sure love.errhand gets a local reference to print as well, and find the error handler at errortime (partial #390)
|
12 years ago |
Alexander Szpakowski
|
e24d721381
Renamed all instances of 'ShaderEffect' (previously 'PixelEffect') to 'Shader'.
|
12 years ago |
Alexander Szpakowski
|
0611234067
changed PixelEffect name to ShaderEffect, added lua-side support for vert/frag shader combinations with love.graphics.newShaderEffect, added tentative support for single-file vertex+fragment shaders
|
12 years ago |
Bart van Strien
|
a67a23e10f
Maerge in default
|
12 years ago |
vrld
|
f3bf2bbfe5
Fix bug where the compat message crashed love.
|
13 years ago |
Bart van Strien
|
8867f6c329
Merge in default
|
13 years ago |
vrld
|
5e3e24dcfb
love.run(): Sleep after presenting graphics buffer.
|
13 years ago |
Bart van Strien
|
bddee1753b
Use a flags table for setMode now, implement resizable and borderless windows, and add resize event
|
13 years ago |
vrld
|
85fa71c519
Make love.graphics.getFont() return (and set) default font when no font set.
|
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 |