12,702 Commits over 3,803 Days - 0.14cph!
fixed mission panels destroying themselves
temp checking in wip bits while I fix some PC issues
#▅▊▆▄▊'▍ ▄ ▋▌▉▋█ ▌▋ ▉▆▆▌▇▍▋ ▊▇▅▉▇ ▉▍ ▄▆ ▌█▉▇█▉▊▌▊▅ ▍▇▆▍▉▇ ▄▇▊▋, █▉▌▇▉▉▇▅ ▉▇▇ ▄▊▉▊▇▍█ ▆▄ ▉▇▆▆ ▍▇▇█ ▊▅▆▆▆. ▇ ▌▇▊▆▌ ▍ ▅▉▇ ▆▋ ▌▊▊▆▆ █▊▄▊▅ ▅▆▊ ▇▅ ▅▍██▅ ▅▌▇▋▇▊▋▊▇▌ ▍▄▍█▄ ▊▊▅ █▊▉▅▊ ▅▋▄▄▌▊▋ ▆▅▌▅
Deleted clientside PlayerDatabase.cs, DeletePlayerDB.cs.
#ifdef'd some more Player and PlayerRecord to suit.
Deleted clientside DailyChallengeDatabase
moved client-only currency method and callbacks out of PlayerRecord.
MissionDatabase standalone server only stuff
Moved console commands out of unity project, into server project. (need to remove #ifdefs still).
GameHost standalone #ifdef
moved server side message handlers out of unity and into standalone server project
made the run server batch file not specific to my own machine path locations.
removed all standalone server ifdefs from console system and commands now that they're only in the standalone project
Hooked up ConsoleInput to standalone server so it can take input and run console commands.
Added ConsoleCommandContext.
Moved ConsoleInput out of unity into standalone.
Added Protocol.GetVersionString(), shows in client UI and server boot.
Server boot now states debug or release mode.
build server batch files now delete the bin or release folders first (to ensure valid resource files).
build and run server batch file now chains the separate build and ran batch files together using call.
fix for daily challenge toasts
merged standalone to main
version++
changed test server address and port to point to a new OVH instance.
debug standalone server will now connect to OVG test server db.
fix for customisations not being applied
added validatesteamids console command. true/false
added console command bool arg verification.
daily challenge menu panel wip
daily challenge panel UI hookups / wip code
MapDatabase.GetDailyChallengeMapDef()
Daily challenge menu panel now shows the map preview image for the current seed's map
added leaderboard to daily challenge menu panel
show curent map name and intro text on daily challenge menu panel.
don't show exit button or submit score on daily challenge outcome screen until the score breakdown has finished.
disable daily challenge button when not connected to a server
daily challenge leaderboard SQL query fix?
fix for no results being returned if you haven't yet registered a score in the daily challenge leaderboards.
increased points per kill.
What's New entry/screenshot.
log daily challenge submissions
split server specific defines out into new ServerDefines
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.
global chat and match chat broadcasting are now behind defines, added server commands to toggle each - server can always send chat messages.
profiling branch, added some profiling/timing code to a bunch of stuff
MapDatabase now caches board map data the first time a map is loaded, reuses it from the cache the next time the map is loaded.
Server precaches all maps on bootup.
cherry picked map caching from server profiling branch