Bart van Strien
|
ee231e7b4c
Fix DistanceModel enum conversion
|
13 years ago |
Bart van Strien
|
ca279b6d87
Update changelog
|
13 years ago |
Bart van Strien
|
7bd08ad72d
Dramatically speed up ImageData:paste (issue #336)
|
13 years ago |
Bart van Strien
|
3a9c71ad8f
Check if enum-string conversions succeed in love.audio.get/setDistanceModel (bug #347)
|
13 years ago |
vrld
|
751d7aa368
Leaner source distance model API.
|
13 years ago |
vrld
|
9c9b1810b7
Decrese core-line width when overdrawing to preserve original line width.
|
13 years ago |
vrld
|
3b01da803e
Merge pull request 2 by Bloutiouf: Sound attenuation by distanceSound
|
13 years ago |
vrld
|
6178aea6ef
Discard active stencil when switching canvas.
|
13 years ago |
vrld
|
b0fbff108c
Better line smoothing.
|
13 years ago |
Bart van Strien
|
ae833449d4
Move some includes over to the right file, fixing an include loop in the process
|
13 years ago |
Bart van Strien
|
5ad9821290
ASSERT_GUARD raycasts
|
13 years ago |
Bart van Strien
|
f72e61be06
Optimize string->enum conversion (issue #345, thanks Kai)
|
13 years ago |
Bart van Strien
|
4b6df9baa2
Hopefully fix some more warnings in filesystem
|
13 years ago |
vrld
|
cde8b92113
Remove some type conversion warnings.
|
13 years ago |
vrld
|
a7e040001b
Reset current color after drawing smooth lines.
|
13 years ago |
Bart van Strien
|
cd330783f0
Apparently some compilers hate macros being redefined..
|
13 years ago |
Bart van Strien
|
864c800e10
Fix some warnings
|
13 years ago |
vrld
|
a855a01f02
Fix two particle system typos (thanks, Boolsheet!)
|
13 years ago |
vrld
|
247f57c10b
Fix issue 246: Add line antialiasing through 'overdraw'.
|
13 years ago |
Bart van Strien
|
c707a4ca45
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
13 years ago |
Bart van Strien
|
e0dcf55703
Make love.event.clear thread-safe, though it's only callable from the main thread (with SDL backend, anyway)
|
13 years ago |
Bill Meltsner
|
bc278cf2b8
love.graphics.arc is now better and actually draws in the right direction
|
13 years ago |
Bill Meltsner
|
7378a90101
Upgrade love.filesystem to use 64-bit numbers for dealing with file sizes, thus (hopefully) enabling lovers to work with very large files (based on Boolsheet's patch in issue #179)
|
13 years ago |
Bill Meltsner
|
ce682a45c6
add config.h #include to int.h
|
13 years ago |
Bill Meltsner
|
25c5bbea67
Add int.h to the Xcode project
|
13 years ago |
Bart van Strien
|
951d420db7
Eliminate more warnings
|
13 years ago |
Bart van Strien
|
47561e8b14
Hopefully add cross-platform (u)int types:q
|
13 years ago |
Bart van Strien
|
53e010a832
Remove all uses of LOVE_UNUSED, and simply not name the arguments instead
|
13 years ago |
Bart van Strien
|
9fb63dc4b8
Make the new event sink thread-safe (hopefully) and make small usability fixes
|
13 years ago |
Bart van Strien
|
d3bd9b1156
Events now have 4 arguments (or less)
|
13 years ago |