Alex Szpakowski
|
db4acdbab6
Fixed the no-game screen
|
11 gadi atpakaļ |
Alex Szpakowski
|
53b20b63a5
Merged default into minor
|
11 gadi atpakaļ |
Alex Szpakowski
|
fd5b5aad65
Minor code cleanup
|
11 gadi atpakaļ |
Alex Szpakowski
|
1b61091aae
Removed the 'wu' and 'wd' constants for love.mousepressed, added new love.wheelmoved(x, y) event callback.
|
11 gadi atpakaļ |
Alex Szpakowski
|
e0134a305c
Merged default into minor
|
11 gadi atpakaļ |
Alex Szpakowski
|
4ea18d8bbc
love.math.setRandomSeed now calls random() a couple times internally, to make similar seeds give less similar results when random() is called for the first time after setRandomSeed.
|
11 gadi atpakaļ |
Alex Szpakowski
|
2fb39f4448
Merged default into minor
|
11 gadi atpakaļ |
Alex Szpakowski
|
9dd3f70988
Use love.filesystem.isFile instead of love.filesystem.exists when checking for main.lua and conf.lua on startup
|
11 gadi atpakaļ |
Alex Szpakowski
|
b18c35a1f2
Renamed blend modes "additive", "subtractive", and "multiplicative" to "add", "subtract", and "multiply" (resolves issue #864)
|
11 gadi atpakaļ |
Alex Szpakowski
|
6dc10cfd15
Merged default into minor
|
11 gadi atpakaļ |
Alex Szpakowski
|
fc77e8f9f0
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)
|
11 gadi atpakaļ |
Alex Szpakowski
|
4faddcd9aa
Fixed some trivial compiler warnings
|
11 gadi atpakaļ |
Alex Szpakowski
|
caa61563cc
OpenGL 2.1 is now required to use love.graphics (resolves issue #779.)
|
11 gadi atpakaļ |
Alex Szpakowski
|
ec0f428c4f
Cleaned up the code for initializing love.filesystem and the source and save directories a bit
|
11 gadi atpakaļ |
Alex Szpakowski
|
ce4fdf4ac9
Added sRGB (gamma-correct) support for Images, Canvases, and the main screen.
|
11 gadi atpakaļ |
Alex Szpakowski
|
007d0d5216
Windows: create the console before modules are loaded (allows information printed during module initialization to be displayed.)
|
11 gadi atpakaļ |
Alex Szpakowski
|
81d9810ed8
Fixed t.window.highdpi in love.conf, updated the nogame screen to look slightly better on retina displays
|
11 gadi atpakaļ |
Alex Szpakowski
|
309193895a
Added opt-in support for high-dpi mode in OS X when on a retina display (resolves issue #761).
|
11 gadi atpakaļ |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 gadi atpakaļ |
Alex Szpakowski
|
eadb718ade
Fused status is now set before conf.lua is loaded
|
11 gadi atpakaļ |
Alex Szpakowski
|
f997cc43c1
Fixed a crashing issue when the error handler can’t create a window
|
11 gadi atpakaļ |
Bart van Strien
|
33bb049ee6
Don't call love.graphics functions in love.run until a window has been created, prevents segfaults when love.window and love.graphics were loaded, but there was no window
|
11 gadi atpakaļ |
Alex Szpakowski
|
1c8abc74aa
Renamed love.math.g/setRandomState and rng:g/setState to love.math.g/setRandomSeed and rng:g/setSeed.
|
11 gadi atpakaļ |
Alex Szpakowski
|
0fb05fd84d
Reorganized the nogame screen’s drawing code to marginally reduce CPU usage. Woo!
|
11 gadi atpakaļ |
Bart van Strien
|
b8a69ab2b6
At least decode file uris now
|
12 gadi atpakaļ |
Alex Szpakowski
|
8cc5364d15
Changed the SearchOrder argument of love.filesystem.setIdentity and love.filesystem.mount to a boolean (append) instead of an enum
|
12 gadi atpakaļ |
Alex Szpakowski
|
101c6ae90a
Fixed love.window.setFullscreen to update the graphics viewport immediately instead of waiting for the next event polling
|
12 gadi atpakaļ |
Bart van Strien
|
f846ed60b2
Old merge?
|
12 gadi atpakaļ |
Alex Szpakowski
|
8b7f151a4d
Added joystick vibration support for most common controllers (resolves issue #159).
|
12 gadi atpakaļ |
Bart van Strien
|
6aa150fe8b
Add t.window.icon to love.conf (resolves #668)
|
12 gadi atpakaļ |