userlamalovecancel

6,939 Commits over 2,680 Days - 0.11cph!

5 Years Ago
Show loading indicators, show error component if things fail to load
5 Years Ago
Confirmation modal, confirm before removing servers
5 Years Ago
Move everything into its own namespace (and better folder name)
5 Years Ago
Fix compile error in client builds Switch to custom domain Document some functions and classes Switch lastCleanup to RealTimeSince Move some classes to their own files
5 Years Ago
Settings screen, add an setting to toggle the news section on hub, remove old camera permission stuff
5 Years Ago
Show the selected server in the drawer, update add server page to always show the full image because people put branding on them
5 Years Ago
Add header image and url to server info command
5 Years Ago
Show a message when no server is available (instead of blank area)
5 Years Ago
Much better add server screen
5 Years Ago
Add more information to the pairing message, and truncate them if they're long
5 Years Ago
Show which team member is the leader, workaround for NaNs being used as marker positions for a frame
5 Years Ago
Disable swiping through tabs cause it sucks
5 Years Ago
Switch to MaterialTopTabNavigator because it looks better and has transitions
5 Years Ago
Tab bar doesn't look as bad now
5 Years Ago
Switch team UI coloring to always show offline players in grey, even if they're dead
5 Years Ago
Player location component, add a little bit of padding so things aren't so cramped
5 Years Ago
Hamburger button, blog tags, disable cell lables on the map (they're slow)
5 Years Ago
Merge from main
5 Years Ago
Include blog tags in manifest
5 Years Ago
Change the command server port offset to reduce the chance of colliding with something else
5 Years Ago
Few fixes, show server details on the hub, made the hub look a bit nicer
5 Years Ago
ServerTime component renders auto-updating server time (24 hour) Fix avatars when not in debug mode
5 Years Ago
Add a command to get the current time parameters
5 Years Ago
Remove memo on SteamAvatar Open blog posts in browser when tapped
5 Years Ago
Remove ServerDetails page Use new avatar API to load avatars Allow mxing real Rust servers with the mock one for better testing
5 Years Ago
Merge from main
5 Years Ago
▍▉▋▅▊▅ ▌▇▍
5 Years Ago
Code gen
5 Years Ago
Limit the message queue so it can't grow forever Add some convars to tune or disable the command server
5 Years Ago
Cleanup RelationshipManager
5 Years Ago
Split all the persistence/serialization stuff into multiple files, fixed require cycle
5 Years Ago
Fix dates not decoding properly
5 Years Ago
WIP updating auth, switching things to use Long Need to fix a require cycle and date decoding...
5 Years Ago
Fixes
5 Years Ago
Require SteamID + secret token for auth Change SteamID fields to uint64
5 Years Ago
Team tab
5 Years Ago
Remove debug, enable map markers again, split hub into multiple files
5 Years Ago
Convert unix timestamps to Date instances, add SteamAvatar component, show online teammates on the hub
5 Years Ago
Show blogs on the hub, turn the map into its own tab, persist the selected server
5 Years Ago
Merge from main
5 Years Ago
Make the server drawer look more like Lewis's designs
5 Years Ago
Server list is in a drawer now, dev menu in drawer, add a button to start pairing for mocking, some cleanup
5 Years Ago
Don't try to send notifications if disabled, use DebugEx if it fails
5 Years Ago
Add support for mocking the game server connection (see Dev.ts and BasicMockHandler.ts)
5 Years Ago
Only send team notifications to offline team members
5 Years Ago
Merge from main
5 Years Ago
Don't use IsAlive for websocket (rcon doesn't respond to pings anymore, yes IsAlive sends a ping)
5 Years Ago
Moved some notification code out of BasePlayer, send more info with the login one
5 Years Ago
Cleanup for pairing rate limiting
5 Years Ago
Add the entities back