859 Commits over 153 Days - 0.23cph!
Removed compiled binaries.
Removed compiled binaries.
Removed visual studio files.
Removed visual studio files.
Finished cleaning project.
Finished cleaning project.
Renamed GameAPI.lua to premake4.lua
Renamed GameAPI.lua to premake4.lua
Premake script now generates game project files.
Premake script now generates game project files.
Upgraded premake to recent development build, removed prepackaged game files.
Upgraded premake to recent development build, removed prepackaged game files.
Added Unity/Assets/Plugins/Editor to source control.
Added Unity/Assets/Plugins/Editor to source control.
Fixed missing System.Core reference.
Fixed missing System.Core reference.
Possible fix for incorrect path separators on Macs.
Possible fix for incorrect path separators on Macs.
Added commands to copy required libraries to Binaries for GamePackager.
Added commands to copy required libraries to Binaries for GamePackager.
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 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.
Fix for coroutine awaitables iterating prematurely.
Fix for coroutine awaitables iterating prematurely.
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.
Renamed Graphics.WidthPixels / Graphics.HeightPixels to just Graphics.Width / Graphics.Height.
Renamed Bounds to RectF and added a RectI struct.
Renamed Bounds to RectF and added a RectI struct.
Implemented setting / clearing scissor rects (they don't do anything yet).
Implemented setting / clearing scissor rects (they don't do anything yet).
Scissor rectangles now work.
Scissor rectangles now work.
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
Added GameAPI.Unity project.
Added GameAPI.Unity project.