Alex Szpakowski
|
cc1b9bc619
Moved most love.math functions out of the Math class, since they're pure functions.
|
9 년 전 |
Alex Szpakowski
|
734789eb93
Added love.math.encode(format, data | string [, linelength]) and love.math.decode(format, data | string). Current formats are "base64" and "hex". The optional line length only applies to base64 and specifies the maximum number of characters per line in the encoded string.
|
9 년 전 |
Alex Szpakowski
|
9efbe4892c
Merge default into minor.
|
9 년 전 |
Alex Szpakowski
|
090c50795a
Fix love.window.setMode crashing if a Canvas is active.
|
9 년 전 |
Alex Szpakowski
|
ea2aadf888
Cleaned up the code for main() a bit.
|
9 년 전 |
Alex Szpakowski
|
8b07bad15e
Fixed the build.
|
9 년 전 |
Alex Szpakowski
|
9ebd759851
Don't call glGetFloat every time love.graphics.getSystemLimits is called.
|
9 년 전 |
Bart van Strien
|
bc932aecef
Move spawn.h include, because android doesn't use (or have) posix_spawn
|
9 년 전 |
Bart van Strien
|
2af327dcf9
Make sure android includes the right headers for System.cpp too
|
9 년 전 |
Alex Szpakowski
|
36cc48d306
Move the Timer::sleep implementation up from timer/sdl/Timer.cpp to timer/Timer.cpp, since it doesn't directly use any SDL-specific code.
|
9 년 전 |
Alex Szpakowski
|
b983588d2e
We don't need to initialize the SDL timer subsystem to use SDL_Delay, and initializing it causes SDL to create a worker thread (which it uses for SDL_AddTimer and friends, which we don't use).
|
9 년 전 |
Bart van Strien
|
f7d226d072
Improve reaping of zombie processes on linux (resolves #1042)
|
9 년 전 |
Bart van Strien
|
6533665f15
Ignore carriage returns (\r) in print and friends (issue #1114)
|
9 년 전 |
Alex Szpakowski
|
293bc79b97
Merge default into minor
|
9 년 전 |
Alex Szpakowski
|
d0c0240e09
Very minor channel / variant performance improvements and cleanup.
|
9 년 전 |
Alex Szpakowski
|
140faf0cae
Channel:push now returns an id value. Added Channel:hasRead(id), which returns true if the value that the id represents has already been popped, demanded, or cleared from the Channel. Resolves issue #1104.
|
9 년 전 |
Bart van Strien
|
e515cf076e
Make configure not search for dependencies of disabled implementations (resolves #1099)
|
9 년 전 |
Bart van Strien
|
dc7b1fb049
Remove the default source type (resolves #1082)
|
9 년 전 |
Bart van Strien
|
34b6aa608b
Merge in default
|
9 년 전 |
Alex Szpakowski
|
a0bbcce8ee
The video decoding thread efficiently waits for a video to be created before doing anything, rather than sleeping for 2ms in a loop. Reduces the CPU usage of the video worker thread to ~0% when no videos are loaded.
|
9 년 전 |
Alex Szpakowski
|
d4e701b434
SpriteBatch:add will now automatically increase the maximum size of the SpriteBatch if there's no more room.
|
9 년 전 |
Alex Szpakowski
|
9ee1d3cf2f
Increased the version on Windows / OS X / iOS
|
9 년 전 |
Alex Szpakowski
|
2e5f385be3
Merge default into minor
|
9 년 전 |
Alex Szpakowski
|
7370bd56ce
Improved the error message when love.graphics.newImage fails due to CompressedImageData not having all required mipmap levels (thanks Shell32!)
|
9 년 전 |
Alex Szpakowski
|
a3ff90c94c
Cleaned up the GlyphData code.
|
9 년 전 |
Alex Szpakowski
|
f51bbb8462
Cleaned up some StrongRef-related code.
|
9 년 전 |
Alex Szpakowski
|
8d7481c3b2
Improved the error message given when jpeg, TGA, and BMP images fail to decode.
|
9 년 전 |
Alex Szpakowski
|
e08374fdd1
We don't need a mutex lock in Channel::retain/release... I think.
|
9 년 전 |
Bart van Strien
|
33341de7bc
Rewrite the c module loader, adding a search path (fixes #1050)
|
9 년 전 |
Bart van Strien
|
2f7492667a
Bump version
|
9 년 전 |