Mon, 23 Jul 2007 22:22:53 +0000 |
richk |
(svn r10667) [NewGRF_ports] -Change: Modified rb_airport2.grf to include Prop 1C, 1D, 1E, 1F. Hangar location is now working.
NewGRF_ports
|
changeset |
files
|
Mon, 23 Jul 2007 22:20:36 +0000 |
richk |
(svn r10666) [NewGRF_ports] -Change: portFSM added to FSMportsSpec.
NewGRF_ports
|
changeset |
files
|
Sun, 22 Jul 2007 22:28:46 +0000 |
richk |
(svn r10654) [NewGRF_ports] -Change: Can now load and save newgrf airports. Graphics correctly reloaded after save.
NewGRF_ports
|
changeset |
files
|
Sun, 22 Jul 2007 21:24:42 +0000 |
richk |
(svn r10653) [NewGRF_ports] -Sync: with trunk r10602-10651
NewGRF_ports
|
changeset |
files
|
Sun, 22 Jul 2007 21:10:59 +0000 |
richk |
(svn r10652) [NewGRF_ports] -Fix: Initialise variable to eliminate warning.
NewGRF_ports
|
changeset |
files
|
Tue, 17 Jul 2007 00:03:21 +0000 |
rubidium |
(svn r10602) [NewGRF_ports] -Sync: with trunk r10593:10601.
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 22:51:14 +0000 |
richk |
(svn r10599) [NewGRF_ports] -Change: Updated RemoveAirport function to work with either old or new style airport placements.
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 22:47:52 +0000 |
richk |
(svn r10598) [NewGRF_ports] -Change: Modified rb_airport2.grf to use company colours on buildings.
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 21:44:36 +0000 |
glx |
(svn r10597) [NewGRF_ports] -Fix r10595: forgot one project file
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 21:32:25 +0000 |
richk |
(svn r10596) [NewGRF_ports] -Fix: missed move of SetDParam into strings.h.
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 21:22:24 +0000 |
richk |
(svn r10595) [NewGRF_ports] -Sync: with trunk r10559-10593
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 21:11:29 +0000 |
richk |
(svn r10594) [NewGRF_ports] -Fix: restored original airport placement functionality. You can now place an airport using newgrf, or using original method.
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 13:37:33 +0000 |
glx |
(svn r10588) [NewGRF_ports] -Update: project files
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 00:39:06 +0000 |
richk |
(svn r10586) [NewGRF_ports] -Feature: Load an airport via a newgrf file. Currently, only graphics support provided.
NewGRF_ports
|
changeset |
files
|
Mon, 16 Jul 2007 00:31:25 +0000 |
richk |
(svn r10585) [NewGRF_ports] -Add: Added two test newgrf files.
NewGRF_ports
|
changeset |
files
|
Sat, 14 Jul 2007 19:42:58 +0000 |
richk |
(svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559
NewGRF_ports
|
changeset |
files
|
Sat, 02 Jun 2007 19:59:29 +0000 |
richk |
(svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026
NewGRF_ports
|
changeset |
files
|
Tue, 27 Mar 2007 23:27:27 +0000 |
richk |
(svn r9511) [NewGRF_ports] -Feature: Added ability to have irregular shaped airports. Use value 255 in airport layout, and that tile is skipped during airport placement & deletion.
NewGRF_ports
|
changeset |
files
|
Tue, 27 Mar 2007 21:58:38 +0000 |
richk |
(svn r9510) [NewGRF_ports] -Codechange: Moved airport layouts from station_cmd.cpp into table/station_air.h. Ultimately, these layouts should be provided by a newgrf.
NewGRF_ports
|
changeset |
files
|
Tue, 27 Mar 2007 21:18:53 +0000 |
richk |
(svn r9508) [NewGRF_ports] -Codechange: typedefs no longer required.
NewGRF_ports
|
changeset |
files
|
Tue, 27 Mar 2007 21:11:34 +0000 |
richk |
(svn r9507) [NewGRF_ports] -Codechange: Moved airport state definitions into their own separate file to permit better logical grouping of state machine related data & code.
NewGRF_ports
|
changeset |
files
|
Tue, 27 Mar 2007 20:12:11 +0000 |
richk |
(svn r9506) [NewGRF_ports] -Branch: Branch for development of newgrf airports, seaports, landports.
NewGRF_ports
|
changeset |
files
|
Tue, 27 Mar 2007 13:56:18 +0000 |
truelight |
(svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx)
|
changeset |
files
|
Mon, 26 Mar 2007 12:28:44 +0000 |
maedhros |
(svn r9476) -Codechange: Make build windows for all vehicle types the same width.
|
changeset |
files
|
Mon, 26 Mar 2007 11:41:14 +0000 |
maedhros |
(svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text.
|
changeset |
files
|
Mon, 26 Mar 2007 08:55:45 +0000 |
maedhros |
(svn r9474) -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text.
|
changeset |
files
|
Mon, 26 Mar 2007 08:43:14 +0000 |
peter1138 |
(svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver
|
changeset |
files
|
Mon, 26 Mar 2007 08:04:29 +0000 |
maedhros |
(svn r9472) -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative.
|
changeset |
files
|
Mon, 26 Mar 2007 00:01:42 +0000 |
belugas |
(svn r9470) -Fix: Should not have committed that file
|
changeset |
files
|
Sun, 25 Mar 2007 23:57:09 +0000 |
belugas |
(svn r9469) -Fix(r3720): The maximum year allowed for to_euro conversion of custom currency was set to 1000, making it impossible to ever have one. Now, with 3000, it should be a little more comfortable
|
changeset |
files
|
Sun, 25 Mar 2007 23:42:55 +0000 |
belugas |
(svn r9467) -Fix(FS#703,6108): When resetting the array of currencies, the custom currency was reset too, thus loosing the setting a user could have used for it.(glx)
|
changeset |
files
|
Sun, 25 Mar 2007 19:21:22 +0000 |
rubidium |
(svn r9455) -Fix: the values for diff_custom, diff_level and snow_line in the .cfg were not properly checked.
|
changeset |
files
|
Sun, 25 Mar 2007 16:09:36 +0000 |
maedhros |
(svn r9449) -Fix: Truncate the newgrf information text in the newgrf gui if it's too long.
|
changeset |
files
|
Sun, 25 Mar 2007 10:43:27 +0000 |
peter1138 |
(svn r9439) -Codechange: check for valid default cargo type even if a vehicle is not refittable...
|
changeset |
files
|
Sun, 25 Mar 2007 08:13:07 +0000 |
peter1138 |
(svn r9438) -Codechange: Map cargo colours from DOS to Windows if necessary.
|
changeset |
files
|
Sun, 25 Mar 2007 00:13:22 +0000 |
rubidium |
(svn r9437) -Fix (r9420): dedicated server crashed when the y part of the resolution was less than 10.
|
changeset |
files
|
Sat, 24 Mar 2007 23:43:33 +0000 |
peter1138 |
(svn r9436) -Fix (r9411): don't deactivate GRF in an action 7/9 during reservation (and loading of cargo data), and action 6 should be run also
|
changeset |
files
|
Sat, 24 Mar 2007 18:56:59 +0000 |
peter1138 |
(svn r9435) -Fix (r8972): ensure the cargo payment graph is at least 12 "items" high
|
changeset |
files
|
Sat, 24 Mar 2007 16:09:39 +0000 |
peter1138 |
(svn r9434) -Fix (r9418): remove typedef from forward declaration to appease MSVC or something
|
changeset |
files
|
Sat, 24 Mar 2007 15:13:46 +0000 |
truelight |
(svn r9429) -Fix r9338: when deleting a vehicle which has shared orders with one more vehicle and no orders, segfaulted
|
changeset |
files
|
Sat, 24 Mar 2007 14:42:11 +0000 |
peter1138 |
(svn r9427) -Codechange: remove redundant variable
|
changeset |
files
|
Sat, 24 Mar 2007 09:12:03 +0000 |
celestar |
(svn r9425) -Codechange/Fix (FS#689): Housekeeping in the convert rail functions: Changed the order of error checks to generate more meaningful error messages, added some doxygen comments and replaced bitshifting by proper mathematical operations
|
changeset |
files
|
Sat, 24 Mar 2007 00:02:13 +0000 |
rubidium |
(svn r9424) -Merge: Release changes from 0.5 branch back to trunk.
|
changeset |
files
|
Fri, 23 Mar 2007 22:20:39 +0000 |
rubidium |
(svn r9420) -Fix [FS#701]: crashes when the chatbox would be drawn outside of the main window.
|
changeset |
files
|
Fri, 23 Mar 2007 20:55:45 +0000 |
peter1138 |
(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites
|
changeset |
files
|
Fri, 23 Mar 2007 20:51:42 +0000 |
peter1138 |
(svn r9417) -Fix (r1): Waiting cargo icons in the station view window were incorrectly drawn if the cargo list was scrolled, resulting in overlapping images
|
changeset |
files
|
Fri, 23 Mar 2007 20:01:25 +0000 |
peter1138 |
(svn r9416) -Codechange: Split NewGRF Action 3 handler into separate functions for each feature (vehicles are common, though)
|
changeset |
files
|
Fri, 23 Mar 2007 19:06:07 +0000 |
miham |
(svn r9415) -Update: WebTranslator2 update to 2007-03-23 20:04:40
|
changeset |
files
|
Fri, 23 Mar 2007 00:03:08 +0000 |
peter1138 |
(svn r9413) -Codechange: Remove default cargo translation table and use bitnums directly if no table is provided. This lets pre-cargolabel cargo definitions work.
|
changeset |
files
|
Thu, 22 Mar 2007 23:32:24 +0000 |
peter1138 |
(svn r9412) -Fix (r8886): When looking up a cargo type by label skip disabled cargos
|
changeset |
files
|
Thu, 22 Mar 2007 23:19:40 +0000 |
peter1138 |
(svn r9411) -Codechange: Add support for loading of newcargo data.
|
changeset |
files
|
Thu, 22 Mar 2007 04:10:05 +0000 |
belugas |
(svn r9401) -Fix(9400): was not supposed to commit that file
|
changeset |
files
|
Thu, 22 Mar 2007 03:42:43 +0000 |
belugas |
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
|
changeset |
files
|
Thu, 22 Mar 2007 03:35:18 +0000 |
belugas |
(svn r9399) -Feature: Openttd.cfg will now present landscape patch entry as been temperate, arctic, tropic or toyland.
|
changeset |
files
|
Thu, 22 Mar 2007 03:15:58 +0000 |
belugas |
(svn r9398) -Feature: Allow for a conversion callback system while reading configuration file, in case of wrong value.
|
changeset |
files
|
Wed, 21 Mar 2007 20:58:01 +0000 |
peter1138 |
(svn r9393) -Codechange: Use newgrf town resolver as station parent scope handler
|
changeset |
files
|
Wed, 21 Mar 2007 18:58:03 +0000 |
miham |
(svn r9392) -Update: WebTranslator2 update to 2007-03-21 19:54:29
|
changeset |
files
|
Wed, 21 Mar 2007 17:42:43 +0000 |
belugas |
(svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files
|
changeset |
files
|
Wed, 21 Mar 2007 15:19:33 +0000 |
belugas |
(svn r9390) -Documentation : correct Doxygen of comments and @file inclusion. This time, brought to you by the letter O
|
changeset |
files
|
Wed, 21 Mar 2007 13:19:01 +0000 |
peter1138 |
(svn r9388) -Codechange: variable scope and type, and standardify all CargoID loops.
|
changeset |
files
|