Jasper St. Pierre 
							
						 
					 
					
						
						
							
						
						3c7f223aa1 
					 
					
						
						
							
							Add "Q" / "E" as freelook keybindings  
						
						 
						
						... 
						
						
						
						To move the view up and down. 
						
						
					 
					
						2013-07-22 00:14:42 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jasper St. Pierre 
							
						 
					 
					
						
						
							
						
						4981b7cdd3 
					 
					
						
						
							
							VertexShaderManager: Make ProjectionHack private  
						
						 
						
						... 
						
						
						
						There's no reason to make this public, and it prevents a build
issue with the next commit. 
						
						
					 
					
						2013-07-21 17:56:20 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Lioncash 
							
						 
					 
					
						
						
							
						
						bab9963b00 
					 
					
						
						
							
							New license header introduced for DiscIO, AudioCommon, InputCommon, VideoCommon, and Common projects.  
						
						 
						
						
						
						
					 
					
						2013-04-17 23:09:55 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								lioncash 
							
						 
					 
					
						
						
							
						
						edd9d0e0ef 
					 
					
						
						
							
							Clean up more space/tab mismatches in AudioCommon, Common, and VideoCommon.  
						
						 
						
						... 
						
						
						
						Not planning to touch Core since it's the most actively changed part of the project. 
						
						
					 
					
						2013-03-19 21:51:12 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pierre Bourdon 
							
						 
					 
					
						
						
							
						
						bfde41895f 
					 
					
						
						
							
							Update the viewport when the scissor offset is changed  
						
						 
						
						... 
						
						
						
						Fixes a bug with Another Code: R that was noticed when gx-optimization was
merged. 
						
						
					 
					
						2012-05-27 08:03:26 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nitsuja 
							
						 
					 
					
						
						
							
						
						2be579e8ba 
					 
					
						
						
							
							fixed some graphics problems with loading savestates (for example, wrong colors on title screen of metroid prime 3)  
						
						 
						
						
						
						
					 
					
						2012-05-26 13:18:07 +10:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								donkopunchstania 
							
						 
					 
					
						
						
							
						
						c36ed08cfc 
					 
					
						
						
							
							Rework XF register loading a bit and change how registers are arranged in memory. This removes the assumption that all data for a viewport or projection matrix will be available when index 0 is loaded. Fixes issue 3688 and probably breaks old save states (sorry).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7083  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-02-05 18:25:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jordan Woyak 
							
						 
					 
					
						
						
							
						
						fbaf965995 
					 
					
						
						
							
							Eliminated the plugin interface. Merged DX9/DX11/OGL video plugins into Dolphin. It could still use a lot of cleanup. Lots of things are still named "plugin". Software renderer is temporarily disabled until it gets some namespaces. I only updated vs08/10, Linux/OSX builds are broken.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6996  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-31 01:28:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								gnick79 
							
						 
					 
					
						
						
							
						
						3078db08c7 
					 
					
						
						
							
							* Changed the Projection Hack option in game properties to  "Custom Projection Hack"  
						
						 
						
						... 
						
						
						
						- dislocating all sensible stuff related to "values per game/pattern" outside the sourcecode.
  - giving more control to end-users across the user-friendly interface.
  - deleting/cleaning some dead variables.
  - updating all gameconfig.ini data to reflect new PHack concept (pending upload).
* Updated Italian translation
  - Includes corrections, a better strings translating and suggestions directly by Google Code's people.
+ Minor old pending changes...
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6973  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-29 21:13:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								skidau 
							
						 
					 
					
						
						
							
						
						d4b72eaae5 
					 
					
						
						
							
							Added a projection hack for Metroid: Other M.  This fixes the black screens that occur in cut-scenes.  Patch by Trevor002.  
						
						 
						
						... 
						
						
						
						Fixes issue 3477.
Fixes issue 3127.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6381  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-11-11 09:22:19 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								NeoBrainX 
							
						 
					 
					
						
						
							
						
						a6ebc8234f 
					 
					
						
						
							
							Preparing stuff for DX11:  
						
						 
						
						... 
						
						
						
						- be more strict with the input signature of generated pixel shaders
- replace the D3D parameter with an API_TYPE one, so that we can further distinguish between DX9 and DX11
- for what it's worth dx11 (using vs_4_0) doesn't support D3DCOLORtoUBYTE4; added a workaround for this
- add a "dx9-" prefix to the shader cache files to avoid conflicts with dx11 shaders
Apart from that we're calling CommandProcessor::Shutdown() in main.cpp,Shutdown() now.
Delete all files in User/ShaderCache if you want to save a few KB disk space :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5659  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-06-12 15:49:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								skidau 
							
						 
					 
					
						
						
							
						
						7a7d1a7b55 
					 
					
						
						
							
							Re-added Skies of Arcadia projection hack.  Fixes issue 2514.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5372  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-04-15 09:23:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								skidau 
							
						 
					 
					
						
						
							
						
						962fef0626 
					 
					
						
						
							
							Fixed bug where the projection hack setting was not being saved in the Game Properties dialog.  
						
						 
						
						... 
						
						
						
						Removed the obsolete projection hacks:
* Final Fantasy CC Echo of Time
* Harvest Moon Magical Melody
* Baten Kaitos
* Baten Kaitos Origin
* Skies of Arcadia
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5271  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2010-04-02 21:28:56 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						f0bba97070 
					 
					
						
						
							
							Delete the misnamed GlobalControl.cpp/h, move the (ugly) projection hack code that was there into VertexShaderManager where it belongs.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4644  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-12-05 13:56:23 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rodolfo Osvaldo Bogado 
							
						 
					 
					
						
						
							
						
						fe1a5142a7 
					 
					
						
						
							
							a minor cleanup in xf registers, an some small bug fixes. please test and give me feedback  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4589  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-11-19 02:28:41 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Rodolfo Osvaldo Bogado 
							
						 
					 
					
						
						
							
						
						0511d6e185 
					 
					
						
						
							
							some work on zscale and zoffset, don't know if this is correct but at least it seem to fix one or two games.  
						
						 
						
						... 
						
						
						
						thanks a lot to chaoscode he make possible to test this on nvidia. please test this a lot and give me feedback :)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4468  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-10-25 23:10:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						dae1a68bfc 
					 
					
						
						
							
							D3D: minor vs constant-setting optimization, remove a stupid memcpy that doesn't do anything, don't see much benefit though :/ At least the PIX logs will be cleaner.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4301  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-19 10:46:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						20922cf3f0 
					 
					
						
						
							
							D3D: More reset fixes  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4282  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-15 21:49:15 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						52ea8a0fd1 
					 
					
						
						
							
							D3D supports setting multiple shader constants at once, so let's add support for that. Very tiny speedup. Also remove the annoying black window in the background when configuring D3D before starting a game. Also make sure to write all values when converting normals - might help the cpu's write gather cache.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4255  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-09-12 15:00:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								omegadox 
							
						 
					 
					
						
						
							
						
						5ac7105b66 
					 
					
						
						
							
							GFX: New GlobalControl system - cleaner way to control hacks and for possible control over other parts of the video code (video debugger control).  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3982  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-08-15 07:20:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								XTra.KrazzY 
							
						 
					 
					
						
						
							
						
						c86d2e5129 
					 
					
						
						
							
							Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :)  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3898  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-07-28 21:32:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								omegadox 
							
						 
					 
					
						
						
							
						
						e4a9faeba4 
					 
					
						
						
							
							GFX: updated Dates, code formatting cleanup, code cleanup / organization, some unknown BPs uncovered, fixed OGL's config dialog bug, added another shader  
						
						 
						
						... 
						
						
						
						DSPHLE: Some warning fixes and added some logging for unknown voice cases
Please report if anything has broken.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3884  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-07-26 09:52:35 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								death2droid 
							
						 
					 
					
						
						
							
						
						d0653aa53a 
					 
					
						
						
							
							A attempt for a fix for the Zelda TP Bloom hack  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3228  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-05-14 06:28:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								death2droid 
							
						 
					 
					
						
						
							
						
						03b0936fa1 
					 
					
						
						
							
							Clean up of OpenGL hacks.  
						
						 
						
						... 
						
						
						
						Removed now useless code.
Also fixed a problem with the iso properties.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3215  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-05-13 13:28:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								death2droid 
							
						 
					 
					
						
						
							
						
						7011b9c1e4 
					 
					
						
						
							
							Newer version OpenGL game hacks by val532.(Has a lot better way of handling specific game hacks)  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3196  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-05-11 06:40:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								donkopunchstania 
							
						 
					 
					
						
						
							
						
						93348abc18 
					 
					
						
						
							
							Created a free look utility which only works on win32 right now. It lets the user fly around with the mouse and keyboard. Had to add some ugly matrix functions to the math utilities.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3005  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-04-19 10:10:45 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								nakeee 
							
						 
					 
					
						
						
							
						
						e84ec7855a 
					 
					
						
						
							
							smg projection hack, taken from  http://forums.dolphin-emu.com/thread-165-page-3.html  
						
						 
						
						... 
						
						
						
						maybe we should just make configurable linear trasnformation hack;)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2949  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-04-10 10:25:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								omegadox 
							
						 
					 
					
						
						
							
						
						5ce9ffeab7 
					 
					
						
						
							
							Projection fix, Projection 1 hack changed to ZTP Bloom hack.  That bloom is a bugged because of something else, not because of the projection.  The proj hacks happens to makes it show.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2573  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-06 21:56:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								omegadox 
							
						 
					 
					
						
						
							
						
						56becf28db 
					 
					
						
						
							
							Revert 2521.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2524  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-02 19:38:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								omegadox 
							
						 
					 
					
						
						
							
						
						17814912e5 
					 
					
						
						
							
							Some cleanup, projection hacks remove, the projections might be correct now. ZTP Bloom works and MP1 Heat Visor works, I tested many games, and good results.  Please test more and report back.  Also added in fix for Issue 677.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2521  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-02 13:04:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						3db9fb4fc1 
					 
					
						
						
							
							More renaming.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1696  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-26 17:33:53 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								hrydgard 
							
						 
					 
					
						
						
							
						
						2ec3cd6694 
					 
					
						
						
							
							Move VertexShaderManager too.  
						
						 
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1688  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-26 12:47:32 +00:00