rubidium 
							
						 
					 
					
						
						
							
						
						5056418336 
					 
					
						
						
							
							(svn r14896) -Codechange: remove an unused constant and the related dead code.  
						
						
						
						
					 
					
						2009-01-07 14:58:43 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ac5c5fc2db 
					 
					
						
						
							
							(svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command table  
						
						
						
						
					 
					
						2009-01-07 14:45:07 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						131ffc3196 
					 
					
						
						
							
							(svn r14890) -Codechange: move the notest information into the command table.  
						
						
						
						
					 
					
						2009-01-07 13:31:09 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						71df085954 
					 
					
						
						
							
							(svn r14889) -Codechange: replace some magic numbers with constants.  
						
						
						
						
					 
					
						2009-01-07 13:26:48 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f55995f1ef 
					 
					
						
						
							
							(svn r14772) -Codechange: make the "dump log of game to reproduce" desync debug stuff a runtime configurable debug option instead of a compile time option.  
						
						
						
						
					 
					
						2008-12-29 21:50:25 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e83cca7d13 
					 
					
						
						
							
							(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.  
						
						
						
						
					 
					
						2008-12-28 14:37:19 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0a94fc52ac 
					 
					
						
						
							
							(svn r14465) -Codechange: minor code style of command.cpp.  
						
						
						
						
					 
					
						2008-10-14 18:49:21 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						b2852f88fb 
					 
					
						
						
							
							(svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch by planetmaker)  
						
						
						
						
					 
					
						2008-10-07 20:57:41 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e589c7e580 
					 
					
						
						
							
							(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.  
						
						
						
						
					 
					
						2008-09-30 20:51:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f56e630e5c 
					 
					
						
						
							
							(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.  
						
						
						
						
					 
					
						2008-09-30 20:39:50 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						aef674d858 
					 
					
						
						
							
							(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too  
						
						
						
						
					 
					
						2008-09-15 22:58:41 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						92f3c368b8 
					 
					
						
						
							
							(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel.  
						
						
						
						
					 
					
						2008-08-16 14:02:20 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						c8e699cc35 
					 
					
						
						
							
							(svn r14076) -Codechange: Merge the four start/stop commands into a single CMD_START_STOP_VEHICLE.  
						
						
						
						
					 
					
						2008-08-15 13:57:43 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						6898a76c5f 
					 
					
						
						
							
							(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line with all other structs/classes that are in a pool.  
						
						
						
						
					 
					
						2008-07-17 20:13:01 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c4c440cc20 
					 
					
						
						
							
							(svn r13256) -Codechange: merge the OPTS and PATS chuncks.  
						
						... 
						
						
						
						-Codechange: split the diff_custom variable.
-Feature: allow changing some of the diff_custom variables via the console in network games. 
						
						
					 
					
						2008-05-26 00:31:36 +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 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						783e20a263 
					 
					
						
						
							
							(svn r12913) -Add: ability to backup and restore a player's economic data and data for a vehicle (or chain of vehicles)  
						
						... 
						
						
						
						Autoreplace uses this with the following benefits:
  -Mass autoreplace (the button in the depot window) will now estimate costs correctly
  -Autoreplace now either replaces correctly or manages to keep the original vehicle (no more broken trains)
  Thanks to Ammler for testing this 
						
						
					 
					
						2008-04-27 20:09:29 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						f35612bd21 
					 
					
						
						
							
							(svn r12616) -Codechange: r12591 didn't work as expected for NDS, move one function back to cpp  
						
						
						
						
					 
					
						2008-04-07 20:02:36 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						54630d0735 
					 
					
						
						
							
							(svn r12591) -Codechange: move CommandCost accessors to header file, 8kB of binary size saved  
						
						
						
						
					 
					
						2008-04-06 14:50:37 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						b05919cc5a 
					 
					
						
						
							
							(svn r12421) -Feature: [autoreplace] the autoreplace button in train depots will now also replace wagons even if they aren't connected to a locomotive  
						
						... 
						
						
						
						fixed estimated cost in CmdDepotMassAutoReplace() (will still not estimate wagon removal profits)
  Made it possible to command CmdDepotMassAutoReplace() to either replace everything or nothing (the button will still happily replace just some of the vehicles if cash premits) 
						
						
					 
					
						2008-03-25 21:58:13 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						36678c0ae8 
					 
					
						
						
							
							(svn r12304) -Codechange: use IsValidTile() where it should be used  
						
						
						
						
					 
					
						2008-02-28 00:17:49 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						d00bf03012 
					 
					
						
						
							
							(svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player property to allow further fixes  
						
						
						
						
					 
					
						2008-02-09 15:07:31 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						b19704f661 
					 
					
						
						
							
							(svn r12075) -Codechange: Remove explicit numbering on command enum, and remove blanks from command list where old commands have been removed.  
						
						
						
						
					 
					
						2008-02-06 23:08:49 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						5dacd82903 
					 
					
						
						
							
							(svn r12061) -Cleanup: since r12060, DC_FORCETEST is not used anymore  
						
						
						
						
					 
					
						2008-02-04 22:44:05 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						addab235de 
					 
					
						
						
							
							(svn r12012) -Fix (r11795): Enable TownRatingTestMode during cost estimation with 'shift'-key.  
						
						
						
						
					 
					
						2008-01-29 14:02:18 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						61e40b1aa5 
					 
					
						
						
							
							(svn r11871) -Fix [FS#1074]: do not update signals after each tile when building/removing a large block of track/signals/station  
						
						
						
						
					 
					
						2008-01-16 01:18:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						df12937f19 
					 
					
						
						
							
							(svn r11839) -Codechange: move some variables from variables.h to a more logical location.  
						
						
						
						
					 
					
						2008-01-13 21:41:24 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						90acd52f22 
					 
					
						
						
							
							(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 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2fc62eab05 
					 
					
						
						
							
							(svn r11818) -Codechange: split player.h into smaller pieces.  
						
						
						
						
					 
					
						2008-01-12 14:10:35 +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 
							
						 
					 
					
						
						
							
						
						8ee8d1b964 
					 
					
						
						
							
							(svn r11795) -Fix [FS#1616]: take town rating into account when testing if a command can be executed.  
						
						
						
						
					 
					
						2008-01-09 17:47:05 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0365c1f33b 
					 
					
						
						
							
							(svn r11793) -Codechange: pass the expense type via the CommandCost instead of a global variable. Patch by Noldo (FS#1114).  
						
						
						
						
					 
					
						2008-01-09 16:55:48 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						7a890182c0 
					 
					
						
						
							
							(svn r11762) -Fix: compilation with DEBUG_DUMP_COMMANDS was broken  
						
						
						
						
					 
					
						2008-01-05 21:42:34 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						bf57e3d868 
					 
					
						
						
							
							(svn r11750) -Revert (r11749): commited too much  
						
						
						
						
					 
					
						2008-01-03 23:54:23 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						e9a35fd75d 
					 
					
						
						
							
							(svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicle color mapping so the vehicles use the new owner color  
						
						
						
						
					 
					
						2008-01-03 23:50:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f82aeb82c5 
					 
					
						
						
							
							(svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).  
						
						
						
						
					 
					
						2007-12-26 11:45:43 +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 
							
						 
					 
					
						
						
							
						
						507463e420 
					 
					
						
						
							
							(svn r11684) -Codechange: split gfx.h in a type and functional header.  
						
						
						
						
					 
					
						2007-12-23 10:56:02 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						766551b0bc 
					 
					
						
						
							
							(svn r11677) -Codechange: move price and command related types/functions to their respective places.  
						
						
						
						
					 
					
						2007-12-21 21:50:46 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8427b8bad2 
					 
					
						
						
							
							(svn r11675) -Codechange: split the string types from the string functions.  
						
						
						
						
					 
					
						2007-12-21 19:49:27 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						be923601bf 
					 
					
						
						
							
							(svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h  
						
						
						
						
					 
					
						2007-12-19 23:26:02 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2cf7d5b2cb 
					 
					
						
						
							
							(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.  
						
						
						
						
					 
					
						2007-12-19 20:45:46 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						531651293e 
					 
					
						
						
							
							(svn r11657) -Fix: show better error message when trying to convert rail  
						
						... 
						
						
						
						-Codechange: merge DoConvert functions into one, make test and exec runs the same for tunnels/bridges 
						
						
					 
					
						2007-12-17 22:29:27 +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 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						eadd6765e1 
					 
					
						
						
							
							(svn r11312) -Codechange: implement a overflow safe integer and use that for money and don't misuses CommandCost to have a overflow safe integer. Based on a patch by Noldo.  
						
						
						
						
					 
					
						2007-10-20 14:51:09 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ed96cd2711 
					 
					
						
						
							
							(svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs.  
						
						
						
						
					 
					
						2007-09-22 12:59:43 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						99c4c8e43e 
					 
					
						
						
							
							(svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.  
						
						
						
						
					 
					
						2007-09-10 15:21:14 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						bd7483ba3c 
					 
					
						
						
							
							(svn r11040) -Fix [FS#1179]: removing CMD_AUTO from some commands could remotely trigger an assertion.  
						
						
						
						
					 
					
						2007-09-04 11:58:27 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3c053259f6 
					 
					
						
						
							
							(svn r11021) -Fix [FS#1175]: do not display income/expenses when they do not belong to a "valid" tile, like the money cheat/giving money.  
						
						
						
						
					 
					
						2007-08-31 17:43:29 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						df009178d4 
					 
					
						
						
							
							(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h  
						
						
						
						
					 
					
						2007-07-16 09:16:58 +00:00