Alex Szpakowski
|
409d313bff
Added FFI versions of SoundData:getBitDepth and SoundData:getDuration.
|
10 年之前 |
Alex Szpakowski
|
532c61c6c2
Implemented efficient FFI versions of SoundData methods, which are used when the LuaJIT FFI and JIT compiler are present.
|
10 年之前 |
Alex Szpakowski
|
57fa9994af
Verify that the bit depth argument in love.sound.newSoundData is valid / supported.
|
10 年之前 |
Alex Szpakowski
|
aac595525a
Cleaned up some ImageData code.
|
10 年之前 |
Alex Szpakowski
|
16ebe92176
Added a flag to the Mac info.plist which allows high-dpi windows to be created in all situations when requested and supported.
|
10 年之前 |
Alex Szpakowski
|
59e4b1b8d6
Removed some debug prints on iOS.
|
10 年之前 |
Alex Szpakowski
|
3053278048
Moved the no-game screen code to its own file.
|
10 年之前 |
Alex Szpakowski
|
b2b5a1d9df
Fixed a compiler warning on Linux and iOS.
|
10 年之前 |
Alex Szpakowski
|
9e2dd384cb
Removed the "LÖVE" text label from the default iOS launch screen.
|
10 年之前 |
Alex Szpakowski
|
589f153073
Fixed a compiler warning.
|
10 年之前 |
Alex Szpakowski
|
91e2227124
Fixed the behaviour of love.window.requestAttention on Windows.
|
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 年之前 |
Bart van Strien
|
6ef6f85d0c
Restore 0-argument love.graphics.newFont/love.font.newRasterizer
|
10 年之前 |
Alex Szpakowski
|
8c1bc543b9
Fixed love.graphics.rectangle erroring when the width or height is 0.
|
10 年之前 |
Alex Szpakowski
|
a9e4be760e
Updated the list of SDL backends which should default to OpenGL ES to include emscripten.
|
10 年之前 |
Alex Szpakowski
|
48a0910907
Renamed love.textedit to love.textedited. (text composition event callback)
|
10 年之前 |
Alex Szpakowski
|
8c3dd76327
Updated LZ4 to the latest version.
|
10 年之前 |
Alex Szpakowski
|
457903a425
Renamed love.touch.getIDs to love.touch.getTouches.
|
10 年之前 |
Alex Szpakowski
|
7e42d82308
Added an optional third argument to the width/height variant of love.image.newImageData. The new argument is a string containing raw byte pixel data to copy to the new ImageData (e.g. the result of a previous ImageData:getString with an ImageData of the same width and height..)
|
10 年之前 |
Alex Szpakowski
|
f141cb3a16
Added a small 'contributing' section to the readme.
|
10 年之前 |
Alex Szpakowski
|
f334a24f79
Potentially better calculation for the default number of points in the rounded-rect variant of love.graphics.rectangle.
|
10 年之前 |
Alex Szpakowski
|
4fe8e7214d
Error if the rx and ry parameters of love.graphics.rectangle are >= half the rectangle's width or height, respectively.
|
10 年之前 |
Alex Szpakowski
|
0f986b10aa
Cleaned up some code, the 'ry' parameter of love.graphics.rectangle now defaults to the value of 'rx' rather than defaulting to 0.
|
10 年之前 |
muddmaker
|
2a4524e5c0
Make ry optional, and ellipse can replace circle.
|
10 年之前 |
muddmaker
|
0119e47f87
Make roudned rectangle a variant of rectangle
|
10 年之前 |
muddmaker
|
cb3ae86726
Add rx and ry parameters to roudnedRectangle
|
10 年之前 |
muddmaker
|
dd41ccfbf7
Fix another typo.
|
10 年之前 |
muddmaker
|
439cc65382
Fix typo
|
10 年之前 |
muddmaker
|
fbc419fda6
Add eclipse and roundedRectangle to love.graphics
|
10 年之前 |
Alex Szpakowski
|
c3fd7a25a3
Fixed some misc. compiler warnings.
|
10 年之前 |