a35572e306 
							
						 
					 
					
						
						
							
							fix(webui): move "add maxed" after "add" button ( #2441 )  
						
						 
						
						... 
						
						
						
						Apparently the onclick event is being fired even when pressing enter. I originally moved it to make alt+enter add it maxed, but now even just pressing enter adds it maxed which is not what I wanted. :|
Reviewed-on: OpenWF/SpaceNinjaServer#2441 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 20:50:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c46c43f143 
							
						 
					 
					
						
						
							
							chore(webui): add loading string to translation system ( #2440 )  
						
						 
						
						... 
						
						
						
						Closes  #2439 
Reviewed-on: OpenWF/SpaceNinjaServer#2440 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 20:50:28 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							98ed2b5ee4 
							
						 
					 
					
						
						
							
							chore: use ideal time when going backwards to satisfy constraints ( #2438 )  
						
						 
						
						... 
						
						
						
						"Before next expected world state refresh" is now used as a bare minimum constraint. If it cannot be met, we align to the ideal second. Compromising when multiple constraints are in use to avoid having to go back like 7 years, as this would break navigation.
Closes  #2434 
Reviewed-on: OpenWF/SpaceNinjaServer#2438 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 20:50:10 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7aa1b12306 
							
						 
					 
					
						
						
							
							fix: show multiplied relic reward amount on eom screen ( #2437 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2437 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 20:49:46 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b410f6b554 
							
						 
					 
					
						
						
							
							chore(webui): indicate unsaved changes ( #2436 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2436 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 20:49:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1dffcf979f 
							
						 
					 
					
						
						
							
							feat: send tennokai email after WitW quest completion ( #2433 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2433 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 00:29:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c86bba017b 
							
						 
					 
					
						
						
							
							chore(webui): update Chinese translation ( #2432 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2432 
Co-authored-by: Corvus <corvus@noreply.localhost>
Co-committed-by: Corvus <corvus@noreply.localhost> 
						
						
					 
					
						2025-07-08 00:29:05 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2c499cec3d 
							
						 
					 
					
						
						
							
							fix: set proper dominant traits for helminth charger ( #2429 )  
						
						 
						
						... 
						
						
						
						Closes  #2417 
Reviewed-on: OpenWF/SpaceNinjaServer#2429 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 00:28:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d6145561fd 
							
						 
					 
					
						
						
							
							chore: improve randomness of void storm missions ( #2428 )  
						
						 
						
						... 
						
						
						
						Instead of alternating the mission pool every hour, we now use sequentiallyUniqueRandomElement which should ensure that we don't duplicate any of the last x missions (x = 3 for Lith & Axi and x = 1 Meso & Neo).
Reviewed-on: OpenWF/SpaceNinjaServer#2428 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-08 00:28:49 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1545cdb8ce 
							
						 
					 
					
						
						
							
							fix(webui): handle config having no worldState entry at all ( #2427 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2427 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 20:14:05 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							80b5e2df7f 
							
						 
					 
					
						
						
							
							feat: random recessive traits for beasts ( #2426 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2426 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 20:13:59 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							76e61129bf 
							
						 
					 
					
						
						
							
							fix: skip birthdays of characters we can't talk to ( #2425 )  
						
						 
						
						... 
						
						
						
						Closes  #2424 
Reviewed-on: OpenWF/SpaceNinjaServer#2425 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 20:13:50 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ea3e299861 
							
						 
					 
					
						
						
							
							fix: ensure nightwave weekly challenges are unique ( #2423 )  
						
						 
						
						... 
						
						
						
						Re #2411 
Reviewed-on: OpenWF/SpaceNinjaServer#2423 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 20:13:42 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3d8c1d036a 
							
						 
					 
					
						
						
							
							fix: ensure nightwave daily challenges are unique ( #2422 )  
						
						 
						
						... 
						
						
						
						When generating a daily challenge, we now use sequentiallyUniqueRandomElement with a lookbehind of 2 to ensure the 2 previous (and still active) daily challenges are not duplicated.
Re #2411 
Reviewed-on: OpenWF/SpaceNinjaServer#2422 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 20:13:32 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							773f96ebbc 
							
						 
					 
					
						
						
							
							fix: set PrimeTokenAvailability to true ( #2420 )  
						
						 
						
						... 
						
						
						
						Closes  #2416 
Reviewed-on: OpenWF/SpaceNinjaServer#2420 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-06 20:13:20 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2a80307c26 
							
						 
					 
					
						
						
							
							chore(webui): reuse "code_remove" for "general_removeButton" ( #2421 )  
						
						 
						
						... 
						
						
						
						Closes  #2418 
Reviewed-on: OpenWF/SpaceNinjaServer#2421 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-05 20:18:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a40ff27fea 
							
						 
					 
					
						
						
							
							fix: add InitialStartDate to PrimeVaultTrader ( #2419 )  
						
						 
						
						... 
						
						
						
						Closes  #2414 
Reviewed-on: OpenWF/SpaceNinjaServer#2419 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-05 20:18:01 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c9a4359714 
							
						 
					 
					
						
						
							
							chore(webui): update Chinese translation ( #2413 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2413 
Co-authored-by: Corvus <corvus@noreply.localhost>
Co-committed-by: Corvus <corvus@noreply.localhost> 
						
						
					 
					
						2025-07-05 16:52:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							280ed8bef1 
							
						 
					 
					
						
						
							
							chore(webui): improve string ( #2412 )  
						
						 
						
						... 
						
						
						
						The `100% chance` part is unnecessary in practice and can be shortened. In-game it also never mentions the `100% chance` part either.
Reviewed-on: OpenWF/SpaceNinjaServer#2412 
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost> 
						
						
					 
					
						2025-07-05 06:41:26 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9c89e907b1 
							
						 
					 
					
						
						
							
							chore(webui): update Chinese translation ( #2410 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2410 
Co-authored-by: Corvus <corvus@noreply.localhost>
Co-committed-by: Corvus <corvus@noreply.localhost> 
						
						
					 
					
						2025-07-05 06:23:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b54fd96098 
							
						 
					 
					
						
						
							
							chore: fix cyclic includes due to saveConfig used in controllers ( #2409 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2409 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-05 06:23:10 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c7c7fd4ea0 
							
						 
					 
					
						
						
							
							chore: enforce consistent imports ( #2408 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2408 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-04 17:40:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a75e6d6b95 
							
						 
					 
					
						
						
							
							chore: add warning coverage for cyclic includes ( #2407 )  
						
						 
						
						... 
						
						
						
						and some initial refactoring to avoid it where possible
Reviewed-on: OpenWF/SpaceNinjaServer#2407 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-04 16:49:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5089f67146 
							
						 
					 
					
						
						
							
							chore: improve ship customization stuff ( #2402 )  
						
						 
						
						... 
						
						
						
						The only functionally relevant change is that orbiter scenes are now saved via SkinFlavourItem (as of U39?).
The rest is cleanup of the types because the ship customization stuff was duplicated all over the place.
Reviewed-on: OpenWF/SpaceNinjaServer#2402 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-04 15:19:15 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0416221d15 
							
						 
					 
					
						
						
							
							feat: reset custom obstable course leaderboard ( #2401 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2401 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-04 15:19:03 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							26729ce21a 
							
						 
					 
					
						
						
							
							feat: railjack skins ( #2400 )  
						
						 
						
						... 
						
						
						
						Technically worked before but some weird behaviour. Also updating saveLoadout again. I think warn is a more appropriate severity. It's certainly not a progession stopper if some category is unimplemented.
Closes  #2397 
Reviewed-on: OpenWF/SpaceNinjaServer#2400 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-04 15:18:53 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ee4adc7d55 
							
						 
					 
					
						
						
							
							feat: Varzia (Prime Resurgence) rotation ( #2390 )  
						
						 
						
						... 
						
						
						
						Also closes  #1059 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Reviewed-on: OpenWF/SpaceNinjaServer#2390 
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> 
						
						
					 
					
						2025-07-04 15:18:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							29aadf4e78 
							
						 
					 
					
						
						
							
							chore(webui): improve string ( #2406 )  
						
						 
						
						... 
						
						
						
						other `after Hacking` or `while Hacking` strings are in uppercase, but this particular one wasn't
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Reviewed-on: OpenWF/SpaceNinjaServer#2406 
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost> 
						
						
					 
					
						2025-07-04 15:02:30 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0b32bc21be 
							
						 
					 
					
						
						
							
							chore(webui): improve string ( #2405 )  
						
						 
						
						... 
						
						
						
						was missing a plus and this shorter version may fit better
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Reviewed-on: OpenWF/SpaceNinjaServer#2405 
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost> 
						
						
					 
					
						2025-07-04 04:55:36 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e09e5ebec2 
							
						 
					 
					
						
						
							
							fix: infinite loop when attempting to generate loid commisions ( #2399 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2399 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-04 03:26:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							b2de8608c6 
							
						 
					 
					
						
						
							
							chore: fix duplicate import  
						
						 
						
						
						
						
					 
					
						2025-07-04 11:46:49 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							2b23db1433 
							
						 
					 
					
						
						
							
							chore: remove usage of markModified ( #2403 )  
						
						 
						
						... 
						
						
						
						Only this one remained, but not needed because it's schema'd.
Reviewed-on: OpenWF/SpaceNinjaServer#2403 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-03 22:45:07 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a45bacc388 
							
						 
					 
					
						
						
							
							chore: update PE+ ( #2398 )  
						
						 
						
						... 
						
						
						
						Closes  #2392 
Reviewed-on: OpenWF/SpaceNinjaServer#2398 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-03 22:44:26 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							46d37d3688 
							
						 
					 
					
						
						
							
							chore(webui): update Chinese translation ( #2396 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2396 
Co-authored-by: Corvus <corvus@noreply.localhost>
Co-committed-by: Corvus <corvus@noreply.localhost> 
						
						
					 
					
						2025-07-03 11:09:07 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							41686aea88 
							
						 
					 
					
						
						
							
							fix: properly cap negative syndicate standing ( #2393 )  
						
						 
						
						... 
						
						
						
						Closes  #2388 
Reviewed-on: OpenWF/SpaceNinjaServer#2393 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-03 11:08:57 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							61ac2f8b72 
							
						 
					 
					
						
						
							
							chore(webui): update Chinese translation ( #2394 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2394 
Co-authored-by: Corvus <corvus@noreply.localhost>
Co-committed-by: Corvus <corvus@noreply.localhost> 
						
						
					 
					
						2025-07-02 15:04:42 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d2ab894c01 
							
						 
					 
					
						
						
							
							fix(webui): assign labels for appropriate inputs ( #2391 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2391 
Co-authored-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com>
Co-committed-by: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> 
						
						
					 
					
						2025-07-02 14:29:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							8c85cdcd1d 
							
						 
					 
					
						
						
							
							feat(webui): "add maxed" for mods ( #2387 )  
						
						 
						
						... 
						
						
						
						Closes  #2382 
Reviewed-on: OpenWF/SpaceNinjaServer#2387 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-02 14:18:24 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							aa6191f033 
							
						 
					 
					
						
						
							
							feat: relic rng cheats ( #2386 )  
						
						 
						
						... 
						
						
						
						Closes  #2370 
Reviewed-on: OpenWF/SpaceNinjaServer#2386 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-02 14:17:14 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e26d2635fb 
							
						 
					 
					
						
						
							
							chore(webui): fix inconsistent % chance strings ( #2385 )  
						
						 
						
						... 
						
						
						
						Closes  #2381 
Reviewed-on: OpenWF/SpaceNinjaServer#2385 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-02 14:15:50 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							dd6ae8898f 
							
						 
					 
					
						
						
							
							chore(webui): move max rank button before detailed view link ( #2384 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2384 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-02 14:14:19 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							499ca23ffb 
							
						 
					 
					
						
						
							
							chore(webui): update inventory when equipment was forma'd ( #2383 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2383 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-02 14:14:13 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d3102acb7c 
							
						 
					 
					
						
						
							
							chore(webui): update Chinese translation ( #2380 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2380 
Co-authored-by: Corvus <corvus@noreply.localhost>
Co-committed-by: Corvus <corvus@noreply.localhost> 
						
						
					 
					
						2025-07-01 10:58:47 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							363028c9ce 
							
						 
					 
					
						
						
							
							chore: clarify log output related to saveLoadout ( #2379 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2379 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-01 07:48:03 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1d60745f18 
							
						 
					 
					
						
						
							
							feat: year rollover kiss emails ( #2376 )  
						
						 
						
						... 
						
						
						
						Closes  #2375 
Reviewed-on: OpenWF/SpaceNinjaServer#2376 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-01 07:45:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a9b3b16d31 
							
						 
					 
					
						
						
							
							feat: dojo visitors ( #2374 )  
						
						 
						
						... 
						
						
						
						Closes  #2373 
Reviewed-on: OpenWF/SpaceNinjaServer#2374 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-01 07:45:12 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							fd1d72a1cf 
							
						 
					 
					
						
						
							
							chore(webui): add inventory update note to quests tab ( #2372 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2372 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-01 07:44:30 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							75832afdbe 
							
						 
					 
					
						
						
							
							feat: relicRewardItemCountMultiplier cheat ( #2369 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2369 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-01 07:44:13 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							aa916d2820 
							
						 
					 
					
						
						
							
							feat: sell genetic imprints ( #2368 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2368 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-07-01 07:44:05 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5a5f6106a3 
							
						 
					 
					
						
						
							
							chore: save inventory and account in parallel when claiming login reward ( #2371 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#2371 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-06-30 17:55:06 -07:00