branchwiseguys/main/UIcancel

262 Commits over 61 Days - 0.18cph!

5 Years Ago
Few little fixes. Chat not swallowing input, diagnostic not popping with key press...
5 Years Ago
Fixed scores menu not popping
5 Years Ago
options ui toolbar
5 Years Ago
...
5 Years Ago
Added a system that lets each game mode provide its own HUD elements
5 Years Ago
Fixed some broken layout on the options screen + crime log work.
5 Years Ago
Starting on crime log UI
5 Years Ago
Fix more missing stuff on player labels
5 Years Ago
Fixed missing animation ref on player labels
5 Years Ago
Alert code minor edit
5 Years Ago
Simple port of the old cellphone UI to the new UI system, without updating the look. Callphone use is also broken because players are missing a CellPhone script, apparently, but the UI works if we ignore that.
5 Years Ago
Fixed an alert method with a name conflict.
5 Years Ago
Remove social stuff since it's unused and we're not updating it to the new UI. Can restore this if we ever need it again.
5 Years Ago
Remove my debug stuff
5 Years Ago
Alert UI can use keyboard control
5 Years Ago
input manager horizontal / vertical axes.
5 Years Ago
Minimap
5 Years Ago
Map functional again
5 Years Ago
deleted some more old shit
5 Years Ago
Deleted some old stuff
5 Years Ago
merge
5 Years Ago
Ye olde #IF
5 Years Ago
Force punctuation in alert message.
5 Years Ago
Alert graphics fix
5 Years Ago
Better system for changing alert colours.
5 Years Ago
Totally revamped ui.alert for the new UI, and used the new implementation to replace the quit dialog in the main menu, making it an alert instead of its own thing (while looking visually the same as it did before). Use the new UIShowSimpleAlert/UIShowOneButtonAlert/UIShowConfirmationAlert/UIShowTwoButtonAlert scripts to tell an alert to show, like how you'd use UIPopViewController or RunConsoleCommand etc.
5 Years Ago
Shop UI has sounds.
5 Years Ago
Fix compile error on server
5 Years Ago
Shop UI. Got rid of the old waiting overlay. Only the actual buttons are disabled now.
5 Years Ago
Shop UI purchasing works
5 Years Ago
Shop UI. Mostly done now.
5 Years Ago
Shop UI work
5 Years Ago
Shop UI work
5 Years Ago
Shop UI work + lot purchase UI changes + cleaning up some other UI.
5 Years Ago
Started on shop UI (broken at the moment)
5 Years Ago
Rearranging some files
5 Years Ago
Countdown timer sounds use the new system
5 Years Ago
Added purchase sound
5 Years Ago
Standard system for playing UI sounds. Uses an AudioSource singleton with UISoundSource, that UIPlaySound calls.
5 Years Ago
Found we had two separate ListEx scripts. Combining into one.
5 Years Ago
Unified the countdown timer between the countdown and respawn screens
5 Years Ago
Countdown beeps plus other minor edits
5 Years Ago
Adding some interface sounds (all with commercial use non-attribution licences)
5 Years Ago
Updated countdown UI to TextMeshPro text
5 Years Ago
Lot purchase UI complete
5 Years Ago
Lot purchase UI
5 Years Ago
Fixed spectate text assignment bug
5 Years Ago
Lot purchase UI, and made building units have a real purchase price var, although it's still always $500 at the moment.
5 Years Ago
Can receive a message when the visible viewcontroller has changed
5 Years Ago
ViewControllers keep a reference to their archetypes