repowiseguyscancel

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

7 Years Ago
Get variable interpolation clock to set a value earlier. Not a server perf fix, just less stuttering on clients with lots of lag
7 Years Ago
Merging in from main
7 Years Ago
Don't print BOTH save messages
7 Years Ago
Add revision info to server console
7 Years Ago
Removing WaitForEndOfFrame use on the server. This is currently broken in batchmode in the latest version of Unity. Bug here: https://issuetracker.unity3d.com/issues/waitforendofframe-doesnt-execute-in-batchmode-on-built-project
7 Years Ago
Don't try reloading the UI if we're quitting. It'll be null now anyway.
7 Years Ago
Criminals don't get welfare in jail.
7 Years Ago
Near violence fix
7 Years Ago
Sort of tarted prison up a bit, chat message fade.
7 Years Ago
Prison logic
7 Years Ago
Hooked up jail sentences based on crimes committed
7 Years Ago
Merging the latest from Main
7 Years Ago
Extra checks on CharacterEyes
7 Years Ago
Reverted my bootstrap reload code. Returning to menu can be handled properly at a later date. See: Untitled_Game_Issues/issues/117
7 Years Ago
Respawn at a proper position when released from jail
7 Years Ago
Fixing up a couple of other things that were borked in CLIENT+SERVER mode
7 Years Ago
Fixed CharacerState not repooling in Client+Server mode. This was an old issue that I only just discovered.
7 Years Ago
Comment only
7 Years Ago
Added pool size checking (editor only) to make sure we can't break pooling without noticing.
7 Years Ago
Using pooling with InputMessage to save on a lot of garbage. Still testing this one.
7 Years Ago
You now get transported to jail on death if you're wanted
7 Years Ago
Server garbage gen reduction
7 Years Ago
Messing with crime detection radius
7 Years Ago
.
7 Years Ago
hud now shows starts when wanted
7 Years Ago
Merged with main
7 Years Ago
Wanted cooldowns based on wanted levels now.
7 Years Ago
Updated how wanted works.
7 Years Ago
Killed all the garbage generation from NetworkStats. Keys were NetworkMessageTypes but enums cause boxing when doing comparisons, generating garbage. Switched to using ints which eliminates the garbage
7 Years Ago
Has to remove all WaitForEndOfFrame use on the server due to this regression bug in the latest Unity version breaking it when in batchmode: https://issuetracker.unity3d.com/issues/waitforendofframe-doesnt-execute-in-batchmode-on-built-project
7 Years Ago
Get rid of outline warnings
7 Years Ago
OUtlineEffect for client only. Fix NRE on built Server
7 Years Ago
Allow building debug server without building release version as well
7 Years Ago
Wanted level stuff
7 Years Ago
Did some work to make it possible to successfully quit a game and rejoin (or join another one) on the client. The server can rely on the fact that it loads once and never changes levels, but the client can't, and it needs to clean up statics and the bootstrap scene correctly.
7 Years Ago
Instance null check that's needed on exit in C+S mode
7 Years Ago
Missed a file in the prev commit
7 Years Ago
Reload bootstrap on quit, seems to be working OK now even without the transitional "unload" scene
7 Years Ago
Added a proper definition for wanted levels
7 Years Ago
Updated crimelog ui
7 Years Ago
Added a transitional "unload" scene before reloading to Bootstrap. Quitting in editor is weird though, and 'unload' scene reappears, saying it's loading.
7 Years Ago
Cleaned up a bunch of statics that never got cleared correctly, causing weirdness and exceptions if quitting a game and rejoining on the client
7 Years Ago
Fixed main menu UI. I broke the interaction accidentally by removing a reflection method it used.
7 Years Ago
Improved door interaction
7 Years Ago
Better, simpler interactions. And doesn't require things to be on the Interactable layer like in my test branch
7 Years Ago
Better interactions, but interactable colliders now MUST be on the Interactable or LootDrop layer. Have updated all the existing ones.
7 Years Ago
Fully integrated the new payphone model
7 Years Ago
phonebox extras
7 Years Ago
Remove crimes from criminal
7 Years Ago
Crimes shoud now get serialized and show in the crime log UI