243,576 Commits over 3,898 Days - 2.60cph!
Fixed game.GetWorld, SetGlobal***2 and GetGlobal***2 crashing when called before the world has been initialized
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of github.com:Facepunch/arcade
Tweaked CRT pixel brightness when fully zoomed in.
Tweaked CRT pixel brightness when fully zoomed in.
Adding a speedtree test (not working)
Cleaning up assets a bit.
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of github.com:Facepunch/arcade
Added a higher resolution CRT pixel image.
Added a higher resolution CRT pixel image.
Weapon animations no longer use triggers - this prevents small delays on firing etc
Changed states in the weapon animations (state must be named attack, attack2, reload etc)
Wooden Door Key costs 50 wood (down from 200)
Hammer now has a holdtype
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of github.com:Facepunch/arcade
Added CRT pixel effect to the cabinet screen shader.
Added CRT pixel effect to the cabinet screen shader.
Added icebergs to the procedural system
Done a lot of refactoring of the road stuff. Can now generate a road between two vectors and it will automatically find intersections etc.
Fixed moderators/owners not being properly marked
Crash reporter - scan for crash folders, report crashes from them
Crash reporter: clean up reported logs
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of github.com:Facepunch/arcade
Merge branch 'master' of arcade into js-scripting
Merge branch 'master' of arcade into js-scripting
Fixed screens in edit mode.
Fixed screens in edit mode.
Merge branch 'js-scripting' of arcade
Merge branch 'js-scripting' of arcade
Fixed screens going black after refocusing.
Fixed screens going black after refocusing.
[memory_dungeon] shuffled cards
[memory_dungeon] shuffled cards
Moving towards more defined "what is unity components and what is totem components" for our player controller.
Removed all menu items, replaced with a new game button.
Main menu and loading screen UI tweaks.
Updated scene to stop strange NullReferenceExceptions in Bolt.
Updated scene to stop strange NullReferenceExceptions in Bolt.
Road Sections are now reconfigured properly if the road sections on either side are pointing to a different direction!