Thu, 24 May 2007 01:12:00 +0000 |
belugas |
(svn r9906) -Codechange: Add common properties for both industry and industry tiles specs
|
file |
diff |
annotate
|
Sun, 20 May 2007 00:50:06 +0000 |
belugas |
(svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds table into the industry's spec.
|
file |
diff |
annotate
|
Thu, 17 May 2007 20:19:55 +0000 |
rubidium |
(svn r9866) -Codechange: remove the technical one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later.
|
file |
diff |
annotate
|
Sat, 21 Apr 2007 02:42:51 +0000 |
belugas |
(svn r9704) -Documentation: Add comments on industry data macro
|
file |
diff |
annotate
|
Wed, 18 Apr 2007 22:10:36 +0000 |
rubidium |
(svn r9672) -Cleanup: lots of coding style fixes around operands.
|
file |
diff |
annotate
|
Wed, 18 Apr 2007 18:00:33 +0000 |
belugas |
(svn r9669) -Documentation: some more doxygen fixes
|
file |
diff |
annotate
|
Tue, 10 Apr 2007 20:58:04 +0000 |
belugas |
(svn r9590) -Fix(r9550, fs728): some wrongfully entered data caused some industries to appear where they should not have
|
file |
diff |
annotate
|
Mon, 09 Apr 2007 01:43:29 +0000 |
belugas |
(svn r9579) -Codechange: Cleanup of industry_cmd (Step-11). Use industry's spec appear_creation during random map creation.
|
file |
diff |
annotate
|
Mon, 09 Apr 2007 01:08:11 +0000 |
belugas |
(svn r9577) -Codechange: Add notion and data for industry map colour, used in the smallmap_gui. Not used yet.
|
file |
diff |
annotate
|
Tue, 03 Apr 2007 00:13:59 +0000 |
belugas |
(svn r9550) -Codechange: Add notion and data of industry appearing chances, both in game and in creation mode.
|
file |
diff |
annotate
|
Fri, 30 Mar 2007 13:51:03 +0000 |
belugas |
(svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees
|
file |
diff |
annotate
|
Wed, 28 Mar 2007 20:06:28 +0000 |
belugas |
(svn r9520) -Codechange: Add the notion of Industry behaviour. It means what an industry can do (plant fields, cut trees, do not change production), what can be done to it (disasters like mine subsidence, jet/chopper attack), when it can be built etc...
|
file |
diff |
annotate
|
Sun, 03 Feb 2008 20:34:26 +0000 |
rubidium |
(svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050.
NewGRF_ports
|
file |
diff |
annotate
|
Tue, 22 Jan 2008 21:00:30 +0000 |
rubidium |
(svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949.
NewGRF_ports
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 23:39:38 +0000 |
rubidium |
(svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565.
NewGRF_ports
|
file |
diff |
annotate
|
Sun, 02 Sep 2007 11:58:58 +0000 |
rubidium |
(svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035.
NewGRF_ports
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 18:10:15 +0000 |
richk |
(svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765
NewGRF_ports
|
file |
diff |
annotate
|
Sun, 22 Jul 2007 21:24:42 +0000 |
richk |
(svn r10653) [NewGRF_ports] -Sync: with trunk r10602-10651
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 14 Jul 2007 19:42:58 +0000 |
richk |
(svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 02 Jun 2007 19:59:29 +0000 |
richk |
(svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026
NewGRF_ports
|
file |
diff |
annotate
|
Thu, 22 Mar 2007 03:42:43 +0000 |
belugas |
(svn r9400) -Codechange: Use some more representative enum names for landscape types.
|
file |
diff |
annotate
|
Fri, 16 Mar 2007 00:55:59 +0000 |
peter1138 |
(svn r9243) -Fix (r9162,FS#683): One too many table rows caused cargo acceptance mixup.
|
file |
diff |
annotate
|
Thu, 15 Mar 2007 01:17:20 +0000 |
belugas |
(svn r9190) -Fix: Little typo in an enum.
|
file |
diff |
annotate
|
Wed, 14 Mar 2007 02:52:50 +0000 |
belugas |
(svn r9162) -Codechange: Cleanup of industry_cmd (Step-8). Gather tile animation data into IndustryTileSpec array
|
file |
diff |
annotate
|
Fri, 09 Mar 2007 02:04:07 +0000 |
belugas |
(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that is. The new industry messages do not need a series of tests. Only one property to use.
|
file |
diff |
annotate
|
Wed, 07 Mar 2007 12:11:48 +0000 |
rubidium |
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
|
file |
diff |
annotate
|
Wed, 21 Feb 2007 02:22:43 +0000 |
belugas |
(svn r8827) -Codechange: Cleanup of industry_cmd (Step-6). Implementation of IndustryTileSPec, the alter ego of IndustrySpec.
|
file |
diff |
annotate
|
Sat, 17 Feb 2007 22:01:07 +0000 |
miham |
(svn r8791) -Revert: r8790 Committed too much in last commit
|
file |
diff |
annotate
|
Sat, 17 Feb 2007 21:56:22 +0000 |
miham |
(svn r8790) [Namegen] -Revert: r8789 (Tron kinda convinced me it is a bad thing, sorry for it)
|
file |
diff |
annotate
|
Sat, 21 Apr 2007 08:23:57 +0000 |
KUDr |
(svn r9708) [cpp_gui] -Sync with trunk (r9633:9707)
cpp_gui
|
file |
diff |
annotate
|
Sun, 15 Apr 2007 17:04:44 +0000 |
KUDr |
(svn r9639) [cpp_gui] -Sync with trunk (r9476:9633)
cpp_gui
|
file |
diff |
annotate
|
Mon, 26 Mar 2007 22:15:38 +0000 |
KUDr |
(svn r9486) [cpp_gui] -Sync with trunk (r9100:9476)
cpp_gui
|
file |
diff |
annotate
|
Sun, 11 Mar 2007 16:31:18 +0000 |
bjarni |
(svn r9119) [cpp_gui] -Sync with trunk (r9003:9100)
cpp_gui
|
file |
diff |
annotate
|
Wed, 28 Feb 2007 00:33:40 +0000 |
bjarni |
(svn r8938) [cpp_gui] -Sync with trunk (r8772..r8900)
cpp_gui
|
file |
diff |
annotate
|
Wed, 03 Jan 2007 08:49:36 +0000 |
rubidium |
(svn r7790) [cbh] -Sync: execute the same script for /branches/custombridgeheads as was done for /trunk in r7759.
custombridgeheads
|
file |
diff |
annotate
| base
|