repowiseguyscancel

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

8 Years Ago
Fixed VM disappering
8 Years Ago
Ammo counter fix
8 Years Ago
fix
8 Years Ago
user count fix?
8 Years Ago
Partial work on PersistentPlayer system. This is a non-compiling commit - don't select this revision.
8 Years Ago
No compiler errors anymore, but still a bit of a mess
8 Years Ago
Might be able to get away with a single NetworkUser that can cover both human and AI (bot) players
8 Years Ago
Client/Server cleanup
8 Years Ago
Minor edit
8 Years Ago
Rename the user manager back to the old name
8 Years Ago
Fixes
8 Years Ago
Cleaning up
8 Years Ago
Minor edits
8 Years Ago
Moving stuff
8 Years Ago
Merged in the latest from Main
8 Years Ago
Removed PersistentPerson from the base Character and put it into PlayableCharacter only. If we want persistent data on basic NPCs we can change it back, but for now just having a persistent entity for player characters is simpler.
8 Years Ago
Fix Zombie AI refs
8 Years Ago
Cleanup, bug fixing
8 Years Ago
More cleanup/bugfix
8 Years Ago
Spectator integration.
8 Years Ago
Don't actually need INetworkedUser now that I decided to recombine the human and AI user classes back into a single NetworkUser. Just reference the class
8 Years Ago
Simplifying
8 Years Ago
Final fixes
8 Years Ago
Merging in PersistentPerson branch
8 Years Ago
Hide GUI info text and timers when there's no local player
8 Years Ago
Assign character to networkuser correctly on connecting clients
8 Years Ago
Delete weird temp file
8 Years Ago
Merge in from Main
8 Years Ago
Merge
8 Years Ago
Connection not required to set up new users, allowing for bots
8 Years Ago
More connection stuff
8 Years Ago
Working on bot player stuff
8 Years Ago
Apparently we can't just call SetConnection at the end. Moved it back to its old spot
8 Years Ago
Bot players can be added successfully, but have no AI yet
8 Years Ago
Exclude player zombie from NPC manager spawn options
8 Years Ago
Fixed NPC spawn ratios to work correctly with the new types, and new "should spawn" tickbox
8 Years Ago
Working on bot player AI
8 Years Ago
AI work
8 Years Ago
Dumb code to get things working
8 Years Ago
AI work
8 Years Ago
Fix possibility to select dead targets
8 Years Ago
Better place for the character broadcast code
8 Years Ago
WIP for AI inputs for playable characters.
8 Years Ago
Still working on AI for player characters. All broken at the moment
8 Years Ago
Working on ICharacterControl
8 Years Ago
Character ICharacterControl refactor work
8 Years Ago
Bot player spawning in on command.
8 Years Ago
Moved character collider + other stuff
8 Years Ago
Fixed bot player not setting ServerPosition
8 Years Ago
Bot damage working correctly