3,393 Commits over 273 Days - 0.52cph!
Merge branch 'master' of arcade
Exposed writing and rendering to / from streams in GameBase
Exposed writing and rendering to / from streams in GameBase
added userprefs to gitignore
added userprefs to gitignore
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of github.com:Facepunch/arcade
Graphics.GetImage logs the image name if it cant find it
Graphics.GetImage logs the image name if it cant find it
added mousewheel zooming for the demo scene
added mousewheel zooming for the demo scene
Merge branch 'master' into networking
Conflicts:
Unity/ProjectSettings/InputManager.asset
Merge branch 'master' into networking
Conflicts:
Unity/ProjectSettings/InputManager.asset
Fixed scripts within subdirectories not being compiled.
Fixed scripts within subdirectories not being compiled.
Merge branch 'master' of arcade
Conflicts:
Resources/GameAPI.BudgetBoy.dll
Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
Merge branch 'master' of arcade
Conflicts:
Resources/GameAPI.BudgetBoy.dll
Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
Made Entity.Stage setter internal.
Made Entity.Stage setter internal.
Added comments to the Swatch class.
Added comments to the Swatch class.
Added implicit conversions between Color24 and int, and some comments for swatch related methods in Palette.
Added implicit conversions between Color24 and int, and some comments for swatch related methods in Palette.
client spawns an entity when arcade screen is clicked, this is so I can see if I can get the serialized graphics data replicated to clients
client spawns an entity when arcade screen is clicked, this is so I can see if I can get the serialized graphics data replicated to clients
Merge branch 'master' into networking
Merge branch 'master' into networking
Included fix for a possible issue when rendering from a stream, and a partial implementation of rendering from a stream.
Included fix for a possible issue when rendering from a stream, and a partial implementation of rendering from a stream.
Fix for camera translation not being networked.
Fix for camera translation not being networked.
Included latest release builds of the API.
Included latest release builds of the API.
Partial implementation of guessing non-grayscale swatches, probably going to revert.
Partial implementation of guessing non-grayscale swatches, probably going to revert.
Reverted to old image asset loading.
Reverted to old image asset loading.
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
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
Some more graphics stream compression.