repoarcadecancel

3,393 Commits over 273 Days - 0.52cph!

10 Years Ago
Removed `ResourceLibrary` from documentation generation.
10 Years Ago
Finished hiding `ResourceLibrary` from games.
10 Years Ago
Added `GameAPI.Resources` class to hide `ResourceLibrary.ResourceVolume`.
10 Years Ago
Added `GameAPI.ResourceManager` class to wrap `ResourceLibrary.ArchiveLibrary`.
10 Years Ago
Documentation updated during deployment build 282725b1-2d3b-4eb9-b7b0-e0c498378e98.
10 Years Ago
Documentation updated during deployment build 282725b1-2d3b-4eb9-b7b0-e0c498378e98.
10 Years Ago
Added `ResourceLibrary` project to doc generation.
10 Years Ago
Merge branch 'deploy'
10 Years Ago
Removed `Tutorial` game.
10 Years Ago
Documentation updated during deployment build efca2e0d-6d6b-498a-bf99-3a2aa576507a.
10 Years Ago
Documentation updated during deployment build efca2e0d-6d6b-498a-bf99-3a2aa576507a.
10 Years Ago
Added download link to the custom resource type tutorial.
10 Years Ago
Documentation updated during deployment build 51ff2acc-9450-45be-a727-daf287c2a365.
10 Years Ago
Documentation updated during deployment build 51ff2acc-9450-45be-a727-daf287c2a365.
10 Years Ago
Fixed some mistakes in the resource type tutorial.
10 Years Ago
Documentation updated during deployment build 81185f4f-5cc5-4429-b2dd-db128ebe1321.
10 Years Ago
Documentation updated during deployment build 81185f4f-5cc5-4429-b2dd-db128ebe1321.
10 Years Ago
Finished draft of custom resource tutorial.
10 Years Ago
Started writing a resource registering tutorial.
10 Years Ago
Updated UnityEngine.UI.dll path for Unity 4.6.1
10 Years Ago
Final fix for web builds?
10 Years Ago
Fixed error when building for Unity 4.
10 Years Ago
Fixed web player build errors, console is more rigorously disabled in web player.
10 Years Ago
New API version for debug builds.
10 Years Ago
New API version for debug builds.
10 Years Ago
`RestSharp.dll` in `Assets/Plugins` is now removed during web player builds.
10 Years Ago
Fixed web player builds failing due to a reference to `RestSharp.dll`.
10 Years Ago
Debug builds now specify API version `b07f10a5-f4f9-466e-81df-a0e6b82a5d05`.
10 Years Ago
Updated `Unity\DevKit\Assets\Plugins\ICSharpCode.SharpZipLib.dll.meta`.
10 Years Ago
Fixed incorrect game package location being used when uploading.
10 Years Ago
Pressing submit on login dialog will attempt login. Added close button to upload dialog.
10 Years Ago
Documentation updated during deployment build b07f10a5-f4f9-466e-81df-a0e6b82a5d05.
10 Years Ago
Documentation updated during deployment build b07f10a5-f4f9-466e-81df-a0e6b82a5d05.
10 Years Ago
Tweaked cabinet brightness in `SingleGameTest`.
10 Years Ago
Fixed Unity sneakily renaming generated .pdb files causing them to be packaged in deployments.
10 Years Ago
Basic game upload dialog functionality implemented.
10 Years Ago
DevKit now remembers if you have an existing Web API session when you upload a game.
10 Years Ago
Login dialog now reacts intuitively to a failed attempt, implemented pagination to remote game selection when uploading.
10 Years Ago
Added `String.Pluralize()` and `TimeSpan.ToApproxString()` extension methods.
10 Years Ago
[ultimate_soldier] fixed hitboxes
10 Years Ago
Started working on a game upload dialog to select which game you wish to update.
10 Years Ago
[racer] Started working on post-race stuff.
10 Years Ago
Increased screen base brightness range.
10 Years Ago
[racer] Finished car collision resolution.
10 Years Ago
[racer] Basic car collision detection and response, although response needs improvement.
10 Years Ago
Added `RectF.GetCorners()`.
10 Years Ago
Finished implementing `Mathf.LinesIntersect()`.
10 Years Ago
Fixed games not updating correctly.
10 Years Ago
Fixed necessity for `base.OnUpdate()` to be invoked in classes extending `GameBase`, whereas `base.OnRender()` is purely optional.
10 Years Ago
Some tweaks after moving to b20.