Joel Schumacher
|
b9dd24d3ce
Make getTime() relative to first invocation
|
5 years ago |
Alex Szpakowski
|
fc4847c69d
Update copyright for the new year
|
5 years ago |
Alex Szpakowski
|
0752f27bdf
Update copyright year for 2019
|
6 years ago |
Bart van Strien
|
e80247c191
Happy new year! ✨
|
7 years ago |
Alex Szpakowski
|
2eb9b3bdcd
love.timer.step now returns the calculated dt directly.
|
8 years ago |
Alex Szpakowski
|
abb72cb813
Happy new year! 🥂
|
8 years ago |
Alex Szpakowski
|
d7feb20df9
Remove love.timer SDL implementation files, since they don’t do anything.
|
8 years ago |
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 years ago |
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 years ago |
Alex Szpakowski
|
46a2e7b85c
Happy new year! 🎉
|
9 years ago |
Bart van Strien
|
22f2175bec
Add initial video playback support for Ogg Theora videos (resolves issue #66.)
|
9 years ago |
Alex Szpakowski
|
163d059305
Moved most of the love.timer code out of the sdl implementation folder.
|
10 years ago |
Alex Szpakowski
|
c7b45b3505
Updated copyright for the new year
|
10 years ago |
Alex Szpakowski
|
d52bab4221
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
|
11 years ago |
Alex Szpakowski
|
014b9a46e5
Updated the Lua wrapper code for modules to account for cases where the module's instance is removed from memory completely and recreated during the program's lifetime.
|
11 years ago |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 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 |
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 |
Bill Meltsner
|
be55579a22
Happy New Year, have an enormous diff
|
13 years ago |
rude
|
2753c62985
Abstractify some modules completely: timer, keyboard and mouse.
|
14 years ago |