Commit History

Author SHA1 Message Date
  Alex Szpakowski bc12312f0f macOS: rename most internal uses of "macosx" to "macos". 5 years ago
  Alex Szpakowski b439ff07ce Allow love.timer.sleep(0). 6 years ago
  Alex Szpakowski 0752f27bdf Update copyright year for 2019 6 years ago
  Bart van Strien e80247c191 Happy new year! ✨ 7 years ago
  Bart van Strien f4e515edac Suppress unused variable warning on linux 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 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