reporust_rebootcancel

130,529 Commits over 4,232 Days - 1.29cph!

2 Months Ago
Assign all textures in the effects folder to the "Effects" mipmap group and enable texture streaming
2 Months Ago
Add mipmap group for effects
2 Months Ago
Time slice tile rebuilding that happens on main thread
2 Months Ago
Remove logs Add back avoidance
2 Months Ago
Switched TimeToWipe to a syncvar, removed the network update and let the clients calculate their end of wipe weather lerp Deep sea wipe convar are replicated 2/? (plastic being plastic)
2 Months Ago
Switched TimeToWipe to a syncvar, removed the network update and let the clients calculate their end of wipe weather lerp Deep sea wipe convar are replicated 1/2
2 Months Ago
merge from modding_ddraw_perms -> main
2 Months Ago
Fix compile error
2 Months Ago
Fix admins not able to run ddraw commands locally - add `ddrawother` command to test server sending ddraw.text command to player
2 Months Ago
Bunch of parenting fixes. Disable triggers in edit mode. Cache once.
2 Months Ago
reduced opacity of chainsaw additive rumble animation
2 Months Ago
merge from main -> modding_ddraw_perms
2 Months Ago
Proper model for improvised_walkway_roof_tarp_300x600_a
2 Months Ago
Merge: from storetakeover_icons - Converts more store logic to use dynamic bundles, reducing ram usage Tests: took memory snapshot in stnadalone build for Store and Home pages
2 Months Ago
rpg incendiary ammunition model with lods, textures, material
2 Months Ago
merge from crosshair_customization
2 Months Ago
Make the code in the export popup selectable
2 Months Ago
Bugfix: UI_Store - preserve which tab was opened when UI_Store is closed Tests: navigated to and away from store in Editor
2 Months Ago
setting up minicrossbow 3p anims
2 Months Ago
Fix colourpicker enable bug, fix texture clear button
2 Months Ago
Clean: remove TODO that turned out unnecessary Tests: none, trivial change
2 Months Ago
Update: UI_StoreItemGrid - allow grid to initialize it's tiles multiple times in a row Tests: clicked between various tabs on the store in editor with bundle backend
2 Months Ago
Update: UI_StoreTakeover - Do not instantiate textures when loading from dynamic bundle Lets us avoid destroy calls, since dynamic bundle unloading destroys things automatically Tests: navigated to the store page in editor with bundle backend
2 Months Ago
Bugfix: ensure dynamic bundle tracks subscriber count accurately This was causing the bundle to not unload in the updated flow Tests: navigated to store in editor with bundle backend
2 Months Ago
wip floorpaper
2 Months Ago
Logo update for charity plushie 02
2 Months Ago
manifest
2 Months Ago
Finally! Working 360 degree avoidance (sixth attempt at avoidance, seems to be the final version!) Stop NPCs on the boat from being targetted as enemies (boat would drive around in circles trying to get close to a passenger) Fix Y values screwing up our targetting vector logic Obstacle system was transforming direction when it didnt need to
2 Months Ago
merge from main
2 Months Ago
Fix loading code not assigning navmesh wrapper to the ptr after creating it, fix null tiles not being handled properly
2 Months Ago
supplied collision mesh for triangle hull block, updated prefab collision scripts
2 Months Ago
Implemented code review feedback, including - Swap cancel & action button positions - Put Crosshair settings above Interaction in the UI settings - Fix code being uppercased in the text field when exporting - Various smaller cleanup bits
2 Months Ago
merge cherry_pick_iteration_speed to main
2 Months Ago
Cherry pick interation speed prefs
2 Months Ago
merge from meta_shit/loot
2 Months Ago
updated powerplant BP fragment spanw location, no longer dorps to floor s2p
2 Months Ago
Restored cargo ship deep sea avoidance following main merge
2 Months Ago
merge from naval_update/deep_sea
2 Months Ago
merge from naval_update
2 Months Ago
Obfuscation changes recommended by Rohan
2 Months Ago
Load balanced the deep sea spawning so it doesnt slow down the server
2 Months Ago
merge iteration_time_improvements to naval_update
2 Months Ago
Disable deep sea in playground
2 Months Ago
Add settings on Editor Preferences to speed up entering playmode
2 Months Ago
BBS fix
2 Months Ago
Fixed blunders in deep sea commands
2 Months Ago
Ensure a full 360 degrees of directions are generated
2 Months Ago
Add proper support for reversing - use the dot product to determine when behind Fix a bunch of incorrect vector space translations More debugging
2 Months Ago
merge from ui_animators_optims
2 Months Ago
Removed death screen animator optims, its causing issues and it doesnt have any significant impact