194,539 Commits over 4,079 Days - 1.99cph!

11 Years Ago
Merge branch 'deploy' of arcade Conflicts: Platforms/GameAPI.BudgetBoy/Entity.cs
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
Fixed entities not loading graphics.
11 Years Ago
chicken animations all done. Gonna work on the sound effects now.
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
Replaced Resources.Load prefab loading with PrefabLibrary class
11 Years Ago
Trunk merge
zon
11 Years Ago
Fixed animal patrols on test level.
11 Years Ago
Disabled splat based height offsetting underwater
11 Years Ago
Made bushes cluster more on open fields Increased bush count along forest edges
11 Years Ago
Create the terrain after spawning all landmark and decor (so that dynamic changes applied by decor are already known) Made terrain height offsetting based on splats more extreme
11 Years Ago
Burce Willis aint gon save you now bruh
11 Years Ago
Fixed that the procedural map would load BuildingTest.sav, removing all spawned entities in the process
11 Years Ago
Update building block basic source
11 Years Ago
Partial fix for 2 channel PNG files.
11 Years Ago
Added bobbing and swaying although its a bit shit and needs tweaking. A lot needs linking together.
11 Years Ago
Clouds, birds.
11 Years Ago
Some improved error reporting.
11 Years Ago
Added window bars Replaced placeholder textures on blocks with some different placeholder textures
11 Years Ago
Fixed two missing resolution variable replaces
11 Years Ago
Eagles
11 Years Ago
Flower spread.
11 Years Ago
Switched folders
11 Years Ago
Added some view model stuff.
11 Years Ago
Can build on top of blocks (like floors) Hinged door stability (falls to bits of frame destroyed) Floor placement on supports more permissive Lock is removed properly when door is destroyed
11 Years Ago
Made SceneAsset create its folder if not found
11 Years Ago
11 Years Ago
Qb template cleanup and yellow flower billboard fix
11 Years Ago
Made baked normal and height maps adjustable
11 Years Ago
Added yellow flowers, consolidated flower prefabs to use single mat each.
11 Years Ago
Classes extending Stage don't need to implement a constructor accepting a Game instance any more.
11 Years Ago
Pines ACTUALLY all use the same mats
11 Years Ago
Savannah trees all use the same mats
11 Years Ago
Saved ~70 ALU in terrain shader highest quality mode
11 Years Ago
Fixed rendering and updating order in games.
11 Years Ago
Pines now all use same mats
11 Years Ago
Added Grab Terrain Normal toggle to terrainBlendObj; enabled by default
11 Years Ago
Added some missing documentation for the Entity class.
11 Years Ago
Stability points on all non grounded blocks
11 Years Ago
Entity now implements IEnumerable<Sprite> so that collection initializers can be used, and ensured that sprites are ordered correctly.
11 Years Ago
Updated .gitignore
11 Years Ago
Improved error reporting when loading or updating a game.
11 Years Ago
Fixed UVs on a bunch of placeholder building component meshes Fixed a bunch of pink materials RemoteLog - moved to server prefab (gamesetup is only for the editor)
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
Games are now maximally scaled again.
11 Years Ago
Fixed UVs on a bunch of placeholder building component meshes
11 Years Ago
Fixed compilation error messages not appearing when loading a game via command line.
11 Years Ago
Removed meta file for deleted DLL.
11 Years Ago
[platformer] improved crush detection
11 Years Ago
[platformer] player checks for being crushed