branchwiseguys/main/UIcancel

262 Commits over 61 Days - 0.18cph!

5 Years Ago
Serialization
5 Years Ago
GameTrigger serialization
5 Years Ago
Slight bit of cleanup
5 Years Ago
Minor fix for client
5 Years Ago
Added ISerializableStructUser to all game mode triggers. Not yet tested. Need to sync this via the game mode.
5 Years Ago
Comment out trigger stuff in UIKingOfTheHill for now
5 Years Ago
Cleared out the old client UI content in triggers
5 Years Ago
Merge
5 Years Ago
PlanZ hud ui
5 Years Ago
...
5 Years Ago
Changing ZGame to PlanZ
5 Years Ago
WR game mode hud
5 Years Ago
Temp movement of KOTH UI text stuff
5 Years Ago
Fixed annoying poolable error
5 Years Ago
KOTH hud info
5 Years Ago
Working on a custom end-of-round display
5 Years Ago
End of round UI work
5 Years Ago
Fixed UI stack getting messed up when continuing on from the end-of-round screen
5 Years Ago
End-of-round summary merge
5 Years Ago
Just adding a note
5 Years Ago
Bugfix cleanup
5 Years Ago
Adding PCCriminal to a game mode now automatically also adds a crime manager. Should prevent some confusion.
5 Years Ago
Clear erroneous prefab assignments
5 Years Ago
Didn't realise in my earlier commit that 'HUDPrefab' is a custom HUD prefab, not the main one. Fixed here. Keeping it moved to the main NetworkGameModeBase class through, as SerializedFields get lost when they're inside #if defines and the active define changes.
5 Years Ago
Remove debug print
5 Years Ago
Crimes were buggy in listen server mode since the CrimeManager had only one instance. Made it a manager on NetworkPeer instead. Did some refactoring and cleanup at the same time. NetworkGameModeBase's "dependencies" list is now called "managerPrefabs" and can be used to add any number of custom managers, much like how playerComponentPrefabs adds any number of custom PlayerComponents.
5 Years Ago
End-of-round summary UI work
5 Years Ago
End of round now supports game modes with NO winners and losers
5 Years Ago
Fix alert Pop issues
5 Years Ago
Have alerts push to child stack instead of root
5 Years Ago
Alerts swallow inputs
5 Years Ago
End-of-round screen work and some fixes
5 Years Ago
New mission info UI
5 Years Ago
Couple of minor UI tweaks
5 Years Ago
Fix text spacing issues
5 Years Ago
Added some bonus featured to the crime log UI
5 Years Ago
Crime list UI fully updated.
5 Years Ago
Fix server browser options inconsistency.
5 Years Ago
Uncommenting this line, getting respawn countdown working again.
5 Years Ago
Crime log UI work
5 Years Ago
5 Years Ago
Cellphone UI facelift complete.
5 Years Ago
Cellphone UI
5 Years Ago
Cellphone UI
5 Years Ago
Cellphone UI
5 Years Ago
Working on cellphone UI
5 Years Ago
Removed more references to info text
5 Years Ago
Removed info textuser etc.
5 Years Ago
Fixed NRE
5 Years Ago
Updated game mode folder structure