Alex Szpakowski
|
20b77bd28c
Changed World:update(dt) to default to Box2D's recommended 3 internal position iterations instead of 6. Added a new variant World:update(dt, velocityiterations, positioniterations) which lets you specify the number of velocity and position iterations Box2D performs when updating the world. The defaults are 8 and 3 respectively, higher numbers increase precision and reduce performance.
|
9 years ago |
Alex Szpakowski
|
1be2e34c92
Merged default into minor.
|
9 years ago |
Alex Szpakowski
|
2dd80fcb49
Fixed a compiler warning...
|
9 years ago |
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 years ago |
Alex Szpakowski
|
7ea259e38b
Optimize constructing a Variant from a Lua table with a non-zero array size.
|
9 years ago |
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 years ago |
Bart van Strien
|
7995e6ba85
Added tag 0.10.1 for changeset 3cb3559eebb8
|
9 years ago |
Bart van Strien
|
aefb08a261
0.10.1 release date is today
|
9 years ago |
Alex Szpakowski
|
f7ee949af8
Fixed love.graphics.clear(colortable) causing crashes in GLES 2.0 when a Canvas is active (resolves issue #1127).
|
9 years ago |
rude
|
5923e2ca5b
New installer graphics for Windows.
|
9 years ago |
Alex Szpakowski
|
7ff411bb00
Merged in TannerRogalsky/love/source_relative_bug_fix (pull request #54)
|
9 years ago |
Tanner Rogalsky
|
6336f2adac
Use passed value when setting a Source's relative state instead of the stale, cached value.
|
9 years ago |
Tanner Rogalsky
|
026230f41a
start new branch source_relative_bug_fix
|
9 years ago |
Bart van Strien
|
119af763b5
Update changelog
|
9 years ago |
Alex Szpakowski
|
57697b372b
New Mac and iOS icons
|
9 years ago |
rude
|
60278b0532
Add new icons. (Linux).
|
9 years ago |
rude
|
9fae370c52
Add new icons. (Windows).
|
9 years ago |
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 years ago |
Alex Szpakowski
|
ab4cfb4a35
Added an optional 'collideconnected' boolean argument to love.physics.newMotorJoint (resolves issue #1130).
|
9 years ago |
Alex Szpakowski
|
53795d40a6
Updated the changelog.
|
9 years ago |
Alex Szpakowski
|
c2de8dbb6a
Fixed audio on android to properly pause when the app is inactive, and resume when the app becomes active again.
|
9 years ago |
Alex Szpakowski
|
ed933847f8
Color values in love's APIs are now in the range of [0, 1] rather than [0, 255].
|
9 years ago |
Alex Szpakowski
|
50087bd60e
Merged default into minor.
|
9 years ago |
Alex Szpakowski
|
588013727c
Updated the version number used with Appveyor.
|
9 years ago |
Alex Szpakowski
|
b794ffa84a
love.touch.getTouches now returns the list of ids in a stable order, instead of being effectively randomly ordered.
|
9 years ago |
Alex Szpakowski
|
7db2997bc3
Improved the error messages caused when invalid or missing arguments are given to ImageData and SoundData methods.
|
9 years ago |
Alex Szpakowski
|
ab91ff0bfe
Removed LOVE_LEGENDARY_UTF8_ARGV_HACK, SDL 2.0 does it for us.
|
9 years ago |
Bart van Strien
|
95ae3183da
Remove extra period causing formatting error in manpage
|
9 years ago |
Bart van Strien
|
edda7d2dcc
Merged in anjbe/love (pull request #51)
|
9 years ago |
Alex Szpakowski
|
518f91b53a
Make sure the high-power AMD GPU is used on Windows laptops with switchable Intel+AMD GPUs.
|
9 years ago |