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 years ago |
Alex Szpakowski
|
cf4b409302
Renamed some things.
|
9 years ago |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 years ago |
Alex Szpakowski
|
cffa899e03
Explicitly mention SDL in the error message caused by SDL subsystem initialization failure.
|
10 years ago |
Alex Szpakowski
|
163d059305
Moved most of the love.timer code out of the sdl implementation folder.
|
10 years ago |
Alex Szpakowski
|
85de3c41fb
Initial iOS implementation.
|
10 years ago |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
10 years ago |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 years ago |
Alex Szpakowski
|
2ee869b0e8
Fixed some compiler warnings
|
11 years ago |
Alex Szpakowski
|
ff77eb4b29
Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window.
|
12 years ago |
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 years ago |
Alex Szpakowski
|
d5aa807747
More internal code cleanup
|
12 years ago |
Alex Szpakowski
|
b9533d5cb8
Fixed love.timer.getFPS and love.timer.getAverageDelta during the first second of runtime
|
12 years ago |
Bart van Strien
|
63c57ba3f8
Make love.timer.getFPS and love.timer.getAverageDelta microsecond-accurate
|
12 years ago |
Bart van Strien
|
28af989a00
Add love.timer.getAverageDelta (issue #570) and constify love.timer.sleep
|
12 years ago |
Alex Szpakowski
|
96161c66f6
Updated copyright text for the new year
|
12 years ago |
Bart van Strien
|
7793e7f02f
CRLF to LF
|
13 years ago |
rude
|
81c38e22d0
Applied the new style guidelines.
|
13 years ago |
Bart van Strien
|
dcb09c03a8
That was only part of the problem, now it should all work properly (and more accurately)
|
13 years ago |
Bart van Strien
|
c2fb5618c1
Make love.timer.getFPS more accurate
|
13 years ago |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
Bart van Strien
|
0aae9684b3
Automated formatting fix
|
13 years ago |
Bart van Strien
|
66ecf8aff0
Apply patch for increased timer accuracy (issue #303)
|
14 years ago |
Bart van Strien
|
eb7053b43f
Switch love.timer over to double precision floats
|
14 years ago |
Bart van Strien
|
3d1fac07b2
Switch love.timer.sleep to seconds
|
14 years ago |
Przemysław Grzywacz
|
1d5fca6f46
Multiple thread backends.
|
14 years ago |
Bill Meltsner
|
fde708160e
bringing in the new year by changing every 2010 to 2011
|
14 years ago |
rude
|
aa01c984b9
Updated all dates to 2010.
|
15 years ago |
rude
|
80a6e6dcaf
Fixed warning in Timer.cpp/MSVC. Enabled unicode character set in MSVC release builds.
|
15 years ago |
Bart
|
f761e7e000
Fixed getMicroTime (for real this time)
|
15 years ago |