brancharcade/ovrcancel

1,415 Commits over 122 Days - 0.48cph!

11 Years Ago
Fixed audio event listeners lingering after a game gets switched.
11 Years Ago
Game name input box now turns red if an invalid name is submitted.
11 Years Ago
Added dedicated text rendering rather than using the Sprite system for each char. Not hooked in to the Text class yet.
11 Years Ago
Finished new text rendering system, emulator graph now plots in kbps (with a default target line of 20kbps).
11 Years Ago
UnityMaterialPropertyBlock instances are now pooled on disposal.
11 Years Ago
Started work on documentation generation, abstracted the code gen helper class and started a HTML implementation.
11 Years Ago
Fixed BindingsGenerator not compiling.
11 Years Ago
Wrapping up for the week.
11 Years Ago
Hopeful fix for bindable instance wrappers that inherit from other wrappers not having all members bound.
11 Years Ago
Exposed GameBase.IsScoreHighscore
11 Years Ago
[ultimate_soldier] think i finally fixed bodies overlapping walls
11 Years Ago
[ultimate_soldier] soldiers drop gun when shot
11 Years Ago
[ultimate_soldier] fixed that white line on the first frame
11 Years Ago
[ultimate_soldier] guns collide with walls
11 Years Ago
[ultimate_soldier] guns on ground highlighted when youre touching them
11 Years Ago
Implemented basic documentation generation for struct bindings.
11 Years Ago
fixed Controls.Start not working
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
Updated SmashBloxJS
11 Years Ago
About to start generating to gh-pages.
11 Years Ago
[ultimate_soldier] guns cant go out of bounds
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
Update premake5.lua
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
Added submodule for docs.
11 Years Ago
Fixed documentation submodule path.
11 Years Ago
Fixed Documentation submodule.
11 Years Ago
Fixed documentation being outputted to the wrong directory.
11 Years Ago
Fixed HTML opening tags in the doc generator, initial documentation commit.
11 Years Ago
[ultimate_soldier] pick up gun with right click
11 Years Ago
Finished implementing basic documentation generation for each type.
11 Years Ago
Implemented index page generation.
11 Years Ago
Updated documentation.
11 Years Ago
Generated docs now describe inheritance.
11 Years Ago
Added static function and constant documentation generation.
11 Years Ago
Updated documentation.
11 Years Ago
Updated documentation.
11 Years Ago
test
11 Years Ago
Temporarily purged SmashBloxJS
11 Years Ago
Added SmashBloxJS sub module (I think)
11 Years Ago
attempting to delete submodule
11 Years Ago
updated .gitmodules
11 Years Ago
Added SmashBloxJS submodule
11 Years Ago
Updated submodule
11 Years Ago
test commit (well that was easy, just have to refresh sourcetree)
11 Years Ago
Updated to latest Steamworks.NET because steam authing stopped working
11 Years Ago
[ultimate_soldier] guns have limited ammo
11 Years Ago
some sort of merge
11 Years Ago
Added binding for GameBase.Reset();
11 Years Ago
Game directory is now created if it does not already exist.