userlamalovecancel
repospacechesscancel

464 Commits over 1,948 Days - 0.01cph!

4 Months Ago
Tweak some SQL queries to try and fix DB server pegged at 100% CPU usage
1 Year Ago
▌▍▉▅▊ ▄▆▉▌▊ ▇█ ▍▅▉▆▍▆▌ ▌█ ▊█▄ ▋▅▄▋ ▍▅█▇▍█
1 Year Ago
Fix empty leaderboard when the player hasn't played ranked yet
1 Year Ago
Merge from live_main
1 Year Ago
Revert tileset changes from 6844 - fixes invisible text on menu Also fix halloween theme so it doesn't have invisible text on the menu
1 Year Ago
▅▋▇▄▉ ▉▄▉▇▅▌█▉ ██▉█▇ ▋▉▅▇ ▆▄▅▉ ▋▆▇▅ ▉▊ ▍▄█▄▉ ▉▍▇▅▋▍▅▄▇█▋▉
1 Year Ago
▄▌▍▇▊▇▌▆ ▅▄▍█▌▋▌▅ ▉▄▊▆▌█ ▋▇ ▌ ▌▊ ▍▇▉ ▇▊▆▇▌▅ ▊▅▌▌ ▅▇▉ ▇▌▉▍▅▇ █▌ ▉▋▄▅▊▄▉ ▉▋ ▊ ▍▌▉▋▆▆▉
1 Year Ago
Cherry pick 6831, 6830, 6818, 6759, 6758, 6745 (server bug fixes)
3 Years Ago
▌▊█▉▄▅ ▄█▌ ▍▇▄▋▊▇▍ ▊▋█▄▉█▄▊▄ █▊▊▌▆ ▉▇▍ ▋▉ █▄▄▉ █▆▅▌ █▋ ▆▊▌ (▌▇▋▍▌▋▌▇ ▉▋ ▉▊█ ▇▊▊▇▍▅▍▅▍▌▉▆▄?)
3 Years Ago
▆▇▋▇▊▆ ▉▍▋ ▉▉▆▄▅▊▇▆▅ █▋▇▆▌▆▍▌ ▌▄▉█▅▅ ▉▋ ▅▇ ▆▇▇▌█▌ ▆▇▆▇▆▋▋▆▊█▅▉▊▄███▋█▉█▆▇█▋▇▍ ▆▄▌▋ ▊▆▉ ▍▉▄▉ ▉▄▆ ▇ ▋▊▄▍▅▄ ▍▌▍ ▉█ ▍█▍▍ ▌▊▍ ▌▉▅▌▊▉▆▅ ▄▍▇▌'▆ ▇▆▄▉▊█ ▋▆▌
4 Years Ago
Fix running as a service on Linux
4 Years Ago
Switch to linux server build Update packages Fix some database sql errors Fix error spam from people refunding the game Add config for database host and port Fix some json deserialization garbage
5 Years Ago
Fix serialization changes preventing server boot
5 Years Ago
Increase timeouts
5 Years Ago
Fix harmless exception on disconnect, remove debug
5 Years Ago
Video options cleanup (remove HDR, remove UI blur, remove motion blur) Deleted the UI blur shader
5 Years Ago
Removed unset platforms from GA settings
5 Years Ago
Disable league promotion checks in MMF games
5 Years Ago
Merge from main
5 Years Ago
Use BestHTTP everywhere but editor+standalone
5 Years Ago
Fix server NRE Add missing columns
5 Years Ago
Load steam inventory and do achievements in debug build if the player has a valid steam id
5 Years Ago
Allow buying items etc when steam id validation is off (for debugging)
5 Years Ago
Possible workaround for tile blend mask bug Remove debug log
5 Years Ago
Fix clicking trophies through UI
5 Years Ago
Cherry pick
5 Years Ago
Fix PlaySound error on Icer and Jumper trophies
5 Years Ago
Flash the window when an online match is starting or your turn begins
5 Years Ago
Add shader quality option (disabled in editor)
5 Years Ago
Fix faces not rendering on intel gpu (smoothstep min and max can't be the same)
5 Years Ago
Disable SRP batcher cause it's broken on some devices right now
5 Years Ago
Enable both landscape rotations
5 Years Ago
Use mobile options for webgl cause its slow too
5 Years Ago
Fix unit dragging working with all mouse buttons (which made it leave ghost holograms) Fix both UI and unit drag event handlers firing at the same time (left a ghost hologram as well)
5 Years Ago
Fix argument null when going into customisation editor Update post process, didn't fix anything though
5 Years Ago
Remove MaterialPropertyBlock from crowd members when animations are disabled Disable dynamic batching cause it sucks Disable auto sync transforms, enable callback reuse
5 Years Ago
Show tile markers in confirm move/attack Disable double tap zoom over UI and units
5 Years Ago
Enable swipe rotate, pan, and zoom again Rewrote swipe and pan to use touches only (so mouse can't do it) Swipe has smarter cancelling to remove or reduce delays to panning
5 Years Ago
Missed file
5 Years Ago
Enable crowds -> Crowd detail, also make it work without restarting a match Disable some options for WebGL (resolution stuff, and render scale is bugged) Options++
5 Years Ago
Only keep the 50 most recent match history entries
5 Years Ago
Exclude some units from sponsorships (icer and jumper can't heal, icer can't multikill, booster and healer don't do enough damage)
5 Years Ago
Fix squad editor back button working when the squad is invalid Fix map editor back buttons
5 Years Ago
Delete ASE examples
5 Years Ago
Update WebGL import settings
5 Years Ago
New platforms always connect to the test server
5 Years Ago
Update client to use websocket endpoints from master server
5 Years Ago
Don't give up on currency rewards if the ownership check fails
5 Years Ago
Web project moved to other repo, deleted here
5 Years Ago
Fix filesystem not saving properly in WebGL Move kick messages onto client for localization prep Add a separate message for when a player is signed in somewhere else Turn off auto reconnect after being kicked - prevents error message spam Network++