userJames Kingcancel

7,680 Commits over 3,684 Days - 0.09cph!

10 Years Ago
Added VS project file for Mazing and removed some default parameter values so the game can be packaged on Windows.
10 Years Ago
Added VS project file for Mazing and removed some default parameter values so the game can be packaged on Windows.
10 Years Ago
Fixed blank tiles being rendered incorrectly (by being rendered).
10 Years Ago
Fixed blank tiles being rendered incorrectly (by being rendered).
10 Years Ago
Tilemaps are mostly working.
10 Years Ago
Tilemaps are mostly working.
10 Years Ago
Added average frame size logging.
10 Years Ago
Added average frame size logging.
10 Years Ago
Implemented Tilemap rendering from stream, untested.
10 Years Ago
Implemented Tilemap rendering from stream, untested.
10 Years Ago
Refactored BudgetBoy.Graphics.
10 Years Ago
Refactored BudgetBoy.Graphics.
10 Years Ago
Implemented writing Tilemaps to stream, no reading and rendering yet.
10 Years Ago
Implemented writing Tilemaps to stream, no reading and rendering yet.
10 Years Ago
Added Tilemap.SetTile and Tilemap.ClearTile.
10 Years Ago
Added Tilemap.SetTile and Tilemap.ClearTile.
10 Years Ago
Initial work on tile maps.
10 Years Ago
Initial work on tile maps.
10 Years Ago
Added Stage.GetLayer(renderable) and Stage.SetLayer(renderable, layer)
10 Years Ago
Added Stage.GetLayer(renderable) and Stage.SetLayer(renderable, layer)
10 Years Ago
Images are now packed down to 2 bits per pixel.
10 Years Ago
Images are now packed down to 2 bits per pixel.
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Merge branch 'master' of arcade
10 Years Ago
Added layers for sprites in entities, and Entity.RemoveSprite(sprite), Entity.SetSpriteLayer(sprite, layer) and Entity.GetSpriteLayer(sprite).
10 Years Ago
Added layers for sprites in entities, and Entity.RemoveSprite(sprite), Entity.SetSpriteLayer(sprite, layer) and Entity.GetSpriteLayer(sprite).
10 Years Ago
Added a PlayAnimation coroutine class.
10 Years Ago
Added a PlayAnimation coroutine class.
10 Years Ago
Merge branch 'master' of arcade Conflicts: Resources/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
10 Years Ago
Merge branch 'master' of arcade Conflicts: Resources/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
10 Years Ago
Added Animation.IsLooping (settable, defaults to true) and Animation.IsComplete properties, and an Animation.Completed event.
10 Years Ago
Added Animation.IsLooping (settable, defaults to true) and Animation.IsComplete properties, and an Animation.Completed event.
10 Years Ago
Fixed audio popping.
10 Years Ago
Fixed audio popping.
10 Years Ago
Fixed analogue stick vertical axes being inverted.
10 Years Ago
Fixed analogue stick vertical axes being inverted.
10 Years Ago
Fixed the mysterious bug causing cabinets to be uncontrollable.
10 Years Ago
Fixed the mysterious bug causing cabinets to be uncontrollable.
10 Years Ago
Sound playback works, might need some tweaking to eliminate clicks.
10 Years Ago
Sound playback works, might need some tweaking to eliminate clicks.
10 Years Ago
Entity.OnLoadGraphics is now called when an entity is added to a stage, and added Entity.OnReady which is called when all other initialization methods have been called.
10 Years Ago
Entity.OnLoadGraphics is now called when an entity is added to a stage, and added Entity.OnReady which is called when all other initialization methods have been called.
10 Years Ago
Tweaked audio sources to have useful names and better locations.
10 Years Ago
Tweaked audio sources to have useful names and better locations.
10 Years Ago
Audio basics implemented, untested.
10 Years Ago
Audio basics implemented, untested.
10 Years Ago
Implemented WAV file loading into a Sound object (no playback yet).
10 Years Ago
Implemented WAV file loading into a Sound object (no playback yet).
10 Years Ago
Updated unity files omitted from previous commit.
10 Years Ago
Updated unity files omitted from previous commit.