255,370 Commits over 3,990 Days - 2.67cph!

11 Years Ago
Updated VSDoc metadata
11 Years Ago
Updated VSDoc metadata
11 Years Ago
Should prevent door stacking
11 Years Ago
Added implicit conversions between Color24 and int, and some comments for swatch related methods in Palette.
11 Years Ago
Added implicit conversions between Color24 and int, and some comments for swatch related methods in Palette.
11 Years Ago
An icon scene with more intricate rendering/lighting setup.
11 Years Ago
Added comments to the Swatch class.
11 Years Ago
Added comments to the Swatch class.
11 Years Ago
Added lock item Added item slot system Added module: DeployToItem Added module: ItemSlot Renamed item hook OnCreated to onCreated Removed item.name (redundant) Locks are now a seperate deployable item protocol++
11 Years Ago
Made Entity.Stage setter internal.
11 Years Ago
Made Entity.Stage setter internal.
11 Years Ago
Merge branch 'master' of arcade Conflicts: Resources/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
11 Years Ago
Merge branch 'master' of arcade Conflicts: Resources/GameAPI.BudgetBoy.dll Unity/Assets/Plugins/GameAPI.BudgetBoy.dll
11 Years Ago
Fixed scripts within subdirectories not being compiled.
11 Years Ago
Fixed scripts within subdirectories not being compiled.
11 Years Ago
Fixed all sorts of issues with the billboard import settings of the new trees
11 Years Ago
Fixed some issues regarding AI system performance
11 Years Ago
Fixed prone being on in player models (!)
11 Years Ago
Calibrated the LODing on all field trees
11 Years Ago
Ignoring UnityVS.VersionSpecific.dll and meta
11 Years Ago
Deleting UnityVS.VersionSpecific.dll (it auto re-creates itself)
11 Years Ago
Field tree billboard mats and normalmap meta fix.
11 Years Ago
Proper billboard import settings, and cleaned up old clutter.
11 Years Ago
Field tree lod billboard textures
11 Years Ago
Merge branch 'master' into networking Conflicts: Unity/ProjectSettings/InputManager.asset
11 Years Ago
Merge branch 'master' into networking Conflicts: Unity/ProjectSettings/InputManager.asset
11 Years Ago
removed bouncy ball
11 Years Ago
removed bouncy ball
11 Years Ago
added mousewheel zooming for the demo scene
11 Years Ago
added mousewheel zooming for the demo scene
11 Years Ago
removed unused var
11 Years Ago
removed unused var
11 Years Ago
Graphics.GetImage logs the image name if it cant find it
11 Years Ago
Graphics.GetImage logs the image name if it cant find it
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
added userprefs to gitignore
11 Years Ago
added userprefs to gitignore
11 Years Ago
Exposed writing and rendering to / from streams in GameBase
11 Years Ago
Exposed writing and rendering to / from streams in GameBase
11 Years Ago
Tidied a lot of shit up making road and zone factorties. Need to keep track of how often generate is called for each road section Need to generate meshes again making sure that positions are updated properly
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Switched '{0}' for '#' in animation constructor patterns.
11 Years Ago
Switched '{0}' for '#' in animation constructor patterns.
11 Years Ago
server spawns a cabinet on MapLoadDone
11 Years Ago
server spawns a cabinet on MapLoadDone
11 Years Ago
Removed redundant line from build_all.sh
11 Years Ago
Removed redundant line from build_all.sh
11 Years Ago
Merge branch 'master' into networking