reporust_rebootcancel

129,782 Commits over 4,232 Days - 1.28cph!

5 Days Ago
Ensure input is displayed brighter than logs
5 Days Ago
Can now submit console commands to the new console ui - Split off the display from the processing part of the console UI
5 Days Ago
Update: allow inspecting instructions at address-like values Need to improve stream decoding in those cases, as it can run away to 12k lines of assembly even though the method was over on line 10. Tests: viewed BasePlayer::BoxTest
5 Days Ago
Added "Equip" button for wearable items Added giveequip command Works half of the time, it can't swap existing items currently
5 Days Ago
simple modders red puzzle prefab
5 Days Ago
Final cliff placement.
5 Days Ago
Added prevent movement volumes to the casino above the big wheel room to stop players from getting to inaccessible areas
5 Days Ago
Floating cities scene2prefab
5 Days Ago
merge from vehicle_large
5 Days Ago
merge from boat_building
5 Days Ago
slick ball arcade game updated the game board and tweaked light positions and added sunken submarine backlit lights prefab balls per game increased
5 Days Ago
compile fixes
5 Days Ago
breaking BaseSculpture down into multiple files, getting unmanageable
5 Days Ago
merge from pointgrid_to_sdf
5 Days Ago
small cleanup
5 Days Ago
Slightly broken attempt at parallelizing ball collisions
5 Days Ago
Added `applygenes` admin command - applies a given gene sequence to the clone/seed in your hands
5 Days Ago
Add stair specific deploy volume (was using u shaped stairs as a placeholder)
5 Days Ago
5 Days Ago
Item list tab: - Added Recents tab, holds the recently used items - Added a scrollbar - Fixed some bugs
5 Days Ago
Disable per item heights when a grid is used Fixed visibility calculations still expecting fixed height - use accumuative per row Use row math for height and spacing
5 Days Ago
Clean: logic refactor in prep for multiple view support Tests: viewed BasePlayer::BoxTest
5 Days Ago
5 Days Ago
Snow jacket has armor inserts, buffed cold and melee resistances so it's a somewhat meaningful choice
5 Days Ago
merge from boat_building
5 Days Ago
merge from vehicle_large
5 Days Ago
Steering wheel deployment volume improvements
5 Days Ago
Allow planks to be placed nearer edges to make them more useful, based on previous feedback. Looks a bit odd right now though.
5 Days Ago
manifest
5 Days Ago
loud static phonebooth
5 Days Ago
basic client->server sculpture update, removed serverside carving
5 Days Ago
Small engine deploy volume improvements
5 Days Ago
Sail deployment volume improvements
5 Days Ago
- Fix flex virtual scroll not calculating the correct top and bottom starting rows after dynamic cell changes - Increased the threshold for console messages to be put into the same bucket (1.5 seconds now) - Console messages will now group according to log type, multiple warnings will be grouped together etc
5 Days Ago
Scene progress
5 Days Ago
Plank groundwatch layer fix, deploy volume improvements.
5 Days Ago
Cannon ground watch layer fix, deploy volume improvements.
5 Days Ago
Loadout view, info and items styling
5 Days Ago
- VirtualScroll and FlexVirtualScroll now support elements with different heights - dynamic sizing - Console is now displaying properly
5 Days Ago
Update: resolve addresses to methods/trampolines where possible - ServerPorfiler built from 18130132 A bit ugly, but don't care for now Tests: viewed BasePlayer::ServerUpdateParallel
5 Days Ago
Ramp deploy layer fix
5 Days Ago
Tech Tree category setup - Weapon / Attire / Construction / Utility
5 Days Ago
hackweek arcade machine implemented special combination with flashing lights and all the things
5 Days Ago
Bone armour repose/lods
5 Days Ago
Bugfix: jump addresses are now valid - Also added ability to show opcode bytes - ServerProfiler built from 95cd43f7 Was due to invalid use of library API (I should've RTFMd) Tests: viewed BasePlayer::ServerUpdateParallel
5 Days Ago
bake GUI physics on a job thread without blocking
5 Days Ago
Add ladders back to boat building station.
5 Days Ago
Added PlayerBoat.PowerdownOnNoPlayers servervar. Can disable auto engine/sail shutdown for testing/cinematics
5 Days Ago
basically functional SDF in-GUI sculpting
5 Days Ago
Improved the `fillwater` command - Now able to fill up deployed liquid container being looked at, in addition to items in the hotbar - Clears old contents before adding, so you don't get stuck with the wrong water - Able to fill up water bucket, provided its equipped - Added reply feedback + description, cleaned up the code