userIan Hendersoncancel

4,073 Commits over 701 Days - 0.24cph!

43 Days Ago
If you try to connect to a premium server without premium then show a 'get premium' button on the connect modal
43 Days Ago
Short Filter Tag Support: Can collapse all filters and still have a rough idea on whats selected via a short tag displayed after the filters Can default to enabled/disabled, or the actual text of whats presse
43 Days Ago
Fixed a bug that would cause certain filters to turn themselves off if you hovered the mouse inside and then outside of the button regions
43 Days Ago
Redo all of the tooltips for each of the filters
43 Days Ago
Update Server Entry tags to use the new tooltips
43 Days Ago
Remove transition from session page
43 Days Ago
Standardise play mode filtering tooltips
43 Days Ago
Tooltips for gamemodes and modes
43 Days Ago
automatically close the connection toast when you've joined prevents left over toasts being inside the menu when you hit escape
43 Days Ago
Home button wont open the home page if we are in game (session instead)
43 Days Ago
TMP margin fixes
43 Days Ago
Connect modal can respond to larger length server names better
43 Days Ago
Reconnect button now works when trying to reconnect to a disconnected server
43 Days Ago
Ensured the needs curosr logic is turned on and off propely
43 Days Ago
Loading screen no longer steals the cursor
43 Days Ago
Social text supports up to 3 digits again
43 Days Ago
Cleaned up 'connecting' and 'disconnecting' messages in the new menu Wired up our toast in all the locations the previous toast was wired up Gives us access to all the regular kick and error messages we had before
43 Days Ago
Adding a favourite forces the favourites tab to refresh
43 Days Ago
Allow 'clear all' notifications to hide global notifications as well Persitent data storage for the menu via a json list Only allow global notifications to be permanently cleared Try and reuse ids Add to Bootstrap
46 Days Ago
Fix NRE with parsing new noticies (remove al the account json crap we dont need anymore)
46 Days Ago
new_menu -> main
46 Days Ago
Setup in game notifications system to grab notifications from the new server list Allows us to push custom notifications to clients purely from the web and totally seperate from the build
46 Days Ago
compile fix
46 Days Ago
new_menu -> main
46 Days Ago
new_menu -> main
46 Days Ago
Reformat the buttons as prefabs and add them there instead
46 Days Ago
Hook up server type counts on all gamemodes and modes Turn off game modes when you're in the community server
46 Days Ago
Put a nice soft mask on the notifications window Fix more scroll bar issues
46 Days Ago
Stop Notifications window allowing another notification to be added thats exactly the same as one in the list Use on released rather than on pressed when clicking on notifications Fixed weird scrolling behaviour in notifications panel
46 Days Ago
Truncate server names to 64 characters instead (steam limit)
46 Days Ago
Fix shockbyte close and open buttons only being able to be pressed once
46 Days Ago
Tooltips can now modify their attachment position (left, right, top, bottom) Tooltips can now push or pull that position relative to a fixed pixel offset or a percentage offset
47 Days Ago
Client can now support server listing up to 80 characters long Add non drawing backing graphic to notifications, so you cant easily get rid of the menu without pressing totally outside of it
47 Days Ago
Pressing the website button in the connect modal will open up the webpage, not just close the modal
47 Days Ago
new_menu -> main
47 Days Ago
Improve contrast on connection modal backing Improve contrast on rust plus modal backing
47 Days Ago
Fix loading scene not giving any details when joining loading screen now tries to preload a few images and picks a different one each time it opens so its not as boring
47 Days Ago
new_menu -> main
47 Days Ago
Nuked some low bitrate background videos
47 Days Ago
Centre connection modal inside the play menu properly Fix notifications blur Fix connection modal blur being a bit strange
47 Days Ago
Clicking off the social page dismisses it
47 Days Ago
Clicking off the notifications panel will automatically close it Pressing escape will close the notifications panel
47 Days Ago
Dont do it in editor ^ (aha)
47 Days Ago
Dont let flex layout manager run on server - should fix that warning being spammed when headless
47 Days Ago
Fix white flash when transitioning between home menu and others
47 Days Ago
Enable all the pages by default - should give us a performance boost on first menu enter
47 Days Ago
Try the modal again, just revert the prefab and go from there
48 Days Ago
new_menu -> main
48 Days Ago
Just make the quit modal reference itself for quiting instead of the parent
48 Days Ago
Have a crack at Fuzzy Searching (searching doesnt need to be an exact match) Roll it out to the Server Browser search Setup a standardised api so we can use it everywhere