userJames Kingcancel

7,937 Commits over 3,745 Days - 0.09cph!

10 Years Ago
Fix for coroutine awaitables iterating prematurely.
10 Years Ago
Added assembly meta files to see if that fixes an issue with new clones.
10 Years Ago
Added assembly meta files to see if that fixes an issue with new clones.
10 Years Ago
Now forces the use of gmcs rather than mcs for Unix systems.
10 Years Ago
Now forces the use of gmcs rather than mcs for Unix systems.
10 Years Ago
Added commands to copy required libraries to Binaries for GamePackager.
10 Years Ago
Added commands to copy required libraries to Binaries for GamePackager.
10 Years Ago
Possible fix for incorrect path separators on Macs.
10 Years Ago
Possible fix for incorrect path separators on Macs.
10 Years Ago
Fixed missing System.Core reference.
10 Years Ago
Fixed missing System.Core reference.
10 Years Ago
Fix for warning spam.
10 Years Ago
Fix for warning spam.
10 Years Ago
Added Unity/Assets/Plugins/Editor to source control.
10 Years Ago
Added Unity/Assets/Plugins/Editor to source control.
10 Years Ago
Added premake5.exe
10 Years Ago
Added premake5.exe
10 Years Ago
Updated README.md
10 Years Ago
Updated README.md
10 Years Ago
Updated .gitignore
10 Years Ago
Updated .gitignore
10 Years Ago
Upgraded premake to recent development build, removed prepackaged game files.
10 Years Ago
Upgraded premake to recent development build, removed prepackaged game files.
10 Years Ago
Premake script now generates game project files.
10 Years Ago
Premake script now generates game project files.
10 Years Ago
Updated premake4.lua
10 Years Ago
Updated premake4.lua
10 Years Ago
Renamed GameAPI.lua to premake4.lua
10 Years Ago
Renamed GameAPI.lua to premake4.lua
10 Years Ago
Added premake4 script.
10 Years Ago
Added premake4 script.
10 Years Ago
Finished cleaning project.
10 Years Ago
Finished cleaning project.
10 Years Ago
Removed visual studio files.
10 Years Ago
Removed visual studio files.
10 Years Ago
Removed compiled binaries.
10 Years Ago
Removed compiled binaries.
10 Years Ago
Added word wrapping to the BudgetBoy.Text class.
10 Years Ago
Added word wrapping to the BudgetBoy.Text class.
10 Years Ago
Another possible fix.
10 Years Ago
Another possible fix.
10 Years Ago
Possible fix for coroutines added to Sequential / Parallel aborting early.
10 Years Ago
Possible fix for coroutines added to Sequential / Parallel aborting early.
10 Years Ago
Fixed Parallel / Sequential Add methods, allowed IEnumerator<Awaitable> methods to be used as coroutines.
10 Years Ago
Fixed Parallel / Sequential Add methods, allowed IEnumerator<Awaitable> methods to be used as coroutines.
10 Years Ago
Fixed coroutine method calls not being usable for Parallel/Sequential Add methods.
10 Years Ago
Fixed coroutine method calls not being usable for Parallel/Sequential Add methods.
10 Years Ago
Changed Sequential and Parallel to have more control over how they terminate.
10 Years Ago
Changed Sequential and Parallel to have more control over how they terminate.
10 Years Ago
Added alternative constructors for Sequential and Parallel that instruct them to wait for inner awaitables.