Glenn Rice 
							
						 
					 
					
						
						
							
						
						a747cb548c 
					 
					
						
						
							
							Clean up translator callback.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6842  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-14 00:15:08 +00:00 
						 
				 
			
				
					
						
							
							
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						984b0d14d2 
					 
					
						
						
							
							Translate PanicAlert captions too.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6841  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-13 20:53:37 +00:00 
						 
				 
			
				
					
						
							
							
								Glenn Rice 
							
						 
					 
					
						
						
							
						
						c6e0ea59b9 
					 
					
						
						
							
							Removed my previous PanicAlert translation hack.  Fixed with a better method suggested by BhaaL.  The translation is done by a callback in the MsgHandler routine that is set at program start.  Added macros PanicAlertT, SuccessAlertT, PanicYesNoT, and AskYesNoT that are identical to the non T versions except those strings will be added by gettext to the po files to be translated.  These can and should be used anywhere in the code for strings that should be translated.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6838  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2011-01-13 02:05:58 +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 
						 
				 
			
				
					
						
							
							
								John Peterson 
							
						 
					 
					
						
						
							
						
						33a0f0838b 
					 
					
						
						
							
							Debugging: Added 'insert nop' to menu, added 'show history' code for interpreter mode  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3388  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-06-09 05:26:39 +00:00 
						 
				 
			
				
					
						
							
							
								John Peterson 
							
						 
					 
					
						
						
							
						
						3b55c26367 
					 
					
						
						
							
							OpenGL: Changed the AVIDump framebuffer source to the same as for screenshots  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3374  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-06-08 10:16:08 +00:00 
						 
				 
			
				
					
						
							
							
								omegadox 
							
						 
					 
					
						
						
							
						
						eb0cab140f 
					 
					
						
						
							
							Some code cleanup  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2768  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-28 08:57:34 +00:00 
						 
				 
			
				
					
						
							
							
								nakeee 
							
						 
					 
					
						
						
							
						
						70f75e1c99 
					 
					
						
						
							
							Change the return value of panicyesno to true  
						
						... 
						
						
						
						It somehow escaped last commit
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2684  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-19 12:55:20 +00:00 
						 
				 
			
				
					
						
							
							
								nakeee 
							
						 
					 
					
						
						
							
						
						dc9a4860b9 
					 
					
						
						
							
							Trying to make a button that disable panic alerts popups please test  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2680  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-18 22:05:31 +00:00 
						 
				 
			
				
					
						
							
							
								nakeee 
							
						 
					 
					
						
						
							
						
						4e9746877e 
					 
					
						
						
							
							an attempt to clean up the logging a bit  
						
						... 
						
						
						
						1) The new ERROR, WARN, INFO, DEBUG _LOG macros were used 
	ERROR,   // Bad errors - that still don't deserve a PanicAlert.
	WARNING, // Something is suspicious.
	INFO,    // General information.
	DEBUG,   // Strictly for detailed debugging - might make things slow.
2) Made all LOG macro use into some of the logging level supporting macros
LOG is commented out on linux can someone try it on windows? (it's in Log.h)
3) Added ERROR_lOG next to each panic alert
I hope I helped making the logs a bit more useful/readble
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2510  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-03-02 01:49:16 +00:00 
						 
				 
			
				
					
						
							
							
								LPFaint99 
							
						 
					 
					
						
						
							
						
						578c402d2c 
					 
					
						
						
							
							Update svn:eol-style=native ( r1442 ) for  Source/*.cpp  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2384  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-02-23 06:15:48 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						1c1425a406 
					 
					
						
						
							
							Assorted jit64-related bugfixes. Discovered and papered over nasty codegen bug. No, IL64 still doesn't work.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2281  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-02-16 22:06:11 +00:00 
						 
				 
			
				
					
						
							
							
								nakeee 
							
						 
					 
					
						
						
							
						
						38f8221bfc 
					 
					
						
						
							
							reverted 1914, but updated the default handler instead  
						
						... 
						
						
						
						windows now suppose to use it until we fix the debug window
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1915  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2009-01-18 08:47:24 +00:00 
						 
				 
			
				
					
						
							
							
								John Peterson 
							
						 
					 
					
						
						
							
						
						5e5e507121 
					 
					
						
						
							
							nJoy: Enabled keyboard input (only for buttons so far) through wxWidgets in the main application. It only works when you render to the main window.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1706  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-28 18:50:24 +00:00 
						 
				 
			
				
					
						
							
							
								hrydgard 
							
						 
					 
					
						
						
							
						
						dcc48d6c41 
					 
					
						
						
							
							just a bunch of random code cleanup i did on the train bored, plus a d3d implementation of NativeVertexFormat which isn't actually used yet.  
						
						... 
						
						
						
						git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1658  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-25 15:56:36 +00:00 
						 
				 
			
				
					
						
							
							
								nakeee 
							
						 
					 
					
						
						
							
						
						b0f17043bd 
					 
					
						
						
							
							new MsgHandler replacing common  
						
						... 
						
						
						
						Most things moved to macros
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1542  8ced0084-cf51-0410-be5f-012b33b47a6e 
						
						
					 
					
						2008-12-14 22:00:18 +00:00