195,255 Commits over 4,079 Days - 1.99cph!

11 Years Ago
[ultimate_soldier] Tweaked level generation to ensure there are no dead ends.
11 Years Ago
Merge branch 'master' of arcade
11 Years Ago
Set ConsolePanel.MaxRows back to 20.
11 Years Ago
Moved UI related scripts from GameAPI.Unity to Assets.
11 Years Ago
Prefabs -> Update now rebuilds clothing collisions Fixed some clothing bones not being registered properly, leading to warnings/errors in console
11 Years Ago
[ultimate_soldiers] civilians move around too fast
11 Years Ago
Because meta.
11 Years Ago
Hhmmmm!
11 Years Ago
Hmm
11 Years Ago
- Refactored CameraController, split into a partial - Added RTSCameraPro as an example of some more camera functionality - Added CameraPath3 - Added Bird Flock - Cleaned up Tree assets - Removed redundant Season settings
11 Years Ago
Merge branch 'master' of github.com:Facepunch/arcade
11 Years Ago
[ultimate_soldier] started working on civilians
11 Years Ago
Game list extends the full screen height
11 Years Ago
[ultimate_soldier] gun weight affects movespeed
11 Years Ago
[ultimate_soldier] improved the way AI pick up guns
11 Years Ago
[ultimate_soldier] improved the way the AI aims
11 Years Ago
Fixed reset button, not sure how this even broke.
11 Years Ago
input manager didn't commit correctly
11 Years Ago
Added console toggle key bind, probably better as a key bind anyway so it can be changed. Removed some unused keybinds.
11 Years Ago
some animations for the oil lantern view model.
11 Years Ago
Completed console for DevKit. Fixed text popups being visible on awake.
11 Years Ago
Tweaked hazmat boots spec.
11 Years Ago
New & old hazmat textures to art repo.
11 Years Ago
Tweaked the crazy strong env reflections, and reworked the hazmat suit.
11 Years Ago
Error checking to radiation effect Fixed PlayerEffects not playing (damage etc)
11 Years Ago
Add event hash to error report to avoid grouping similar errors
11 Years Ago
Added the base for effects.
11 Years Ago
Avoid issues by lowercasing created entity names
11 Years Ago
Forced prefab name generation to lower-case Removed networked datatables + stringpool Added GameManifest asset - which holds common strings Changed HoldType to use an enum instead of strings No longer need to LoadAll resources on startup (faster startup, less memory) Protocol++
11 Years Ago
Game list is now scrollable for when there's lots of games.
11 Years Ago
Toned all the specular down on new terrain material until it gets properly tweaked
11 Years Ago
Added missing meta file
11 Years Ago
Fixed terrain size being really tiny in the default procedural map
11 Years Ago
Switched atlas material to new standard/universal terrain shader; added matching BaseMap shader
11 Years Ago
Adjusted terrain atlas textures import settings Force disabled PVT via script and changed default terrain material to Procedural-ATLAS; updated TerrainGenerator prefab Updated layer masking to handle 4-channel specular Changed some shaders to half precision across the board for some low-end love Added atlas path to "Rust/Standard Procedural Terrain" in order to match the shader used in the menu scene Deleted some seemengly unused shaders that weren't compiling
11 Years Ago
added player gesture anims ( surrender / hurry up)
11 Years Ago
updated player gesture source file
11 Years Ago
Adding weapon animations.
11 Years Ago
Generated terrain texture atlas for Diogo
11 Years Ago
Added material for terrain atlas shader testing
11 Years Ago
Fixed default BudgetBoy paused screen to be centred.
11 Years Ago
Added rifle run animation. Animator parameters are now normalized. There's a problem with speeding the whole animator up. It's causes animations that don't need to be changed to speed up unecessarily.
11 Years Ago
Limited graphics.fov to between 60 and 80
11 Years Ago
Added console toggle button.
11 Years Ago
Always allow the menu to be shown with escape, even on sleeping screen Debug player state for wakeup bug
11 Years Ago
Refactoring in preparation of the forest generation features Petur requested
11 Years Ago
Added GameAPI.Debug.Error(format, ...args).
11 Years Ago
Added GameAPI.Debug.Error(format, ...args).
11 Years Ago
Added GameAPI.Debug.Error(format, ...args).
11 Years Ago
Changed anim timings so that their speed is normalised to 1m/s.