rubidium
|
7cc8a363d8
|
(svn r20966) -Change: enable remote administration sockets (parts by Yexo and dihedral)
|
2010-10-17 17:35:42 +00:00 |
|
rubidium
|
33ed4ddbfb
|
(svn r20963) -Add: stubs for a remote administration connection
|
2010-10-17 17:31:03 +00:00 |
|
frosch
|
c49debbe63
|
(svn r20901) -Fix/Change: When using non-smooth or newgrf-economy changing production rates does not work (anymore), so allow changing the production multiplier instead.
|
2010-10-04 20:12:38 +00:00 |
|
frosch
|
717fcd09c6
|
(svn r20849) -Change: Only display liveries in the liverywindow if they are used by some vehicle somewhen (not considering date or such).
|
2010-09-25 22:00:49 +00:00 |
|
terkhen
|
e90930e572
|
(svn r20832) -Feature: Allow to select a custom percentage of water in the map generation window (based on patch by CommanderZ).
|
2010-09-20 18:56:35 +00:00 |
|
frosch
|
17e6201d33
|
(svn r20787) -Fix: Spelling mistake in slovak real town names. (mek2)
|
2010-09-12 14:45:46 +00:00 |
|
frosch
|
48767d1bef
|
(svn r20720) -Add: separate GUI icons for vehicle/company profit, exclusive rights and unread news.
|
2010-09-02 20:00:48 +00:00 |
|
rubidium
|
a8b992f4fd
|
(svn r20673) -Codechange: add support for inspecting objects
|
2010-08-28 19:48:46 +00:00 |
|
rubidium
|
c862ab42c9
|
(svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor
|
2010-08-28 19:45:56 +00:00 |
|
rubidium
|
fba19a41d5
|
(svn r20665) -Codechange: make clearing object tiles behave (more) like TTDPatch
|
2010-08-28 18:56:07 +00:00 |
|
rubidium
|
8fd9728e19
|
(svn r20659) -Feature: make the (flat) area around an industry configurable (Eddi|zuHause)
|
2010-08-28 18:37:49 +00:00 |
|
rubidium
|
6348aa7964
|
(svn r20650) -Codechange: add some variables to the object's spec
|
2010-08-28 17:35:00 +00:00 |
|
rubidium
|
f9a9b0ed4a
|
(svn r20649) -Codechange: implement classes for objects
|
2010-08-28 17:32:30 +00:00 |
|
rubidium
|
1ec1f1ef37
|
(svn r20648) -Codechange: implement the NewGRF override manager for objects
|
2010-08-28 17:30:55 +00:00 |
|
rubidium
|
34da98f2b1
|
(svn r20647) -Codechange: update some of the object spec information
|
2010-08-28 17:29:12 +00:00 |
|
rubidium
|
0d8091a7c3
|
(svn r20642) -Codechange: make the table in object_land easier expandable.
|
2010-08-27 22:46:11 +00:00 |
|
rubidium
|
5d835bd280
|
(svn r20641) -Codechange: remove the "require flat land" flag
|
2010-08-27 22:43:27 +00:00 |
|
rubidium
|
3e9e1b8e65
|
(svn r20638) -Codechange: split object.h
|
2010-08-27 22:21:23 +00:00 |
|
rubidium
|
e2e26190d5
|
(svn r20623) -Codechange: unify the storing of animation related information
|
2010-08-26 15:31:40 +00:00 |
|
rubidium
|
193800e0fa
|
(svn r20620) -Codechange: rename airporttile's callback_flags to callback_mask, so it's the same for all NewGRF features with callbacks
|
2010-08-26 11:18:32 +00:00 |
|
rubidium
|
a4c6d07edc
|
(svn r20553) -Feature: allow rate limiting of incoming commands
|
2010-08-19 08:59:36 +00:00 |
|
yexo
|
a65345d7ed
|
(svn r20538) -Codechange: introduce a few macros to initialize the airport classes
|
2010-08-18 01:19:03 +00:00 |
|
yexo
|
bc96bdb203
|
(svn r20478) -Codechange: remove support for 'helipad groups' because there are no airports with more than 1 helipad group
|
2010-08-13 00:36:12 +00:00 |
|
rubidium
|
29b489a055
|
(svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well
|
2010-08-10 15:54:53 +00:00 |
|
rubidium
|
3da3d131c6
|
(svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable.
|
2010-08-08 10:59:30 +00:00 |
|
rubidium
|
6d6939f844
|
(svn r20401) -Codechange: let HouseSpec use GRFFileProps
|
2010-08-07 21:03:38 +00:00 |
|
rubidium
|
af9d8824bd
|
(svn r20398) -Codechange: move some variables of GRFFileProps into (the new) GRFFilePropsBase
|
2010-08-07 20:51:07 +00:00 |
|
yexo
|
a3a24f4c68
|
(svn r20376) -Feature [FS#3093]: add setting for none/original/more smoke (SirkoZ)
|
2010-08-05 12:09:08 +00:00 |
|
yexo
|
a48dbd7c51
|
(svn r20370) -Add: [NewGRF] new action 5 block to add airport preview sprites
|
2010-08-05 12:03:58 +00:00 |
|
yexo
|
3e6f8165d4
|
(svn r20369) -Feature: preview sprites for airports
|
2010-08-05 12:03:34 +00:00 |
|
yexo
|
d2f9b87ccd
|
(svn r20366) -Codechange: store the rotation of the airport layout in the station struct and use it to rotate hangar tiles
|
2010-08-05 12:00:09 +00:00 |
|
rubidium
|
d1a7f7a672
|
(svn r20349) -Fix: don't pay stuff you didn't have to pay for previously :)
|
2010-08-03 16:42:47 +00:00 |
|
rubidium
|
725c181445
|
(svn r20342) -Codechange: unify the construction of objects
|
2010-08-03 12:41:24 +00:00 |
|
rubidium
|
1c86321d35
|
(svn r20340) -Codechange: introduce some flags for objects and use them in some places
|
2010-08-03 12:07:55 +00:00 |
|
rubidium
|
d687b49a4e
|
(svn r20339) -Codechange: reorder the HQ drawing data so it's in a slightly more logical order from the map array's point of view.
|
2010-08-03 11:39:17 +00:00 |
|
rubidium
|
fbde46c028
|
(svn r20338) -Codechange: unify the unmovable tile drawing
|
2010-08-03 11:35:57 +00:00 |
|
rubidium
|
f812e80002
|
(svn r20336) -Codechange: rework the HQ updating
|
2010-08-03 08:32:58 +00:00 |
|
yexo
|
d65a967027
|
(svn r20329) -Codechange: align the data of the original airports so it's better readable
|
2010-08-02 22:27:42 +00:00 |
|
terkhen
|
cded122da5
|
(svn r20303) -Feature: [NewGRF] Air drag property support for trains and road vehicles. Air drag for vehicles with air drag not set or set to zero will use a default value depending on their max speed.
|
2010-08-02 14:54:47 +00:00 |
|
terkhen
|
5c633159ca
|
(svn r20300) -Add: Air drag field to the rail engine information.
|
2010-08-02 14:50:26 +00:00 |
|
terkhen
|
6dde1417d8
|
(svn r20297) -Doc: Explain the default tractive effort value used by standard road vehicles.
|
2010-08-02 14:44:00 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
ed4f806f1d
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|
rubidium
|
ac280af8bc
|
(svn r20259) -Add: allow NewGRFs to specify their version and use that to hide old NewGRFs / to choose the newest when loading compatible NewGRFs
|
2010-07-31 14:40:50 +00:00 |
|
rubidium
|
6bb0d06668
|
(svn r20203) -Fix: some file "headers" were incorrect, including doxygen @file so they wouldn't be picked up by doxygen.
|
2010-07-22 16:50:58 +00:00 |
|
michi_cc
|
c5665202e1
|
(svn r20167) -Add: Vehicle var 4A to the NewGRF debug window.
|
2010-07-16 19:39:38 +00:00 |
|
rubidium
|
e809c05099
|
(svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds
|
2010-07-16 17:45:34 +00:00 |
|
terkhen
|
fa3d9d04d3
|
(svn r20144) -Feature: Allow to configure the delay of hover events, or to disable them completely.
|
2010-07-14 15:08:31 +00:00 |
|
yexo
|
ccb3dc9aee
|
(svn r20051) -Fix [FS#3916]: coloured_news_year was stored in savegames while it should be a client setting
|
2010-07-02 17:19:31 +00:00 |
|
michi_cc
|
a75583bbb6
|
(svn r20048) -Feature: Add a setting to forbid towns building level crossings.
|
2010-07-02 16:34:07 +00:00 |
|