Commit Graph

10219 Commits

Author SHA1 Message Date
smatz
da39b8c866 (svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button 2008-09-19 16:34:24 +00:00
rubidium
da69e69f5a (svn r14359) -Fix [FS#2311]: the ownership of roadtiles was not properly set for very old savegames (including TTD's) making it impossible to remove some pieces of road. 2008-09-18 15:32:20 +00:00
rubidium
a458f62801 (svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm. 2008-09-17 19:32:06 +00:00
smatz
3f11e731a5 (svn r14356) -Fix [FS#2307](r14258): converting of railtype was broken for tunnels and bridges 2008-09-17 17:23:57 +00:00
glx
083014b868 (svn r14355) -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision 2008-09-17 16:06:05 +00:00
glx
b9b3489eed (svn r14354) -Fix (r14253): also fix hg revision detection for MSVC 2008-09-17 15:04:52 +00:00
peter1138
53161f3c4c (svn r14353) -Fix: hg revision detection always gave the tip revision, not the current working revision. 2008-09-17 08:32:26 +00:00
belugas
4aade3b880 (svn r14352) -Feature: Allow sorting vehicles by remaining life time.
Patch by yorick
2008-09-17 02:30:24 +00:00
smatz
615844dd5d (svn r14351) -Codechange: call CFollowTrackT::GetSingleTramBit() only if we know it is a tram, so compiler doesn't generate code for trains and ships 2008-09-17 00:32:35 +00:00
smatz
6dd1163594 (svn r14350) -Fix (r13927): do not draw PBS reservation for NW and NE depots, it is drawn through depot walls 2008-09-16 22:56:43 +00:00
smatz
74892fbdf6 (svn r14348) -Fix (r1667): signs were not updated on company bankrupcy/sell, they have colour of invalid player 2008-09-16 20:57:49 +00:00
smatz
94c5c9f21d (svn r14346) -Codechange [FS#2184]: reduce code duplication when jumping to next/previous sign in signs_gui.cpp (Roujin) 2008-09-16 19:18:22 +00:00
smatz
b5fe06f430 (svn r14345) -Fix: delete the RenameSignWindow when 'its' sign is deleted
Also, it makes sure the RenameSignWindow isn't open when there are no signs (and crashes associted with that)
2008-09-16 19:05:38 +00:00
smatz
cb16b68474 (svn r14344) -Fix: when a new airport is built in the same tick as the old station is deleted, aircraft may go crazy (and crash the game) 2008-09-16 16:07:18 +00:00
smatz
e6afe2ea0c (svn r14343) -Fix [FS#2300]: invalid v->u.air.targetairport could cause crashes at several places when the station pool got smaller 2008-09-16 15:15:41 +00:00
smatz
564aa83835 (svn r14340) -Fix (r11822): signs from old savegames were lost (causing little memory leaks) 2008-09-16 11:19:07 +00:00
smatz
6d5475cb91 (svn r14339) -Fix (r13731): crash when loading the intro game failed 2008-09-15 23:50:12 +00:00
smatz
aef674d858 (svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, president and company renaming commands, too 2008-09-15 22:58:41 +00:00
smatz
00ce8ceb2b (svn r14336) -Fix (r14334): when there was a station with custom name in an old savegame, it's default name was empty 2008-09-15 22:45:18 +00:00
frosch
e10127f032 (svn r14335) -Codechange: Remove some magic numbers. 2008-09-15 19:55:00 +00:00
smatz
e543181b12 (svn r14334) -Feature: ability to reset name to default/automatic value (for vehicles, engines, towns, groups, stations, waypoints, managers and companies) 2008-09-15 19:02:50 +00:00
frosch
17e208dc16 (svn r14333) -Documentation: Update docs/landscape*. Based on patch by yorick. 2008-09-15 18:50:48 +00:00
belugas
9419a28a4b (svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by introducing a daily random industry change.
This will allow to perform more changes per month on big maps and less on smaller maps, while not overtaxing the IndustryMonthlyLoop process.
Thanks to frosch, for nice code ideas and rewrites
2008-09-15 17:18:22 +00:00
smatz
ffa39caf3d (svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString() 2008-09-15 16:29:40 +00:00
rubidium
aa2c3bdd6f (svn r14330) -Fix: compile warnings in some unfinished lang files. 2008-09-15 13:32:59 +00:00
rubidium
1c5338cbce (svn r14329) -Fix (r14306): selections in the group GUI weren't shown anymore. 2008-09-15 10:02:39 +00:00
smatz
9954d13f06 (svn r14328) -Fix (r11822): when a company was renamed and then manager was renamed before building anything, company name changed 2008-09-15 08:37:40 +00:00
rubidium
244ccddc1b (svn r14327) -Fix [FS#2251]: if you rename a town before building something and build something near that town your company would be called "<old townname> Transport". 2008-09-14 20:11:34 +00:00
rubidium
c70f745de8 (svn r14326) -Fix: some wrong comments (Yexo) 2008-09-14 19:36:31 +00:00
translators
775fd4797b (svn r14325) -Update: WebTranslator2 update to 2008-09-14 17:42:18
czech      - 2 fixed, 31 changed by Hadez (33)
english_US - 211 fixed by WhiteRabbit (211)
galician   - 193 fixed, 10 changed by Condex (203)
german     - 2 fixed, 38 changed by sulai (40)
swedish    - 60 fixed by ChrillDeVille (60)
2008-09-14 17:42:25 +00:00
rubidium
31494d756a (svn r14324) -Fix [FS#2241]: free any blocks that a helicopter may have on an oilrig when the helicopter gets forcefully removed (bankruptcy). For other airports this isn't needed as they can't be used by multiple companies. 2008-09-14 16:49:21 +00:00
smatz
50b955542d (svn r14323) -Fix (r14064): forgot a return... 2008-09-14 16:01:46 +00:00
smatz
b24e0a08bb (svn r14322) -Fix (r10368): possible assert when renaming removed waypoint 2008-09-14 15:48:49 +00:00
rubidium
feb15bb421 (svn r14321) -Add: support for newgrfs printing bytes/words/dwords as hexadecimals. 2008-09-14 14:31:37 +00:00
rubidium
efe93c527b (svn r14320) -Fix [FS#2299]: glitch when chatbox window is full and the window is scrolled (yorP) 2008-09-14 10:39:22 +00:00
smatz
7bc1b443eb (svn r14319) -Fix (r10760): use operator delete when deleting an order, so order pool fills up a bit slower 2008-09-14 10:32:32 +00:00
rubidium
de532c616f (svn r14318) -Fix [FS#2296]: OSK of the chat box did not get updated. This as the chatbox got a higher priority than the OSK instead of the usual other way around. 2008-09-14 10:30:31 +00:00
peter1138
fb77ced24a (svn r14317) -Fix (r13662) [FS#2298]: Order distance processing for conditional orders on ships treated v->orders as an array, and didn't use the correct next order. 2008-09-14 08:47:18 +00:00
smatz
7dc595ca72 (svn r14316) -Fix: do not allow building road over level crossings and drive-through road stops in the wrong direction even when the roadtype is present 2008-09-13 17:37:18 +00:00
smatz
5b14c67064 (svn r14315) -Fix: allow adding roadtypes only to drive-through road stops 2008-09-13 17:26:44 +00:00
smatz
33e46bb75a (svn r14314) -Fix: pay for two road bits when adding/removing roadtype at drive through road stop/level crossing 2008-09-13 17:06:44 +00:00
frosch
869e90ea86 (svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file. 2008-09-13 15:49:29 +00:00
rubidium
ee4173d8a4 (svn r14310) -Fix: don't show palette information in the newgrf lists of the network lobby. 2008-09-13 12:40:31 +00:00
rubidium
69e4e88e99 (svn r14309) -Fix [FS#2244]: aircraft frozen above oil rig when the next order is invalid. 2008-09-13 11:00:30 +00:00
rubidium
18a0c351cc (svn r14308) -Fix [FS#2268]: pay extra when tram/road bits need to be build for a roadstop. 2008-09-13 10:41:00 +00:00
smatz
7e4e999a97 (svn r14307) -Fix: when deleting a station, remove news items regarding it 2008-09-13 10:19:51 +00:00
rubidium
4ea5308d49 (svn r14306) -Codechange: unify the code to draw the vehicle list.
-Fix [FS#2292]: inconsistency between drawn vehicle lists in the vehicle list and group windows.
2008-09-13 10:04:36 +00:00
frosch
ede0dd6a72 (svn r14305) -Fix [FS#2294] (r5033): [YAPF] Only reserve road slots for multistop when they are really reachable. 2008-09-12 23:23:41 +00:00
smatz
d7421cadd4 (svn r14304) -Fix (r14104): waypoint train list wasn't closed with the waypoint window (crashes since r14296) 2008-09-12 22:52:48 +00:00
rubidium
ac48a45cb8 (svn r14303) -Codechange: make the vehicle list part of the group window look exactly like the vehicle list instead of some buttons being one pixel wider/smaller. 2008-09-12 21:59:34 +00:00