src/vehicle_gui.cpp
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
Sun, 15 Apr 2007 17:04:44 +0000 KUDr (svn r9639) [cpp_gui] -Sync with trunk (r9476:9633) cpp_gui
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Wed, 28 Feb 2007 00:33:40 +0000 bjarni (svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900) cpp_gui
Tue, 27 Feb 2007 13:26:47 +0000 KUDr (svn r8913) [cpp_gui] -Codechange: use BaseWindow accessors instead of accessing window size/position directly cpp_gui
Sun, 18 Feb 2007 14:17:28 +0000 KUDr (svn r8801) [cpp_gui] -Codechange: few changes towards OO GUI: cpp_gui
Wed, 14 Feb 2007 00:57:15 +0000 glx (svn r8722) [cpp_gui] -Fix: g++ warnings 'variable might be used uninitialised' cpp_gui
Tue, 13 Feb 2007 23:07:54 +0000 KUDr (svn r8718) [cpp_gui] -Codechange: SetWindowWidgetHiddenState(), HideWindowWidget(), ShowWindowWidget() and IsWindowWidgetHidden() turned into Window methods cpp_gui
Tue, 13 Feb 2007 22:09:37 +0000 KUDr (svn r8713) [cpp_gui] -Codechange: SetWindowWidgetDisabledState turned into Window method cpp_gui
Tue, 13 Feb 2007 11:09:58 +0000 bjarni (svn r8702) [cpp_gui] -Codechange: changed the 3 window functions in widget.cpp into Window methods cpp_gui
Tue, 13 Feb 2007 10:27:18 +0000 bjarni (svn r8699) [cpp_gui] -Cleanup: removed the word Window from some Window method names as just being Winddow methods indicates that it's working on a window cpp_gui
Tue, 13 Feb 2007 09:54:37 +0000 bjarni (svn r8696) [cpp_gui] -Codechange: changed GetMenuItemIndex() and ResizeWindow() into Window methods cpp_gui
Sun, 11 Feb 2007 22:57:24 +0000 KUDr (svn r8683) [cpp_gui] -Codechange: first steps towards OO GUI (together with Bjarni) without changes in the logic cpp_gui
Wed, 07 Feb 2007 19:10:19 +0000 bjarni (svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
Thu, 01 Feb 2007 16:48:38 +0000 celestar (svn r8514) -Codechange: Turn IsBuoy into a method of stations
Thu, 01 Feb 2007 15:49:12 +0000 rubidium (svn r8511) -Codechange: make WindowClass an enumerated value.
Fri, 26 Jan 2007 19:30:11 +0000 Darkvater (svn r8421) -Codechange (r8420): rename STR_AVAILABLE_VEHICLES to STR_AVAILABLE_ROAD_VEHICLES for clarificaton (Tron)
Fri, 26 Jan 2007 19:24:02 +0000 Darkvater (svn r8420) -Codechange (r7418): Rename the 'New <vehtype>' button of the global vehicle lists to 'Available <vehtype>' as it is a view-only list, not one from which you can purchase (rolling) stock.
Tue, 23 Jan 2007 13:26:12 +0000 bjarni (svn r8371) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Tue, 23 Jan 2007 13:10:43 +0000 bjarni (svn r8370) -Revert (r8363): the autoreplace GUI move cleared the file history
Tue, 23 Jan 2007 00:04:17 +0000 bjarni (svn r8363) -Codechange: [autoreplace GUI] moved the autoreplace GUI to a file of it's own
Mon, 22 Jan 2007 16:16:52 +0000 bjarni (svn r8349) -Codechange: replaced CMD_REFIT_VEH() and similar defines with real static inline functions
Mon, 22 Jan 2007 02:09:51 +0000 bjarni (svn r8338) -Codechange: merged road vehicle build window into the other ones
Mon, 22 Jan 2007 00:26:46 +0000 bjarni (svn r8335) -Feature: the build ship window is now also resizable horizontally and contains sorting options
Sun, 21 Jan 2007 22:50:43 +0000 bjarni (svn r8331) -Feature: the train and aircraft build windows are now resizable in horizontal direction as well
Sun, 21 Jan 2007 13:16:31 +0000 bjarni (svn r8303) -Codechange (r8293): default is moved to the front of the switch in ShowVehicleListWindowLocal()
Sun, 21 Jan 2007 01:07:15 +0000 bjarni (svn r8295) -Cleanup: merged arguments station, order and depot_airport_index for GenerateVehicleSortList() and BuildVehicleList() into one uint16 argument
Sun, 21 Jan 2007 00:01:47 +0000 bjarni (svn r8293) -Codechange: overloaded ShowVehicleListWindow() so it can open all types of vehicle lists (depending on arguments)
Sun, 14 Jan 2007 19:57:49 +0000 peter1138 (svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit values.
Thu, 11 Jan 2007 17:29:39 +0000 KUDr (svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter
Mon, 15 Jan 2007 20:14:06 +0000 celestar (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge) custombridgeheads
Thu, 11 Jan 2007 13:41:16 +0000 celestar (svn r8060) [cbh] - Renamed all .c files to .cpp to get the cpp conversion merged custombridgeheads