Mercurial > hg > openttd
graph
-
(svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of processing power anymore when having a lot of trains. draftFri, 20 Apr 2007 08:00:30 +0000, by rubidium
-
(svn r9682) -Codechange: Add support for saving/loading std::lists containing object references (REF_*) draftFri, 20 Apr 2007 07:51:20 +0000, by peter1138
-
(svn r9681) [Translations] -Fix: removed two unnecessary colons from the finnish translations (spotted by ln-) draftThu, 19 Apr 2007 19:19:53 +0000, by miham
-
(svn r9680) -Update: WebTranslator2 update to 2007-04-19 21:10:21 draftThu, 19 Apr 2007 19:11:24 +0000, by miham
-
(svn r9679) -Codechange: use enums to identify transparency widgets and add a bit of documentation (patch by Wolf01) draftThu, 19 Apr 2007 18:51:40 +0000, by belugas
-
(svn r9678) -Codechange: Support changing of aircraft running cost via callback 36. draftThu, 19 Apr 2007 18:49:40 +0000, by peter1138
-
(svn r9677) -Codechange: Make the 'transparent buildings' menu item toggle all transparency, to keep its old behaviour. draftThu, 19 Apr 2007 17:54:45 +0000, by peter1138
-
(svn r9676) -Codechange: introduce NUM_INDUSTRYTYPES instead of IT_END. draftThu, 19 Apr 2007 14:50:01 +0000, by belugas
-
(svn r9673) -Cleanup: remove spaces before tabs and replace non-indenting tabs with spaces. draftWed, 18 Apr 2007 22:41:53 +0000, by rubidium
-
(svn r9672) -Cleanup: lots of coding style fixes around operands. draftWed, 18 Apr 2007 22:10:36 +0000, by rubidium
-
(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable. draftWed, 18 Apr 2007 18:37:40 +0000, by peter1138
-
(svn r9670) -Documentation: add documentation to some the _map files. draftWed, 18 Apr 2007 18:20:31 +0000, by rubidium
-
(svn r9669) -Documentation: some more doxygen fixes draftWed, 18 Apr 2007 18:00:33 +0000, by belugas
-
(svn r9668) -Update: WebTranslator2 update to 2007-04-18 19:27:38 draftWed, 18 Apr 2007 17:28:22 +0000, by miham
-
(svn r9667) -Feature: Add the concept of cities. A (configurable) proportion of towns can draftWed, 18 Apr 2007 14:23:30 +0000, by maedhros
-
(svn r9666) -Fix (r9651): end of data / column flags were reversed draftWed, 18 Apr 2007 07:22:53 +0000, by peter1138
-
(svn r9665) -Documentation: Doxygen corrections,errors, corrections of corrections... draftWed, 18 Apr 2007 00:41:09 +0000, by belugas
-
(svn r9664) -Documentation: Doxygen corrections,errors and omissions draftTue, 17 Apr 2007 21:09:38 +0000, by belugas
-
(svn r9663) -Merge: Release changes from 0.5 branch back to trunk. draftTue, 17 Apr 2007 21:08:05 +0000, by rubidium
-
(svn r9662) -Documentation: Doxygen corrections and @file omissions draftTue, 17 Apr 2007 20:23:13 +0000, by belugas
-
(svn r9658) -Codechange: CT_FOOD is not part of temperate climate, place it accordingly in arctic. draftTue, 17 Apr 2007 19:08:00 +0000, by belugas
-
(svn r9655) -Revert (r9094 partial): *Do* calculate refit masks for unavailable vehicle types... things like articulated engines can still build these parts... ... ... dot dot dot draftTue, 17 Apr 2007 17:54:31 +0000, by peter1138
-
(svn r9654) -Fix: Add string colours for the DOS palette and use them when playing with the DOS data files. draftTue, 17 Apr 2007 10:08:17 +0000, by maedhros
-
(svn r9653) -Codechange: Indicate the proper function names in the GRF messages draftMon, 16 Apr 2007 20:56:19 +0000, by belugas
-
(svn r9652) -Fix(r9651): "const" keyword forgotten. Spotted by glx. draftMon, 16 Apr 2007 19:55:17 +0000, by belugas
-
(svn r9651) -Codechange: make legend system of smallmap a little bit less magic with the help of a struct and not an array of bytes draftMon, 16 Apr 2007 19:44:22 +0000, by belugas
-
(svn r9650) -Documentation: Finalize doxygen comments for town_land.h draftMon, 16 Apr 2007 19:26:01 +0000, by belugas
-
(svn r9649) -Update: WebTranslator2 update to 2007-04-16 18:55:24 draftMon, 16 Apr 2007 16:56:04 +0000, by miham
-
(svn r9648) -Codechange: Use HASBIT directly rather than shifting and then using it on the first bit. draftMon, 16 Apr 2007 10:59:35 +0000, by maedhros
-
(svn r9647) -Fix (r6631) [FS#733]: Select "Custom" in the difficulty settings gui when changing a setting. (Frostregen) draftMon, 16 Apr 2007 10:30:31 +0000, by maedhros
-
(svn r9646) -Fix (r9645): incorrect count in error message for airport graphics draftMon, 16 Apr 2007 08:31:00 +0000, by peter1138
-
(svn r9645) -Feature: Add NewGRF Action 5 (Sprite Replacement) support for 2cc colour maps, airport, and road stop sprites. draftMon, 16 Apr 2007 06:35:10 +0000, by peter1138
-
(svn r9644) -Codechange: if else cascade into a switch case draftMon, 16 Apr 2007 02:56:48 +0000, by belugas
-
(svn r9642) -Documentation: Having a different macro name for _original_house_specs (MS) than for _town_tile_data (M) might teach doxygen that we are dealing with two entities... draftMon, 16 Apr 2007 02:47:01 +0000, by belugas
-
(svn r9641) -Fix (r7182): namegen.cpp was not UTF-8, which caused artefacts in Finnish town names. draftSun, 15 Apr 2007 22:30:26 +0000, by rubidium
-
(svn r9640) -Update: WebTranslator2 update to 2007-04-15 19:49:19 draftSun, 15 Apr 2007 17:51:23 +0000, by miham
-
(svn r9638) -Feature: Increase cargo types from 12 to 32 and enable newcargo flag in NewGRF loader. draftSun, 15 Apr 2007 16:20:35 +0000, by peter1138
-
(svn r9633) -Update: WebTranslator2 update to 2007-04-15 08:06:47 draftSun, 15 Apr 2007 06:12:13 +0000, by miham
-
(svn r9621) -Codechange: implement newgrf house property 1E (cargo types) draftFri, 13 Apr 2007 21:18:48 +0000, by peter1138
-
(svn r9620) -Codechange: apply cargo translation table to newstation variables 0x60..0x65 draftFri, 13 Apr 2007 19:32:18 +0000, by peter1138
-
(svn r9619) -Documentation: Comments on drawing arrays of houses and industries draftFri, 13 Apr 2007 17:15:06 +0000, by belugas
-
(svn r9617) -Codechange: Implement callback for cargo profit calculation draftThu, 12 Apr 2007 19:33:05 +0000, by peter1138
-
(svn r9616) -Cleanup: Remove the NS setting type since it causes desyncs in multiplayer mode and only serves to confuse patch authors. draftThu, 12 Apr 2007 18:36:54 +0000, by maedhros
-
(svn r9615) -Update: WebTranslator2 update to 2007-04-12 20:22:06 draftThu, 12 Apr 2007 18:24:44 +0000, by miham
-
(svn r9614) -Feature: Use the normal growth rate values when the growth rate is set to none and "Fund new buildings" is used. draftThu, 12 Apr 2007 18:23:47 +0000, by maedhros
-
(svn r9613) -Feature: Make it possible to have some control over the town growth. The draftThu, 12 Apr 2007 17:24:34 +0000, by maedhros
-
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist. draftThu, 12 Apr 2007 13:07:15 +0000, by maedhros
-
(svn r9602) -Fix (r5833): Building rail on steep slopes ignored build_on_slopes patch setting. draftThu, 12 Apr 2007 06:16:46 +0000, by peter1138
-
(svn r9601) -Codechange: Store grf file reference in station spec, not just GRF ID draftWed, 11 Apr 2007 21:04:03 +0000, by peter1138
-
(svn r9598) -Fix (r9563): brainfart? in elrail transparency. who knows... draftWed, 11 Apr 2007 20:42:13 +0000, by peter1138
-
(svn r9597) -Codechange: Exclude sign transparency when toggling all options on/off draftWed, 11 Apr 2007 20:14:11 +0000, by peter1138
-
(svn r9596) -Fix (r9563): (non-)transparency of station signs was confused with building transparency... draftWed, 11 Apr 2007 20:13:32 +0000, by peter1138
-
(svn r9595) -Fix (r9563): Transparency hotkeys didn't work draftWed, 11 Apr 2007 20:03:05 +0000, by peter1138
-
(svn r9590) -Fix(r9550, fs728): some wrongfully entered data caused some industries to appear where they should not have draftTue, 10 Apr 2007 20:58:04 +0000, by belugas
-
(svn r9585) -Update: WebTranslator2 update to 2007-04-10 14:52:27 draftTue, 10 Apr 2007 12:55:08 +0000, by miham
-
(svn r9581) -Revert (r9562): This broke as much as it fixed, so revert until a proper way of paying for refits when cloning can be found. draftTue, 10 Apr 2007 09:01:56 +0000, by maedhros
-
(svn r9580) -Documentation: Correction of doxygen function declarations draftMon, 09 Apr 2007 15:06:24 +0000, by belugas
-
(svn r9579) -Codechange: Cleanup of industry_cmd (Step-11). Use industry's spec appear_creation during random map creation. draftMon, 09 Apr 2007 01:43:29 +0000, by belugas
-
(svn r9578) -Codechange: Cleanup of industry_cmd (Step-10). Use industry's spec map_colour for smallmap industry color code drawing draftMon, 09 Apr 2007 01:14:43 +0000, by belugas