Commit Graph

9818 Commits

Author SHA1 Message Date
peter1138 ea7ed286a6 (svn r13836) -Fix [FS#2074]: Automatically recalculate inflation if NewGRFs are changed and cargo types are added, so that cargo payment rates are correct. 2008-07-26 14:58:08 +00:00
peter1138 49c971c8eb (svn r13832) -Fix [FS#2152]: FreeType may return a bitmap glyph even if a grey-scale glyph was requested. 2008-07-26 10:21:26 +00:00
peter1138 7a73bff37a (svn r13831) -Codechange: Make purchase list order NewGRF property an extended byte. 2008-07-26 07:43:20 +00:00
smatz 05c2a8eba4 (svn r13830) -Feature: show additional NewGRF info in the Tile Info window for stations, houses and industries 2008-07-25 22:37:34 +00:00
smatz ce7585101d (svn r13826) -Codechange: use 'INVALID_DATE' instead of '0' as placeholder in tile description 2008-07-25 19:50:40 +00:00
peter1138 7cdd6ef33c (svn r13825) -Revert (r13821 partially): preview_player_rank wasn't a PlayerByte value in r12143, and still isn't a PlayerByte value. 2008-07-25 17:33:53 +00:00
rubidium 64833bb84f (svn r13824) -Fix (r13822): also make sure a tile is a road stop tile before trying to get information about the roadstop... 2008-07-25 13:20:50 +00:00
rubidium 3a706b0f2d (svn r13822) -Fix [FS#2166]: building through the wrong side of a drive through station was allowed. 2008-07-25 10:10:11 +00:00
rubidium 1a4ac3ee5c (svn r13821) -Codechange: replace some uint8/bytes with more specificly named typedefs and replace a few magic numbers. 2008-07-25 10:00:03 +00:00
miham 00d87b537f (svn r13820) -Update: WebTranslator2 update to 2008-07-25 00:59:06
brazilian_portuguese - 3 fixed by tucalipe (3)
catalan    - 10 fixed by arnaullv (10)
czech      - 12 fixed, 3 changed by Hadez (15)
danish     - 21 fixed by ThomasA (21)
dutch      - 16 fixed by habell (16)
estonian   - 37 fixed by kristjans (37)
french     - 19 fixed by glx (19)
italian    - 19 fixed by lorenzodv (19)
korean     - 10 fixed by leejaeuk5 (10)
simplified_chinese - 97 fixed, 17 changed by ww9980 (114)
slovak     - 87 fixed by lengyel (87)
spanish    - 10 fixed by eusebio (10)
ukrainian  - 2 fixed by mad (2)
2008-07-24 22:59:29 +00:00
glx 679a6db391 (svn r13819) -Fix (r13801): --man-dir=xxx was 'ignored' 2008-07-24 20:29:40 +00:00
peter1138 b98deeb5cc (svn r13818) -Fix [FS#2157]: Deselect currently selected NewGRF when changing GRF preset. 2008-07-24 18:29:01 +00:00
smatz 97eeb07201 (svn r13817) -Cleanup (r13816): no need to check for ENABLE_NETWORK, _networking is defined anyway 2008-07-24 16:23:55 +00:00
smatz aae2aa64c4 (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that 2008-07-24 15:19:26 +00:00
rubidium 9bee994898 (svn r13814) -Fix (r13810): MSVC (as usual) does stupid things. This time it is copying around a struct it created itself, causing bad things to happen if you don't explicitly set all variables to something remotely sane in the constructor. 2008-07-24 08:46:34 +00:00
rubidium 81c50c6c32 (svn r13810) -Fix: small memory leak when tar files would be found. 2008-07-23 21:42:55 +00:00
rubidium a050a78525 (svn r13809) -Fix: memory leak each time a "new ai" got (re)started. 2008-07-23 20:42:13 +00:00
rubidium 1560fe3298 (svn r13807) -Fix: memory leak when loading groups. 2008-07-23 18:41:15 +00:00
smatz c0e11a797c (svn r13806) -Fix [FS#2162]: checking for train waiting at other side of two-way signal was broken 2008-07-23 18:23:12 +00:00
skidd13 32ab467e97 (svn r13805) -Fix(r13801): Missed a replacement 2008-07-23 16:58:52 +00:00
skidd13 e9ea5dec05 (svn r13804) -Fix(r13801): a search after remove should help to find missed incarnations 2008-07-23 16:52:10 +00:00
skidd13 79295afcc6 (svn r13803) -Fix(r13801): Copy & paste mistakes 2008-07-23 16:44:04 +00:00
skidd13 856c9e14b1 (svn r13802) -Fix(r13801): a few small typos 2008-07-23 15:52:53 +00:00
skidd13 f9d15a6baf (svn r13801) -Add: further configuration options to make packaging more union
-Add: Unix man file gets now installed if necessary
2008-07-23 15:37:20 +00:00
smatz 4835e300c4 (svn r13800) -Codechange: minor comment style fixes in misc_gui.cpp 2008-07-23 15:01:50 +00:00
glx ec6aff4870 (svn r13799) -Fix (r13730): {RAW_STRING} should be used in english.txt only 2008-07-23 14:58:43 +00:00
glx ac9459c46c (svn r13797) -Fix [FS#2160](r13715): crash when displaying save/load errors 2008-07-23 13:15:54 +00:00
rubidium 52982de589 (svn r13796) -Fix [FS#2161]: one couldn't start the last scenario in the "start server window"'s list of scenarios. 2008-07-23 13:10:08 +00:00
rubidium 24bb768450 (svn r13795) -Change: do not require canals/rivers/seas to be empty when building a bridge over it as it is not required for roads and rails either. 2008-07-22 23:45:55 +00:00
rubidium af21ac537e (svn r13794) -Fix: helicopters leaving a heliport could get stuck after processing conditional orders. 2008-07-22 23:29:08 +00:00
skidd13 7cb5bf9c12 (svn r13793) -Codechange: Unify the dir checking in config.lib 2008-07-22 23:11:40 +00:00
skidd13 317207ce0c (svn r13792) -Codechange: Display current values of the options in ./configre --help instead of static strings 2008-07-22 22:44:41 +00:00
skidd13 9db4ea6230 (svn r13791) -Fix(r13790): Don refer to variables when their value isn't set as expected 2008-07-22 22:36:07 +00:00
skidd13 1b60a3522e (svn r13790) -Fix: Enable to force the creation of freedesktop.org desktop entry files 2008-07-22 22:21:38 +00:00
peter1138 9a6b7a90e0 (svn r13789) -Fix (r13781): Saved preset was not automatically selected. 2008-07-22 20:52:30 +00:00
smatz 06a52be95c (svn r13787) -Codechange: resize the red error message box if needed 2008-07-22 19:25:47 +00:00
rubidium e3d5000424 (svn r13786) -Fix (r13785): reconfigure gave warnings on the newly introduced options. 2008-07-22 18:53:52 +00:00
skidd13 2710144452 (svn r13785) -Add: support for freedesktop.org desktop entry files 2008-07-22 17:18:53 +00:00
peter1138 49769dffba (svn r13784) -Codechange: Truncate vehicle names in purchase list to width of window. 2008-07-22 16:13:42 +00:00
glx 1f0939f4e2 (svn r13782) -Cleanup: removed a useless declaration 2008-07-22 15:02:18 +00:00
peter1138 6e0af9fdfe (svn r13781) -Feature: NewGRF presets, selected by a drop down list in the NewGRF window. Presets are saved in the config file. 2008-07-22 14:17:29 +00:00
rubidium 14a747e490 (svn r13776) -Fix: some revision checking code was unintentionally disabled. 2008-07-21 18:49:50 +00:00
glx 317868261a (svn r13775) -Codechange: enforce the validity of a NetworkAction (chat packet) issued by a client 2008-07-21 15:50:55 +00:00
peter1138 e6aa4e1eb1 (svn r13774) -Codechange: Add support for changing vehicle purchase list position for all vehicle types. 2008-07-21 14:42:25 +00:00
rubidium aafd8393cc (svn r13773) -Codechange: disable autoclean for protected/unprotected companies when the timeout is set to 0. Based on an idea by Thomas. 2008-07-21 13:05:43 +00:00
peter1138 e6a1f1c012 (svn r13761) -Codechange: Remove dependency on rail for altering purchase list position (mostly function renaming) 2008-07-20 21:23:28 +00:00
peter1138 00e052ad39 (svn r13760) -Codechange: With multiple NewGRF engine sets, engine IDs may not be allocated in the order expected by GRF authors, so sort by 'list position' instead of engine ID for all vehicle types. 2008-07-20 21:21:51 +00:00
rubidium fec49bcc83 (svn r13759) -Fix [FS#2147]: selecting non-full length vehicles in the depot gui would place the "mouse pointer" out of the center of the vehicle making it hard to "aim". 2008-07-20 19:21:18 +00:00
smatz 690859bf57 (svn r13758) -Fix (r13226): always use st->airport_tile, st->xy is different in many cases 2008-07-20 15:50:41 +00:00
skidd13 6dfc596da1 (svn r13757) -Doc: Update the man file 2008-07-20 15:39:20 +00:00