7,937 Commits over 3,745 Days - 0.09cph!
Merge branch 'master' of arcade
Implemented a custom texture packing algorithm so that the result is the same on all platforms.
Implemented a custom texture packing algorithm so that the result is the same on all platforms.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Sprite atlases are temporarily exported as .png files for debugging.
Sprite atlases are temporarily exported as .png files for debugging.
Darkened the CRT shader minimum brightness.
Darkened the CRT shader minimum brightness.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Started work on a new game.
Started work on a new game.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Removed screen flickering so it's easier to see screen glow colour transitions for testing.
Removed screen flickering so it's easier to see screen glow colour transitions for testing.
Temporary fix for queued sounds only playing when a cabinet stops being remote controlled.
Temporary fix for queued sounds only playing when a cabinet stops being remote controlled.
Tweaked the CRT shader so it can no longer display a perfect black.
Tweaked the CRT shader so it can no longer display a perfect black.
Fixed an error when queuing sound events.
Fixed an error when queuing sound events.
Added a GameCabinet.SoundPlayed event, and a GameBase.QueueSoundFromStream(stream) method.
Added a GameCabinet.SoundPlayed event, and a GameBase.QueueSoundFromStream(stream) method.
Recorded some replacement demos for Mazing.
Recorded some replacement demos for Mazing.
Added a property to GameCabinet to enable bandwidth logging.
Added a property to GameCabinet to enable bandwidth logging.
Attempt at fixing build script syntax errors on Mac OSX.
Attempt at fixing build script syntax errors on Mac OSX.
Implemented approximate screen glow from Tilemap rendering calls.
Implemented approximate screen glow from Tilemap rendering calls.
Added compression to packaged sounds.
Added compression to packaged sounds.
Fix for remote controlled cabinets not having brighter screens.
Fix for remote controlled cabinets not having brighter screens.
Merge branch 'master' of arcade
Merge branch 'master' of arcade
Reconstructed the non-networked test scene.
Reconstructed the non-networked test scene.
Merge branch 'networking' of arcade
Merge branch 'networking' of arcade
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/Mathf.cs
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/Mathf.cs
Fixed compression for .demo files, still errors for images.