Mercurial > hg > openttd
graph
-
(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
-
(svn r9577) -Codechange: Add notion and data for industry map colour, used in the smallmap_gui. Not used yet. draftMon, 09 Apr 2007 01:08:11 +0000, by belugas
-
(svn r9576) -Update: WebTranslator2 update to 2007-04-08 19:22:55 draftSun, 08 Apr 2007 17:24:10 +0000, by miham
-
(svn r9573) -Fix: enclose settings names containing spaces (like newgrf paths) with quotes draftSat, 07 Apr 2007 22:30:10 +0000, by glx
-
(svn r9572) [Translations] -Fix: (r9571) strange problem fixed in galician language header draftSat, 07 Apr 2007 20:26:12 +0000, by miham
-
(svn r9571) -Update: WebTranslator2 update to 2007-04-07 22:18:15 draftSat, 07 Apr 2007 20:21:03 +0000, by miham
-
(svn r9570) -Update: WebTranslator2 update to 2007-04-06 19:21:04 draftFri, 06 Apr 2007 17:30:17 +0000, by miham
-
(svn r9568) -Documentation: doxygen and comment changes: Root of src is finally done. Now, time to start clearing as much as possible draftFri, 06 Apr 2007 04:10:19 +0000, by belugas
-
(svn r9567) -Fix(9555, FS#718): The industry ID been collected was just an index in a out of phase array. Now, ensure that the ID will really be an IndustryType draftFri, 06 Apr 2007 02:12:15 +0000, by belugas
-
(svn r9566) -Fix (r9315): Set the SVN properties on some files. draftThu, 05 Apr 2007 20:50:39 +0000, by maedhros
-
(svn r9565) -Feature: Add list_patches console command. This shows all patches along with their current values. Based on patch by madman2003/GrimRC. draftThu, 05 Apr 2007 12:59:57 +0000, by peter1138
-
(svn r9564) -Fix (r9563): When adding files remember to add them... draftThu, 05 Apr 2007 09:07:20 +0000, by peter1138
-
(svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. draftThu, 05 Apr 2007 07:49:04 +0000, by peter1138
-
(svn r9562) -Fix: When cloning, pay for the refit costs as well. draftWed, 04 Apr 2007 14:21:46 +0000, by maedhros
-
(svn r9561) -Fix (r9561): loading the newgrfs in openttd.cfg was broken. draftWed, 04 Apr 2007 12:43:43 +0000, by rubidium
-
(svn r9560) -Codechange: add support for multiple 'base' directories for newgrf searching. draftWed, 04 Apr 2007 12:03:10 +0000, by rubidium
-
(svn r9559) -Documentation: doxygen and comment changes: 'U' and 'V' now. Almost done. Yeah. I know, I've already said that... draftWed, 04 Apr 2007 04:08:47 +0000, by belugas
-
(svn r9558) -Documentation: doxygen and comment changes: 'T' now. Almost done draftWed, 04 Apr 2007 03:21:14 +0000, by belugas
-
(svn r9557) -Codechange: Add a forgotten file to the project lists draftWed, 04 Apr 2007 02:02:49 +0000, by belugas
-
(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The end of the preliminary work is near draftWed, 04 Apr 2007 01:35:16 +0000, by belugas
-
(svn r9555) -Codechange: Cleanup of industry_cmd (Step-9). Use in-game appearing chances for industry creation. draftWed, 04 Apr 2007 00:32:40 +0000, by belugas
-
(svn r9554) -Documentation: add documentation to some map accessors. draftTue, 03 Apr 2007 21:51:40 +0000, by rubidium
-
(svn r9552) -Documentation: Some more doxygen work, adding comments too draftTue, 03 Apr 2007 17:19:06 +0000, by belugas
-
(svn r9551) -Documentation: Some more doxygen work draftTue, 03 Apr 2007 16:12:28 +0000, by belugas
-
(svn r9550) -Codechange: Add notion and data of industry appearing chances, both in game and in creation mode. draftTue, 03 Apr 2007 00:13:59 +0000, by belugas
-
(svn r9549) -Codechange: Add definition of callbacks and callback masks for both industries and industry tiles draftTue, 03 Apr 2007 00:01:18 +0000, by belugas
-
(svn r9548) [Translations] -Fix: Fixed empty strings added by WT2 [note to self: really should fix this old bug in WT2] draftMon, 02 Apr 2007 19:47:36 +0000, by miham
-
(svn r9547) -Update: WebTranslator2 update to 2007-04-02 21:37:30 draftMon, 02 Apr 2007 19:38:24 +0000, by miham
-
(svn r9545) -Documentation: Some corrections to previous doxygen work draftMon, 02 Apr 2007 14:20:31 +0000, by belugas
-
(svn r9544) -Cleanup (r9543): Remove unused strings. draftMon, 02 Apr 2007 11:38:52 +0000, by maedhros
-
(svn r9543) -Fix [FS#691]: Split up STR_ENGINE_NOT_BUILDABLE into four strings so it can be draftMon, 02 Apr 2007 11:35:08 +0000, by maedhros
-
(svn r9542) -Fix(FS# 712): When checking if a vehicle is on a given tile, and you are working on the ground tile, do not take aircrafts into account, as they do not pose any danger for the construction/destruction/conversion itself. Z stuff, in other words draftSun, 01 Apr 2007 11:11:49 +0000, by belugas
-
(svn r9541) -Codechange: Safeguard the company-buying routines so that the buying player and the bought player need to be two different entities draftSun, 01 Apr 2007 10:55:31 +0000, by celestar
-
(svn r9540) -Fix (r1): Bankrupt AIs no longer buy themselves (usage of wrong variable) draftSun, 01 Apr 2007 10:54:31 +0000, by celestar
-
(svn r9532) -Fix (r8741) [FS#708]: Make errors when building drive through road stops more descriptive. draftSat, 31 Mar 2007 09:53:40 +0000, by maedhros
-
(svn r9531) -Fix (r8661) [FS#692]: The scroll settings were wrong for trains as only a part draftSat, 31 Mar 2007 08:24:05 +0000, by maedhros
-
(svn r9530) -Codechange: Replace a direct industry type access by a behaviour draftSat, 31 Mar 2007 01:16:17 +0000, by belugas
-
(svn r9529) -Fix [FS#705]: when 2 clients joined together, the second asserted on the NewCompany command of the first draftFri, 30 Mar 2007 22:17:47 +0000, by truelight
-
(svn r9528) -Fix r8610: don't try to modify non-existent widgets (many thanks to Bruce Perence, the libefence developer) draftFri, 30 Mar 2007 21:58:38 +0000, by glx
-
(svn r9527) -Update: WebTranslator2 update to 2007-03-30 19:44:17 draftFri, 30 Mar 2007 17:44:51 +0000, by miham
-
(svn r9526) -Fix(9520): a temperate sawmill is not a tropic lumber mill. Thus, it cannot cut trees draftFri, 30 Mar 2007 13:51:03 +0000, by belugas
-
(svn r9525) -Update: WebTranslator2 update to 2007-03-29 19:56:13 draftThu, 29 Mar 2007 17:59:24 +0000, by miham
-
(svn r9524) -Fix(FS#640,r8755): Implemented a "dummy" State Machine for stations who got their airport removed while there were still aircraft within the State Machine (and thus caused asserts) draftThu, 29 Mar 2007 13:52:34 +0000, by celestar
-
(svn r9523) -Cleanup: doxygen changes. Time to take care of "R" draftWed, 28 Mar 2007 20:41:35 +0000, by belugas
-
(svn r9522) -Fix (r9073): the entries in source.list are supposed to be sorted alphabetically. draftWed, 28 Mar 2007 20:12:32 +0000, by rubidium
-
(svn r9521) -Fix(9520): Partly revert, accidentally commited an unnecessary change draftWed, 28 Mar 2007 20:11:00 +0000, by 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... draftWed, 28 Mar 2007 20:06:28 +0000, by belugas
-
(svn r9519) -Fix r7406 (revert r9518): free the malloced variable, not a pointer to that variable. Also free it if there's any error. draftWed, 28 Mar 2007 14:31:52 +0000, by glx
-
(svn r9518) -Fix [Windows]: do not free an uninitialized pointer. draftWed, 28 Mar 2007 09:27:38 +0000, by rubidium
-
(svn r9504) [Config] -Fix r9340: somehow a -n got mixed up with a -z (tnx glx) draftTue, 27 Mar 2007 13:56:18 +0000, by truelight
-
(svn r9476) -Codechange: Make build windows for all vehicle types the same width. draftMon, 26 Mar 2007 12:28:44 +0000, by maedhros
-
(svn r9475) -Codechange: Allow the purchase details widget to expand dynamically if there's still not enough room for the text. draftMon, 26 Mar 2007 11:41:14 +0000, by maedhros
-
(svn r9474) -Fix (r8378): Expand the details widget in the vehicle build windows again to make room for all the text. draftMon, 26 Mar 2007 08:55:45 +0000, by maedhros
-
(svn r9473) -Codechange: add 'unhandled variable' debug message to newcargo resolver draftMon, 26 Mar 2007 08:43:14 +0000, by peter1138
-
(svn r9472) -Fix (r9449): num is the number of newlines in the string, not the number of lines. Also allow for maxh being negative. draftMon, 26 Mar 2007 08:04:29 +0000, by maedhros
-
(svn r9470) -Fix: Should not have committed that file draftMon, 26 Mar 2007 00:01:42 +0000, by belugas