repoarcadecancel

3,393 Commits over 273 Days - 0.52cph!

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