Sha256: 36b58efa9cf74134787553624bb28892cc603655da0b70b0ee6ce361459cfab7
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
=== 0.0.1 / 2009-06-19 * Gamebox lives! * got game generation working in ruby 1.8 * initial objects built * Actor/ActorViews (game objects) * Director manages actors * Level manages directors, backgrounds, level goals * Mode manages level loading and order * Behavior system for adding behaviors to actors (ie physical to put an actor into a physical space) * Loading of Levels from an SVG file * Polaris A* path finder * Lots more to come! * examples to show how to use it * netris * roids * rague * nario === 0.0.2 / 2009-06-26 * Bug fix release for RubyWeekend #3 * input_manager had problems with mouse events === 0.0.3 / 2009-06-26 * Bug fix release for RubyWeekend #3 * updatable behavior was not in the manifest === 0.0.4 / 2009-06-27 * Bug fix release for RubyWeekend #3 * added registering for events with input_manager that have no ids (ie i.reg KeyDownEvent do |e| ... will get all keys pressed) === 0.0.5 / 2009-06-28 * Bug fix release for RubyWeekend #3 * sound manager now ignores txt files
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gamebox-0.0.5 | History.txt |