Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2344a6f10d 
								
							 
						 
						
							
							
								
								Implement hacky fix for some update files not loading. ( #1327 )  
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Waiting to run 
				
			 
		
		
	 
 
	 
							
						 
						
							2025-03-24 22:23:09 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ĐeäTh 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								bd589ed641 
								
							 
						 
						
							
							
								
								Reset session persistent shoe upgrade bools when achievements are reset ( #1429 )  
							
							
							
						 
						
							2025-03-24 22:18:24 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ĐeäTh 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d0cc13c2fd 
								
							 
						 
						
							
							
								
								Fix "Disable Boost Filter" code not affecting certain parts of the game. ( #1468 )  
							
							... 
							
							
							
							* hook different part of the code to affect Eggmanland too
* Update UnleashedRecomp/patches/misc_patches.cpp
Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com>
---------
Co-authored-by: Skyth (Asilkan) <19259897+blueskythlikesclouds@users.noreply.github.com> 
							
						 
						
							2025-03-24 22:15:46 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8ca5f1bf53 
								
							 
						 
						
							
							
								
								Added code to force the alternate game title ( #1249 )  
							
							
							
						 
						
							2025-03-24 21:57:35 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ĐeäTh 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7f9ce5037e 
								
							 
						 
						
							
							
								
								Explicitly set working directory to executable directory on boot ( #1430 )  
							
							... 
							
							
							
							* Explicitly set working directory to executable directory on boot
* change to GetModuleFileNameW instead
* switch to pre-existing implementations of getting the executable path
* add argument to use current working directory
* use error code variant of current_path 
							
						 
						
							2025-03-24 21:34:37 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								b76a44923d 
								
							 
						 
						
							
							
								
								Prohibit Channel Configuration changes during gameplay ( #1432 )  
							
							
							
						 
						
							2025-03-24 21:26:21 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Onat Erdem 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2322b75e54 
								
							 
						 
						
							
							
								
								Fix Options Menu sliders being frame-dependent at lower framerates ( #677 )  
							
							... 
							
							
							
							* Fix slider fastIncrement conditions
* Change options menu sliders' fastIncrement logic to use a persistent holdTime variable, rather than the current frame's deltaTime
* Clamp deltaTime to a max value of 1/15f
* Compile fix
* Spacing fix 
							
						 
						
							2025-03-24 21:19:42 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Isaac Marovitz 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2f43b9a304 
								
							 
						 
						
							
							
								
								Improve .gitignore ( #576 )  
							
							... 
							
							
							
							* Improve .gitignore
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
* Correct whoopsie
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
---------
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com> 
							
						 
						
							2025-03-24 21:06:55 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								5b53a49114 
								
							 
						 
						
							
							
								
								Preload the executable on Windows. ( #1457 )  
							
							
							
						 
						
							2025-03-24 21:04:47 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8e0d1f2873 
								
							 
						 
						
							
							
								
								Added MSAA level availability checks ( #1446 )  
							
							
							
						 
						
							2025-03-24 20:57:50 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d15bb7a501 
								
							 
						 
						
							
							
								
								GPU Upload Heap & UMA. ( #1421 )  
							
							... 
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Waiting to run 
				
			 
		
		
	 
 
	 
							
							* Initial work for GPU upload heap & UMA.
* Finish D3D12 Support.
* Rework the logic for the GPU Upload Heap fallback.
* Only enable UMA on Vulkan on integrated GPUs.
* Fix D3D12 fallback condition.
---------
Co-authored-by: Dario <dariosamo@gmail.com> 
							
						 
						
							2025-03-24 03:07:12 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									ĐeäTh 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1c1dc09006 
								
							 
						 
						
							
							
								
								change alignment on shop title/ring count ( #1425 )  
							
							
							
						 
						
							2025-03-23 22:50:19 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a02f34b028 
								
							 
						 
						
							
							
								
								Fix Cool Edge whale not having reflections. ( #1441 )  
							
							... 
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Waiting to run 
				
			 
		
		
	 
 
	 
							
							* Fix Cool Edge whale not having reflections.
* Fix Vulkan validation error. 
							
						 
						
							2025-03-23 18:59:10 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								41fd1761b1 
								
							 
						 
						
							
							
								
								Apply half pixel offset in the vertex shader. ( #1391 )  
							
							
							
						 
						
							2025-03-23 17:25:40 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								7866765ab0 
								
							 
						 
						
							
							
								
								Fix mod include directories with backward slashes not working on Linux. ( #1444 )  
							
							
							
						 
						
							2025-03-23 17:16:54 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									MegAmi 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								824405b236 
								
							 
						 
						
							
							
								
								Replace Markdown issue template with YAML schema ( #1426 )  
							
							... 
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Has been cancelled 
				
			 
		
		
	 
 
	 
							
							* Replace Markdown issue template with YML schema
* YAML doesn't like that apparently
* Address requested changes 
							
						 
						
							2025-03-19 01:55:02 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d0368665dd 
								
							 
						 
						
							
							
								
								Update README FAQ ( #1319 )  
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Has been cancelled 
				
			 
		
		
	 
 
	 
							
						 
						
							2025-03-11 15:26:14 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									João Moura 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								cc1018a8fc 
								
							 
						 
						
							
							
								
								Pass release path to upload-artifact step on Windows builds ( #1151 )  
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Has been cancelled 
				
			 
		
		
	 
 
	 
							
						 
						
							2025-03-10 15:18:37 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								131427e017 
								
							 
						 
						
							
							
								
								Update version to v1.0.2. ( #1149 )  
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Has been cancelled 
				
			 
		
		
	 
 
	 
							
						 
						
							2025-03-07 18:52:49 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								45c0880145 
								
							 
						 
						
							
							
								
								Rename DisableDPadAsAnalogInput to DisableDPadMovement ( #1146 )  
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Waiting to run 
				
			 
		
		
	 
 
	 
							
						 
						
							2025-03-07 13:52:42 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								024c35c1fe 
								
							 
						 
						
							
							
								
								Force WASAPI on Windows. ( #1134 )  
							
							
							
						 
						
							2025-03-07 13:52:01 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								a9e280e116 
								
							 
						 
						
							
							
								
								Fix Homing Attack on Jump not affecting Cool Edge Act 3 (Day) ( #904 )  
							
							
	
		
			
	 
	
	
		
	
	
		
			
				
	validate-internal / build (push) Waiting to run 
				
			 
		
		
	 
 
	 
							
						 
						
							2025-03-07 04:54:17 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c64ef1fe15 
								
							 
						 
						
							
							
								
								Added error message if included DirectX DLLs are missing ( #998 )  
							
							... 
							
							
							
							* Added error message if included DirectX DLLs are missing
* locale: added System_Win32_MissingDLLs localisation
Co-Authored-By: LJSTAR <31629427+LJSTARbird@users.noreply.github.com>
Co-Authored-By: Kitzuku <25226941+Kitzuku@users.noreply.github.com>
Co-Authored-By: NextinHKRY <38560522+NextinMono@users.noreply.github.com>
Co-Authored-By: brianuuu <38166666+brianuuu@users.noreply.github.com>
Co-Authored-By: Darío <538504+DarioSamo@users.noreply.github.com>
* Fix ifdefs
---------
Co-authored-by: LJSTAR <31629427+LJSTARbird@users.noreply.github.com>
Co-authored-by: Kitzuku <25226941+Kitzuku@users.noreply.github.com>
Co-authored-by: NextinHKRY <38560522+NextinMono@users.noreply.github.com>
Co-authored-by: brianuuu <38166666+brianuuu@users.noreply.github.com>
Co-authored-by: Darío <538504+DarioSamo@users.noreply.github.com> 
							
						 
						
							2025-03-07 04:47:15 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c19a7b1e11 
								
							 
						 
						
							
							
								
								Added check for AVX on boot ( #1067 )  
							
							... 
							
							
							
							Co-authored-by: Wiseguy <68165316+mr-wiseguy@users.noreply.github.com> 
							
						 
						
							2025-03-07 04:45:58 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3c050887d8 
								
							 
						 
						
							
							
								
								Fix shoe upgrade hints patch breaking sequence flags ( #1130 )  
							
							
							
						 
						
							2025-03-07 04:43:49 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								676c3f0ff4 
								
							 
						 
						
							
							
								
								Prevent game from closing whilst autosaving ( #967 )  
							
							
							
						 
						
							2025-03-07 04:43:37 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								3676c28114 
								
							 
						 
						
							
							
								
								Fix the unsafe base address assumption. ( #1098 )  
							
							
							
						 
						
							2025-03-07 03:31:13 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								df5e48f528 
								
							 
						 
						
							
							
								
								Increase FPS slider max to 241 ( #1082 )  
							
							
							
						 
						
							2025-03-06 06:33:13 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jérémy Francart 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c07a754f4f 
								
							 
						 
						
							
							
								
								Add hidden DisableDPadAsAnalogInput option ( #604 )  
							
							... 
							
							
							
							This commit adds a configuration entry in the 'Codes' section named DisableDPadAsAnalogInput allowing someone to enable or disable the movement of Sonic / the world map cursor using the directional pad buttons. 
							
						 
						
							2025-03-06 05:59:22 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									NextinHKRY 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8a80db141d 
								
							 
						 
						
							
							
								
								code: Add Disable Boost Filter code ( #999 )  
							
							
							
						 
						
							2025-03-06 05:46:45 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Michael 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								48458cb903 
								
							 
						 
						
							
							
								
								Update README.md ( #1050 )  
							
							... 
							
							
							
							- Added a tip regarding supported media players with Music Attenuation
- Added onto the mod support note, referring to the HMM wiki regarding the mod format 
							
						 
						
							2025-03-05 23:16:04 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nilton Perim Neto 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1c225184a1 
								
							 
						 
						
							
							
								
								Updated build instructions for Linux ( #914 )  
							
							... 
							
							
							
							* Update BUILDING.md
updated building to describe for Arch to make the groundwork for making an AUR repo
* Update BUILDING.md
* Update BUILDING.md
* Removed vcpkg
removed vcpkg from the Arch command since its not needed
---------
Co-authored-by: Hyper <34012267+hyperbx@users.noreply.github.com> 
							
						 
						
							2025-03-05 23:15:51 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									JaceCear 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								6ef7789b17 
								
							 
						 
						
							
							
								
								Fix typo in German translation ( #980 )  
							
							
							
						 
						
							2025-03-05 23:08:40 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								756d001d35 
								
							 
						 
						
							
							
								
								Disable hardware resolve on Intel GPUs. ( #853 )  
							
							
							
						 
						
							2025-03-06 01:53:36 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Isaac Marovitz 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0866be0c3d 
								
							 
						 
						
							
							
								
								Build all presets ( #979 )  
							
							... 
							
							
							
							* Build all presets
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
* Add preset to file name
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
* Upload PDB
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
Fix
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
* Cache by preset
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
---------
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com> 
							
						 
						
							2025-03-05 20:37:52 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									got4n 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4705ffddc2 
								
							 
						 
						
							
							
								
								Fixing typo in French translation. ( #545 )  
							
							... 
							
							
							
							"a échoué" is more correct than "a échouée" 
							
						 
						
							2025-03-04 07:22:36 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								da5db2a05a 
								
							 
						 
						
							
							
								
								Update version number to v1.0.1. ( #714 )  
							
							
							
						 
						
							2025-03-03 06:20:19 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								985dbf3bc0 
								
							 
						 
						
							
							
								
								Added memory requirement and updated minimum NVIDIA GPU ( #692 )  
							
							
							
						 
						
							2025-03-03 04:50:33 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9fbd847d50 
								
							 
						 
						
							
							
								
								Apply horizontal scaling to options menu value text ( #685 )  
							
							
							
						 
						
							2025-03-03 03:47:07 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								34a23d48db 
								
							 
						 
						
							
							
								
								Force triangle strip workaround for AMD GPUs. ( #659 )  
							
							
							
						 
						
							2025-03-03 03:00:26 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pollot 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								8915b06a95 
								
							 
						 
						
							
							
								
								Add EU GoD game and Title Update hashes ( #543 )  
							
							
							
						 
						
							2025-03-03 02:26:16 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								f9b5e52a8b 
								
							 
						 
						
							
							
								
								Implement fix for buggy Adabat assets hanging async PSO compiler. ( #618 )  
							
							
							
						 
						
							2025-03-03 01:59:35 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fd2fb745e0 
								
							 
						 
						
							
							
								
								Fix XButtonHoming patch leaking state into other parameters ( #640 )  
							
							
							
						 
						
							2025-03-03 01:42:25 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Chavez 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								fe06134bb1 
								
							 
						 
						
							
							
								
								fix(ci): remove token from flatpak workflow ( #643 )  
							
							
							
						 
						
							2025-03-02 22:56:21 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									David Chavez 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								917dacf453 
								
							 
						 
						
							
							
								
								chore(ci): update workflows ( #633 )  
							
							
							
						 
						
							2025-03-02 20:47:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								206145c44e 
								
							 
						 
						
							
							
								
								Added more fields to the Bug Report issue template ( #614 )  
							
							
							
						 
						
							2025-03-02 17:41:56 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								9e744ffded 
								
							 
						 
						
							
							
								
								Fix logger eventually causing a crash without a console on Windows. ( #481 )  
							
							
							
						 
						
							2025-03-01 12:48:19 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth 
								
							 
						 
						
							
							
							
							
								
							
							
								881712999c 
								
							 
						 
						
							
							
								
								First public release of Unleashed Recompiled.  
							
							
							
						 
						
							2025-02-28 20:15:54 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Skyth (Asilkan) 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e5ddc85853 
								
							 
						 
						
							
							
								
								Update CI scripts to upload artifacts. ( #479 )  
							
							
							
						 
						
							2025-02-28 19:46:29 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Hyper 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d49c648f12 
								
							 
						 
						
							
							
								
								Added notes to the readme and dumping guide about the hard drive transfer cable ( #477 )  
							
							
							
						 
						
							2025-02-28 01:00:19 +00:00