13,487 Commits over 1,522 Days - 0.37cph!
Can manually dispatch CI workflow to force a full rebuild for when incremental builds get fucked
Delete loads of C++ entities that were removed from fgd ages ago or just legacy as fuck, clean up loads of shit because of it too.
Important we do delete these after removing them from fgds because the engine will still create them if a map has specified them previously
Remade break piece nodes on traffic cone model
Recompiled traffic cone and gibs
Updated asset tags
Citizen: updated unicycle pedaling animation with 8% leg X scaling
Fixed Entity IO output arguments sometimes getting an unexpected prefix
Updated Screen Space particle overlay
Fixed missing bollard base LODs
Added simple map to toolscenelightrigs
Citizen: added unicycle pedaling animation (basic for now)
Citizen: first Unicycle Frenzy sequences + more animgraph comments
Fix exception when generating thumb
Added failing test involving JsonSerializerOptions
Moved special handling hotload upgraders
Special json hotload handling, fixes #213
Fixed bug hotloading lambdas in generic methods
Add getters for post processing, removed unused dof texture render target, removed parent requirements
Make post process VignetteSettings so you can read and they have defaults
@ogniK5377 can you do this for all the others?
BaseWeapon: don't return trace if no hit
Fix UI scaling causing unevenness
Add Render.Draw2D.BlendMode
Run deferred UI deletes before layout, so they don't appear there
Don't force perspective last, transforms are left to right. Negate translate for perspective
Warning Fix
Warn if ui template not found
Update transforms test
Allow maps to specify which games they support
Move Rank/Leaderboard config to meta, GameConfiguration is dead 🙌
ComboBox/EnumBox can have tooltips/descriptions
Move MapSelect stuff to meta
When a datasource bind errors, tell us which one
Panel binding properties don't need a [Property]
Server button resolve map name
Local addons can store metadata in their config
Include local metadata when uploading addon
MinPlayers/MaxPlayers in meta
Remove GameConfiguration.MinPlayers, MaxPlayers
Package.Meta will use local addon if available
EnumBox handles int and JsonElement
Move GameConfiguration.NetworkType to addon meta
Fix lobby map being overwritten when map selection is hidden
office chair - feedback
office chair - further feedback changes
Merge branch 'master' of sbox
Try to leave lobby after joining the game
Make Global.Lobby obsolete (we'll find a better way)
Make chat not use lobby chat
Seperate server tags properly
Steamworks documentation lied, gametags can't be semicolon separated list
Server list disposable, filters work, strings utf8
Show servers in lobby list
Merge branch 'master' of sbox
Citizen: added standing aim matrix to melee punch
BasePhysics entities (prop_physics) should derive from the FGD baseclass BasePhysicsSimulated - that way the map compiler will simulate and settle them.
Citizen: melee attack left animation
Model class can be (de)serialized to JSON, allowing its usage in Assets
Fill server details from c#
ServerList bindings
Citizen: updated mesh files + further optimized LOD3
Fix erode tool not working seemingly randomly due to some uninitialized memory
AsyncTasks tests stability
Citizen: fixed LOD2/3 still having default eyebrows
Fix tinting for the base shader
Office chair - small tweak to gib texturing
Merge branch 'master' of sbox
Editor window default maximized, asset browser visible
Fix D_SRGB_IMAGE warnings
Avoid reading NAN vectors in usercmd
Office chair - adjusted phys
office chair - adjusted shading of gibs
traffic cone - adjusted gib location
Merge branch 'master' of sbox
NetRead Asset is supported
Faster, much better water caustics
Simulate wind ripples on water, increase offset, make underwater fog blend seamless with edges and view
Revert "Pre init streaming bootstrap buffers"
This reverts commit 2cf3859d687a7901d7fdc6dfb40a6f751349cd17.
Revert "Shut visual studio up v2 electric boogaloo"
This reverts commit 961e4ffbe6e7b0fbb2b5dfc4b9f6af6752f7224f.
Revert "Assert to make sure we're not a nullptr to shut vs up"
This reverts commit 7c230cf07fc22872c597bce184701564edd71612.
Pre init streaming bootstrap buffers
Shut visual studio up v2 electric boogaloo
Assert to make sure we're not a nullptr to shut vs up