Alex Szpakowski
|
10cf501979
Merged default into minor
|
10 년 전 |
Alex Szpakowski
|
ed4c364171
Fixed a potential crash when an invalid Scancode constant argument is used in love.keyboard.getKeyFromScancode.
|
10 년 전 |
Alex Szpakowski
|
84294ac684
Added tag 0.9.2 for changeset a5e405cdf14d
|
10 년 전 |
Alex Szpakowski
|
39db975cb5
Added release date for 0.9.2
|
10 년 전 |
Bart van Strien
|
902a7cb68b
Update debian package files to the 0.9.2~rc1 version
|
10 년 전 |
Alex Szpakowski
|
5e088aa183
Updated changelog
|
10 년 전 |
Bart van Strien
|
600a369d77
Allow calling newRasterizer without arguments from newFont again
|
10 년 전 |
Alex Szpakowski
|
d82d2c93b6
If love is run from an existing console window in Windows, it will use that for stdout (when console mode is enabled via love.conf or --console) rather than creating a new console.
|
10 년 전 |
Alex Szpakowski
|
36e99b4880
Fix an OpenGL error when an sRGB image is created with mipmaps in OpenGL ES 2.
|
10 년 전 |
Alex Szpakowski
|
d229fb1129
Merged default into minor
|
10 년 전 |
Alex Szpakowski
|
320ec8b472
Added love.filesystem.getRealDirectory(filepath).
|
10 년 전 |
Alex Szpakowski
|
70ea0e1f3f
Updated changelog.
|
10 년 전 |
Alex Szpakowski
|
685c77acd9
Fixed the Windows CMake build.
|
10 년 전 |
Alex Szpakowski
|
a84367ef38
Prefer the higher performance GPU on Windows systems that use nvidia optimus (resolves issue #984.)
|
10 년 전 |
Alex Szpakowski
|
2a09774a54
Fixed love.graphics.newFont.
|
10 년 전 |
Alex Szpakowski
|
67aede6bc0
Merged default into minor
|
10 년 전 |
Alex Szpakowski
|
a314b18515
Added love.keyboard.getKeyFromScancode and love.keyboard.getScancodeFromKey. Resolves issue #982.
|
10 년 전 |
Alex Szpakowski
|
695ab41915
Added love.audio.set/getDopplerScale.
|
10 년 전 |
Alex Szpakowski
|
ea2e45f4e2
Renamed love.mouse.setRelative to love.mouse.setRelativeMode, removed some unused OpenGL code.
|
10 년 전 |
Alex Szpakowski
|
8989e39b1e
A better fix for love.mouse.setPosition not updating the return values of love.window.getPosition until the next love.event.pump call on Windows and Linux.
|
10 년 전 |
Alex Szpakowski
|
f6bd177f84
A debug print statement snuck in there...
|
10 년 전 |
Alex Szpakowski
|
9cf1868b81
Fixed the point style and color mask getting reset in love.window.setMode (thanks Shell32)
|
10 년 전 |
Alex Szpakowski
|
665cdc4ae7
Moved the default Font logic from the graphics.lua script to the Graphics and Font module C++ code. Moved love.graphics.setNewFont from the graphics.lua script to the Graphics module Lua wrapper code. Moved the Vera.ttf data from the graphics.lua script to its own file inside the Font module.
|
10 년 전 |
Alex Szpakowski
|
72f98b9c8f
love's overloaded love.graphics.print and love.graphics.printf functions now use proper tail calls, which fixes the filename and backtrace given if those functions cause an error.
|
10 년 전 |
Alex Szpakowski
|
d0e34e86f1
Changed love.window.setMode to recreate the window as well as the context if a particular context profile can't be created, to work around some limitations of the OpenGL context and window code in some SDL backends.
|
10 년 전 |
Alex Szpakowski
|
84a6dd3b1c
Fixed OpenGL context version checking when OpenGL ES is used.
|
10 년 전 |
Alex Szpakowski
|
6c11443a04
Fixed graphics initialization crashing love when OpenGL ES 2 is used.
|
10 년 전 |
Alex Szpakowski
|
cc79089339
Fixed a crash in love.window.setMode in Windows.
|
10 년 전 |
Alex Szpakowski
|
54516a5652
Fixed a case of undefined behavior in love.graphics.printf and Text:set.
|
10 년 전 |
Alex Szpakowski
|
62d596dec1
Fixed Windows build.
|
10 년 전 |