Wed, 30 Jul 2008 18:23:12 +0000 |
frosch |
(svn r13885) -Fix [FS#2168]: Var 0x7F is not feature-specific.
|
file |
diff |
annotate
|
Wed, 30 Jul 2008 17:06:17 +0000 |
frosch |
(svn r13881) -Cleanup (r12751): Remove some dead code.
|
file |
diff |
annotate
|
Sat, 26 Jul 2008 07:43:20 +0000 |
peter1138 |
(svn r13831) -Codechange: Make purchase list order NewGRF property an extended byte.
|
file |
diff |
annotate
|
Mon, 21 Jul 2008 14:42:25 +0000 |
peter1138 |
(svn r13774) -Codechange: Add support for changing vehicle purchase list position for all vehicle types.
|
file |
diff |
annotate
|
Sun, 20 Jul 2008 21:23:28 +0000 |
peter1138 |
(svn r13761) -Codechange: Remove dependency on rail for altering purchase list position (mostly function renaming)
|
file |
diff |
annotate
|
Fri, 04 Jul 2008 18:42:04 +0000 |
rubidium |
(svn r13675) -Fix: memory leak when NewGRFs got forcefully disabled and they defined GOTO labels.
|
file |
diff |
annotate
|
Fri, 20 Jun 2008 21:14:10 +0000 |
frosch |
(svn r13594) -Feature(ette)[FS#2093]: Supply newgrfs with 'day of month', 'leap year' and 'day of year'.
|
file |
diff |
annotate
|
Thu, 19 Jun 2008 10:20:45 +0000 |
rubidium |
(svn r13576) -Codechange: disable static NewGRFs when non-static NewGRFs query them in the context of network games. This makes it impossible for static NewGRFs to disable non-static NewGRFs and 'bad' things happening because the non-static NewGRF doesn't know about the static NewGRF.
|
file |
diff |
annotate
|
Thu, 12 Jun 2008 09:25:04 +0000 |
peter1138 |
(svn r13482) -Codechange: Use "extended bytes" in Actions 3 and 4 for vehicles
|
file |
diff |
annotate
|
Wed, 11 Jun 2008 14:55:02 +0000 |
rubidium |
(svn r13469) -Codechange: add support for loading Action 0x05, type 0F: "tracks for slopes". It's not useful right now, but it will be in the future.
|
file |
diff |
annotate
|
Wed, 11 Jun 2008 13:54:01 +0000 |
rubidium |
(svn r13464) -Codechange: support NewGRF Action 0x05, type 12.
|
file |
diff |
annotate
|
Tue, 10 Jun 2008 21:59:22 +0000 |
smatz |
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
|
file |
diff |
annotate
|
Tue, 10 Jun 2008 00:42:19 +0000 |
belugas |
(svn r13437) -Feature[newGRF]: Add long format introduction and maximum construction year for house.
|
file |
diff |
annotate
|
Thu, 05 Jun 2008 20:54:52 +0000 |
glx |
(svn r13390) -Codechange: introduce usererror() for fatal but not openttd related errors. Now all error() will 'crash' openttd after showing the message in win32 releases (MSVC), creating a crash.log and crash.dmp (like the '!' hack used before). On the other hand, usererror() will just close the game. So use error() only when it can be helpful to debugging, else use usererror().
|
file |
diff |
annotate
|
Thu, 05 Jun 2008 12:08:20 +0000 |
peter1138 |
(svn r13388) -Codechange: Remove "my invented flag for something that is a wagon"
|
file |
diff |
annotate
|
Wed, 04 Jun 2008 00:17:48 +0000 |
belugas |
(svn r13376) -Feature: Add access to current long year and date from Action 7/9/D and VarAction2 (23/24 or A3/A4)
|
file |
diff |
annotate
|
Tue, 03 Jun 2008 12:11:16 +0000 |
peter1138 |
(svn r13374) -Fix (r13364): Some common compilers do not yet support 9 year old specifications.
|
file |
diff |
annotate
|
Tue, 03 Jun 2008 10:22:42 +0000 |
peter1138 |
(svn r13372) -Cleanup: Excessive whitespace
|
file |
diff |
annotate
|
Tue, 03 Jun 2008 09:58:13 +0000 |
peter1138 |
(svn r13371) -Fix (r4510 ... r12924): Engine array size is not related to the ID used when setting a vehicle's name (it is vehicle type specific). Instead just test for a generic string.
|
file |
diff |
annotate
|
Tue, 03 Jun 2008 03:06:16 +0000 |
belugas |
(svn r13368) -Codechange: give house's min/max_date a better name, as it is really year, not date
|
file |
diff |
annotate
|
Mon, 02 Jun 2008 19:52:41 +0000 |
peter1138 |
(svn r13364) -Codechange: Refactor action 3 mapping to use grf_load_*() instead of direct byte array access.
|
file |
diff |
annotate
|
Mon, 02 Jun 2008 19:35:30 +0000 |
peter1138 |
(svn r13363) -Codechange: Code duplication tidy up
|
file |
diff |
annotate
|
Thu, 29 May 2008 15:13:28 +0000 |
rubidium |
(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.
|
file |
diff |
annotate
|
Tue, 27 May 2008 21:41:00 +0000 |
rubidium |
(svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings.
|
file |
diff |
annotate
|
Sun, 25 May 2008 22:36:44 +0000 |
rubidium |
(svn r13255) -Codechange: move _opt to _settings.
|
file |
diff |
annotate
|
Sun, 25 May 2008 19:17:03 +0000 |
rubidium |
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
|
file |
diff |
annotate
|
Sat, 24 May 2008 02:54:47 +0000 |
belugas |
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
|
file |
diff |
annotate
|
Tue, 13 May 2008 20:39:57 +0000 |
peter1138 |
(svn r13074) -Fix: For multiheaded engines, halve power and running cost when used instead of when loading, to allow callback values to work properly.
|
file |
diff |
annotate
|
Thu, 08 May 2008 13:20:54 +0000 |
glx |
(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings
|
file |
diff |
annotate
|
Tue, 06 May 2008 17:24:27 +0000 |
peter1138 |
(svn r12973) -Codechange: Rename GRMSpriteEntry to GRFLocation, as it is not necessarily specific to GRM sprites...
|
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
|
Mon, 05 May 2008 19:02:10 +0000 |
peter1138 |
(svn r12958) -Codechange: Allocate sprites reserved by GRM in advance of 'Action 1' sprites, giving much less chance of GRM reservation failure if lots of NewGRF sets are loaded.
|
file |
diff |
annotate
|
Mon, 05 May 2008 02:02:32 +0000 |
belugas |
(svn r12950) -Fix: two includes is one too much
|
file |
diff |
annotate
|
Sun, 04 May 2008 21:53:36 +0000 |
smatz |
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
file |
diff |
annotate
|
Wed, 30 Apr 2008 17:42:08 +0000 |
peter1138 |
(svn r12932) -Fix [FS#1970]: Articulated engines ignored GRF engine overrides.
|
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, 22 Apr 2008 18:20:41 +0000 |
peter1138 |
(svn r12839) -Codechange: Allocate temporary engine data when loading GRFs as needed instead of statically.
|
file |
diff |
annotate
|
Sat, 19 Apr 2008 23:19:12 +0000 |
peter1138 |
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks to mart3p for samples and fixes)
|
file |
diff |
annotate
|
Fri, 18 Apr 2008 04:37:06 +0000 |
rubidium |
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
file |
diff |
annotate
|
Thu, 17 Apr 2008 11:47:22 +0000 |
rubidium |
(svn r12751) -Codechange: do what has been done in r11862 in a different way so it uses less memory.
|
file |
diff |
annotate
|
Thu, 10 Apr 2008 08:30:15 +0000 |
rubidium |
(svn r12648) -Feature: allow four different non-stop types in a single game instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains.
|
file |
diff |
annotate
|
Mon, 31 Mar 2008 06:42:26 +0000 |
rubidium |
(svn r12495) -Codechange: reduce the dependency on newgrf_station.h (especially because newgrf_station.h includes a lot of stuff).
|
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
|
Mon, 31 Mar 2008 00:06:17 +0000 |
rubidium |
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 02:10:25 +0000 |
glx |
(svn r12454) -Fix (r12452): incorrect calculation for 'first vehicle in this chain of vehicles with the same ID' (thx DaleStan)
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 21:36:16 +0000 |
glx |
(svn r12452) -Feature: [NewGRF] Add random action 2 type 84. For vehicles only.
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 17:51:20 +0000 |
peter1138 |
(svn r12450) -Codechange: Use a pointer instead of several array dereferences.
|
file |
diff |
annotate
|
Thu, 27 Mar 2008 17:06:35 +0000 |
belugas |
(svn r12449) -Feature[newGRF]: Add support for var A2/22 for action 7/9/D: Diificulty level
|
file |
diff |
annotate
|
Sat, 15 Mar 2008 13:21:31 +0000 |
smatz |
(svn r12368) -Codechange: use explicit body for loops and conditions and remove -Wno-empty-body from the configure script
|
file |
diff |
annotate
|
Wed, 05 Mar 2008 09:37:43 +0000 |
peter1138 |
(svn r12341) -Fix (r11224) [FS#1827]: GRM buffer for cargos was incorrect size.
|
file |
diff |
annotate
|
Tue, 04 Mar 2008 10:41:16 +0000 |
frosch |
(svn r12333) -Fix: Switch grfstatus from 'activated' back to 'will-be-active' between reservation- and activation-stage.
|
file |
diff |
annotate
|
Fri, 29 Feb 2008 08:48:01 +0000 |
peter1138 |
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.
|
file |
diff |
annotate
|
Fri, 29 Feb 2008 08:40:49 +0000 |
peter1138 |
(svn r12316) -Codechange: Support loading full range of 0xD0xx NewGRF strings which
|
file |
diff |
annotate
|
Wed, 27 Feb 2008 21:33:52 +0000 |
peter1138 |
(svn r12295) -Codechange: Make plane speed option available to NewGRFs
|
file |
diff |
annotate
|
Thu, 21 Feb 2008 19:09:10 +0000 |
peter1138 |
(svn r12209) -Fix: [NewGRF] Support using any base price for rail and road vehicles' running cost, and show running cost of wagons if they have it.
|
file |
diff |
annotate
|
Wed, 20 Feb 2008 20:56:54 +0000 |
peter1138 |
(svn r12205) -Codechange: rename RailVehicleInfo::running_cost_base to running_cost, inline with other vehicle types (It is the factor, not the base)
|
file |
diff |
annotate
|
Sat, 16 Feb 2008 03:01:05 +0000 |
belugas |
(svn r12158) -Codechange: merge all the sprite recolouring mapping under a single function
|
file |
diff |
annotate
|
Fri, 15 Feb 2008 18:40:42 +0000 |
frosch |
(svn r12149) -Codechange: Merge 'ground_sprite' and 'ground_pal' of DrawTileSprites into one PalSpriteID
|
file |
diff |
annotate
|
Fri, 15 Feb 2008 18:34:26 +0000 |
frosch |
(svn r12148) -Codechange: Merge 'image' and 'pal' of DrawTileSeqStruct into one PalSpriteID
|
file |
diff |
annotate
|
Tue, 12 Feb 2008 15:43:10 +0000 |
frosch |
(svn r12124) -Codechange: Move newgrf-variables that are common to VarAction2 and Action7/9/D to their own function.
|
file |
diff |
annotate
|