| 
							
							
								 belugas | a63bcef135 | (svn r13879) -Codechange: Replace numbers with Colours enum on engine, industries and group gui | 2008-07-30 16:13:58 +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 |  | 
			
				
					| 
							
							
								 skidd13 | ec261a6456 | (svn r13587) -Codechange: make some globals members of VehicleListBase since they are used as such -Cleanup: some small things referring the change | 2008-06-19 19:58:30 +00:00 |  | 
			
				
					| 
							
							
								 skidd13 | d85c5f020b | (svn r13534) -Codechange: Replace the main part of VehiclesListBase sorting with GUIList function calls | 2008-06-16 17:09:52 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 698a51a41e | (svn r13319) -Codechange: Remove use of imaginary horizontal scrollbar in the group vehicle list | 2008-05-29 07:34:40 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 33dc3165be | (svn r13280) -Fix (r13276): MSVC compilation was broken | 2008-05-27 00:13:51 +00:00 |  | 
			
				
					| 
							
							
								 skidd13 | 16cee252a7 | (svn r13271) -Codechange: groups sorting uses GUILists Sort() now | 2008-05-26 18:30:58 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 0434e83e91 | (svn r13270) -Codechange: There is no need to clear lists in the window constructor | 2008-05-26 18:25:27 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 781b90ac91 | (svn r13266) -Codechange: Use SmallVector in GUIList | 2008-05-26 16:23:23 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 162e2e074b | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | 2008-05-19 09:48:47 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3ee2556585 | (svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+InvalidateWindowXXX with InvalidateWindowXXXData. | 2008-05-18 16:51:44 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a89b5721a8 | (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 | 0d2e74fb71 | (svn r13078) -Fix: group gui used the vehicle type before it was actually set. | 2008-05-13 21:50:31 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | a7db265bb6 | (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 |  | 
			
				
					| 
							
							
								 rubidium | ee3c14b344 | (svn r13046) -Codechange: make classes of the VehicleListWindow and the VehicleGroupWindow. | 2008-05-11 15:00:11 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 89a60ce249 | (svn r13045) -Codechange: make list_d (now GUIList) more generic and uniform. | 2008-05-11 14:23:45 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 92aac531c2 | (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window. | 2008-05-08 11:50:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c28ce39e3c | (svn r12987) -Codechange: split viewport and tile selection. | 2008-05-07 13:10:15 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9db77e3808 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL. | 2008-05-06 22:08:18 +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 |  | 
			
				
					| 
							
							
								 rubidium | 8857f5057f | (svn r12766) -Add: sorting by road vehicle/train length. Based on a patch by Sir Bob. | 2008-04-18 10:58:11 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f4b07a78c4 | (svn r12762) -Fix: tabs after the first non-tab character are generally not okay (or lines starting with a space and then tabs). | 2008-04-18 04:54:09 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 6d063c3ad6 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and depot_base.h and remove quite a lot of unneeded (before this) includes of depot.h. | 2008-04-17 19:10:30 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d0fdbce6d2 | (svn r12576) -Feature(tte) [FS#337]: highlight vehicle chain when dragging in the group and depot GUI if appropriate | 2008-04-05 11:27:50 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | df1d9bd880 | (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h. | 2008-03-31 00:17:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | bf54e0ba1c | (svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h. | 2008-03-28 16:34:50 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 38be279d3a | (svn r12374) -Fix (r11892): Don't close a dropmenu when clicking on a dropdown widget | 2008-03-15 21:35:48 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 9bdb194b2a | (svn r12197) -Fix [FS#1788](r12134): show correct last year profit when the train had negative income -Codechange: use GetDisplayProfitThisYear() to convert vehicle profit to readable form | 2008-02-20 17:06:58 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d7a72c7002 | (svn r12166) -Fix [FS#337]: when drag&drop mode was cancelled by keyboard input, depot/group window wasn't updated (original patch by GrimRC) | 2008-02-17 12:21:05 +00:00 |  | 
			
				
					| 
							
							
								 smatz | fe48d0be21 | (svn r12134) -Change: count the number of ticks a vehicle was running this day to calculate running cost -Fix [FS#1739]: vehicle profit is now counted with 8bit fract, so it is now shown properly in the vehicle details window | 2008-02-13 19:24:40 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 04da1e1d45 | (svn r11915) -Codechange: Add a function to draw a sort button's up/down arrow. Arrows are now drawn in a consistent position based on the widget, instead of randomly positioned by pixel. | 2008-01-18 10:36:55 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 727d07c67e | (svn r11904) -Codechange: use dropdown widget in 3 more windows, build vehicle, group vehicle list and station list. | 2008-01-17 18:49:39 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 41df004043 | (svn r11892) -Fix (r11879): View switched from ungrouped to all vehicles as ungrouped is not technically a valid group, and ensure dropdown is removed on any click in the window. | 2008-01-17 13:37:28 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | e2724bed6c | (svn r11880) -Codechange: Generate vehicle group action dropdown dynamically, and assign an enum for the function return codes. | 2008-01-16 18:25:23 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 389f8e0d8f | (svn r11879) -Fix: Only update group action drop down list when clicking on the dropdown text/button. Other times is not needed and caused a double free. | 2008-01-16 17:43:46 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | c2ae2334ec | (svn r11878) -Fix: Crash in MP in vehicle group window if the currently selected group is deleted by another player. | 2008-01-16 16:52:50 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 1fa2285327 | (svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed. | 2008-01-14 16:10:58 +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 | c004cc1fd9 | (svn r11801) -Codechange: remove some unneeded includes from some header files. | 2008-01-09 21:27:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 64d691bacc | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | 2008-01-09 09:45:45 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b09d957f31 | (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary. | 2008-01-07 14:23:25 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e2f7ec1d3e | (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location. | 2008-01-07 09:19:53 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 890296c125 | (svn r11742) -Codechange [FS#1319]: Run window tick events when paused, so that news pop-ups and the about window still progress. For other windows the events are ignored when paused. | 2008-01-01 22:34:00 +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 | 00c9d3ef20 | (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 | 1f6043458c | (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 | 766551b0bc | (svn r11677) -Codechange: move price and command related types/functions to their respective places. | 2007-12-21 21:50:46 +00:00 |  |