3d6c880c96 
							
						 
					 
					
						
						
							
							feat: handle client setting InfestationDate on equipment ( #1927 )  
						
						 
						
						... 
						
						
						
						Closes  #1919 
Reviewed-on: OpenWF/SpaceNinjaServer#1927 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-30 13:28:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							660768b53b 
							
						 
					 
					
						
						
							
							fix: handle DuviriInfo being absent from inventory ( #1926 )  
						
						 
						
						... 
						
						
						
						Closes  #1917 
Reviewed-on: OpenWF/SpaceNinjaServer#1926 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-30 13:28:01 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							3de68e51d5 
							
						 
					 
					
						
						
							
							fix: properly set Harvestable & DeathSquadable fields ( #1925 )  
						
						 
						
						... 
						
						
						
						Closes  #1916 
Reviewed-on: OpenWF/SpaceNinjaServer#1925 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-30 13:27:47 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c06abded11 
							
						 
					 
					
						
						
							
							fix: always multiply acquired gear quantity by purchaseQuantity ( #1924 )  
						
						 
						
						... 
						
						
						
						Closes  #1915 
Reviewed-on: OpenWF/SpaceNinjaServer#1924 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-30 13:27:36 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9468768947 
							
						 
					 
					
						
						
							
							fix: weapon seed's low dword being sign extended ( #1914 )  
						
						 
						
						... 
						
						
						
						JavaScript's semantics here are incredibly stupid, but basically if the initial DWORD's high WORD's MSB is true, the number would become negative after the shift left by 16. Then when ORing it with the highDword, the initial DWORD would be sign-extended to a QWORD, meaning the high DWORD would become all 1s, basically cancelling out the entire OR operation.
Reviewed-on: OpenWF/SpaceNinjaServer#1914 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-29 12:28:01 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0af7f41201 
							
						 
					 
					
						
						
							
							fix: unset LibraryPersonalTarget after completing it ( #1913 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1913 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-29 12:27:47 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							de1e2a25f2 
							
						 
					 
					
						
						
							
							fix(webui): ensure that all requests using authz revalidate it ( #1911 )  
						
						 
						
						... 
						
						
						
						Closes  #1907 
Reviewed-on: OpenWF/SpaceNinjaServer#1911 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-29 12:27:38 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1cf7b41d3f 
							
						 
					 
					
						
						
							
							chore: note that random element functions could return undefined ( #1910 )  
						
						 
						
						... 
						
						
						
						We should be explicit about the fact that we expect the arrays to not be empty.
Reviewed-on: OpenWF/SpaceNinjaServer#1910 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-29 12:27:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ab9cc685eb 
							
						 
					 
					
						
						
							
							fix: exclude capture as a mission type for sorties ( #1909 )  
						
						 
						
						... 
						
						
						
						Closes  #1865 
Reviewed-on: OpenWF/SpaceNinjaServer#1909 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-29 02:05:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							743b784754 
							
						 
					 
					
						
						
							
							chore(webui): use plural form of "Moa", just to stay consistent with the other categories ( #1905 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1905 
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost> 
						
						
					 
					
						2025-04-28 14:01:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5df533a7fb 
							
						 
					 
					
						
						
							
							chore: auto-generate "daily special" for fish vendors ( #1902 )  
						
						 
						
						... 
						
						
						
						Trying to go a bit more towards an "auto-generate by default" approach, with manual overrides where needed.
Reviewed-on: OpenWF/SpaceNinjaServer#1902 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 14:01:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9417aa3c84 
							
						 
					 
					
						
						
							
							fix: only consider market-listed blueprints for login reward ( #1900 )  
						
						 
						
						... 
						
						
						
						Closes  #1882 
Reviewed-on: OpenWF/SpaceNinjaServer#1900 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 14:01:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a1872e2b07 
							
						 
					 
					
						
						
							
							chore: simplify getInnateDamageTag ( #1899 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1899 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 14:00:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9042e85355 
							
						 
					 
					
						
						
							
							feat: infested lich rewards ( #1898 )  
						
						 
						
						... 
						
						
						
						Closes  #1884 
Reviewed-on: OpenWF/SpaceNinjaServer#1898 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 14:00:38 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							66ee550ccd 
							
						 
					 
					
						
						
							
							feat: refresh duviri seed when mood changes ( #1895 )  
						
						 
						
						... 
						
						
						
						Closes  #1887 
Reviewed-on: OpenWF/SpaceNinjaServer#1895 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 14:00:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							7a295a86ec 
							
						 
					 
					
						
						
							
							fix: handle boosters in store item utilities ( #1894 )  
						
						 
						
						... 
						
						
						
						e.g. `/Lotus/Types/StoreItems/Boosters/AffinityBoosterStoreItem`
Reviewed-on: OpenWF/SpaceNinjaServer#1894 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 14:00:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							88d00eaaa1 
							
						 
					 
					
						
						
							
							feat: weaken nemesis ( #1893 )  
						
						 
						
						... 
						
						
						
						Closes  #1885 
Reviewed-on: OpenWF/SpaceNinjaServer#1893 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 13:59:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							1e8f2fc766 
							
						 
					 
					
						
						
							
							chore: comment out mixed fields in inventory ( #1892 )  
						
						 
						
						... 
						
						
						
						If they are needed in the future, they schould be properly schema'd.
Reviewed-on: OpenWF/SpaceNinjaServer#1892 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-28 13:58:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							0d842ade90 
							
						 
					 
					
						
						
							
							chore(webui): update German translation ( #1904 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1904 
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost> 
						
						
					 
					
						2025-04-28 05:14:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4e3a2e17ee 
							
						 
					 
					
						
						
							
							chore: removing unnecessary entries in allScans.json ( #1903 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1903 
Co-authored-by: Animan8000 <animan8000@noreply.localhost>
Co-committed-by: Animan8000 <animan8000@noreply.localhost> 
						
						
					 
					
						2025-04-28 03:36:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							61864b2be1 
							
						 
					 
					
						
						
							
							chore(webui): update to Spanish translation ( #1901 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1901 
Co-authored-by: hxedcl <hxedcl@noreply.localhost>
Co-committed-by: hxedcl <hxedcl@noreply.localhost> 
						
						
					 
					
						2025-04-27 19:39:49 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							45748fa8be 
							
						 
					 
					
						
						
							
							fix: import failing for LotusCustomization from live ( #1891 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1891 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-27 14:20:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							afec59e8a6 
							
						 
					 
					
						
						
							
							feat: skipClanKeyCrafting cheat ( #1883 )  
						
						 
						
						... 
						
						
						
						Closes  #1843 
Reviewed-on: OpenWF/SpaceNinjaServer#1883 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-27 12:38:55 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ee1a49f5f2 
							
						 
					 
					
						
						
							
							feat: handle NemesisKillConvert at missionInventoryUpdate ( #1880 )  
						
						 
						
						... 
						
						
						
						Closes  #1848 
Reviewed-on: OpenWF/SpaceNinjaServer#1880 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-27 12:38:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9e94083875 
							
						 
					 
					
						
						
							
							feat: handle KubrowPetEggs in missionInventoryUpdate ( #1876 )  
						
						 
						
						... 
						
						
						
						Closes  #1866 
Reviewed-on: OpenWF/SpaceNinjaServer#1876 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-27 12:36:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							db0e0d80dd 
							
						 
					 
					
						
						
							
							chore: remove PropertyTextHash from auto-generated vendors  
						
						 
						
						
						
						
					 
					
						2025-04-27 07:20:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5cda2e2d08 
							
						 
					 
					
						
						
							
							chore: improve unlockAllScans's handling of existing scans ( #1875 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1875 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 19:28:03 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							e23d865044 
							
						 
					 
					
						
						
							
							fix: use a list of "known good" syndicate missions ( #1874 )  
						
						 
						
						... 
						
						
						
						Closes  #1870 
Reviewed-on: OpenWF/SpaceNinjaServer#1874 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 19:27:50 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							c7658b5b20 
							
						 
					 
					
						
						
							
							chore: use parallelForeach in removePigmentsFromGuildMembers  
						
						 
						
						
						
						
					 
					
						2025-04-27 04:22:18 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							9993500eca 
							
						 
					 
					
						
						
							
							chore(webui): update to Spanish translation ( #1881 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1881 
Co-authored-by: hxedcl <hxedcl@noreply.localhost>
Co-committed-by: hxedcl <hxedcl@noreply.localhost> 
						
						
					 
					
						2025-04-26 18:53:46 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							267357871b 
							
						 
					 
					
						
						
							
							feat: handle HenchmenKilled & HintProgress incrementing ( #1877 )  
						
						 
						
						... 
						
						
						
						Closes  #1807 
Reviewed-on: OpenWF/SpaceNinjaServer#1877 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 15:25:47 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							cf5ed0442d 
							
						 
					 
					
						
						
							
							fix: don't assume rewardInfo.node is in ExportRegions ( #1879 )  
						
						 
						
						... 
						
						
						
						Fixes  #1878 
Reviewed-on: OpenWF/SpaceNinjaServer#1879 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 14:23:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							de36e2ee8d 
							
						 
					 
					
						
						
							
							fix: close connection for dating saveDialogue request ( #1873 )  
						
						 
						
						... 
						
						
						
						Missing fix for #1852 
Reviewed-on: OpenWF/SpaceNinjaServer#1873 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 12:14:42 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ca1b6c31b6 
							
						 
					 
					
						
						
							
							fix: give rewards for completing a capture mission ( #1872 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1872 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:57:03 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d66c474bfc 
							
						 
					 
					
						
						
							
							fix: some issues with sortie generation ( #1871 )  
						
						 
						
						... 
						
						
						
						Now using sortieTilesets as a source of truth for allowed mission nodes as it's based only on real sorties, also added disallowed mission types for FC_OROKIN (Corrupted Vor) that otherwise cause a script error.
Closes  #1865 
Reviewed-on: OpenWF/SpaceNinjaServer#1871 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:56:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							781f01520f 
							
						 
					 
					
						
						
							
							feat: save lotus customization ( #1864 )  
						
						 
						
						... 
						
						
						
						Closes  #768 
Reviewed-on: OpenWF/SpaceNinjaServer#1864 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:56:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							ac37702468 
							
						 
					 
					
						
						
							
							feat(webui): add missing max rank mods ( #1863 )  
						
						 
						
						... 
						
						
						
						Closes  #916 
Reviewed-on: OpenWF/SpaceNinjaServer#1863 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:56:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							75c011e3cb 
							
						 
					 
					
						
						
							
							fix: don't set IsNew flag for starting gear ( #1859 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1859 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:56:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4d4f885c8e 
							
						 
					 
					
						
						
							
							feat: dontSubtractConsumables cheat ( #1857 )  
						
						 
						
						... 
						
						
						
						Closes  #1838 
Reviewed-on: OpenWF/SpaceNinjaServer#1857 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:55:45 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							66d1a65e63 
							
						 
					 
					
						
						
							
							fix: handle credits & platinum prices from vendors ( #1856 )  
						
						 
						
						... 
						
						
						
						Fixes  #1837 
Reviewed-on: OpenWF/SpaceNinjaServer#1856 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:55:03 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							48eefd8db1 
							
						 
					 
					
						
						
							
							fix: don't give droptable rewards for non-assassination sortie missions ( #1855 )  
						
						 
						
						... 
						
						
						
						Closes  #1835 
Reviewed-on: OpenWF/SpaceNinjaServer#1855 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:54:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							4a6a5ea9cc 
							
						 
					 
					
						
						
							
							feat: handle WeaponSkins picked up in missions ( #1854 )  
						
						 
						
						... 
						
						
						
						For sigils.
Closes  #1839 
Reviewed-on: OpenWF/SpaceNinjaServer#1854 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:54:38 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							95c0ad7892 
							
						 
					 
					
						
						
							
							fix: handle saveDialogue request without Data or Gift ( #1853 )  
						
						 
						
						... 
						
						
						
						Needed to just set booleans when starting dating.
Closes  #1852 
Reviewed-on: OpenWF/SpaceNinjaServer#1853 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:54:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							a90d3a5156 
							
						 
					 
					
						
						
							
							feat: gardening ( #1849 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1849 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:54:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							d0c9409a2d 
							
						 
					 
					
						
						
							
							fix: exclude pvp variants from daily special parts ( #1846 )  
						
						 
						
						... 
						
						
						
						Fixes  #1836 
Reviewed-on: OpenWF/SpaceNinjaServer#1846 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-26 11:53:41 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							bbde7b2141 
							
						 
					 
					
						
						
							
							chore: don't change remote/origin url  
						
						 
						
						
						
						
					 
					
						2025-04-26 08:12:54 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							5271123090 
							
						 
					 
					
						
						
							
							chore(webui): update to Spanish translation ( #1862 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1862 
Co-authored-by: hxedcl <hxedcl@noreply.localhost>
Co-committed-by: hxedcl <hxedcl@noreply.localhost> 
						
						
					 
					
						2025-04-25 22:13:28 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							f3e56480e5 
							
						 
					 
					
						
						
							
							fix(webui): error for inventory without EvolutionProgress ( #1861 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1861 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-25 21:26:58 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							6f46ace40c 
							
						 
					 
					
						
						
							
							fix(webui): revalidate authz for rename & delete account actions ( #1860 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1860 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-25 21:26:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
					 
					
						
						
						
						
							
						
						
							883426e429 
							
						 
					 
					
						
						
							
							fix: align guild advertisment vendor rotation to monday 0 UTC ( #1858 )  
						
						 
						
						... 
						
						
						
						Reviewed-on: OpenWF/SpaceNinjaServer#1858 
Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com>
Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com> 
						
						
					 
					
						2025-04-25 21:26:16 -07:00