branchwiseguys/main/Workingcancel

446 Commits over 153 Days - 0.12cph!

6 Years Ago
testmap_smallest init
6 Years Ago
Add testmap_smallest to build settings
6 Years Ago
Fix for players not setting their character selection on the client if they quit and re-join with their character alive
6 Years Ago
PlayerVoiceRecorder NRE fix
6 Years Ago
Fix CLIENT/SERVER defines
6 Years Ago
Fix for banking issues.
6 Years Ago
Fixed voice chat getting stuck on.
6 Years Ago
Crime HUD UI tweaks
6 Years Ago
Some colour...
6 Years Ago
Append [MAX] in a couple of places if potential prison sentence is at max
6 Years Ago
Crime log UI all updated
6 Years Ago
Crime GUI fix
6 Years Ago
Reverting - it broke mouse capture.
6 Years Ago
Fixed OnBecomeActive being called twice even time UI opens (fixed double crime list entries).
6 Years Ago
More fixing crime log UI
6 Years Ago
Working on fixing up the crime log UI
6 Years Ago
Reduced fines
6 Years Ago
Showing crime UI prison time in game time, to match others
6 Years Ago
Sorted out issues with duplicate crime detection
6 Years Ago
Remove timer
6 Years Ago
Crimes UI now super efficient
6 Years Ago
Adding crime HUD content
6 Years Ago
Added a chat bubbles for chat.
6 Years Ago
Now ignoring duplicate crimes of some sorts, so e.g. firing your weapon several times in a row won't mean 5x weapon discharge crimes stacking up
6 Years Ago
Made injuring with a gun a worse/scarier/more dangerous crime than injuring with fists or other melee weapon. Punching someone is not the same as shooting them.
6 Years Ago
Merge in new police arrest feature
6 Years Ago
NetworkEntity props now add to the KD tree and get culled appropriately, albeit in a slightly clunky way.
6 Years Ago
Fix NRE with guns
6 Years Ago
Fixed incorrect message on gang buildings in Cyka Blyat mode. Ended up fixing up a whole bunch of out-of-date unit purchase code, since things are pretty different now with how doors/locks/buying works. Updated gangs to use the new unit purchase system as well, in case we ever bring them back. Removed some unused code.
6 Years Ago
Line endings only
6 Years Ago
Merge in the latest from Main
6 Years Ago
Remove Budbox and Metho-o-matic
6 Years Ago
Cops now react to being punched from behind.
6 Years Ago
Fixed UI notification on the server, and made sure it doesn't come from the wrong side again.
6 Years Ago
Line endings only
6 Years Ago
Adjusted Grid LOD size on maps - fixes prison at wrong LOD issue. It was outside the grid.
6 Years Ago
Merge prison branch work into Working
6 Years Ago
Added hud element for bank cash
6 Years Ago
Fixed bank ui bug
6 Years Ago
Starting cash now gets added to bank
6 Years Ago
Added a shit load of balancing...
6 Years Ago
Merge in confiscating items while in prison (and confiscating drugs permanently). No fines just yet.
6 Years Ago
6 Years Ago
merge
6 Years Ago
Add a csproj file for Facepunch.Stream so that plugins can build again.
6 Years Ago
Prison time now counts down only when the user is physically alive and in a prison.
6 Years Ago
Define the prison area in scene data
6 Years Ago
PlayerComponents now inherit the Owner from the parent WiseguysUser. Fixed RPC Owner messages that weren't getting though.
6 Years Ago
Minor fix
6 Years Ago
Refactored "IsInPrison" flag + extra fixes.