255,019 Commits over 3,990 Days - 2.66cph!
Fixed some hardcoded prefab paths in code that weren't lowercase
Tweaked leaderboard positions and sizes for lower aspects
Fixed `KeyboardAndMouseRelative` input type
Removed some crazy inefficient methods from GameManager that should not be used by anything
Eliminated GC allocs from lowercase conversion of prefab names (triggered by spawn handler, decor spawners)
Log warning when having to convert prefab names to lowercase (should never happen)
Added texture usage report tool
Moved all packing tools to tools/textures menu
Fixed roof generation height
Moved roof collision to own object, sets correct layermask
Added AssetNameCache (with GetName / GetNameLower / GetNameUpper extension methods for materials and physic materials)
Eliminated GC allocs from footstep / footprint lookups, hit effect lookups and gib effect lookups
Added wall marker class
roof now generates with collision
Steam dedicated server dlls
Fixed isDedicatedServer not being set
add performance graphs to serverinfo
move serverinfo-bar to seperate file
add serverinfo fps chart
add network i/o chart
change charts
change data collection
charts are collapsible
show fps and entity count in one chart
improve network chart
add player chart (queued, joining, playing, free)
Merge pull request #22 from alexfriesen/improve-serverinfo
Serverinfo performance monitoring
Fixed meat coming for a corpse not having the same cooked state as the corpse
fixes bug where Lobby Owner was unable to be set
Fixes issue where Lobby Owner was being imporperly cached and not updating with the Lobby state.
Merge pull request #62 from kkukshtel/master
update healer model/texture
fix unit panel display
Better display of an entities controller and group in the debug panel
Fixed building addons not inheriting the group and controller of their parent building
Checkpoint gates are open
More complete launchsite pathing for bradley
many movement bugfixes
Bradley Target gathering
Bradley Finds closest node where target is visible to hunt hiding players
Bradley Engine Sounds
Bradley Tread sounds
Rudiementary coaxial gun pass
chimney and ladder updated
Fixed being able to pick up a unit that is already held
Fixed corpse nav mesh agents being turned on when attached to a spit
working on ropes
Merge branch 'master' of github.com:Facepunch/SpaceUsurperUnity
fsm controller, stage fsm
Ladder LODs, and switch ladder code orientation to match the ladder model.
Fixed a couple of NREs that drug zones were throwing in this branch
Adjusted ladder movement and slowed down climbing up speed
Custom unlock triggers are now working.
Game Modes define which tutorials will be displayed.
Added a time trigger which triggers after a certain amount of time.
Added some animation preview functionality to the Unit Attachments Editor
-Can now toggle on/off unit shoulder carrying animations for more accurate positioning
-Can now preview/modify attachment points for carried units
-Can set carried units into their IsCarried animation state for more accurate positioning
Death log shows weapon name for all entities
TiledSurface stuff all working ?!
Fixed corpses not getting their isCarried animator state properly set when loading the game
Fixed partial map support for HQN path
Fixed attachment animator bools/positions for deer
Tweaked attachment position for carrying logs
Pawn shop UI work, and removed public access to separate character inventories. Makes it clearer that the unified inventory is almost always the one you want to reference, and if not you can make a special method to call in Character.
Added BaseWorldEntity.EnableGravity
RPG uses physics
▍██▅ ▄▄▍▅▆▍ / ▇▊▋▆▍▋▄▉█ / ▄▍▆▋▉▌▉
Pawn shop transaction work