Commit Graph

820 Commits

Author SHA1 Message Date
Loporrit
ec951a8976 Stop things going missing with special group visibility settings 2023-12-12 11:07:30 +00:00
Loporrit
36945ad5b3 Only show transfers while active 2023-12-12 11:07:30 +00:00
Loporrit
c1b21383ef Minor UI fixes 2023-12-12 11:07:27 +00:00
Loporrit
748d6184fc Optimize rendering of large number of pairs 2023-12-12 05:14:12 +00:00
Loporrit
283d54aff6 Make syncshell list more consistent with the pair group list 2023-12-12 00:24:05 +00:00
Loporrit
70963a434c Shift the group pause button over to the right 2023-12-12 00:19:51 +00:00
Loporrit
74e6d360aa Disallow editing of secret keys 2023-12-12 00:19:33 +00:00
Loporrit
c9a9765838 Turn on server info bar by default 2023-12-12 00:12:36 +00:00
Loporrit
186c14267c Allow changing server info bar style 2023-12-12 00:07:06 +00:00
Loporrit
247008e13d Use a proxy function for OnFrameworkUpdate 2023-12-11 23:47:19 +00:00
Loporrit
de9532041e Improve ObjTableToCharas efficiency 2023-12-11 23:36:16 +00:00
Loporrit
692aa41677 Disable munged upload 2023-12-11 23:21:49 +00:00
Loporrit
18ff8e5610 Change this funny lookin number 2023-12-11 23:18:23 +00:00
Loporrit
de4ed94a07 Only attempt websocket connections 2023-12-11 23:15:38 +00:00
Loporrit
c13ca234c8 Account registration support V1 2023-12-11 23:08:47 +00:00
Loporrit
918c1d681c Return to the intro screen if no secret keys are set up 2023-12-11 23:08:47 +00:00
Loporrit
7a0408f5d9 Do not present the main Mare server as an option 2023-12-11 23:08:47 +00:00
Loporrit
d18dc744c5 Expand the intro window so nothing is cut off 2023-12-11 23:06:56 +00:00
Loporrit
e0ae62ff0d Initial Loporrit rebranding 2023-12-11 22:38:13 +00:00
Loporrit
4a04a74701 Sycnshell 2023-12-09 13:30:05 +00:00
Loporrit
ea44872840 Require holding CTRL to clear syncshell members again 2023-12-09 13:17:47 +00:00
Loporrit
ea3ae92bbb MareAPI -> Loporrit 2023-12-09 13:17:29 +00:00
Loporrit
63a460227b Fix a lil' alignment issue 2023-12-09 12:57:44 +00:00
Loporrit
00c6014be6 Add green-eye features to group list too 2023-12-09 12:57:44 +00:00
Loporrit
42b1ea3d62 Merge tag '0.9.21' into mare-classic
* tag '0.9.21':
  fix combat situations not redrawing every time after combat ends
  add more resilience to MCDF export and loading
  disable data application and scanner in combat
  fix bug
  add lock around adding to cached handled paths
  disable target in pvp
  add click to target in ui
  change tooltip for penumbra version to 0.8.2.1
  add file storage validation
  add experimental resolving of data through penumbra
  adjust initial dialog to opt in/out into census with buttons
2023-12-09 12:57:41 +00:00
Loporrit
d601b6fcd1 Merge tag '0.9.17' into mare-classic
* tag '0.9.17':
  add census popup on connection
  api update
  census update
  heave fewer redraws as main method for data application, minor fixes
  remove unnecessary exists check
  add visibility for loaded mods size for pair, use menu bar for settings, remove settings button
  fix staging issues
  add download throttling, change header of mare, fix reverting players when going offline/paused when not visible
  use name for glamourer revert
  fix startup breaking
  add inner exception stacktraces
  calc correct button size
  wording
  add permission popup ui
  fix getting identifier during zoning
  indent nonscaled
  remove unnecessary usings
  ui icon boogaloo
  fix cache dict wtf
  add normalized icons
  add owner/moderator/pinned user icons
  check tokentime more precisely in both directions
  more cleanup
  fix sorting and cleanup
  make local groups more usable for pause/resume
  fix outlined font
  rework creation of popout windows into factory and some refactoring in general
  make syncshell admin ui to standalone window
  remove close button on intro ui
  do not allow to open main ui without finishing setup
  readonly bla
  wait for plugin disposal
  fix palette
  wording
  fix palette application and add experimental less redraws option
  some minor fixes
  check for timezone
  idk
  adjust token handling
  fix total user count in syncshell (distinct by UIDs)
  fix text alignment
  fix some shit maybe
  idk some fixes I guess
  fix offset for transfer bar at the bottom, use async collections, clear filter on tab change + add button to clear, require ctrl for align syncshells
  blah
  Some display options for DTR tooltip (#66)
  add ordering
  adjust api to latest
  rework main ui
  add total count on mouseover, make syncshell windows non-blocking
  fix token for character change, add online count to syncshells and groups
  argh
  fix broken font in header
  add more options for the compactui
  fix icons and text of buttons being static in place
  remove logspam
2023-12-08 16:35:14 +00:00
Loporrit
78b56aa952 Partially revert Mare 0.9 UI/API changes 2023-12-08 12:04:10 +00:00
rootdarkarchon
7bb0778060 fix combat situations not redrawing every time after combat ends 2023-12-08 01:09:24 +01:00
rootdarkarchon
8a197e6387 add more resilience to MCDF export and loading 2023-12-07 09:43:43 +01:00
rootdarkarchon
bd32a55ce5 disable data application and scanner in combat 2023-12-05 23:30:19 +01:00
rootdarkarchon
bcf0d422b8 fix bug 2023-12-02 20:23:44 +01:00
rootdarkarchon
26b8daeef9 add lock around adding to cached handled paths 2023-11-30 00:19:49 +01:00
rootdarkarchon
e83d346584 disable target in pvp 2023-11-26 19:20:17 +01:00
rootdarkarchon
a205c25e3d add click to target in ui 2023-11-26 13:02:44 +01:00
rootdarkarchon
5d20936a05 change tooltip for penumbra version to 0.8.2.1 2023-11-23 22:22:39 +01:00
rootdarkarchon
fd8b5c0391 add file storage validation 2023-11-23 20:01:01 +01:00
rootdarkarchon
717c51e280 add experimental resolving of data through penumbra 2023-11-21 15:01:40 +01:00
rootdarkarchon
1dfdab4fef adjust initial dialog to opt in/out into census with buttons 2023-11-21 14:59:43 +01:00
rootdarkarchon
a32aef8ee8 add census popup on connection 2023-11-17 11:14:33 +01:00
rootdarkarchon
05f1c66a5d api update 2023-11-17 02:06:27 +01:00
rootdarkarchon
e9775a3677 census update 2023-11-17 02:06:17 +01:00
rootdarkarchon
1522d8d7e7 heave fewer redraws as main method for data application, minor fixes 2023-11-17 02:05:49 +01:00
rootdarkarchon
f89bbc45e6 remove unnecessary exists check 2023-11-16 16:18:44 +01:00
rootdarkarchon
96cc64b35a add visibility for loaded mods size for pair, use menu bar for settings, remove settings button 2023-11-16 15:57:23 +01:00
rootdarkarchon
c196cdd344 fix staging issues 2023-11-10 00:40:46 +01:00
rootdarkarchon
4b3bd975d5 add download throttling, change header of mare, fix reverting players when going offline/paused when not visible 2023-11-10 00:08:32 +01:00
rootdarkarchon
75494c69fe use name for glamourer revert 2023-11-09 19:48:46 +01:00
rootdarkarchon
2e53c8e4fb fix startup breaking 2023-10-31 23:36:26 +01:00
rootdarkarchon
4ee0a670c0 add inner exception stacktraces 2023-10-30 15:31:07 +01:00
rootdarkarchon
0f0d1e9a9d calc correct button size 2023-10-30 12:37:58 +01:00