Alex Szpakowski
|
844900db39
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
|
преди 8 години |
Alex Szpakowski
|
4ee85e1793
love get* APIs which return tables with fields can optionally accept a table argument to fill in, instead of creating a new table.
|
преди 8 години |
Alex Szpakowski
|
fee157b6b9
Functions that take a boolean argument now properly type-check for it.
|
преди 8 години |
Alex Szpakowski
|
34ebe18f14
Use luaL_check/optinteger instead of luaL_check/optnumber when getting integer arguments to functions. Resolves issue #1251.
|
преди 8 години |
Alex Szpakowski
|
5243fb5a85
Allow disabling stencil capabilities for the main screen in love.window.setMode.
|
преди 8 години |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
преди 8 години |
Alex Szpakowski
|
d26002f5cc
Revamped and streamlined retina / high-DPI support (resolves issue #1122).
|
преди 8 години |
Bart van Strien
|
24a7a3d367
Merge minor into dynamiccore2
|
преди 8 години |
Alex Szpakowski
|
3e80ec2257
Render pass API. Replaces love.graphics.setCanvas and friends.
|
преди 8 години |
Bart van Strien
|
5d43c9601a
Automatically deduce the type in luax_pushtype, if possible
|
преди 8 години |
Bart van Strien
|
7dd960619d
Automatically deduce the type in luax_checktype, luax_getmodule, luax_optmodule and luax_totype
|
преди 8 години |
Bart van Strien
|
c761202486
Build type information on first use (load-time), instead of using a hardcoded list
|
преди 8 години |
Alex Szpakowski
|
60d90ca4a8
Merge default into minor
|
преди 8 години |
Alex Szpakowski
|
ec7565176e
Add love.window.isMaximized
|
преди 8 години |
Alex Szpakowski
|
e969f541ba
Fix love.window.setMode to use the proper defaults for window settings that aren't specified.
|
преди 9 години |
Bart van Strien
|
cc0cfac66c
Remove deprecated love.window.isCreated alias
|
преди 9 години |
Alex Szpakowski
|
dd2a448099
The vsync field in t.window and love.window.setMode is now an integer.
|
преди 9 години |
Bart van Strien
|
803cdccc1f
Add love.window.updateMode (resolves #1037)
|
преди 9 години |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
преди 9 години |
Alex Szpakowski
|
b0c19ef2c5
Renamed love.window.set/isScreenSaverEnabled to love.window.set/isDisplaySleepEnabled.
|
преди 9 години |
Alex Szpakowski
|
7ebef76b24
Added love.window.setScreenSaverEnabled and love.window.isScreenSaverEnabled (resolves issue #1088.)
|
преди 9 години |
Alex Szpakowski
|
d215d8a91e
Reworked sRGB / gamma-correct APIs:
|
преди 10 години |
Alex Szpakowski
|
6bce7c7cd0
Fixed love.errhand.
|
преди 10 години |
Alex Szpakowski
|
f5abedaeeb
Cleaned up the love.graphics code that deals with love.window to be more consistent with the rest of the codebase.
|
преди 10 години |
Alex Szpakowski
|
4cd725cee6
Added love.window.close (resolves issue #1059), and renamed love.window.isCreated to love.window.isOpen.
|
преди 10 години |
Alex Szpakowski
|
87e20ccafb
Fixed the display index parameter of love.window.getFullscreenModes, getDesktopDimensions, and setPosition to be 1-based instead of 0-based (resolves issue #1056.)
|
преди 10 години |
Bart van Strien
|
3cb777e2b7
Add basic lua 5.3 support
|
преди 10 години |
Alex Szpakowski
|
cf73aa0107
Added love.window.requestAttention. Bounces the dock icon in OS X and flashes the taskbar icon in Windows when called, if the program isn't in focus.
|
преди 10 години |
Alex Szpakowski
|
f2538ac2fa
love.window.getFullscreenModes, getDesktopDimensions, and setPosition now default the display index parameter to the display the window is currently in, rather than the primary display.
|
преди 10 години |
Alex Szpakowski
|
2f419c1c83
Replaced most cases of type bits and type name strings in love's Lua wrapper code with type id's.
|
преди 10 години |