usertonycancel

4,599 Commits over 976 Days - 0.20cph!

6 Months Ago
Removed some main menu lines
6 Months Ago
Use M700 worldmodel correctly
6 Months Ago
Made some changes to how we're loading remote packages from map file references, do it on project startup instead of when opening map, removed AssetResolverWindow as it's not needed anymore. Will keep an eye on this This should resolve issues when using remote packages in hammer maps - Everything would be an error until you opened the map in hammer - On restart, a big majority of the assets would get cleared out and you'd have to re-open in hammer again - Hammer should open maps with lots of references faster (Construct 3 mins to 20 seconds, HC1 Refinery 2 mins to 15 seconds)
6 Months Ago
Update a couple of weapon prefabs
6 Months Ago
Use LineBBox in Zone, so much less noise in the Scene view
6 Months Ago
Fix toggle global space shortcut type
6 Months Ago
Removed sprint dampening when moving diagonally
6 Months Ago
Add main menu loop
6 Months Ago
Adjustments, disable Oman for now (just disabled mapdef)
6 Months Ago
Include riot guy in CT model pool
6 Months Ago
Add riot guy to main menu scene
6 Months Ago
Animate main menu camera with a shitty script, and some transitions
6 Months Ago
Turn off ACES in Refinery for now
6 Months Ago
Human outfitter can accept a list of models to pick from, instead of just 1
6 Months Ago
Don't normalize WishMove
6 Months Ago
Can click items in the inventory to see info about them
6 Months Ago
Add Requirements to DoorInteract, check backpack for an item with specific data on it
6 Months Ago
New inventory system WIP, removed some unused stuff
6 Months Ago
Don't normalize AnalogMove when using a gamepad... so it's actually analog
6 Months Ago
Fixed sweeper
6 Months Ago
More protection around BlockPlacer. Added a better Inventory.HasItem method that doesn't have us making a new inventory item instance every time
6 Months Ago
Bunch of assorted error fixing
6 Months Ago
this'll probably still happen, so putting IsValid here
6 Months Ago
Adjust cubemap fog
6 Months Ago
Adjust bothy frequency
6 Months Ago
Introduce a few metal nodes to the worldgen
6 Months Ago
Fixed alignment for node_rock, it was spawning inside the world 90% of the time
6 Months Ago
Reduced duck detection height a lot
6 Months Ago
Redo bothy feature, spawn a prefab with a flattening area
6 Months Ago
Add farmhouse_02 feature
6 Months Ago
Update .sbproj
6 Months Ago
Crafted items will try to go to the hotbar first, and then try to craft into the overflow container
6 Months Ago
Adjust imported drone vmdl, fixed drone size/orientation
6 Months Ago
Fixed text size in settings, worlds page
6 Months Ago
Add custom cursor
6 Months Ago
Validate against a null biome?
6 Months Ago
Update MaxPlayers
6 Months Ago
Fix somehow having multiple players for one connection
6 Months Ago
Disconnect from server when quitting to main menu
6 Months Ago
Shrink the world back down again, remote clients are choking hard, so let's do networking properly first before doing this, version++
6 Months Ago
Fixed first spawn error
6 Months Ago
Spawn a camera in procgen so the player will acquire it on spawn, lets us see our desired post-processing in editor scene view
6 Months Ago
Sword can't gather wood
6 Months Ago
Adjusted world bloom
6 Months Ago
VoxelWorldState.CurrentVersion++
6 Months Ago
Up the world size as a test
6 Months Ago
Show outdated worlds with a red background
6 Months Ago
Make world save fetch/load more concise, TryLoadFromSelectedFile can fail if world is outdated
6 Months Ago
Fixed world save id being wrong when loading a world Player position persistence
6 Months Ago
Add 0% state for all trees