| 
							
							
								 smatz | f051066bc4 | (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit | 2010-02-24 14:46:15 +00:00 |  | 
			
				
					| 
							
							
								 glx | 6179198c65 | (svn r18756) -Codechange: direct accesses to png_*_struct members are deprecated | 2010-01-08 03:17:12 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 44aacfc59f | (svn r17928) -Codechange: ShowErrorMessage() now takes the summary string before the details string. Gentlemen, swap your string parameters. | 2009-10-31 19:46:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d6cded5380 | (svn r17693) -Cleanup: remove some unneeded includes | 2009-10-04 17:16:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7fbc33dae1 | (svn r17248) -Fix: add GPL license notice where appropriate | 2009-08-21 20:21:05 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1fe3ad3288 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives | 2009-08-05 17:59:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3d780608a2 | (svn r15685) -Fix [FS#2720]: do not crash when someone substitutes the "map generation" sprites with garbage. | 2009-03-12 14:21:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0d8da02ec1 | (svn r15610) -Change: allow loading of heightmaps and savegames (any form) that are in .tar files | 2009-03-04 09:53:31 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d73c1fa7bf | (svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails | 2009-02-24 20:59:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c0a8d09ca7 | (svn r15428) -Codechange: consistently use colour instead of having both color and colour. | 2009-02-09 02:57:15 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d2a725ec94 | (svn r15332) -Fix (r15190): terrain generated from heightmaps always was at sea level at both southern borders | 2009-02-04 01:07:53 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0d3f5e6e74 | (svn r15299) -Cleanup: remove many redundant includes | 2009-01-31 20:16:06 +00:00 |  | 
			
				
					| 
							
							
								 Yexo | db3ee34b44 | (svn r15190) -Feature: Allow terraforming of the tiles at the edges of the map. | 2009-01-21 02:31:55 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 7368c740a6 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | 2009-01-04 15:32:25 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 923e21129c | (svn r13325) -Codechange: split the client-side only settings from the settings stored in the savegame so there is no need to have a duplicate copy of it for new games. | 2008-05-29 15:13:28 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4625695653 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. -Codechange: move all Settings into substructs of _settings in a way that they are logically grouped. | 2008-05-25 19:17:03 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d03994098b | (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 |  | 
			
				
					| 
							
							
								 rubidium | dc87b05e8c | (svn r11834) -Codechange: only include settings_type.h if needed. | 2008-01-13 14:37:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d4e6a6bf57 | (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h. | 2008-01-13 01:21:35 +00:00 |  | 
			
				
					| 
							
							
								 belugas | 5087a6cdd7 | (svn r11713) -Codechange: Move some declarations and definitions in a more logical disposition | 2007-12-28 03:14:55 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 429521a7d1 | (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 | bf98e25e43 | (svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed. | 2007-12-25 09:48:53 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a773d45885 | (svn r11684) -Codechange: split gfx.h in a type and functional header. | 2007-12-23 10:56:02 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 8f0e68285b | (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type. | 2007-12-22 23:30:28 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e1057864d8 | (svn r9729) -Documentation: add some documentation in various places | 2007-04-27 21:29:36 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 36bb92ae24 | (svn r9050) -Codechange: Foo(void) -> Foo() | 2007-03-07 11:47:46 +00:00 |  | 
			
				
					| 
							
							
								 truelight | 657be6d2d0 | (svn r9019) -Fix: use <> for system-headers | 2007-03-05 18:00:18 +00:00 |  | 
			
				
					| 
							
							
								 belugas | 978d7da818 | (svn r8950) -Cleanup: doxygen changes.  Mostly @files missing tags and a few comments style. | 2007-03-01 01:24:44 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | bccef9f948 | (svn r8077) -Cleanup: Restructure some switch() statements' default case when they're unreachable | 2007-01-12 14:28:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 5afd50017d | (svn r8074) -Fix (FS#537, r7555, r5749): revert r7555 because it was really wrong and fix the off-by-one error due to truncation that was supposedly fixed by r7555. | 2007-01-12 08:37:14 +00:00 |  | 
			
				
					| 
							
							
								 glx | 2533b4a520 | (svn r8070) -Fix r5815: missing initialisation could cause crash when loading 24bpp BMP heightmap | 2007-01-11 21:49:39 +00:00 |  | 
			
				
					| 
							
							
								 KUDr | 33be1ecfb1 | (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter | 2007-01-11 17:29:39 +00:00 |  | 
			
				
					| 
							
							
								 Darkvater | 0cb2bc2b23 | (svn r8044) Regression (r8038): Crash on allocating bridge memory (peter1138) | 2007-01-10 21:44:59 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f35ed4bbc2 | (svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b. | 2007-01-10 18:56:51 +00:00 |  | 
			
				
					| 
							
							
								 KUDr | e373ea7096 | (svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp) | 2007-01-10 18:12:09 +00:00 |  |