repoMosscancel

2,268 Commits over 274 Days - 0.34cph!

8 Years Ago
22496 - Packer tools support for 48 and 64 bpp. Fixed imageutil savetexture swizzling. Fixed compile warnings. 22477 - Reverted some buffer pre-allocations (memory usage) 22474 - Profiling, cleanup, small GC optimizations
8 Years Ago
missed one
8 Years Ago
22505 - Merge from weekend_branch
8 Years Ago
22543 - Added texture find read write enabled tool 22536 - Eliminated GC allocs from FileStorage / Signage / UIPaintableImage / MapEntity by smarter caching (TODO: make async) 22529 - Fixed WaitForSecondsRealtime being broken Added additional profiling to UpdateInventoryFromSchema 22509 - Closing potential sources of NRE in occludees 22513 - Added scattering/fog support to new explosion shaders
8 Years Ago
22554 - Retired TextureUtils (GC alloc galore) Added GC-free Texture2D.Clear extension method
8 Years Ago
22558 - Eliminated GC allocs from UpdateClothingItems 22557 - Added Union64 to Rust.Global Fixed CRC.Compute32 discarding the passed CRC value Added CRC.Compute32 and CRC.Compute64 overloads that take numerical types
8 Years Ago
22566/22567 - Fixed the default item container hash being the same as the hash of an empty item container (now uses 0xffffff) 22565 - Fixed client side texture memory leak when paintable signs are destroyed (!) 22563 - Eliminated GC allocs from MeshPaintableSource 22559 - Changed item container hash from massive string to CRC32 hash (eliminates GC allocs)
8 Years Ago
Tooltip WIP
8 Years Ago
22572 - Stability Entity/Link Cleanup
8 Years Ago
RUST-836 fix
8 Years Ago
Transform.FindChild (obsolete) -> Transform.Find
8 Years Ago
Merged from main
8 Years Ago
Ai experiments
8 Years Ago
Stopped some hard-coded animations from messing up the UI buttons
8 Years Ago
Functional navbar
8 Years Ago
Clean navbar with a new sound script
8 Years Ago
Navbar wip
8 Years Ago
Alignment fix
8 Years Ago
Slight fix.
8 Years Ago
Functional crafting
8 Years Ago
1 hour of debugging because of 2 checkboxes
8 Years Ago
More crafting stuff
8 Years Ago
Crafting screen backup
8 Years Ago
Crafting information all hooked up
8 Years Ago
cleanup backup
8 Years Ago
Make tooltip reappear after drag/dropped.
8 Years Ago
make tooltip follow mouse cursor
8 Years Ago
wip
8 Years Ago
Fixed crafting list going out of bounds with lots of recipes Better icon quality
8 Years Ago
Show tooltip on item hover in inventory ui
8 Years Ago
Tooltip stuff
8 Years Ago
Crafting screen progress
8 Years Ago
Removed ProCore.meta
8 Years Ago
Fixed bad merge with UIInventoryMenu
8 Years Ago
Misc
8 Years Ago
SoundFX
8 Years Ago
Removed unneeded stuff from BlueprintCategoryButton Toggle group instead of buttons on crafting screen.
8 Years Ago
wip
8 Years Ago
mad scientist reverse engineering backup
8 Years Ago
Backup
8 Years Ago
Even more
8 Years Ago
Crafting wip
8 Years Ago
Crafting wip
8 Years Ago
Fixed the warning spam
8 Years Ago
UI fix
8 Years Ago
Chest slot fix.
8 Years Ago
Alignment fixes. Material warning fix.
8 Years Ago
Reverted ItemIcon.cs because it messes with mah UI slots.
8 Years Ago
UIInventoryMenu tweaks
8 Years Ago
merge from UI