Tue, 15 Jan 2008 18:44:22 +0000 |
rubidium |
(svn r11866) -Codechange: swap OFB_* and OF_* so it conceptually in sync with other cases of *B_* vs *_* like VETSB_* and VETS_*.
draft
|
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.
draft
|
Sun, 13 Jan 2008 14:37:30 +0000 |
rubidium |
(svn r11834) -Codechange: only include settings_type.h if needed.
draft
|
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.
draft
|
Sat, 12 Jan 2008 19:58:06 +0000 |
peter1138 |
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
draft
|
Sat, 12 Jan 2008 14:10:35 +0000 |
rubidium |
(svn r11818) -Codechange: split player.h into smaller pieces.
draft
|
Wed, 09 Jan 2008 09:45:45 +0000 |
rubidium |
(svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
draft
|
Mon, 07 Jan 2008 14:23:25 +0000 |
rubidium |
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
draft
|
Mon, 07 Jan 2008 14:02:26 +0000 |
rubidium |
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
draft
|
Mon, 07 Jan 2008 09:19:53 +0000 |
rubidium |
(svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
draft
|
Tue, 01 Jan 2008 22:34:00 +0000 |
peter1138 |
(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.
draft
|
Thu, 27 Dec 2007 13:35:39 +0000 |
rubidium |
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
draft
|
Wed, 26 Dec 2007 13:50:40 +0000 |
rubidium |
(svn r11702) -Codechange: move all date related stuff to date*.
draft
|
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'
draft
|
Tue, 25 Dec 2007 09:48:53 +0000 |
rubidium |
(svn r11691) -Codechange: move+rename helpers.hpp and only include it when it is really needed.
draft
|
Sat, 22 Dec 2007 23:30:28 +0000 |
rubidium |
(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.
draft
|
Fri, 21 Dec 2007 21:50:46 +0000 |
rubidium |
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
draft
|
Fri, 21 Dec 2007 19:49:27 +0000 |
rubidium |
(svn r11675) -Codechange: split the string types from the string functions.
draft
|
Fri, 21 Dec 2007 07:38:36 +0000 |
rubidium |
(svn r11672) -Codechange: refactor some stuff out of gui.h.
draft
|
Wed, 19 Dec 2007 20:45:46 +0000 |
rubidium |
(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.
draft
|
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.
draft
|
Sat, 08 Dec 2007 18:50:39 +0000 |
smatz |
(svn r11601) -Codechange: more strict break conditions for _userstring, assert when it overflows anyway (eg. code change without proper check change)
draft
|
Sun, 02 Dec 2007 14:29:48 +0000 |
rubidium |
(svn r11555) -Codechange: use the new members introduced in r11551.
draft
|
Mon, 19 Nov 2007 21:02:30 +0000 |
skidd13 |
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
draft
|
Fri, 09 Nov 2007 11:22:17 +0000 |
truelight |
(svn r11396) -Fix: GCC 3.3 doesn't like 'static bool inline', should of course be 'static inline bool' (SmatZ)
draft
|
Sun, 04 Nov 2007 22:47:34 +0000 |
truelight |
(svn r11382) -Codechange: renamed COUNTBITS to CountBits, as it is no longer a macro (skidd13)
draft
|
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.
draft
|
Fri, 26 Oct 2007 21:32:24 +0000 |
bjarni |
(svn r11348) -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one)
draft
|
Sat, 20 Oct 2007 00:09:39 +0000 |
belugas |
(svn r11304) -Feature: Control-Clicking the Center Main View button on the vehicle window allows the main viewport to follow the chosen vehicle.(stevenh)
draft
|
Wed, 26 Sep 2007 17:33:32 +0000 |
rubidium |
(svn r11173) -Codechange: rename some callback enums so they are more uniform.
draft
|
Tue, 11 Sep 2007 17:42:46 +0000 |
glx |
(svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation
draft
|
Sun, 09 Sep 2007 10:34:32 +0000 |
rubidium |
(svn r11067) -Codechange: also make it possible to use the advanced vehicle list for other players. Patch by SmatZ.
draft
|
Sat, 08 Sep 2007 10:10:31 +0000 |
rubidium |
(svn r11060) -Codechange: replace some magic numbers with the right enumified constants.
draft
|
Wed, 05 Sep 2007 23:26:45 +0000 |
rubidium |
(svn r11049) -Codechange: unify a large part of the vehicle details window. Based on a patch by nycom.
draft
|
Sat, 01 Sep 2007 08:31:36 +0000 |
rubidium |
(svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
draft
|
Thu, 30 Aug 2007 13:03:56 +0000 |
rubidium |
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
draft
|
Wed, 29 Aug 2007 21:49:08 +0000 |
rubidium |
(svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.
draft
|
Wed, 29 Aug 2007 20:50:58 +0000 |
rubidium |
(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.
draft
|
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.
draft
|
Tue, 26 Jun 2007 08:11:11 +0000 |
peter1138 |
(svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists.
draft
|
Mon, 25 Jun 2007 13:30:38 +0000 |
peter1138 |
(svn r10323) -Codechange: reference company name, number and player (president) name
draft
|
Sun, 24 Jun 2007 22:42:11 +0000 |
peter1138 |
(svn r10314) -Codechange: Refer to vehicle names by index
draft
|
Thu, 21 Jun 2007 17:25:17 +0000 |
rubidium |
(svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
draft
|
Thu, 21 Jun 2007 14:54:51 +0000 |
rubidium |
(svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string.
draft
|
Thu, 21 Jun 2007 14:32:27 +0000 |
rubidium |
(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
draft
|
Mon, 18 Jun 2007 19:53:50 +0000 |
rubidium |
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
draft
|
Mon, 18 Jun 2007 16:42:40 +0000 |
rubidium |
(svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded).
draft
|
Mon, 18 Jun 2007 10:48:15 +0000 |
rubidium |
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
draft
|
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.
draft
|
Fri, 18 May 2007 17:31:41 +0000 |
rubidium |
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness.
draft
|
Tue, 15 May 2007 11:28:22 +0000 |
rubidium |
(svn r9841) -Codechange: add a little more type strictness to the vehicle types.
draft
|
Wed, 18 Apr 2007 22:41:53 +0000 |
rubidium |
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces.
draft
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
draft
|
Wed, 18 Apr 2007 00:41:09 +0000 |
belugas |
(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections...
draft
|
Wed, 04 Apr 2007 04:08:47 +0000 |
belugas |
(svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Almost done. Yeah. I know, I've already said that...
draft
|
Wed, 21 Mar 2007 13:19:01 +0000 |
peter1138 |
(svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops.
draft
|
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).
draft
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
draft
|
Wed, 07 Mar 2007 11:47:46 +0000 |
rubidium |
(svn r9050) -Codechange: Foo(void) -> Foo()
draft
|
Sat, 24 Feb 2007 23:36:40 +0000 |
peter1138 |
(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.
draft
|