Mercurial > hg > openttd
graph
-
(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