userJames Kingcancel

8,321 Commits over 3,865 Days - 0.09cph!

11 Years Ago
Screens now automatically resize to match the aspect ratio of the game.
11 Years Ago
Games can now specify their own resolutions and update rates.
11 Years Ago
Games can now specify their own resolutions and update rates.
11 Years Ago
Fixed camera juddering in the test game.
11 Years Ago
Fixed camera juddering in the test game.
11 Years Ago
More compression.
11 Years Ago
More compression.
11 Years Ago
Some more graphics stream compression.
11 Years Ago
Some more graphics stream compression.
11 Years Ago
Merge branch 'master' of arcade into networking Conflicts: Resources/GameAPI.BudgetBoy.dll Resources/GameAPI.dll Resources/GamePackager.exe Unity/Assets/Plugins/Editor/GameAPI.Editor.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.dll
11 Years Ago
Merge branch 'master' of arcade into networking Conflicts: Resources/GameAPI.BudgetBoy.dll Resources/GameAPI.dll Resources/GamePackager.exe Unity/Assets/Plugins/Editor/GameAPI.Editor.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.dll
11 Years Ago
Reverted to old image asset loading.
11 Years Ago
Reverted to old image asset loading.
11 Years Ago
Partial implementation of guessing non-grayscale swatches, probably going to revert.
11 Years Ago
Partial implementation of guessing non-grayscale swatches, probably going to revert.
11 Years Ago
Included latest release builds of the API.
11 Years Ago
Included latest release builds of the API.
11 Years Ago
Fix for camera translation not being networked.
11 Years Ago
Fix for camera translation not being networked.
11 Years Ago
Included fix for a possible issue when rendering from a stream, and a partial implementation of rendering from a stream.
11 Years Ago
Included fix for a possible issue when rendering from a stream, and a partial implementation of rendering from a stream.
11 Years Ago
Commented Swatch fields.
11 Years Ago
Commented Swatch fields.
11 Years Ago
Updated VSDoc metadata
11 Years Ago
Updated VSDoc metadata
11 Years Ago
Updated VSDoc metadata
11 Years Ago
Updated VSDoc metadata
11 Years Ago
Added implicit conversions between Color24 and int, and some comments for swatch related methods in Palette.
11 Years Ago
Added implicit conversions between Color24 and int, and some comments for swatch related methods in Palette.
11 Years Ago
Added comments to the Swatch class.
11 Years Ago
Added comments to the Swatch class.
11 Years Ago
Made Entity.Stage setter internal.
11 Years Ago
Made Entity.Stage setter internal.
11 Years Ago
Merge branch 'master' of arcade Conflicts: Resources/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
11 Years Ago
Merge branch 'master' of arcade Conflicts: Resources/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
11 Years Ago
Fixed scripts within subdirectories not being compiled.
11 Years Ago
Fixed scripts within subdirectories not being compiled.
11 Years Ago
Exposed writing and rendering to / from streams in GameBase
11 Years Ago
Exposed writing and rendering to / from streams in GameBase
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Switched '{0}' for '#' in animation constructor patterns.
11 Years Ago
Switched '{0}' for '#' in animation constructor patterns.
11 Years Ago
Added possibly redundant exit lines to the end of shell scripts.
11 Years Ago
Added possibly redundant exit lines to the end of shell scripts.
11 Years Ago
Hopefully fixed an issue with build_all.sh
11 Years Ago
Hopefully fixed an issue with build_all.sh
11 Years Ago
Cabinets now retain changes made in the inspector.
11 Years Ago
Cabinets now retain changes made in the inspector.
11 Years Ago
Added a new method to create animations.