859 Commits over 153 Days - 0.23cph!
Audio and Controls providers implemented, just Graphics to go.
Finished abstracting away everything Unity related from GameAPI.BudgetBoy.
Finished abstracting away everything Unity related from GameAPI.BudgetBoy.
Graphics, audio and controls abstracted. GameAPI now compiles.
Graphics, audio and controls abstracted. GameAPI now compiles.
Finished abstracting audio.
Finished abstracting audio.
Started massive refactor to move all Unity stuff to GameAPI.Unity
Started massive refactor to move all Unity stuff to GameAPI.Unity
Added GameAPI.Unity project.
Added GameAPI.Unity project.
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/GameAPI.BudgetBoy.csproj
GameAPI/GameAPI.csproj
Merge branch 'master' of arcade into js-scripting
Conflicts:
GameAPI.BudgetBoy/GameAPI.BudgetBoy.csproj
GameAPI/GameAPI.csproj
Scissor rectangles now work.
Scissor rectangles now work.
Implemented setting / clearing scissor rects (they don't do anything yet).
Implemented setting / clearing scissor rects (they don't do anything yet).
Renamed Bounds to RectF and added a RectI struct.
Renamed Bounds to RectF and added a RectI struct.
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.
Fix for coroutine awaitables iterating prematurely.
Fix for coroutine awaitables iterating prematurely.
Added assembly meta files to see if that fixes an issue with new clones.
Added assembly meta files to see if that fixes an issue with new clones.
Now forces the use of gmcs rather than mcs for Unix systems.
Now forces the use of gmcs rather than mcs for Unix systems.
Added commands to copy required libraries to Binaries for GamePackager.
Added commands to copy required libraries to Binaries for GamePackager.
Possible fix for incorrect path separators on Macs.
Possible fix for incorrect path separators on Macs.
Fixed missing System.Core reference.
Fixed missing System.Core reference.
Added Unity/Assets/Plugins/Editor to source control.
Added Unity/Assets/Plugins/Editor to source control.
Upgraded premake to recent development build, removed prepackaged game files.
Upgraded premake to recent development build, removed prepackaged game files.
Premake script now generates game project files.
Premake script now generates game project files.
Renamed GameAPI.lua to premake4.lua