userBill Bcancel

13,872 Commits over 2,953 Days - 0.20cph!

8 Years Ago
8 Years Ago
Created home and shop buildings
8 Years Ago
Added nav generation
8 Years Ago
Added a basic city generator
8 Years Ago
Imported NavMeshComponents
8 Years Ago
Imported Behaviour Designer
8 Years Ago
Initial project creation
8 Years Ago
Root dir
8 Years Ago
Minor reordering
8 Years Ago
Players terminate correctly when a vehicle is destroyed.
8 Years Ago
Merging Unity 5.5 fixes from trunk.
8 Years Ago
Added vehicle collision damage (to the vehicle)
8 Years Ago
Player health updated and working. Explosion damage working. Player health bars now work correctly (for the first time ever?).
8 Years Ago
Updating stuff that changed in Unity 5.5. Fixing warnings outside of the building system. Updated global custom defines file to work with the new compiler.
8 Years Ago
Health fix
8 Years Ago
Some in-progress work. Things a bit broken. Changing player health to allow for some direct server-side damage.
8 Years Ago
Disabled decals on wreckage
8 Years Ago
Cleanup after merge
8 Years Ago
Merging from trunk. Unity 5.5 update.
8 Years Ago
Forgot to commit added files
8 Years Ago
Working on vehicle explosion damage and wreckage. A lot of in-progress work here. Fixed player type flags not really being flags.
8 Years Ago
Explosion damage in progress
8 Years Ago
Working on damage from explosions
8 Years Ago
Can collide with vehicle wreckage. Also added Rust Water material to hidden changes list since it auto-updates but is unlikely to be manually changed on purpose.
8 Years Ago
Vehicle visuals work
8 Years Ago
Vehicle destroy fx work
8 Years Ago
Vehicle damage FX work. Removed temp stuff.
8 Years Ago
Added vehicle visual damage
8 Years Ago
Committing some partial work on vehicle damage FX etc
8 Years Ago
Added wrecked version of car
8 Years Ago
Initial health/damage work on vehicles.
8 Years Ago
Overhauled exiting vehicle seats
8 Years Ago
Remove vehicle seat exit debugging
8 Years Ago
Added text to explain why you can't get out of that damn vehicle.
8 Years Ago
- A little bit of tidying on NetworkEntity - making it clear that the Connection/IsConnected is actually only set on the Server side. - Some new car audio. - Fixed up all warnings outside of BuildingSystem.
8 Years Ago
Temp extra null checks, trying to catch a server issue
8 Years Ago
Fixed proxy players sending damage to the server. Only the owner client should actually send bullet damage, or else every person observing two proxy players shoot each other would have them send damage to the server, multiplying the damage done.
8 Years Ago
Merging in vehicle collision update.
8 Years Ago
Working player damage from vehicle hits
8 Years Ago
Removed the whole player world model and hitbox system on the OWNER client. Everything was taking double damage as both owner and proxy clients took the damage and sent it to the server.
8 Years Ago
Added damage - but it doesn't work in this mode because it's on the server and hitboxes are on clients. To Be Updated.
8 Years Ago
Better/simpler system for player being pushed by external objects.
8 Years Ago
Improved server/client sync for vehicle hits
8 Years Ago
Improved
8 Years Ago
Improving character collision by vehicles
8 Years Ago
Working on some player collision forces. Pretty broken at the moment.
8 Years Ago
Vehicle collisions
8 Years Ago
Improved vehicle movement/interpolation issues when they first activate. Not perfect but good enough.
8 Years Ago
Updated car colliders.
8 Years Ago
Fixed issues with how bullets work: - Tigger colliders used to stop bullets. Not anymore. - Shooting from too close to someone used to ignore and shoot past them. Not anymore. Just need Paul's car collider update as well to make shooting car passengers work perfectly.