frosch 
							
						 
					 
					
						
						
							
						
						52c4af211a 
					 
					
						
						
							
							(svn r19972) -Change: Use the md5sum from the previous save of the game for BaNaNaS instead of the initial (when the grf was added) md5sum from the gamelog. Neither method is 'better', but this way it is independent from the gamelog.  
						
						 
						
						
						
						
					 
					
						2010-06-13 14:11:32 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						54a7c3243e 
					 
					
						
						
							
							(svn r19971) -Codechange: Make IsGoodGRFConfigList() operate on any given GRFConfig and move the GameLog operations directly to AfterLoad().  
						
						 
						
						
						
						
					 
					
						2010-06-13 14:07:49 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								alberth 
							
						 
					 
					
						
						
							
						
						88fe11aae3 
					 
					
						
						
							
							(svn r19835) -Codechange: Extract grfident equality check to its own method.  
						
						 
						
						
						
						
					 
					
						2010-05-16 18:50:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yexo 
							
						 
					 
					
						
						
							
						
						23af928ce9 
					 
					
						
						
							
							(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info  
						
						 
						
						
						
						
					 
					
						2010-02-28 20:28:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yexo 
							
						 
					 
					
						
						
							
						
						daf89297fe 
					 
					
						
						
							
							(svn r19256) -Codechange: use a constructor/destructor for GRFConfig to make sure all members are properly initialized  
						
						 
						
						
						
						
					 
					
						2010-02-25 20:06:11 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yexo 
							
						 
					 
					
						
						
							
						
						b21278659c 
					 
					
						
						
							
							(svn r19255) -Codechange: encapsulate GRFIdentifier in GRFConfig instead of subclassing it  
						
						 
						
						
						
						
					 
					
						2010-02-25 20:05:31 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yexo 
							
						 
					 
					
						
						
							
						
						e876e21abf 
					 
					
						
						
							
							(svn r19251) -Codechange: add a contructor to GRFError and use it to allocating errors more uniform.  
						
						 
						
						... 
						
						
						
						-Fix: some grf error messages didn't free the previous error messages, creating a memory leak 
						
						
					 
					
						2010-02-25 15:54:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yexo 
							
						 
					 
					
						
						
							
						
						e7fbbdc81d 
					 
					
						
						
							
							(svn r18813) -Codechange: deduplicate copying a newgrf config  
						
						 
						
						
						
						
					 
					
						2010-01-15 18:28:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						99d46e0ad7 
					 
					
						
						
							
							(svn r17248) -Fix: add GPL license notice where appropriate  
						
						 
						
						
						
						
					 
					
						2009-08-21 20:21:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						80e896fa53 
					 
					
						
						
							
							(svn r16223) -Fix (r8881): ActionB should use the online parameters from GRFFile instead of the initial user-specified values from GRFConfig. Also use the values as they were set when the ActionB was executed, not as they are set when the message is shown.  
						
						 
						
						
						
						
					 
					
						2009-05-04 11:23:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								frosch 
							
						 
					 
					
						
						
							
						
						d86e821f53 
					 
					
						
						
							
							(svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information in purchase-list/after building before users have a chance to blame OpenTTD for incorrectly autorenewing/-replacing.  
						
						 
						
						
						
						
					 
					
						2009-03-13 21:28:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						8ab3e4b7b6 
					 
					
						
						
							
							(svn r15114) -Codechange: Add support for 8 byte action7/9 data, used as a mask for GRFID checks.  
						
						 
						
						
						
						
					 
					
						2009-01-16 19:53:52 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						882d39a081 
					 
					
						
						
							
							(svn r14233) -Feature/Fix [FS#2172]: save the palette of the loaded NewGRFs in the savegame, so joining with a server using Windows palette will make a client with the DOS palette do palette conversion and (thus) not cause a desync due to the different palettes disabling different NewGRFs.  
						
						 
						
						
						
						
					 
					
						2008-09-03 07:51:07 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						f1c0555d2e 
					 
					
						
						
							
							(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that  
						
						 
						
						
						
						
					 
					
						2008-07-24 15:19:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						1ce0b03bf0 
					 
					
						
						
							
							(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.  
						
						 
						
						
						
						
					 
					
						2008-05-06 15:11:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								smatz 
							
						 
					 
					
						
						
							
						
						976d08bcdf 
					 
					
						
						
							
							(svn r12537) -Cleanup: comment newgrf_config.h a bit  
						
						 
						
						
						
						
					 
					
						2008-04-02 00:13:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						7f037d15d7 
					 
					
						
						
							
							(svn r11704) -Codechange: remove another bunch of useless includes.  
						
						 
						
						
						
						
					 
					
						2007-12-26 23:04:26 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						af0616729a 
					 
					
						
						
							
							(svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of the box.  
						
						 
						
						... 
						
						
						
						-Change: make extra sprites (the ones not in the TTD GRFs) replaceable using Action 5.
-Feature: make replacing contiguous subsets of sprites in for some types possible in Action 5.
Note to GRF authors: when you replaced OpenTTD sprites that are not from the TTD GRF files using Action A, your GRF will not have the intended result anymore as the sprite numbers have changed. You should replace the Action A with an Action 5 from now on. 
						
						
					 
					
						2007-11-15 07:42:25 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx 
							
						 
					 
					
						
						
							
						
						74ee13aba8 
					 
					
						
						
							
							(svn r11381) -Fix [FS#1227]: redo the fix in a less breaking way  
						
						 
						
						
						
						
					 
					
						2007-11-04 22:24:03 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						627aa240ba 
					 
					
						
						
							
							(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.  
						
						 
						
						
						
						
					 
					
						2007-06-23 21:12:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								glx 
							
						 
					 
					
						
						
							
						
						623a848cca 
					 
					
						
						
							
							(svn r10211) -Feature: [NewGRF] Add support for action 0F  
						
						 
						
						
						
						
					 
					
						2007-06-18 23:00:55 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						94d390eac4 
					 
					
						
						
							
							(svn r10114) -Fix: Only load newgrf error messages if the language matches the current  
						
						 
						
						... 
						
						
						
						language. Since only one error can be loaded anyway, if the language didn't
match you'd get "Undefined string". Also since we're only loading one language
there's no need to use AddGRFString any more. 
						
						
					 
					
						2007-06-12 13:22:14 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						1c1a4bc872 
					 
					
						
						
							
							(svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching.  
						
						 
						
						... 
						
						
						
						-Codechange: do not add duplicate files to the newgrf list. 
						
						
					 
					
						2007-04-04 12:03:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								belugas 
							
						 
					 
					
						
						
							
						
						8952924c64 
					 
					
						
						
							
							(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.  
						
						 
						
						
						
						
					 
					
						2007-03-21 03:06:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						979ccd45ba 
					 
					
						
						
							
							(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};  
						
						 
						
						
						
						
					 
					
						2007-03-07 12:11:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						4169bfba06 
					 
					
						
						
							
							(svn r9050) -Codechange: Foo(void) -> Foo()  
						
						 
						
						
						
						
					 
					
						2007-03-07 11:47:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						b838a90657 
					 
					
						
						
							
							(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states that are  
						
						 
						
						... 
						
						
						
						mutually exclusive. At the same time, add an INITIALISED state which makes it
possible to check if a grf is not yet active but will be later on during the
GLS_ACTIVATION loading stage. 
						
						
					 
					
						2007-03-06 19:33:28 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						4f98bec89b 
					 
					
						
						
							
							(svn r8881) -Feature: Allow built-in newgrf error messages to be translated, and load custom error messages properly.  
						
						 
						
						
						
						
					 
					
						2007-02-24 16:34:37 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darkvater 
							
						 
					 
					
						
						
							
						
						9cf01ff432 
					 
					
						
						
							
							(svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to add the allocated GRFConfig to its list and not copy it.  
						
						 
						
						
						
						
					 
					
						2007-02-22 16:16:44 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						8b6d07cb85 
					 
					
						
						
							
							(svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui  
						
						 
						
						... 
						
						
						
						window. GRFs with an error have a warning symbol shown before the name. 
						
						
					 
					
						2007-02-21 23:18:08 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darkvater 
							
						 
					 
					
						
						
							
						
						33667effcc 
					 
					
						
						
							
							(svn r8806) -Codechange (r7582): Remove a duplicate append of static GRF's when loading the game and hide the intrinsics of adding elements to the GRFConfig list by using an AppendToGRFConfigList function.  
						
						 
						
						
						
						
					 
					
						2007-02-18 22:37:33 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						a93eb4b8d8 
					 
					
						
						
							
							(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused.  
						
						 
						
						
						
						
					 
					
						2007-01-21 17:29:38 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darkvater 
							
						 
					 
					
						
						
							
						
						4f413d1ff4 
					 
					
						
						
							
							(svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match.  
						
						 
						
						... 
						
						
						
						-GRF Window colour-codes changed a bit: Static is now grey, and compatible GRF (found locally only based on GRFID) are shown in orange. Compatible GRF's also have an orange status/warning text saying they're not the original the game was saved with.
-Loaded games with something amiss regarding GRF's will show an appropiate warning message. 
						
						
					 
					
						2007-01-13 17:42:50 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Darkvater 
							
						 
					 
					
						
						
							
						
						c8a0d59132 
					 
					
						
						
							
							(svn r8105) -Codechange: Change FindGRFConfig so that if md5sum parameter is omitted (or NULL)  
						
						 
						
						... 
						
						
						
						only a check for GRFID is done and not on md5sum as well. Remove blanksum in the function as it's obsoleted 
						
						
					 
					
						2007-01-13 17:23:02 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						013df98f79 
					 
					
						
						
							
							(svn r7759) -Merge: makefile rewrite. This merge features:  
						
						 
						
						... 
						
						
						
						- A proper ./configure, so everything needs to be configured only once, not for every make.
 - Usage of makedepend when available. This greatly reduces the time needed for generating the dependencies.
 - A generator for all project files. There is a single file with sources, which is used to generate Makefiles and the project files for MSVC.
 - Proper support for OSX universal binaries.
 - Object files for non-MSVC compiles are also placed in separate directories, making is faster to switch between debug and release compiles and it does not touch the directory with the source files.
 - Functionality to make a bundle of all needed files for for example a nightly or distribution of a binary with all needed GRFs and language files.
Note: as this merge moves almost all files, it is recommended to make a backup of your working copy before updating your working copy. 
						
						
					 
					
						2007-01-02 19:19:48 +00:00