rubidium 
							
						 
					 
					
						
						
							
						
						e9bc557b2a 
					 
					
						
						
							
							(svn r16930) -Codechange: more StringID name unification and grouping  
						
						
						
						
					 
					
						2009-07-23 19:31:50 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e3053660c6 
					 
					
						
						
							
							(svn r16886) -Codechange: unify naming of some string IDs related to string codes and group them logically  
						
						
						
						
					 
					
						2009-07-20 11:21:57 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						1f29e38b83 
					 
					
						
						
							
							(svn r16849) -Codechange: replace GetCargo() by CargoSpec::Get()  
						
						
						
						
					 
					
						2009-07-16 19:00:13 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						d0a47fc1b4 
					 
					
						
						
							
							(svn r16845) -Codechange: Introduction of constants for describing the bits in a WWT_MATRIX data field.  
						
						
						
						
					 
					
						2009-07-16 16:22:23 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						168ae6f7e2 
					 
					
						
						
							
							(svn r16422) -Codechange: use const_cast for removing const and warn when const is (accidentally?) removed using C-style casts.  
						
						
						
						
					 
					
						2009-05-24 21:09:00 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						10d1ef5447 
					 
					
						
						
							
							(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead  
						
						
						
						
					 
					
						2009-05-22 15:23:47 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						871107f529 
					 
					
						
						
							
							(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)  
						
						
						
						
					 
					
						2009-05-17 01:00:56 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						6221d74644 
					 
					
						
						
							
							(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)  
						
						
						
						
					 
					
						2009-05-16 23:34:14 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2664f2a2d9 
					 
					
						
						
							
							(svn r16242) -Codechange: rework pausing  
						
						... 
						
						
						
						-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join 
						
						
					 
					
						2009-05-06 15:06:57 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						53887e07bb 
					 
					
						
						
							
							(svn r16160) -Codechange: remove the need for explicit TC_FROMSTRING for DrawString.  
						
						
						
						
					 
					
						2009-04-26 14:52:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						59d45a04d6 
					 
					
						
						
							
							(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.  
						
						
						
						
					 
					
						2009-04-21 23:40:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						329cabab4f 
					 
					
						
						
							
							(svn r16088) -Codechange: merge HighLightStyle and ViewportHighlightMode as they are basically the same thing  
						
						
						
						
					 
					
						2009-04-19 10:31:30 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c08c4224be 
					 
					
						
						
							
							(svn r15997) -Fix [FS#2811]: multiline string truncation broke extending the industry window when there are more lines of information  
						
						
						
						
					 
					
						2009-04-09 01:10:35 +00:00 
						 
				 
			
				
					
						
							
							
								alberth 
							
						 
					 
					
						
						
							
						
						9d2738b9c4 
					 
					
						
						
							
							(svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback  
						
						
						
						
					 
					
						2009-03-29 09:49:11 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						7a9a5cd139 
					 
					
						
						
							
							(svn r15884) -Codechange: New widgets for the industry windows  
						
						
						
						
					 
					
						2009-03-28 19:08:55 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d837fc4d03 
					 
					
						
						
							
							(svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one.  
						
						
						
						
					 
					
						2009-03-21 23:45:34 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						45f189fdca 
					 
					
						
						
							
							(svn r15785) -Codechange: remove the *Truncated part of the old text drawing API.  
						
						
						
						
					 
					
						2009-03-21 20:12:12 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						8585aa71ed 
					 
					
						
						
							
							(svn r15726) -Codechange: unify coding style for const pointers  
						
						
						
						
					 
					
						2009-03-15 16:04:39 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f9def73be6 
					 
					
						
						
							
							(svn r15723) -Codechange: use a constructor for WindowDescs as that makes expanding them much easier (Alberth)  
						
						
						
						
					 
					
						2009-03-15 15:12:06 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b25a4f8231 
					 
					
						
						
							
							(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too  
						
						
						
						
					 
					
						2009-03-15 00:32:18 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						377ce6c5bf 
					 
					
						
						
							
							(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.  
						
						
						
						
					 
					
						2009-02-08 12:25:13 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ac7757324e 
					 
					
						
						
							
							(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.  
						
						
						
						
					 
					
						2009-02-04 16:59:41 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						7da743a0dc 
					 
					
						
						
							
							(svn r15336) -Fix: do not use _current_company in the GUI as there are no guarantees that _current_company is the same as _local_company.  
						
						
						
						
					 
					
						2009-02-04 16:45:07 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						0d3f5e6e74 
					 
					
						
						
							
							(svn r15299) -Cleanup: remove many redundant includes  
						
						
						
						
					 
					
						2009-01-31 20:16:06 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						11da45ee55 
					 
					
						
						
							
							(svn r14949) -Cleanup: pointer coding style  
						
						
						
						
					 
					
						2009-01-10 00:31:47 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						cf1e926e37 
					 
					
						
						
							
							(svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker)  
						
						
						
						
					 
					
						2009-01-07 17:40:17 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						87e5a8b52b 
					 
					
						
						
							
							(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional) parameter.  
						
						
						
						
					 
					
						2008-12-28 14:37:19 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b650a86e58 
					 
					
						
						
							
							(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.  
						
						
						
						
					 
					
						2008-09-30 20:51:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3b798599b6 
					 
					
						
						
							
							(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 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						6a931d67cd 
					 
					
						
						
							
							(svn r14390) -Codechange: replace magic constants with symbolic constants.  
						
						
						
						
					 
					
						2008-09-23 15:24:15 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						606f4defdc 
					 
					
						
						
							
							(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()  
						
						
						
						
					 
					
						2008-09-15 16:29:40 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						85c84c9d86 
					 
					
						
						
							
							(svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArrowButtons calls  
						
						
						
						
					 
					
						2008-08-06 04:01:07 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d67ef3573c 
					 
					
						
						
							
							(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.  
						
						
						
						
					 
					
						2008-08-01 23:08:11 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						4cc5da9409 
					 
					
						
						
							
							(svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui  
						
						
						
						
					 
					
						2008-07-30 16:13:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3a799389eb 
					 
					
						
						
							
							(svn r13731) -Codechange: make a pool of the array of players.  
						
						
						
						
					 
					
						2008-07-18 16:40:29 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d06529ef4d 
					 
					
						
						
							
							(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 
							
						 
					 
					
						
						
							
						
						94718ae0de 
					 
					
						
						
							
							(svn r13387) -Fix: industry directory sorting not working correctly (= != ==)  
						
						
						
						
					 
					
						2008-06-05 11:34:26 +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 
						 
				 
			
				
					
						
							
							
								skidd13 
							
						 
					 
					
						
						
							
						
						b80425fdf9 
					 
					
						
						
							
							(svn r13311) -Codechange: Use GUIList for the industry directory window  
						
						... 
						
						
						
						-Codechange: Replaced the four sort buttons by a dropdown
-Codechange: Reduced the default window size 
						
						
					 
					
						2008-05-28 16:45:00 +00:00 
						 
				 
			
				
					
						
							
							
								skidd13 
							
						 
					 
					
						
						
							
						
						83c442cc57 
					 
					
						
						
							
							(svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirectoryWindow to a member object  
						
						
						
						
					 
					
						2008-05-27 18:50:31 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						0ce9343fb6 
					 
					
						
						
							
							(svn r13291) -Fix (r13266): qsort passed wrong sizeof data  
						
						
						
						
					 
					
						2008-05-27 15:30:51 +00:00 
						 
				 
			
				
					
						
							
							
								peter1138 
							
						 
					 
					
						
						
							
						
						02b5ffa13f 
					 
					
						
						
							
							(svn r13266) -Codechange: Use SmallVector in GUIList  
						
						
						
						
					 
					
						2008-05-26 16:23:23 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8c9cc415e3 
					 
					
						
						
							
							(svn r13255) -Codechange: move _opt to _settings.  
						
						
						
						
					 
					
						2008-05-25 22:36:44 +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 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						31a266b5b3 
					 
					
						
						
							
							(svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage more consistent  
						
						
						
						
					 
					
						2008-05-25 17:26:16 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						27c38052b7 
					 
					
						
						
							
							(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.  
						
						
						
						
					 
					
						2008-05-19 09:48:47 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						fa72187bbf 
					 
					
						
						
							
							(svn r13175) -Fix (r13174): sorting criteria and order for industry directory was always reset on window opening  
						
						
						
						
					 
					
						2008-05-19 01:10:52 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						17a1873843 
					 
					
						
						
							
							(svn r13174) -Codechange: make a class of the IndustryDirectoryWindow.  
						
						
						
						
					 
					
						2008-05-18 23:36:33 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8b54212900 
					 
					
						
						
							
							(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.  
						
						
						
						
					 
					
						2008-05-17 12:48:06 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						dddfaaac7d 
					 
					
						
						
							
							(svn r13069) -Codechange: it is no longer needed to pass a void *data pointer with the WE_CREATE message because nothing uses it anymore.  
						
						
						
						
					 
					
						2008-05-13 14:43:33 +00:00