Alex Szpakowski
|
ff91fa1327
Improved Shader:send performance by removing some temporary memory allocations.
|
9 年之前 |
Alex Szpakowski
|
cf4b409302
Renamed some things.
|
9 年之前 |
Alex Szpakowski
|
bd93f0dfef
Fixed and reenabled lovec.exe.
|
9 年之前 |
Alex Szpakowski
|
78fa2ab536
Disabled lovec.exe until I can actually test it (since it doesn't work yet).
|
9 年之前 |
Alex Szpakowski
|
f281e5871b
Only try to make lovec.exe in Windows.
|
9 年之前 |
Alex Szpakowski
|
8c22b1bff2
Added "lovec.exe" in Windows, which uses the console subsystem so love games don't need to set t.console to true if they want to output to the console.
|
9 年之前 |
Alex Szpakowski
|
2dd80fcb49
Fixed a compiler warning...
|
9 年之前 |
Alex Szpakowski
|
5d7425b60e
Reduced the size in bytes of Variant slightly by allowing the compiler to better pack its member variables together in memory.
|
9 年之前 |
Alex Szpakowski
|
7ea259e38b
Optimize constructing a Variant from a Lua table with a non-zero array size.
|
9 年之前 |
Alex Szpakowski
|
23fcaec89f
The Variant class is now meant to be used on the stack instead of allocated on the heap. As a result (and because of related changes), performance of Channels has roughly doubled when pushing and popping most types.
|
9 年之前 |
Bart van Strien
|
7995e6ba85
Added tag 0.10.1 for changeset 3cb3559eebb8
|
9 年之前 |
Bart van Strien
|
aefb08a261
0.10.1 release date is today
|
9 年之前 |
Alex Szpakowski
|
f7ee949af8
Fixed love.graphics.clear(colortable) causing crashes in GLES 2.0 when a Canvas is active (resolves issue #1127).
|
9 年之前 |
rude
|
5923e2ca5b
New installer graphics for Windows.
|
9 年之前 |
Alex Szpakowski
|
7ff411bb00
Merged in TannerRogalsky/love/source_relative_bug_fix (pull request #54)
|
9 年之前 |
Tanner Rogalsky
|
6336f2adac
Use passed value when setting a Source's relative state instead of the stale, cached value.
|
9 年之前 |
Tanner Rogalsky
|
026230f41a
start new branch source_relative_bug_fix
|
9 年之前 |
Bart van Strien
|
119af763b5
Update changelog
|
9 年之前 |
Alex Szpakowski
|
57697b372b
New Mac and iOS icons
|
9 年之前 |
rude
|
60278b0532
Add new icons. (Linux).
|
9 年之前 |
rude
|
9fae370c52
Add new icons. (Windows).
|
9 年之前 |
Alex Szpakowski
|
7c4edf2efc
love.graphics object creation functions (love.graphics.new*) now cause an error instead of hard-crashing, if called when the window has not been created yet.
|
9 年之前 |
Alex Szpakowski
|
ab4cfb4a35
Added an optional 'collideconnected' boolean argument to love.physics.newMotorJoint (resolves issue #1130).
|
9 年之前 |
Alex Szpakowski
|
53795d40a6
Updated the changelog.
|
9 年之前 |
Alex Szpakowski
|
c2de8dbb6a
Fixed audio on android to properly pause when the app is inactive, and resume when the app becomes active again.
|
9 年之前 |
Alex Szpakowski
|
588013727c
Updated the version number used with Appveyor.
|
9 年之前 |
Alex Szpakowski
|
b794ffa84a
love.touch.getTouches now returns the list of ids in a stable order, instead of being effectively randomly ordered.
|
9 年之前 |
Alex Szpakowski
|
7db2997bc3
Improved the error messages caused when invalid or missing arguments are given to ImageData and SoundData methods.
|
9 年之前 |
Alex Szpakowski
|
ab91ff0bfe
Removed LOVE_LEGENDARY_UTF8_ARGV_HACK, SDL 2.0 does it for us.
|
9 年之前 |
Bart van Strien
|
95ae3183da
Remove extra period causing formatting error in manpage
|
9 年之前 |