repowiseguyscancel

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

8 Years Ago
Tracked down why server/client states didn't get back in sync properly anymore. One line fix as always...
8 Years Ago
Minor edit, save latest motor state after AdjustPresentState
8 Years Ago
CharacterRole refactor into a Strategy pattern. See CharacterRole.cs.
8 Years Ago
updates WIP
8 Years Ago
Tracked down why pausing the client and unpausing after a bit would cause the pool's ItemsInUse to increase massively. It was a bug in the Facepunch.System pool implementation itself, so I've updated the code and created a new DLL, plus submitted a pull request on GitHub with the fix.
8 Years Ago
Turn off What's New
8 Years Ago
Don't play NPC "got money" FX when they're not visible.
8 Years Ago
NPC name labels stop checking for show/hide when character is not visible to player
8 Years Ago
AI look angle rotation limit
8 Years Ago
No NPC aim inaccuracy when facing player to buy drugs.
8 Years Ago
pawnshop for Bill2
8 Years Ago
lods updated
8 Years Ago
definition updated
8 Years Ago
Decouples scary events from crime events, placing scary locations into a restored NPC shared knowledge object. Now cops shooting can be scary too!
8 Years Ago
Basic implementation of ladders
8 Years Ago
Facilitated getting off ladders at the top
8 Years Ago
Ladder improvements. Vertical ladders can be climbed down. Sloped ladders not yet
8 Years Ago
More ladder work
8 Years Ago
Ladder movement edit
8 Years Ago
Ladder work. Easier to hop on.
8 Years Ago
Changed my mind about ladder controls. Instead of looking up/down and pressing forward to go up/down the ladder, player presses forward to go up and back to go down, regardless of view angle.
8 Years Ago
Updated comments
8 Years Ago
Basically just stopped character walk animations when they're on a ladder. Good enough for the moment
8 Years Ago
Made ladder checks a sphere instead of a ray, so you can "hang" on a ladder while aiming around
8 Years Ago
Merge ladders into Paul's branch
8 Years Ago
Cherry-pick merge ladders branch into Main
8 Years Ago
Early work on NPCs using ladders
8 Years Ago
Some basic NPC ladder climbing
8 Years Ago
Increased ladder magic
8 Years Ago
NPC ladder use continues to improve...
8 Years Ago
Even more NPC ladder magic
8 Years Ago
Ladder movement improved again
8 Years Ago
NPCs on ladders really working quite well
8 Years Ago
Not ladder related. Fixed some issues with character client visibility calc that I noticed.
8 Years Ago
NPCs walk on/off ladders instead of sliding
8 Years Ago
Ladders auto-generating their info
8 Years Ago
Merge in updated ladder work (and client vis fix)
8 Years Ago
Merge ladder updates into Paul's branch
8 Years Ago
Disable ladder debug
8 Years Ago
Adjusted NPC ladder position
8 Years Ago
Adjusted trees and LODs
8 Years Ago
Car LOD
8 Years Ago
tweaks
8 Years Ago
Adjusted vehicle LOD settings a little bit
8 Years Ago
Fixed nav arrow butting in when it shouldn't be
8 Years Ago
Pawn shop work
8 Years Ago
Got the basics in for a pie menu
8 Years Ago
Pie menu, basically functional
8 Years Ago
updates WIP
8 Years Ago
Minor shop commit, working on something else