branchsbox/mastercancel

14,036 Commits over 1,583 Days - 0.37cph!

12 Months Ago
Actually use the sky_camera offset/angle/scale in native
12 Months Ago
Delete unused 2d skybox tracking CSceneWorld::m_skyboxes Restore deleted 3d skybox view layers Delete SceneCamera.Skybox - this was a stupid way to do it Add internal SceneSkybox3D, create this from skybox_reference in SceneMapLoader using its own MapLoader SkyboxMapLoader loads 2d skybox
12 Months Ago
Network spawn cleanup
12 Months Ago
When serializing network objects, don't include child network objects
12 Months Ago
Updated Facepunch.ActionGraph
12 Months Ago
Handle exceptions in Panel.FinalLayout
12 Months Ago
Add Model.Cube, Sphere, Error Add Particle.Get, Set for storing extra data Add ParticleEffect.OnParticleCreated, OnParticleDestroyed Fix panel NRE
12 Months Ago
Fix crash in ComputeMass
12 Months Ago
Send ClientReady after snapshot load Fix not waiting for OnLoad when joining server Trim debug output
12 Months Ago
Refactor SteamLobby Update SteamLobbyConnection id from ConnectionInfo
12 Months Ago
Fix NRE when reporting project errors
12 Months Ago
Remove some unused properties from voice
12 Months Ago
All sounds can compute amplitude now, add Voice.Amplitude and SoundHandle.Amplitude
12 Months Ago
ActionGraph: Output plug labelling https://files.facepunch.com/ziks/1b1711b1/sbox-dev_U6sndV7yzy.mp4
12 Months Ago
Expose Editor.Application.FocusWidget Update Facepunch.ActionGraph
12 Months Ago
Simplify ActionPlug<T> Split up ActionNode.cs Implement EnumControlWidget.IsControlActive ControlSheet: return created widgets ActionGraph: Fix some undo edge cases
12 Months Ago
Fix documentation
12 Months Ago
Load/reload prefabs with SmallNetworkFiles. Read compiled json with c# fs instead of using native (#1440)
12 Months Ago
Citizen/animgraph: do some move/wish trickery to improve the look of changing direction while swimming (sort of like leaning while running)
12 Months Ago
We don't need to route EngineLoop.Exiting via native
12 Months Ago
Fix engine convars not saving
12 Months Ago
Citizen/animgraph: added Swim_S, updated Swim_N, new Swim_Idle
12 Months Ago
Warnings as errors in PRs to match main CI
12 Months Ago
Remove PartyLobby (it's all broken, lets remove it and re-implement when we implement it)
12 Months Ago
Reset launch args when joining a server Join active session by default, on map list
12 Months Ago
Make steam's richPresence kind of work
12 Months Ago
Move GameNetworkSystem.QueryLobbies to Networking.* Don't initialize Id and Ip sockets yet, it's gonna cause confusion Set the lobby map name better
12 Months Ago
Map instance loads particles
12 Months Ago
ActionGraph: Undo / redo ActionGraph: Undo / redo property changes
12 Months Ago
Add GameObject.Network.OwnerConnection
12 Months Ago
Extract VoiceManager from VoiceComponent Add Application.IsMicrophoneListening, IsMicrophoneRecording Mic overlay
12 Months Ago
Add IsValidType and use that for now instead of IsValueType on the property. Support using `string` for Sync
12 Months Ago
Delete rendering world session, not used anymore
12 Months Ago
Don't support FIELD_VARIANT (not used) to get entity2 usage out of tier2
12 Months Ago
Don't include entitykeyvalues where it's not needed
12 Months Ago
CharacterController Sync vars don't have to be query now we have codegen NetworkHelper respawn will auto use SpawnPoint components if available
12 Months Ago
Replace entitykeyvalues with keyvalues3 for map game data node
12 Months Ago
Trim down entitykeyvalues some more
12 Months Ago
Default fps_max to 200 instead of unlimited
12 Months Ago
When calling SetMaterialOverride with a null texture, remove just that entry instead of clearing
12 Months Ago
Woops
12 Months Ago
Allow modelphysics to disable collision sounds
12 Months Ago
ModelPhysics bodies sets their gameobject CollisionSoundSystem doesn't rely on collider so allow it to run without one
12 Months Ago
Remove last remaining networking code from animgraph (I think)
12 Months Ago
Remove last remaining CLIENT_DLL and SERVER_DLL defines
12 Months Ago
Remove these daft unused damping functions from physics interface
12 Months Ago
Optional params for SoundStream.Play
12 Months Ago
Add GetBodyGroup to ModelRenderer
12 Months Ago
New project wizard creates a directory in your selected location instead of you explicitly selecting the location
12 Months Ago
ActionGraph: Fixed not being able to set properties