22,466 Commits over 1,614 Days - 0.58cph!
Don't warn about unable to load reverb data - we don't care
Remove playerinfomanager - unused
Remove playerinfo - unused
Remove some remaining VR_MOD defines
Remove TakeHealth from baseplayer and baseentity
Remove all econitem nonsense
Remove gametypes and dota shit from sfm
Fuck it, suppress the warnings and fall back to normal parenting when we can't bone merge, these warnings serve no purpose but to annoy the user, they shouldn't have to deal with it
Allow BaseCarriable to decide if it wants to be bone merged to their carrier or not (fixes bone merge warning for carriables with no model, we could suppress the warning and not bone merge but maybe there's times you want to be warned about this)
Remove BOM from interopgen definitions so it would stop complaining
Remove hardcoded checks for FGDCurve class
Added JSONConverter to Color32
Fix caret and selection ruined from certain emojis like 👨👩👧👦
Fix caret position when doing realtime emoji replace
Fix potential out of range exception
Fix realtime emoji replacement not working if a grapheme exists in string already
Remove all xbox.def files
Remove ManagedResourceHandle, we're not using this anymore
Remove all native ragdoll code, we don't use it
Remove player_pickup, items, item_generic, physics_prop_ragdoll
Remove junk from player local data
Start cleaning out junk from baseplayer
Fix caret position when pasted text contains emojis
Add a emoji replacement to textentry tests
Fix caret position when clicking and navigating with up/down arrows
Fixed AO box on citizen cardboard box
Don't init scene file cache, we don't care about choreo, fixes warning
Don't warn about missing mapdoc helpers in tool scene vmap, this is harmless and to be expected (cos tool scene isn't hammer and some helpers only exist in hammer)
Fixed citizen box model having collisions on gibs
Remove all native code related to vehicles
Remove damagetypes
Fix asset absolute path getting stomped by Path.Combine
Fix assets from other gamemodes getting uploaded when paths are similar, i.e. c:\addon and c:\addon-two
Remove native gamemovement code
Remove base_playeranimstate
Remove gameplay junk from gamerules (ideally we shouldn't even need a gamerules class anymore)
Remove all native team code
Added HasSkipHotloadAttribute() helper method
ArrayUpgrader now checks AutoSkipUpgrader
Added SkipHotload to Arguments array in LogEvent
Fixed AutoSkipUpgrader check in ArrayUpgrader
Fixed DelegateUpgrader missing some replacements
AutoSkipUpgrader is now optional for ArrayUpgrader
ModelDoc: Add angle snapping settings for model rotation https://files.facepunch.com/layla/1b1611b1/sbox-dev_cq0WOEnWhg.mp4
EditorMainWindow OnClose is getting called twice when closing game from taskbar (maybe Qt bug?), make sure RequestHS_Quit isn't called twice. Never call the base closeEvent for managed main window, we always need it valid during shutdown
Pass managed GDVariable metadata to native
Fixed shatter glass broken material not always applying
Also fixed initial glass shard being non solid to players on spawn
Copy & restore clientside Input state during Simulate, should fix double inputs when you press exactly on a server tick
If Input.Down/Pressed/Released are used serverside outside of a simulated context throw a warning that you're using it in the wrong place
Fix Input.Down / Input.Pressed being delayed or not working at all when used clientside outside of Simulate
Add empty map option for games
adding material variation/decals
Fix managed Qt dock window and window DeleteOnClose possible typo causing it to never be set to false. Don't delete on close for EditorMainWindow on shutdown, allows for proper shutdown and cleanup and fixes annoying assert we've had for ages.
Cleaned up asset tags
added dev materials + new gibs
Add some assemblies to whitelist
Give remaining C# entities Display attributes
Fill in documentation for Panel class methods
Added (Class)Name of entity to Hammer entity tool tooltips
Make entity tool icons a bit bigger
Sand bag - sand bag lod0
road signs - no pedestrians skin
Merge branch 'master' of sbox
Sandbags - lods
folding construction sign - updated gib col
Merge branch 'master' of sbox
Fixed low contrast tooltips in Hammer and elsewhere
Also gave tooltips a dark background to match the rest of the UI
IL verification and tests
Access rules are built into the dll
Fix menu double GameAssemblyManager.Init
Allow menu to whitelist Sandbox.Menu access
Delete GameData.LoadEngineEntities
Hide worldspawn from Hammer's entity tool
Fixed Engine C# entities appearing twice in Hammer
PrecipitationEntity deletes its particles on removal
Fix [Hammer.DoorHelper] using the wrong editor helper
Fixes to Dress skinning and smaller adjustments
Undo render device placeholders, introduce dx12 rendering thread
Also pass GD class metadata to map compiler
Capture input device with SDL and add example tool that can start recording voice and save to WAV file
Compiler reference System.Net.Sockets.dll - not whitelisted, useful for tool addons though
Fix crash when launching game with no audio devices