5
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Jun 13, 2025 — Jun 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better framerate monitoring algorithm. More... about 17 years ago
Panda demo uses calibrate_granularity. More... about 17 years ago
calibrate_granularity now takes maximum time, not exact time. More... about 17 years ago
Minor structure change to demo_rubygame.rb More... about 17 years ago
Added usage note for calibrate_granularity. More... about 17 years ago
Renamed calibrate -> calibrate_granularity. More... about 17 years ago
Fixed accurate_delay sometimes getting stuck in a loop. More... about 17 years ago
Whitespace in clock.rb More... about 17 years ago
Added Clock#calibrate. More... about 17 years ago
Clock.delay and wait don't just return immediately when time is 0. More... about 17 years ago
Added Clock @granularity and @yield, affects #tick delay. More... about 17 years ago
yield=false now disables Clock yield, yield=0 is meaningful. More... about 17 years ago
Made accurate_delay() not break with accuracy = 0. More... over 17 years ago
Comment style cleanup in clock.rb. More... over 17 years ago
Indentation and whitespace cleanup in clock.rb. More... over 17 years ago
Finished the rubygame_time.c -> rubygame_clock.c rename. More... over 17 years ago
Renamed rubygame_time.c (& h) to rubygame_clock.c More... over 17 years ago
Renamed Clock internal C functions to mirror Ruby names. More... over 17 years ago
rbgm_time_getticks() should use UINT2NUM. More... over 17 years ago
Added rg_init_sdl_timer() helper method. More... over 17 years ago
Updated copyright dates in rubygame_time.c. More... over 17 years ago
Clock.delay takes a yield time. Improved docs too. More... over 17 years ago
Clock.wait takes a yield time. Improved docs too. More... over 17 years ago
rg_threaded_delay takes a yield param. More... over 17 years ago
First attempt at a ruby thread-friendly clock delay. More... over 17 years ago
Screen.get_resolution inits video system if needed. More... over 17 years ago
Merge commit 'ca67dfa9' into screenres More... over 17 years ago
Added more include paths for Ruby 1.9 compile. More... over 17 years ago
Updated Rakefile to Rubygame 2.4.1. More... over 17 years ago
Updated NEWS for Rubygame 2.4.1. More... over 17 years ago