0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a bug with the notifer for BasicGameObjectManager. Physics is now stepped at the correct interval. Added exclude_all_physicals to Physical. Tweaked many LifeTank settings in hopes of getting a bottom balance to work. More... over 14 years ago
Merge branch 'master' of ssh://[email protected]/jemini~mainline More... over 14 years ago
Returned LifeTank to working order. Soon the new weapons will be reintergrated. More... over 14 years ago
Magnetism value was reversed; fixed. More... over 14 years ago
If set_static_body was called on a moving Physical, it would keep moving; fixed. More... over 14 years ago
Merge branch 'master' of ssh://[email protected]/jemini~mainline More... over 14 years ago
Removed GravitySource to replace with Magnetic. Fixed bug where Magnetic used position instead of body_position so it will work on non-PhysicalSprites (just Physicals). More... over 14 years ago
GravitySource deprecated per Logan; removed. More... over 14 years ago
Updated for new API; uses position= instead of move. More... over 14 years ago
Merge branch 'master' of ssh://[email protected]/gemini~mainline More... over 14 years ago
Merge branch 'master' of ssh://[email protected]/gemini~mainline More... over 14 years ago
Movable no longer nils out movement data after notify (destroying movement data made during the notification). More... over 14 years ago
Logan's fix for eval error on 1.8.6 ruby, plus better error reporting. More... over 14 years ago
Merge branch 'master' of ssh://[email protected]/gemini~mainline More... over 14 years ago
Added DrawableLine for drawing lines on the screen. BaseState now has screen_size vector rather than screen_width and screen_height. The old methods exist but have been deprecated. More... over 14 years ago
RDocs now use README.txt for index. More... over 14 years ago
Merge branch 'master' of ssh://[email protected]/gemini~mainline More... over 14 years ago
RDocs added. More... over 14 years ago
Updated generator for new game instantiation mechanism. Testing may be needed. More... over 14 years ago
Game now works if always_render is not provided. Life-Tank works with new game creation mechanism. More... over 14 years ago
Fixed GridBound's snap_to_grid. Vector's inspect should give at least x/y now. GridBound's adjacent_grid methods now support diaganol cardinal directions. Took out Main from gemini.rb and renamed it Game. Instances methods on Game allow for a game instance to be used in other apps (such as the Features app). Game needs tests. Skeleton needs fixing. More... over 14 years ago
Added rdocs for managers. More... over 14 years ago
Merge branch 'master' of ssh://[email protected]/gemini~mainline More... over 14 years ago
Spelling nazi. More... over 14 years ago
Added snap_to_grid to GridBound. More... over 14 years ago
Added move_to_adjacent_grid and other helps for GridBound. New feature tested. More... over 14 years ago
Fixed #move dependency on StaticSprite, using #position= instead. More... over 14 years ago
Behavior now has listen_for class method for registering listeners. All behaviors registering custom listeners should use this (unless using wrapped methods). Fixes to input manager to prevent noisy tests due to multiple requires. Specced out GridBound more. More... over 14 years ago
Fixed some issues with wrap_with_callbacks on spatial. Fixed some behavior that relied on move. Fixed shell firing in Life-Tank (other modes may not work however). More... over 14 years ago
Some more helpers and notes added to Vector (#near?). Float now has near? as well. Movable reconstituted with specs added. More... over 14 years ago