userlamalovecancel
branchrust_companion_react/mastercancel

794 Commits over 1,553 Days - 0.02cph!

4 Years Ago
Workaround to allow chat text selection
4 Years Ago
Enable selectable for chat messages, doesn't work though
4 Years Ago
Bit bigger, thanks negative margins
4 Years Ago
Added star on PlayerHead for the team leader
4 Years Ago
Use PlayerHeads for the team member list
4 Years Ago
Add player online indicators to chat message avatars
4 Years Ago
Hide team list when the keyboard is open
4 Years Ago
Chat styling
4 Years Ago
Remove chat stuff from devmenu
4 Years Ago
WIP chat styling
4 Years Ago
ChatInput button and some styling
4 Years Ago
Hide team chat UI when not in a team, don't tick team chat when not in a team
4 Years Ago
Kill the spawn/death times on team page
4 Years Ago
Fix pages thinking there are no servers when you remove the server they were showing
4 Years Ago
Replace all matches (thanks JS)
4 Years Ago
Remove typings for styled-components cause they suck
4 Years Ago
Implement chat for the mock server
4 Years Ago
Team page now has functional team chat
4 Years Ago
Handle newlines and tabs in server description/rules
4 Years Ago
Log team chat broadcasts to console
4 Years Ago
Remove some buttons from devmenu, including logout cause it's annoying
4 Years Ago
Dev menu buttons to test chat stuff
4 Years Ago
Update protos
4 Years Ago
Slightly more stable map grid (line thickness is still weird though)
4 Years Ago
Fix map grid culling
4 Years Ago
Oops forgot the pinch fix
4 Years Ago
Fix pinch zooming again, disable RN bridge spam
4 Years Ago
Fix map clamping
4 Years Ago
WIP jumpTo zoom, broke pinching though
4 Years Ago
Android nav bar color
4 Years Ago
Fix map controls blocking map input on iOS
4 Years Ago
Set app to use dark theme
4 Years Ago
Fix grid culling
4 Years Ago
WIP making the map position be the center instead of top left
4 Years Ago
Hide map markers for dead players
4 Years Ago
WIP set initial map position Allow ooming in a bit more
4 Years Ago
Add a button to the map to jump to your position
4 Years Ago
Tick servers in parallel instead of having them block eachother
4 Years Ago
PlayerPosition says the player is in the ocean when they're outside the grid (instead of garbage coordinates)
4 Years Ago
Fix inverted Y coordinate on PlayerPosition component
4 Years Ago
Add setting to toggle the map's grid layer Add another setting to toggle grid cell lables (default off)
4 Years Ago
Fix map marker position regresion
4 Years Ago
Fix team members not updating properly because they used Long keys Fixed team member markers not updating position
4 Years Ago
Grid almost matches the game now... almost
4 Years Ago
Update team info every 10 sec (instead of 50)
4 Years Ago
Split markers into their own map layer, MapView now takes layers as children
4 Years Ago
Update push notification registration every time the app loads
4 Years Ago
Expo upgrade, some fixes, unload the map when it's not active
4 Years Ago
Memoize a bunch of components for perf, update build settings
4 Years Ago
Add settings for notification channels, moved auth code into settings instead of serverlist