userGarry Newmancancel

18,348 Commits over 3,714 Days - 0.21cph!

4 Months Ago
Don't try to init steam during unit tests (!)
4 Months Ago
Bootstrap more linearly Fix unit tests
4 Months Ago
Remove unused Bootstrap cleanup More Bootstrap cleanup
4 Months Ago
hunch satisfied, fuck steamworks
4 Months Ago
Just testing a hunch
4 Months Ago
Upload to default branch (not staging) Fix NRE
4 Months Ago
Fix warnings
4 Months Ago
more NetworkTable unit tests Lift restrictions on Sync var types (it'll error now instead of silently ignoring)
4 Months Ago
Fix NRE Split heartbeat message into ping and pong
4 Months Ago
Update packages in tools
4 Months Ago
ServerList modal
4 Months Ago
Exception wrap INetworkListener calls Move FriendsListModal
4 Months Ago
Map list right click menu Fix NRE in ClothingContainer.Apply Transition cards in
4 Months Ago
Remove unused These updated after a full resource build Package updates Update packages
4 Months Ago
Fix loading screen not being interactive
4 Months Ago
Player Pusher - this doesn't feel like the best way to do this
4 Months Ago
String table, empty entry unit test
4 Months Ago
Split NetworkTest into Gun
4 Months Ago
Handle empty entry in StringTable Don't try to multiple Term GameObjects Differentiate between Network Root objects and network objects in tree Fix network object serialization Better errors when component deserialize errors Don't network spawn disabled objects
4 Months Ago
Network spawn cleanup
4 Months Ago
When serializing network objects, don't include child network objects
4 Months Ago
Add ParticleModelRenderer Move Prop to WorkInProgress Move ParticleModelRenderer to WorkInProgress
4 Months Ago
Handle exceptions in Panel.FinalLayout
4 Months Ago
Add Model.Cube, Sphere, Error Add Particle.Get, Set for storing extra data Add ParticleEffect.OnParticleCreated, OnParticleDestroyed Fix panel NRE
4 Months Ago
Fix crash in ComputeMass
4 Months Ago
Send ClientReady after snapshot load Fix not waiting for OnLoad when joining server Trim debug output
4 Months Ago
Refactor SteamLobby Update SteamLobbyConnection id from ConnectionInfo
4 Months Ago
Fix NRE when reporting project errors
4 Months Ago
We don't need to route EngineLoop.Exiting via native
4 Months Ago
Fix engine convars not saving
4 Months Ago
Warnings as errors in PRs to match main CI
4 Months Ago
Add foorsteps component
4 Months Ago
Remove PartyLobby (it's all broken, lets remove it and re-implement when we implement it)
4 Months Ago
Reset launch args when joining a server Join active session by default, on map list
4 Months Ago
Make steam's richPresence kind of work
4 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
4 Months Ago
Add GameObject.Network.OwnerConnection
4 Months Ago
Don't try to respawn other players on map load Add text chat Walk key works Player tag
4 Months Ago
Extract VoiceManager from VoiceComponent Add Application.IsMicrophoneListening, IsMicrophoneRecording Mic overlay
4 Months Ago
CharacterController Sync vars don't have to be query now we have codegen NetworkHelper respawn will auto use SpawnPoint components if available
4 Months Ago
Default fps_max to 200 instead of unlimited
4 Months Ago
When calling SetMaterialOverride with a null texture, remove just that entry instead of clearing
4 Months Ago
Fix conversion errors when setting FieldDescription value Fix NRE in MapSelectButton Fix NRE when joining local. package game
4 Months Ago
Player dresser
4 Months Ago
Add Component.INetworkSpawn - calls with owner when a GameObject is network spawned Fix not network spawning
4 Months Ago
Multiplayer capable
4 Months Ago
Spawn point gizmo tweaks Better define what happens when host leaves (destroy their shit) Tweak network transform lerp
4 Months Ago
Merge fuckup
4 Months Ago
Add PhysicsBody.SmoothRotate Expose TimeSince, TimeUntil, so they're usable in RPCs and Sync vars Connection.Local.IsHost should make the right noises now, fixed some id confusion Update parent and owner during network updates Remove Game.Server Delete EngineRpc Add Networking.FindConnection Draw owner next to GameObject Give players a unique display name when joining (if there's a clash)
4 Months Ago
Fix GameObject.Clone not setting parent