userlamalovecancel

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

5 Years Ago
Fix map grid culling
5 Years Ago
Oops forgot the pinch fix
5 Years Ago
Fix pinch zooming again, disable RN bridge spam
5 Years Ago
Fix map clamping
5 Years Ago
WIP jumpTo zoom, broke pinching though
5 Years Ago
Android nav bar color
5 Years Ago
Update, debugging memory leak and stuff
5 Years Ago
Fix map controls blocking map input on iOS
5 Years Ago
Show a status message in the console after pairing finishes
5 Years Ago
Set app to use dark theme
5 Years Ago
Fix grid culling
5 Years Ago
WIP making the map position be the center instead of top left
5 Years Ago
Hide map markers for dead players
5 Years Ago
WIP set initial map position Allow ooming in a bit more
5 Years Ago
Add a button to the map to jump to your position
5 Years Ago
Compile fix
5 Years Ago
Actually fix login notifications being sent when respawning
5 Years Ago
Tick servers in parallel instead of having them block eachother
5 Years Ago
PlayerPosition says the player is in the ocean when they're outside the grid (instead of garbage coordinates)
5 Years Ago
Fix inverted Y coordinate on PlayerPosition component
5 Years Ago
Add setting to toggle the map's grid layer Add another setting to toggle grid cell lables (default off)
5 Years Ago
Fix map marker position regresion
5 Years Ago
Fix team members not updating properly because they used Long keys Fixed team member markers not updating position
5 Years Ago
Grid almost matches the game now... almost
5 Years Ago
Update team info every 10 sec (instead of 50)
5 Years Ago
Split markers into their own map layer, MapView now takes layers as children
5 Years Ago
Update push notification registration every time the app loads
5 Years Ago
▊▊█ █▄▅ █▅▉▇ ▍▊▌▍█▇▉ ▊▌▋▋▌▉▆▉▄▉▆▅▍ ▊▆ ▆▉▄▆ ▋▍▍▌▉▊▅▆▆▌
5 Years Ago
Update map image renderer so it works with procgen maps in builds
5 Years Ago
Don't send login notifications to yourself Fix login notifications being sent when you die?
5 Years Ago
Use a fresh steam ticket for changing notification settings Catch exceptions from websocket constructor so the server still boots if it fails
5 Years Ago
Expo upgrade, some fixes, unload the map when it's not active
5 Years Ago
Merge from /main/comp
5 Years Ago
Merge from main
5 Years Ago
Memoize a bunch of components for perf, update build settings
5 Years Ago
Merge from main
5 Years Ago
Disable notifications in server builds by default (temporary)
5 Years Ago
Add settings for notification channels, moved auth code into settings instead of serverlist
5 Years Ago
▌▉▌▉▇▊ ▇█▄▅ ▌▅▇▄█▉▊▌▍▇▇▌ ▆▉█▄▆▉ ▉▉ ▅▇ ▇██ ▅▆▄▉ ▄▋ ▇▇█▇ (█▉▄ ▆▌▊▄▅▅▊▍ ▇▇▅▇█▋▌▉▍█▌)
5 Years Ago
▇▊▍ ▇▇▅▇█ ▊▋▄ ▉▊ ▊█▄ ▆██▊▊ ▍▌▉█▆▄▅▄ █▌▄ ▆▍█▇▊█▅▊
5 Years Ago
Pass notification channel to the backend
5 Years Ago
▆█▅ █▉▊▉▇▅▆▅█▌▉▊ ▉▉▄▇▄▅▍▅, ▅▄▊▉▋▍▆ ▇▍▊▌▄▅▇▊█▇▇▋▊ ▋▊▆▇▊ ▍ ▋▍▆▋▇▌▆ ▇▍▇, ▍▄▌█▍▍▅ ▋▍▉ ▉▅▌▉▍▊/█▇▇█▋▆▍ ▌▆▇▅▆▇▄▋
5 Years Ago
More error handling
5 Years Ago
Cleanup some duplication
5 Years Ago
Autosave server list, fix map rendering wrong when server info isn't loaded yet
5 Years Ago
Merge from main
5 Years Ago
Remove the overpanning from the MapView and just use the map image size, fix the map breaking when switching servers
5 Years Ago
Include more of the ocean in the map render
5 Years Ago
Clear server list when logging out
5 Years Ago
Add await on RPC send (fixes unhandled promise stuff)