3,355 Commits over 972 Days - 0.14cph!
toggle camera rotation and game input with in-game menu visibility.
hide any previous 8ball outcome bubble as soon as you click for a new outcome
Added 8 ball trophy script, added anim event to 8 ball animation to trigger outcome, prefab updated.
added option to unparent instantiated effects, super rough wip trophy rotation (can be enabled per item, defaults to off)
Added InstantiateAnimEvent
Addded CustomisationitemView.Preview()
Added an editor preview action for CustomisationItemView.
Separated confetti cannon particle effects into a prefab.
Confetti cannon now creates the effect from an animation event.
Set confetti cannon cooldown and enabled delayed destroy on the effect.
Reworked CustomisationItemView to used UnityEvent, hooked up the various game events to the item listeners.
item cooldown defaults to false.
Can now specify an optional cooldown duration for interactable customisation items (Defaults to on and 30 secs)
CustomisationItemView now sends the Clicked message when clicked.
try catch replay drag drop files
can now drag and drop external replay files onto the menu to view them
getting latest for other branch
cherry picked map caching from server profiling branch
global chat and match chat broadcasting are now behind defines, added server commands to toggle each - server can always send chat messages.
server toast broadasts are now behind inidividual defines - math otucomes/league promotions/daily challenges.
added server command to globally enable/disable them all as a group.
split server specific defines out into new ServerDefines
log daily challenge submissions
What's New entry/screenshot.
fix for no results being returned if you haven't yet registered a score in the daily challenge leaderboards.
increased points per kill.
daily challenge leaderboard SQL query fix?
disable daily challenge button when not connected to a server
don't show exit button or submit score on daily challenge outcome screen until the score breakdown has finished.
show curent map name and intro text on daily challenge menu panel.
added leaderboard to daily challenge menu panel
Daily challenge menu panel now shows the map preview image for the current seed's map
MapDatabase.GetDailyChallengeMapDef()
daily challenge panel UI hookups / wip code
daily challenge menu panel wip
added validatesteamids console command. true/false
added console command bool arg verification.
fix for customisations not being applied
changed test server address and port to point to a new OVH instance.
debug standalone server will now connect to OVG test server db.
merged standalone to main
version++
fix for daily challenge toasts
fixed mission panels destroying themselves
refactored away static BoardPoint.New
burner flame length fix when firing over blank tiles
More notification rework.
Added daily challenge entry toasts.
Added in-game option to disable seeing daily challenge toats.
UI prefabs/scene changes.
reworking the different kinds of notifications to use the same setup