Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								1c4b230346 
								
							 
						 
						
							
							
								
								Merge pull request  #3604  from lioncash/ptr  
							
							... 
							
							
							
							archive_systemsavedata: Remove pointer cast from GetSystemSaveDataPath() 
							
						 
						
							2018-03-29 11:52:36 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								82b9387315 
								
							 
						 
						
							
							
								
								Merge pull request  #3605  from valentinvanelslande/am-popu64  
							
							... 
							
							
							
							Service/AM: Use Pop<u64>() in DeleteUserProgram and DeleteProgram 
							
						 
						
							2018-03-29 09:47:56 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								690d92a019 
								
							 
						 
						
							
							
								
								Merge pull request  #3601  from lioncash/null  
							
							... 
							
							
							
							gl_rasterizer: Fix incorrect comparison against src_surface in AccelerateTextureCopy() 
							
						 
						
							2018-03-29 09:44:10 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								da91fb41db 
								
							 
						 
						
							
							
								
								Merge pull request  #3597  from lioncash/lzss  
							
							... 
							
							
							
							ncch_container: Get rid of pointer casts in LZSS_GetDecompressedSize() and LZSS_Decompress() 
							
						 
						
							2018-03-29 09:42:25 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								feb4eca2ff 
								
							 
						 
						
							
							
								
								Merge pull request  #3598  from lioncash/boss  
							
							... 
							
							
							
							boss: Correct ReceiveProperty()'s response data payload 
							
						 
						
							2018-03-29 09:38:33 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								115fd1cbf0 
								
							 
						 
						
							
							
								
								Merge pull request  #3599  from lioncash/err  
							
							... 
							
							
							
							err_f: Add missing break in ThrowFatalError() 
							
						 
						
							2018-03-29 09:38:19 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								2624b21500 
								
							 
						 
						
							
							
								
								Merge pull request  #3606  from valentinvanelslande/citrace-fmt  
							
							... 
							
							
							
							CiTrace: Migrate logging macros 
							
						 
						
							2018-03-29 09:34:30 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Valentin Vanelslande 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								528d8a6ccb 
								
							 
						 
						
							
							
								
								CiTrace: Migrate logging macros  
							
							
							
						 
						
							2018-03-28 20:48:59 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Valentin Vanelslande 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								492fca114d 
								
							 
						 
						
							
							
								
								Service/AM: Use Pop<u64>() in DeleteUserProgram and DeleteProgram  
							
							
							
						 
						
							2018-03-28 20:28:18 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								26b1aec3c1 
								
							 
						 
						
							
							
								
								archive_systemsavedata: Remove pointer cast from GetSystemSaveDataPath()  
							
							... 
							
							
							
							These kinds of casts invoke undefined behavior due to alignment rules.
Use memcpy instead which always does the right thing. 
							
						 
						
							2018-03-28 22:17:26 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								8366f6cb5e 
								
							 
						 
						
							
							
								
								citra-room: Fix always false case in main() related to port range  
							
							... 
							
							
							
							If the variable we're checking is a u16, then there can never be values
outside of the 0-65535 range. This is bad because an arbitrary larger
value can be truncated down into a valid value, making an otherwise
malformed argument well-formed.
Change it to use u32 to allow the check to function properly. 
							
						 
						
							2018-03-28 21:53:05 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								38b9d1780f 
								
							 
						 
						
							
							
								
								verify_login: Make VerifyLogin exceptionless  
							
							... 
							
							
							
							This function can be simplified by attempting to find the username
within the JSON object and then only accessing it if it does. There's no
need to blindly access the data itself.
This also eliminates the need to copy the string to a local as well,
since we already have the element itself, we can just compare against
it. For the failure case, it's the same if we were checking that the
provided username string is empty. 
							
						 
						
							2018-03-28 21:34:21 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								27a3d44b16 
								
							 
						 
						
							
							
								
								gl_rasterizer: Fix incorrect comparison against src_surface in AccelerateTextureCopy()  
							
							... 
							
							
							
							This should actually be comparing the validity of the destination
surface. 
							
						 
						
							2018-03-28 21:13:57 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								5ec576ff78 
								
							 
						 
						
							
							
								
								err_f: Add missing break in ThrowFatalError()  
							
							... 
							
							
							
							Introduced by 691f069743 
							
						 
						
							2018-03-28 20:33:25 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								31100c582a 
								
							 
						 
						
							
							
								
								boss: Correct ReceiveProperty()'s response data payload  
							
							... 
							
							
							
							This was previously overwriting data in the same index. 
							
						 
						
							2018-03-28 20:26:33 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Lioncash 
								
							 
						 
						
							
							
							
							
								
							
							
								3af976e41e 
								
							 
						 
						
							
							
								
								ncch_container: Get rid of pointer casts in LZSS_GetDecompressedSize() and LZSS_Decompress()  
							
							... 
							
							
							
							These kinds of casts invoke undefined behavior, due to both the aliasing
rule, and from an alignment point-of-view. Use the way that's guaranteed
to always work instead. 
							
						 
						
							2018-03-28 19:55:49 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								fbfc1103fd 
								
							 
						 
						
							
							
								
								core/loader: Migrate logging macros  
							
							... 
							
							
							
							Replace logging to use NGLOG instead of LOG. 
							
						 
						
							2018-03-29 00:08:26 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								98760336be 
								
							 
						 
						
							
							
								
								video_core/shader/shader: Remove include cinttypes  
							
							
							
						 
						
							2018-03-28 22:40:16 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								730f8a4103 
								
							 
						 
						
							
							
								
								Fix formatting mistakes  
							
							
							
						 
						
							2018-03-28 22:28:55 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James Rowe 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								74465389f3 
								
							 
						 
						
							
							
								
								Merge pull request  #3172  from MerryMage/mingw-pdb  
							
							... 
							
							
							
							appveyor: Generate PDBs for mingw build 
							
						 
						
							2018-03-27 09:52:03 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								20776b37be 
								
							 
						 
						
							
							
								
								Fix wrongly converted specifiers  
							
							... 
							
							
							
							Sorry that was a lot in one go so some of them had some mistakes 
							
						 
						
							2018-03-27 23:37:36 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								0f4c9c9f47 
								
							 
						 
						
							
							
								
								file_util: Remove long long casting on buf.st_size in NGLOG statement  
							
							
							
						 
						
							2018-03-27 23:31:08 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								968569aa61 
								
							 
						 
						
							
							
								
								Replace format specifiers for all usages of ASSERT_MSG  
							
							
							
						 
						
							2018-03-27 23:28:42 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ben 
								
							 
						 
						
							
							
							
							
								
							
							
								4be12d5f56 
								
							 
						 
						
							
							
								
								NWM_UDS:: Check flags in SendTo ( #3481 )  
							
							... 
							
							
							
							* NWM_UDS:: Check flags in SendTo
* NWM_UDS: SendTo from Host to only oneClient
* fix u8 in flags
* Send node_map to clients
* Libnetwork: Increase libnetwork version
* Broadcast on dest_node_id 0xFFFF
* fixup: dest_node_id offset
* fixup: dest_node_id offset part 2
* Adressed wwyleles feedback
* Adressed wwylele's nits 
							
						 
						
							2018-03-27 15:01:29 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									BreadFish64 
								
							 
						 
						
							
							
							
							
								
							
							
								05cf7fe70a 
								
							 
						 
						
							
							
								
								QT: Implement themed icons ( #3554 )  
							
							... 
							
							
							
							* implement themed icons
* fix theme search paths 
							
						 
						
							2018-03-27 12:11:04 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								7abfdb164b 
								
							 
						 
						
							
							
								
								hw: Migrate logging macros ( #3584 )  
							
							... 
							
							
							
							* hw: Migrate logging macros
Use NGLOG instead of LOG prefixed macros for logging
* gpu: Remove unnecessary casting
At first this line without any casting gave an error. Without knowing which argument is causing the error, I just casted everything. After that forgot to check which argument is the one causing trouble.
* hw: Change format specifiers for the one missed 
							
						 
						
							2018-03-27 12:02:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								3e8e011c33 
								
							 
						 
						
							
							
								
								network: Migrate logging macros ( #3575 )  
							
							... 
							
							
							
							* network: Migrate logging macros
Follow-up of #3533 
Replace prefix of all logging macros from LOG to NGLOG
* Remove hash in format 
							
						 
						
							2018-03-27 12:00:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									MerryMage 
								
							 
						 
						
							
							
							
							
								
							
							
								75fa1b2cde 
								
							 
						 
						
							
							
								
								appveyor: Generate PDBs for mingw build  
							
							
							
						 
						
							2018-03-27 11:57:34 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								4bdf2e1eb9 
								
							 
						 
						
							
							
								
								Merge pull request  #3569  from daniellimws/audio-core-fmt  
							
							... 
							
							
							
							audio_core: Migrate logging macros 
							
						 
						
							2018-03-27 13:55:24 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0607bc36e3 
								
							 
						 
						
							
							
								
								Merge pull request  #3574  from daniellimws/citra-qt-fmt  
							
							... 
							
							
							
							citra_qt: Migrate logging macros 
							
						 
						
							2018-03-27 13:52:31 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								59b8a1dbc2 
								
							 
						 
						
							
							
								
								assert: Undo removal of newline for string with __VA_ARGS__  
							
							
							
						 
						
							2018-03-27 10:01:10 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								301ca0a0a3 
								
							 
						 
						
							
							
								
								Undo unrelated true false ternary statement removal  
							
							
							
						 
						
							2018-03-26 21:03:10 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								5ddc440b48 
								
							 
						 
						
							
							
								
								Change to print program id as hex  
							
							
							
						 
						
							2018-03-26 20:44:49 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								d823759e49 
								
							 
						 
						
							
							
								
								Merge pull request  #3582  from FearlessTobi/add-missing-override  
							
							... 
							
							
							
							Implement Pull #87  from yuzu: game_list: Add missing override specifier for KeyReleaseEater's eventFilter function 
							
						 
						
							2018-03-26 13:31:30 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									FearlessTobi 
								
							 
						 
						
							
							
							
							
								
							
							
								245a3bd067 
								
							 
						 
						
							
							
								
								game_list: Add missing override specifier for KeyReleaseEater's eventFilter function  
							
							
							
						 
						
							2018-03-25 23:57:25 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								49c41593d9 
								
							 
						 
						
							
							
								
								Merge pull request  #3577  from daniellimws/web-service-fmt  
							
							... 
							
							
							
							web_service: Migrate logging macros 
							
						 
						
							2018-03-25 13:47:46 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								0ad63c73bf 
								
							 
						 
						
							
							
								
								Merge pull request  #3578  from daniellimws/input-common-fmt  
							
							... 
							
							
							
							input_common: Migrate logging macros 
							
						 
						
							2018-03-25 13:46:54 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								111da6db06 
								
							 
						 
						
							
							
								
								common: Migrate logging macros  
							
							... 
							
							
							
							Follow-up of #3533 
Replace logging to use NGLOG instead of LOG
This is significantly larger than the previous ones. 
							
						 
						
							2018-03-25 18:42:50 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								4617fec970 
								
							 
						 
						
							
							
								
								input_common: Migrate logging macros  
							
							... 
							
							
							
							Follow-up of #3533 
Replace logging to use NGLOG instead of LOG 
							
						 
						
							2018-03-25 17:46:02 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								978a169cc4 
								
							 
						 
						
							
							
								
								Drop # for formatting program id  
							
							
							
						 
						
							2018-03-25 15:48:29 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								c82cd30f62 
								
							 
						 
						
							
							
								
								web_service: Migrate logging macros  
							
							... 
							
							
							
							Follow-up of #3533 
Replace prefix of all logging macros from LOG to NGLOG 
							
						 
						
							2018-03-25 15:35:06 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								79b0e62455 
								
							 
						 
						
							
							
								
								citra_qt: Migrate logging macros  
							
							... 
							
							
							
							Follow-up of #3533 
Replace prefix of all logging macros from LOG to NGLOG 
							
						 
						
							2018-03-25 13:00:36 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									James 
								
							 
						 
						
							
							
							
							
								
							
							
								9283053701 
								
							 
						 
						
							
							
								
								Move WebServices to use LibreSSL + cpp-httplib ( #3501 )  
							
							... 
							
							
							
							Move WebServices to use LibreSSL + cpp-httplib
Remove curl + openssl build dependencies 
							
						 
						
							2018-03-24 13:19:35 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Valentin Vanelslande 
								
							 
						 
						
							
							
							
							
								
							
							
								e2c5666883 
								
							 
						 
						
							
							
								
								Service/AM: Fix crash when scanning titles with installed titles with invalid title IDs ( #3542 )  
							
							... 
							
							
							
							* Service/AM: Fix crash when scanning titles with installed titles with invalid title IDs
Fixes  #3332  
							
						 
						
							2018-03-24 13:06:50 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								38e2b6c8d8 
								
							 
						 
						
							
							
								
								Undo changes to unrelated files and fix formatting  
							
							
							
						 
						
							2018-03-25 00:54:40 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								df816b5eaf 
								
							 
						 
						
							
							
								
								Address review comments  
							
							... 
							
							
							
							* Convert %x to {:x}
* Convert {0:#010x} to {:#010x}
* Remove `? true : false` statement
* Remove `.c_str()` for strings 
							
						 
						
							2018-03-24 22:25:50 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Daniel Lim Wee Soong 
								
							 
						 
						
							
							
							
							
								
							
							
								693b190274 
								
							 
						 
						
							
							
								
								audio_core: Migrate logging macros  
							
							... 
							
							
							
							Follow-up of #3533 
Replace prefix of all logging macros from LOG to NGLOG 
							
						 
						
							2018-03-24 21:45:58 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Weiyi Wang 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								327ad8bcce 
								
							 
						 
						
							
							
								
								Merge pull request  #3564  from lefta/build_system_fixes  
							
							... 
							
							
							
							Build fixes 
							
						 
						
							2018-03-24 13:07:14 +03:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Merry 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								174e7e268a 
								
							 
						 
						
							
							
								
								Merge pull request  #3533  from daniellimws/fmtlib-macros  
							
							... 
							
							
							
							Logging: Add fmtlib-based macros 
							
						 
						
							2018-03-24 08:04:20 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Cédric Legrand 
								
							 
						 
						
							
							
							
							
								
							
							
								67650a4040 
								
							 
						 
						
							
							
								
								Upgrade Boost dependency to 1.66  
							
							
							
						 
						
							2018-03-23 21:50:00 +01:00