reporust_rebootcancel

137,445 Commits over 4,474 Days - 1.28cph!

56 Days Ago
Merge from props_usage
56 Days Ago
Mat tweaks.
56 Days Ago
Light fix
56 Days Ago
Various torch related.
56 Days Ago
add RRP billboard lighting to Particle AddSmooth, fix error in PixelLit 6-Point
56 Days Ago
Industrial Torch - Updated textures, rendered icon, updated icon renderer script in entity prefab
56 Days Ago
Fixed IconRender scene using the old UI input system module
56 Days Ago
merge from keyboard_layouts_fix
56 Days Ago
Fix bind_default stomping player rebinds when the default command was left unbound
56 Days Ago
merge from premium_rebrand
56 Days Ago
Compile fix
56 Days Ago
merge from premium_rebrand
56 Days Ago
Tweaks, deleted old premium modal
56 Days Ago
Updating burstcloth constraints for industrial torch
56 Days Ago
Deleted some old assets Reserialized a bunch of menuui2 prefabs
56 Days Ago
Updated premium server browser tag
56 Days Ago
Broken tile prop set
56 Days Ago
more skin set balance
56 Days Ago
RRP BillboardLight logic consistency fix with BRP
56 Days Ago
Swapped premium logo in main menu footer
56 Days Ago
Added UIBorder and UIRoundedCorners
56 Days Ago
Rebuilt the premium modal
56 Days Ago
Full remake of the network analyser UI. Supports: - looking at a delta (last x seconds) - Pin/Compare snapshots side by side - Anomaly Highlighting (needs more work), highlights rows that are particularly expensive considering our bandwidth
56 Days Ago
50cal_animation_improvements -> main
56 Days Ago
merge from main -> optimize_train_track_meshes
56 Days Ago
update apartment_complex_monument/prototype
56 Days Ago
merge from main -> apartment_complex_monument
56 Days Ago
Optim: Replace Physics.OverlapBox with Physics.CheckBox in BaseVehicle.VehicleFixedUpdate Saves allocating the results array, and should be cheaper as well Tests: none, trivial change
56 Days Ago
Allow toggling more than one gameobject based on ammo > 1
56 Days Ago
merge from fix_additional_projects_slnx -> main
56 Days Ago
Optim: get rid of string alloc in BaseCombatEntity.Hurt 1alloc/32b Tests: none, trivial change
56 Days Ago
Add horse triggers at front door of apartment to prevent people smuggling horses into their hotel rooms
56 Days Ago
Forgot the M16
56 Days Ago
female/light skin brightness balance pass
56 Days Ago
Better fix, make setting ammo_true false params its own option on the component
56 Days Ago
Merge: from main
56 Days Ago
Optim: SpawnGroup - SpawnInstances not returns a List instead of IEnumerable Allows to save on iterator allocation, 40b Tests: none, trivial change
56 Days Ago
Fixed crosshair popups regression from my recent generic popup changes
56 Days Ago
Optim: cache UpdateNetworkGroup invoke Saves 1 alloc/128b Tests: none, trivial change
56 Days Ago
Optim: cache PlayRadioChatter invoke Saves 1 alloc/128b Tests: none, trivial change
56 Days Ago
merge from spraycan_reskin_refactor
56 Days Ago
Quick fix for ammo_true and false params not being set on viewmodel component
56 Days Ago
Minor cleanup Move CanBuild check further down Fix spray fail response logging to console of the whole net group Remove rundant codelock parent field Disallow reskinning turrets if not authed Disallow reskinning Busy doors Prevent potential error when reskinning io with mismatched slot counts
56 Days Ago
male/light skin brightness balance pass
56 Days Ago
Optim: cache 2 invokes in Buoyancy.CheckSleepState Saves 2 allocs/256b Tests: none, trivial change
56 Days Ago
Intial setup for reload variants, shells visible in mag dependant on state (wip)
56 Days Ago
Glass AR - model and texture update, added extra materials for testing
56 Days Ago
Optim: cache RemoveCorpse invoke Saves 3 allocs, 384b total Tests: none, trivial change
56 Days Ago
exported updated vm m16a2 anims
56 Days Ago
Fix compile errors (explicit namespace) after fixing additional projects