repowiseguyscancel

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

7 Years Ago
Cleaning up NetworkGameMode
7 Years Ago
Moving some game mode stuff around
7 Years Ago
Merge
7 Years Ago
Remove Debugger.Launch call in plugins project
7 Years Ago
Temp extra testing info
7 Years Ago
Fix compile errors that were stopping separate client/server from compiling.
7 Years Ago
Starting to remove spawning from pre-round state
7 Years Ago
Disable HW statistics setting so we won't have to worry about GDPR compliance
7 Years Ago
Add 'Ended' state to server game mdoe states. Stripped out client UI calls from server side. The client should be able to do most of that just by looking at the server's game state changes.
7 Years Ago
Setting up UI framework to fill out for the client
7 Years Ago
UI is now far more consistent with website. Changed colors, added some graphics.
7 Years Ago
Implementing the new serialization change that have been worked out.
7 Years Ago
Removed the old getdelta
7 Years Ago
Added some methods for getting and adding deltas.
7 Years Ago
Backing fields generated
7 Years Ago
Adding some placeholder UI screens for the client
7 Years Ago
UI work, starting to add scripts
7 Years Ago
UI changes merge
7 Years Ago
More game mode UI work
7 Years Ago
UI
7 Years Ago
WiseGuysTools editor option to not load building definitions
7 Years Ago
Getters and Setter implementation
7 Years Ago
Waiting reason UI for character select screen
7 Years Ago
Less checks needed
7 Years Ago
Properties implemented for value types
7 Years Ago
String value properties set
7 Years Ago
Enum property support
7 Years Ago
List type backing fields generated and properties implemented.
7 Years Ago
Removing the default backing fields
7 Years Ago
IsValid re implemented
7 Years Ago
Added countdown UI
7 Years Ago
Fix overlay selection and valueChanged check
7 Years Ago
Countdown UI update
7 Years Ago
List extensions
7 Years Ago
Waiting UI update. Waiting still has a bug, which I think might be inherent in the serializer. Talked to Bill about it.
7 Years Ago
Working on ready state stuff
7 Years Ago
Generated list equality methods
7 Years Ago
Struct IEquatable method implementation refactored.
7 Years Ago
AddDelta method implemented
7 Years Ago
GetDelta method implemented
7 Years Ago
Generating List Read and Write Methods
7 Years Ago
list
7 Years Ago
Created Unit Tests for GetEquals methods
7 Years Ago
Fixed some IL errors
7 Years Ago
.
7 Years Ago
#This is a non-compiling commit.# Lots of work in progress on ready state and character selection.
7 Years Ago
Fixed some generation errors, testing deltas
7 Years Ago
delta support for child structs
7 Years Ago
List delta
7 Years Ago
Mostly character select work