glx 
							
						 
					 
					
						
						
							
						
						d4e8ffd7b3 
					 
					
						
						
							
							(svn r11856) -Revert (r11772): since FS#1335 is solved, we do not need the extra checking and such anymore.  
						
						
						
						
					 
					
						2008-01-15 00:11:28 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9c0c798dd8 
					 
					
						
						
							
							(svn r11834) -Codechange: only include settings_type.h if needed.  
						
						
						
						
					 
					
						2008-01-13 14:37:30 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						97d6e0e6c0 
					 
					
						
						
							
							(svn r11811) -Fix: make compilation without networking work again (and thus move the debugdumpcommand stuff out of the network 'area').  
						
						
						
						
					 
					
						2008-01-11 00:30:32 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						cfcce9603c 
					 
					
						
						
							
							(svn r11772) -Change: add some extra checking in the hope to find the cause of FS#1335  
						
						
						
						
					 
					
						2008-01-07 00:43:03 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						722613f7f3 
					 
					
						
						
							
							(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.  
						
						
						
						
					 
					
						2007-12-27 13:35:39 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						db73addb43 
					 
					
						
						
							
							(svn r11702) -Codechange: move all date related stuff to date*.  
						
						
						
						
					 
					
						2007-12-26 13:50:40 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						81bf9f8503 
					 
					
						
						
							
							(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'  
						
						
						
						
					 
					
						2007-12-25 11:26:07 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8ebdfb258f 
					 
					
						
						
							
							(svn r11674) -Codechange: refactor some functions out of macros.h into more logical locations.  
						
						
						
						
					 
					
						2007-12-21 19:21:21 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						bde4b44473 
					 
					
						
						
							
							(svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the extra checking and such anymore.  
						
						
						
						
					 
					
						2007-12-09 15:17:49 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2b9f51219f 
					 
					
						
						
							
							(svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482.  
						
						
						
						
					 
					
						2007-12-06 22:29:47 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						7e769d3286 
					 
					
						
						
							
							(svn r11353) -Codechange: add support for newgrf callback 32  
						
						
						
						
					 
					
						2007-10-28 16:00:51 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						4ef6e75609 
					 
					
						
						
							
							(svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.  
						
						
						
						
					 
					
						2007-08-19 09:38:30 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						99da45988a 
					 
					
						
						
							
							(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle).  
						
						
						
						
					 
					
						2007-08-02 21:19:07 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						4b818368b1 
					 
					
						
						
							
							(svn r10547) -Fix: when Cheat-Window is open and a new month happens, the window wasn't redrawn instantly  
						
						
						
						
					 
					
						2007-07-13 15:01:16 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						db5c9fc9a0 
					 
					
						
						
							
							(svn r10462) -Add: a command dumper/loader that could be enabled compile-time and server side only to aid debugging some desyncs, i.e. dump the stream of commands so it could be replayed in exactly the same way later. This should primarily be used to make desyncs more easily reproducable, so it can be properly debugged.  
						
						
						
						
					 
					
						2007-07-07 10:06:10 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						4169bfba06 
					 
					
						
						
							
							(svn r9050) -Codechange: Foo(void) -> Foo()  
						
						
						
						
					 
					
						2007-03-07 11:47:46 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						0f090a0c1d 
					 
					
						
						
							
							(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style.  
						
						... 
						
						
						
						Some documentation addition, when i can easily supply them 
						
						
					 
					
						2007-02-23 18:55:07 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						d40886903d 
					 
					
						
						
							
							(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on  
						
						... 
						
						
						
						This means that "v->type" can be used as array indexes instead of VehTypeToIndex() (or "v->type - VEH_Train/0x10 as the code still used in some places)
  Surprisingly this can be done without changing the savegame format 
						
						
					 
					
						2007-02-07 19:10:19 +00:00 
						 
				 
			
				
					
						
							
							
								KUDr 
							
						 
					 
					
						
						
							
						
						07c30785ab 
					 
					
						
						
							
							(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)  
						
						
						
						
					 
					
						2007-01-10 18:12:09 +00:00