repowiseguyscancel

8,451 Commits over 2,131 Days - 0.17cph!

6 Years Ago
Vehicle state sync now using new serialization. There are bugs.
6 Years Ago
6 Years Ago
Plugins update
6 Years Ago
merge
6 Years Ago
Converted health, added a updateserialzation method
6 Years Ago
More serialization conversion
6 Years Ago
merge
6 Years Ago
ignoring some unneeded stuff
6 Years Ago
Converted more serialization stuff
6 Years Ago
6 Years Ago
Interpolation
6 Years Ago
More states
6 Years Ago
Created vehicle states
6 Years Ago
Moved statequeue and interpolation
6 Years Ago
Added System stuff to plugins, set up references.
6 Years Ago
Removed old junk system plugins folder
6 Years Ago
Weapon stats adjust
6 Years Ago
Clearing crimes correctly after a criminal dies
6 Years Ago
NPCs/bots so bad at handling punch/recoil, I've turned it back off for them.
6 Years Ago
Give NPCs and bots the same view punch + recoil us humans have to deal with
6 Years Ago
Fixed some issues with criminal character assignment
6 Years Ago
Oops, didn't mean to commit my KotH score change
6 Years Ago
Set a server framerate cap of 120, to avoid bugs like the one we had in the future. Max SetDirty sends per second for each object will equal the server FPS cap
6 Years Ago
Handle the fact that server doesn't actually serialize if there's no-one connected. Stop it trying to SetDirty all the time in that situation. +bugfix
6 Years Ago
Fix the NetworkGameMode score hack with a different hack that won't generate tons of data. It was thinking that the score changed every update tick
6 Years Ago
Let convar set target fps on server, for testing
6 Years Ago
Networking issue: Trying a framerate limit
6 Years Ago
KotH map back to normal
6 Years Ago
Networking issue: KotH map blank
6 Years Ago
Zombie groans return. All character types can now have custom prefabs if they like
6 Years Ago
Networking issue: More testing again
6 Years Ago
Networking issue: More testing
6 Years Ago
Networking issue: Remove KotH serialization for testing.
6 Years Ago
Different stats again
6 Years Ago
Networking issue: More/different stats
6 Years Ago
Gun stat adjust
6 Years Ago
Punch: Update current before target
6 Years Ago
Better, simpler, framerate-independent eye view punch
6 Years Ago
Remove unused var
6 Years Ago
Allow setting target framerates more easily. Fix the way VSync was set.
6 Years Ago
Reduce weapon recoil a little
6 Years Ago
Removed NPCs from default game mode
6 Years Ago
Network issue testing: Adding some additional diagnostic info
6 Years Ago
In editor, don't load the building definitions if we're starting on a game level, but the level doesn't have a LevelGenerator (i.e. somehting that'd need buildings to be loaded)
6 Years Ago
Footsteps are quieter when crouching
6 Years Ago
Converted game mode serialization
6 Years Ago
Added stuff to plugins project
6 Years Ago
Removed some stuff from plugins.
6 Years Ago
stopping buildings release server as we're only using debug atm
6 Years Ago
Removing the zombie looper for now as it's bugged. Have added a TODO to put it back later.