242,748 Commits over 3,867 Days - 2.62cph!
Fixed electrical deployables being offset when placed
Can put evaluations in float inputs
https://files.facepunch.com/garry/7bda74b5-35ac-40c8-91be-322b6b13bf84.mp4
Fix bitvec startup assert
Temporary fix for RenderSceneToPixmap
NetList, NetDictionary (#1447)
* Initial commit
* Make NetworkTableContainer into an internal interface INetworkTableContainer. Use explicit interface implemention to keep members from being exposed to public API.
* Add some exception handling
* Let the INetworkTableContainer handle writing/reading whether it's only changes or a full update
* Backwards compatibility for IList and IDictionary but it isn't ideal so throw a warning to use NetList and NetDictionary
* Fix some documentation. Add ExchangeNetList test. When new instance of NetDictionary or NetList is created, add Reset change immediately. We want clients to know it's completely changed.
* Add appropriate unit tests
* Fix for hashcode
* INetworkCustom. Add tests for NetList, NetDictionary.
* Add example usage
* Better formatting
Set dressing harbor2 progress
Remove TransformHasMoved override that was causing parented kinematic items to disappear when leaving their initial network group
merge from metal_detector
merge from backpack_inventory_debug_tools
merge from ent_physics_debris
Fix fishing not working
Fixed exception when changing servers (PopulateShelters)
Leaderboard backup, run #9244
Merge SkinViewer -> store-ui. Plastic reckons it successfully merged MenuUI.prefab here. We shall see.
Remove ChineseLantern_emissive2.psd meta file
Switch renderers on lots of physics projectiles back to Default instead of Physics Projectiles as we don't render Physics Projectiles
Any colliders were kept on the Physics Projectiles layer
Affected projectiles:
40mm_grenade_he
rocket_basic
rocket_heatseeker
rocket_hv
rocket_smoke
TorpedoStraight
sam_ammo
Dragon launcher is now compatible with viewmodel camera
Fixed non-matching condition amount
Fixed spear being listed as stone spear skin, now wooden
Fixed weapons staying visible while gesturing
Fade in/out menu background overrides
Fix pooling issue with zone name labels for the map
Fix shader error in StandardMap
Prefab Backgrounds and adding clickable item onto nomad
All Prefabs, prefabbed, animated, linked and styled
Fix screen prefabs being disabled when testing them in play mode
tightened up SAP + SAR viewmodel reload animations/ads
reduced SAP movement recoil
Skin viewer test scene now properly supports skins
Replace soft mask with UITransitionEffect because soft mask was breaking when resizing
Misc item all prefabed and animated
Fix being unable to open the takeover pages for things that were already purchased
Replace buy buttons with indicator that the item has already been purchased and cannot be purchased again
Fix trash spawner random spawn timer
Add starting delay property to moving platform
Add PauseTime & ReachEndSound to moving platform
Fix diving AK not assigned to left side of backpack
Tweak offset of smallbackpack (-0.01 Z) , bolt & hmlmg to reduce floating holstered weapons
Move coconut underwear screen back to its proper folder
Initial commit
Make NetworkTableContainer into an internal interface INetworkTableContainer. Use explicit interface implemention to keep members from being exposed to public API.
Add some exception handling
Let the INetworkTableContainer handle writing/reading whether it's only changes or a full update
Backwards compatibility for IList and IDictionary but it isn't ideal so throw a warning to use NetList and NetDictionary
Fix some documentation. Add ExchangeNetList test. When new instance of NetDictionary or NetList is created, add Reset change immediately. We want clients to know it's completely changed.
Add appropriate unit tests
Fix for hashcode
INetworkCustom. Add tests for NetList, NetDictionary.
Add example usage
Better formatting