Alex Szpakowski
|
04ca33d127
Updated Xcode project with new bezier files
|
12 年之前 |
vrld
|
aa4d96317f
[bezier curve] add missing files
|
12 年之前 |
vrld
|
19eade843c
Add support for Bezier curves of arbitrary degree.
|
12 年之前 |
Alex Szpakowski
|
aa59761177
Fixed smooth lines with love.graphics.origin() after love.graphics.scale
|
12 年之前 |
vrld
|
e9d0204cdc
Disallow concave shapes as geometry.
|
12 年之前 |
vrld
|
d454be7025
Add love.math.isConvex()
|
12 年之前 |
Alex Szpakowski
|
c1cbd610e6
Fixed the default blend mode (and other related state)
|
12 年之前 |
Alex Szpakowski
|
b391a9f4a6
Added love.window.hasMouseFocus (issue #120)
|
12 年之前 |
Alex Szpakowski
|
ff77eb4b29
Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
|
12 年之前 |
vrld
|
13dd8d3199
Faster (and less WTF-ish) computation of current pixel size for line drawing.
|
12 年之前 |
Bart van Strien
|
8a5c8c4dc4
Use tail calls to event handlers from love.handlers
|
12 年之前 |
Bart van Strien
|
79d1a7a6ef
Add love.mousefocus (partial issue #120) temporary name (see issue #573) and it's waiting for an exposed love.window to get a check, too
|
12 年之前 |
Bart van Strien
|
0a422daa75
Add Contact:getChildren (pull request #15)
|
12 年之前 |
Bart van Strien
|
402ae4638a
Make ImageData:setPixel accept a table (issue #582)
|
12 年之前 |
Bart van Strien
|
fb8a94a4a3
Enable looping in tracker formats with looping support (issue #421)
|
12 年之前 |
Bart van Strien
|
16e27d95b1
Rename ParticleSystem:setLifetime/setParticleLife and getters to setEmitterLifetime/setParticleLifetime (issue #601)
|
12 年之前 |
Bart van Strien
|
721d50c2ef
Make most love.filesystem functions return nil, err instead of erroring (when used correctly)
|
12 年之前 |
Alex Szpakowski
|
00060af4c1
Updated changelog
|
12 年之前 |
Alex Szpakowski
|
9fc2a085cd
Updated love.timer.getTime to be microsecond-precise and monotonic (thanks Boolsheet), removed the now-obsolete love.timer.getMicroTime (issue #492)
|
12 年之前 |
Alex Szpakowski
|
4952ebd5d9
love.filesystem.newFile now accepts an optional FileMode parameter ("r", "w", "a") to better mirror io.open
|
12 年之前 |
Alex Szpakowski
|
c7ebb50b70
love.graphics.newParticleSystem now uses a default buffer size of 1000 (issue #598)
|
12 年之前 |
Bart van Strien
|
759930164f
Don't hardcode include paths in makefile.am, use $(srcdir) instead (issue #612)
|
12 年之前 |
Alex Szpakowski
|
7ab3809165
Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code
|
12 年之前 |
Alex Szpakowski
|
63404f7097
Added love.graphics.getRendererInfo(infotype). Useful for creating more informative error reports and advanced debugging.
|
12 年之前 |
Alex Szpakowski
|
08d6e658c1
Removed love.graphics.newStencil (issue #569)
|
12 年之前 |
Alex Szpakowski
|
c9003750fa
Removed extension and "."'s from default filesystem identity (issue #568)
|
12 年之前 |
Alex Szpakowski
|
4c616e409b
Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602)
|
12 年之前 |
Alex Szpakowski
|
3bf43dadd8
Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments
|
12 年之前 |
Alex Szpakowski
|
77c6efd8fd
Fixed love.mouse.setPosition when called in love.load (issue #611)
|
12 年之前 |
Alex Szpakowski
|
f8c7e2cab8
Code cleanup
|
12 年之前 |