repowiseguyscancel

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

7 Years Ago
Minor cleanup
7 Years Ago
Sync prison times to the client so timer can be shown. Also ended up having both mission and prison times in game time rather than both in real time.
7 Years Ago
Add #if CLIENT
7 Years Ago
Show timer times always in real time (not game time)
7 Years Ago
Show prison time remaining in the HUD
7 Years Ago
Increase weapon prices in stores
7 Years Ago
Refactored NetworkEntity instantiation. We weren't digging recursively into grandchildren so when a player joined a game, if other players were in vehicles, their held items wouldn't sync due to the vehicle -> player -> helditem heirarchy skipping the grandchild. It was being sent from the server but not read by the client.
7 Years Ago
Items can now filter their sub items.
7 Years Ago
Merge vis changes into Bill's branch too
7 Years Ago
Merge character visibility improvements and fixes
7 Years Ago
More vis work
7 Years Ago
Hit indicators work again
7 Years Ago
Disabled What's New screen again
7 Years Ago
Bug fixing
7 Years Ago
Player vis work
7 Years Ago
Wallet
7 Years Ago
Cops no longer drop stuff when they die
7 Years Ago
Kill SetVisible on CharacterModel. SetVisibility is king now.
7 Years Ago
Removed print
7 Years Ago
Changed character visibility to have three states. Characters that are nearby (currently, within 75m) but not visible to the player can still animate while having some other unnecessary features disabled, meaning their weapons can still play sounds in animation events and so on
7 Years Ago
Stop NPCs showing money FX for their initial money allowance
7 Years Ago
Adjusted wanted decay times down a bit
7 Years Ago
Made prison spawns an area rather than a point
7 Years Ago
What's New back up. Added Pawn Shop.
7 Years Ago
Fixed NPCs thinking they can't afford drugs, and simplified some code in the process.
7 Years Ago
Removed need for Update methods on all doors
7 Years Ago
Door animators disable properly again
7 Years Ago
Project version edit
7 Years Ago
DOOR FIX!?
7 Years Ago
Door with Bill's fix + other minor edits
7 Years Ago
Do we even need doors
7 Years Ago
Added PlayableGraph Visualiser from unity. Trying to fix doors but at the moment they're even more broken.
7 Years Ago
It's 0b10
7 Years Ago
Revert to 2017.1.b10 fixes doors.
7 Years Ago
Possible door fix
7 Years Ago
A little bit of door code clarification. Doesn't actually change any of what the code does.
7 Years Ago
Worlditem updated
7 Years Ago
Converted buy shop and sell shop
7 Years Ago
.
7 Years Ago
Door updates
7 Years Ago
Merge player HUD fix
7 Years Ago
Adjust LOD dist for KD Tree props
7 Years Ago
Fixing up LOD settings on a few world objects - Fixing up LOD settings on a few world objects
7 Years Ago
Fixed text chat not showing up
7 Years Ago
Fixed text chat not showing up
7 Years Ago
Re-integrate pawn shop UI changes from main
7 Years Ago
textures updated
7 Years Ago
Fixed merge script errors.
7 Years Ago
merged with main. door changes nuked ui changed nuken :(
7 Years Ago
Door