Thu, 08 May 2008 11:50:34 +0000 |
rubidium |
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
|
file |
diff |
annotate
|
Wed, 07 May 2008 18:31:29 +0000 |
smatz |
(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT
|
file |
diff |
annotate
|
Tue, 06 May 2008 22:08:18 +0000 |
rubidium |
(svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when it's certain that w != NULL.
|
file |
diff |
annotate
|
Tue, 06 May 2008 15:11:33 +0000 |
rubidium |
(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.
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 21:31:29 +0000 |
peter1138 |
(svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 07:11:54 +0000 |
peter1138 |
(svn r12917) -Codechange: standardise variable names called with FOR_ALL_ENGINEIDS_OF_TYPE
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 23:16:36 +0000 |
bjarni |
(svn r12843) -Feature [FS#1945]: The autoreplace window is now resizable in both directions
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 14:40:09 +0000 |
belugas |
(svn r12837) -Codechange: Alignment of widget array
|
file |
diff |
annotate
|
Mon, 31 Mar 2008 00:17:39 +0000 |
rubidium |
(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.
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 16:34:50 +0000 |
rubidium |
(svn r12469) -Codechange: split type related stuff from group.h (and openttd.h) to group_type.h.
|
file |
diff |
annotate
|
Mon, 04 Feb 2008 11:28:12 +0000 |
peter1138 |
(svn r12054) -Cleanup: Use VehicleType instead of byte for vehicle types...
|
file |
diff |
annotate
|
Sat, 26 Jan 2008 21:02:35 +0000 |
peter1138 |
(svn r11989) -Fix: Resize autoreplace window to fit purchase information text if it is too large.
|
file |
diff |
annotate
|
Fri, 18 Jan 2008 18:18:39 +0000 |
peter1138 |
(svn r11918) -Codechange: Draw engine lists at widget positions instead of fixed pixel positions
|
file |
diff |
annotate
|
Thu, 17 Jan 2008 21:57:20 +0000 |
peter1138 |
(svn r11912) -Codechange: use dropdown widget for autoreplace, station builder and (second?) vehicle list windows
|
file |
diff |
annotate
|
Thu, 17 Jan 2008 21:44:52 +0000 |
peter1138 |
(svn r11911) -Codechange: use enum for autoreplace window widgets
|
file |
diff |
annotate
|
Thu, 17 Jan 2008 17:35:59 +0000 |
frosch |
(svn r11899) -Cleanup: Remove ShowReplaceVehicleWindow() as it is basically a duplicate of ShowReplaceGroupVehicleWindow().
|
file |
diff |
annotate
|
Mon, 14 Jan 2008 16:10:58 +0000 |
peter1138 |
(svn r11848) -Codechange: New class-based drop down list functionality. Lists are now dynamically generated, and can include parameters, or be extended however needed.
|
file |
diff |
annotate
|
Sun, 13 Jan 2008 01:21:35 +0000 |
rubidium |
(svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
|
file |
diff |
annotate
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
|
file |
diff |
annotate
|
Wed, 09 Jan 2008 09:45:45 +0000 |
rubidium |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
|
file |
diff |
annotate
|
Mon, 07 Jan 2008 09:19:53 +0000 |
rubidium |
(svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
|
file |
diff |
annotate
|
Tue, 01 Jan 2008 17:01:06 +0000 |
peter1138 |
(svn r11737) -Fix: Reinstate NewGRF-specified engine list order in autoreplace window.
|
file |
diff |
annotate
|
Thu, 27 Dec 2007 13:35:39 +0000 |
rubidium |
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
|
file |
diff |
annotate
|
Tue, 25 Dec 2007 11:26:07 +0000 |
rubidium |
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
file |
diff |
annotate
|
Fri, 21 Dec 2007 21:50:46 +0000 |
rubidium |
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
|
file |
diff |
annotate
|
Fri, 21 Dec 2007 19:49:27 +0000 |
rubidium |
(svn r11675) -Codechange: split the string types from the string functions.
|
file |
diff |
annotate
|
Wed, 19 Dec 2007 19:44:29 +0000 |
rubidium |
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
file |
diff |
annotate
|
Tue, 18 Dec 2007 20:58:12 +0000 |
rubidium |
(svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
|
file |
diff |
annotate
|
Sun, 16 Dec 2007 10:54:08 +0000 |
rubidium |
(svn r11643) -Codechange: conform with the coding style for the WP macro uses.
|
file |
diff |
annotate
|
Sun, 02 Dec 2007 14:29:48 +0000 |
rubidium |
(svn r11555) -Codechange: use the new members introduced in r11551.
|
file |
diff |
annotate
|
Mon, 19 Nov 2007 21:02:30 +0000 |
skidd13 |
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
|
file |
diff |
annotate
|
Sun, 04 Nov 2007 00:08:57 +0000 |
belugas |
(svn r11374) -Codechange: Give meaning to the magical number that specifies the color of the text in a DrawString call.
|
file |
diff |
annotate
|
Mon, 27 Aug 2007 21:33:26 +0000 |
rubidium |
(svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group. Patch by frosch.
|
file |
diff |
annotate
|
Fri, 27 Jul 2007 12:49:04 +0000 |
rubidium |
(svn r10704) -Codechange: provide an infrastructure to have resizable windows that are smaller than the default window size.
|
file |
diff |
annotate
|
Mon, 16 Jul 2007 09:16:58 +0000 |
rubidium |
(svn r10587) -Codechange: move the string/dparam related stuff from variables.h to strings.h
|
file |
diff |
annotate
|
Sat, 14 Jul 2007 23:10:27 +0000 |
rubidium |
(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matthias Wolf.
|
file |
diff |
annotate
|
Wed, 27 Jun 2007 20:40:20 +0000 |
peter1138 |
(svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf)
|
file |
diff |
annotate
|
Mon, 25 Jun 2007 14:46:32 +0000 |
peter1138 |
(svn r10324) -Codechange: reference engine names by index
|
file |
diff |
annotate
|
Fri, 25 May 2007 11:01:44 +0000 |
rubidium |
(svn r9919) -Codechange: prepare some more places for more road types.
|
file |
diff |
annotate
|
Sat, 19 May 2007 09:40:18 +0000 |
rubidium |
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
|
file |
diff |
annotate
|
Fri, 18 May 2007 17:31:41 +0000 |
rubidium |
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
|
file |
diff |
annotate
|
Fri, 30 Mar 2007 21:58:38 +0000 |
glx |
(svn r9528) -Fix r8610: don't try to modify non-existent widgets (many thanks to Bruce Perence, the libefence developer)
|
file |
diff |
annotate
|
Thu, 08 Mar 2007 16:27:54 +0000 |
rubidium |
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).
|
file |
diff |
annotate
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
|
file |
diff |
annotate
|
Fri, 23 Feb 2007 01:48:53 +0000 |
belugas |
(svn r8853) -Cleanup: doxygen changes. Correct forgotten c files to cpp files with the @file tag as well as a few general comments style
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Tue, 06 Feb 2007 11:11:12 +0000 |
bjarni |
(svn r8610) -Codechange/Feature: rewrote the list handling in the autoreplace window
|
file |
diff |
annotate
|
Thu, 01 Feb 2007 15:49:12 +0000 |
rubidium |
(svn r8511) -Codechange: make WindowClass an enumerated value.
|
file |
diff |
annotate
|
Tue, 30 Jan 2007 11:53:35 +0000 |
belugas |
(svn r8455) -Codechange: Give a more meaningful name (railveh_type)to member flags of RailVehInfo, as well as changing the code to reflect the fact that it was not a flag but rather a one value only variable. Doing so, some evaluations have been simplified.
|
file |
diff |
annotate
|
Wed, 24 Jan 2007 07:14:09 +0000 |
tron |
(svn r8385) -Fix
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
| base
|
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
|
file |
diff |
annotate
|