repowiseguyscancel

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

8 Years Ago
Bug fixing
8 Years Ago
Disabled What's New screen again
8 Years Ago
Hit indicators work again
8 Years Ago
More vis work
8 Years Ago
Merge character visibility improvements and fixes
8 Years Ago
Merge vis changes into Bill's branch too
8 Years Ago
Items can now filter their sub items.
8 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.
8 Years Ago
Increase weapon prices in stores
8 Years Ago
Show prison time remaining in the HUD
8 Years Ago
Show timer times always in real time (not game time)
8 Years Ago
Add #if CLIENT
8 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.
8 Years Ago
Minor cleanup
8 Years Ago
Unschedule sun events on destroyed vehicles
8 Years Ago
TryAdd in ItemContainer automatically stacks items where possible. Note that this means an item can now be destroyed during a TryAdd call
8 Years Ago
Minor bugfix
8 Years Ago
Changed medkit use from automatic when selected (which was meaning people kept using them accidentally) to quickslot-based, pressing left-mouse or E to use when selected.
8 Years Ago
Medkit use FX. This sucks so just throwing it in a branch. Will be better to add a deploy animation instead.
8 Years Ago
HeldItemModels doesn't need to be public. Just looks confusing in inspector.
8 Years Ago
Show current total cash in HUD
8 Years Ago
Merge latest Main into Wallet branch. Wallet gets cash in HUD + this sorts out some merge conflicts before they get any worse.
8 Years Ago
Got interaction with dropped world items working correctly
8 Years Ago
Converted some plots on testmap_small to commercial and added a placeholder gang building.
8 Years Ago
Buy and sell shops no longer accept cash.
8 Years Ago
Cash on HUD shows correct amount now
8 Years Ago
Cash gets decreased if you die or go to jail
8 Years Ago
Just need to serialize cash now.
8 Years Ago
Oops, didn't mean to leave that ridiculous LINQ conversion in
8 Years Ago
Oops, didn't mean to leave that ridiculous LINQ conversion in
8 Years Ago
Updated placeholder gang building
8 Years Ago
Let units know the lot type. Commercial buildings with buyable units will be ownable by gangs, and residential buildings with buyable units will be ownable by individual players.
8 Years Ago
Adding gang building door interaction
8 Years Ago
Refactoring door interaction, moving the state more into the unit than the door itself.
8 Years Ago
merge
8 Years Ago
Serialize cash, testing separate client and server.
8 Years Ago
Must be a gang leader to buy a commercial building
8 Years Ago
Minor stuff.
8 Years Ago
Add testmap_smaller to the build list so I don't have to keep adding it for testing
8 Years Ago
Give testmap_smaller a commercial plot.
8 Years Ago
Update gang building asset ID
8 Years Ago
Gang members can use their gang leader's buildings
8 Years Ago
Fixed door interaction state bug
8 Years Ago
- Door class was getting a bit intense with the #if DEFINES. Split it into Door, Door.Client, and Door.Server. - Refactored door interaction. It's now simpler with no more need to keep asking the server for the current state.
8 Years Ago
Mission updates cash now. Stops cash from spawning.
8 Years Ago
Gang members now respawn in gang buildings
8 Years Ago
Check for obstructions (furniture etc) before spawning in gang buildings
8 Years Ago
Missing #SERVER flag
8 Years Ago
Discard any too-small rooms for gang spawns early, so spawn attempts aren't wasted on them
8 Years Ago
Got the rotation of spawn points actually working, putting the characters at the correct starting rotation. Required setting the character's eye angle rather than their transform angle.