Alex Szpakowski
|
59712c344f
Removed a potentially slow codepath in SpriteBatch:add
|
12 년 전 |
Alex Szpakowski
|
9834897372
Fixed Canvas:clear on GL3+ systems
|
12 년 전 |
Alex Szpakowski
|
4f6e956f85
Fixed ChainShape:getChildEdge crashing
|
12 년 전 |
Alex Szpakowski
|
2561ace2d6
Fixed Fixture:getType crashing
|
12 년 전 |
Alex Szpakowski
|
66a773d2a7
Renamed Decoder:getBits to Decoder:getBitDepth (see issue #636)
|
12 년 전 |
Alex Szpakowski
|
daf50698b8
Added love.filesystem.getSourceBaseDirectory and changed love.filesystem.mount to allow mounting the path returned by love.filesystem.getSourceBaseDirectory in fused mode.
|
12 년 전 |
Alex Szpakowski
|
7e4e5e9c0b
Resolved compiler warning
|
12 년 전 |
vrld
|
8b53bc385e
Fix line drawing artefact with nearly parallel segments.
|
12 년 전 |
Alex Szpakowski
|
9d0c01be4a
Added polyline files to the Visual Studio project (thanks Boolsheet)
|
12 년 전 |
Alex Szpakowski
|
73e9f327dc
Cleaned up boot.lua a tiny bit
|
12 년 전 |
Alex Szpakowski
|
7026ebb4c7
Added polyline files to the Xcode project
|
12 년 전 |
vrld
|
0dea115abe
Add missing Polyline.{h,cpp}
|
12 년 전 |
vrld
|
be205544b3
Issue #659: Add line joins.
|
12 년 전 |
Alex Szpakowski
|
fc3affb9b9
Removed 'release mode' and love.releaseerrhand, and added love.filesystem.isFused (resolves issue #579).
|
12 년 전 |
Alex Szpakowski
|
4443284a73
Updated changelog
|
12 년 전 |
Alex Szpakowski
|
dc755ed375
Removed ParticleSystem:getX/getY (resolves issue #633)
|
12 년 전 |
Alex Szpakowski
|
140a19593b
Changed the default error handlers to attempt to create a window to show the error if the window isn't created yet, instead of just quitting
|
12 년 전 |
Alex Szpakowski
|
a60929e9b0
Merged bartbes/love-experiments/RandomGenerator-2 into default (resolves issue #692)
|
12 년 전 |
Alex Szpakowski
|
50504d83a5
Missed an uncaught exception in newRandomGenerator
|
12 년 전 |
Alex Szpakowski
|
674ad9247a
Added some checks for invalid numbers to love.math.setRandomState
|
12 년 전 |
Bart van Strien
|
138fe49e35
Clean up readme a bit, add a note about running automagic from the root, and clean automagic up by making it slightly more verbose, and letting it check it's being run in the right directory (see issue #698)
|
12 년 전 |
Alex Szpakowski
|
7a20bbc6c4
Added an optional search order enum ("first" or "last") to love.filesystem.setIdentity and love.filesystem.mount (resolves issue #694)
|
12 년 전 |
Alex Szpakowski
|
4d6bdf4857
Added Source:getType
|
12 년 전 |
Alex Szpakowski
|
a4ff39e0d4
Improved error checking for some enum strings (resolves issue #690).
|
12 년 전 |
Alex Szpakowski
|
0c053e09d4
Improved error messages when using the wrong love type in a function
|
12 년 전 |
Bart van Strien
|
1602c6de7a
Make mutex locks slightly more safe in some places (and correct in another...)
|
12 년 전 |
Alex Szpakowski
|
3e57cfd174
Slightly reduced internal reliance on specific module backends
|
12 년 전 |
Alex Szpakowski
|
2106ff2403
Added love.threaderror event callback function (re issue #673)
|
12 년 전 |
Alex Szpakowski
|
4dba3e91e2
Thread:start now clears the thread's error string before starting
|
12 년 전 |
Alex Szpakowski
|
0447d1e7c5
Changed love.math.randomnormal([mean], stddev) to love.math.randomNormal(stddev, [mean]);
|
12 년 전 |