Commit Graph

7858 Commits

Author SHA1 Message Date
rubidium a951c505bf (svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus. 2009-11-25 23:37:15 +00:00
rubidium 1a8c203d6e (svn r18291) -Codechange: rework the calculation of the 'days till year' macro a bit so it can be properly reused and add a MAX_DAY 2009-11-25 23:28:04 +00:00
rubidium d3a925af42 (svn r18290) -Codechange: be more strict about what vehicles may use timetables 2009-11-25 22:58:28 +00:00
rubidium bd39a3b4c4 (svn r18289) -Codechange: if using RTL draw the toolbar in the reverse direction so the buttons overlap 'nicely' 2009-11-25 21:30:45 +00:00
translators 2f5ab16815 (svn r18288) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
czech - 7 changes by SmatZ
dutch - 11 changes by habell
finnish - 19 changes by jpx_
french - 9 changes by glx
german - 9 changes by dihedral, planetmaker
greek - 46 changes by fumantsu
hungarian - 31 changes by Petert, alyr
polish - 16 changes by silver_777
portuguese - 9 changes by JayCity
romanian - 13 changes by kkmic
serbian - 9 changes by etran
spanish - 6 changes by Terkhen
2009-11-25 18:45:41 +00:00
rubidium 6941db6c39 (svn r18287) -Fix (r17841): a not properly updated list caused reading just freed memory which caused buttons to not work as they should 2009-11-25 17:48:44 +00:00
frosch 93ef16c520 (svn r18286) -Fix (r18280): Number of platforms and platform length start with 1. 2009-11-25 16:26:25 +00:00
rubidium 6befa88d82 (svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus. 2009-11-25 16:17:06 +00:00
frosch 324396ec74 (svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum. 2009-11-24 23:34:46 +00:00
frosch 830231e2bd (svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, building/removing unmovables (new objects), building/removing rail-waypoints/buoys, interacting with town-authority, building foundations, funding primary industries (when not prospecting) and towns.
If a GRF does not set price multipliers for these new prices, but for the previously used ones, the old modifiers will be propagated to the new bases.
2009-11-24 22:15:42 +00:00
frosch 8da21d58a9 (svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier and use 8 * cost_multiplier instead. 2009-11-24 22:02:23 +00:00
smatz f0c64208cf (svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others) 2009-11-24 21:18:11 +00:00
rubidium 8d6e323ef8 (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 2009-11-24 21:13:36 +00:00
translators 3f0e1c9091 (svn r18279) -Update from WebTranslator v3.0:
traditional_chinese - 3 changes by josesun
finnish - 2 changes by jpx_
greek - 34 changes by fumantsu
hungarian - 3 changes by alyr
polish - 3 changes by silver_777
spanish - 4 changes by Terkhen
2009-11-24 18:45:22 +00:00
frosch aa14dc48d0 (svn r18278) -Cleanup (r1): No need to set a cost multiplier for raw-industry-construction of banks. They have never been raw industries. 2009-11-24 18:27:58 +00:00
rubidium 14300d309c (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions 2009-11-24 18:05:55 +00:00
frosch 91865c33da (svn r18276) -Fix: [NoAI] Make AIIndustryType::GetConstructionCost() return -1, if the industry is neither buildable nor prospectable. 2009-11-24 17:56:45 +00:00
rubidium 69b6d9309a (svn r18274) -Codechange: remove the unused WDF flags 2009-11-24 17:28:29 +00:00
rubidium 8371be352b (svn r18273) -Codechange: do not require widget numbers for default widgets (close, sticky, resize buttons and the caption), except when you want to use SetStringParameter for the caption ofcourse. Also remove the requirement for some of the WDF flags; no need to test for both the flag whether a feature is used and whether the feature is in action. 2009-11-24 17:13:24 +00:00
rubidium 75bd985876 (svn r18272) -Codechange: make FindScrollbar a const function 2009-11-24 16:54:52 +00:00
rubidium 8193dad106 (svn r18271) -Fix [FS#3315]: road vehicles wouldn't reserve a road stop in tunnels/on bridges so when they leave wormhole they're still focussed on the main road stop causing unneededly long queues 2009-11-24 14:20:39 +00:00
rubidium 32926facf9 (svn r18270) -Codechange: split the code for finding a road stop to stop at into a seperate function 2009-11-24 14:19:21 +00:00
rubidium e57d6a8e48 (svn r18269) -Fix [FS#3326]: crash because there was no (hidden) one way widget for the tram toolbar 2009-11-24 13:28:18 +00:00
frosch d507136e04 (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. 2009-11-24 13:15:58 +00:00
rubidium 5e247b6e43 (svn r18267) -Codechange: make the music window big font aware 2009-11-24 13:14:48 +00:00
frosch 912bce0b8c (svn r18266) -Codechange: Add a function to compute prices from price base and cost factor and use it consistently for vehicle purchase, running cost, and refit cost. 2009-11-24 13:12:34 +00:00
rubidium b6b5515335 (svn r18265) -Codechange: make the finance overview window big font aware 2009-11-24 12:42:36 +00:00
rubidium 584c75722e (svn r18264) -Codechange: make the company league window big font aware 2009-11-23 22:01:42 +00:00
rubidium 12f5032adf (svn r18263) -Codechange: make the town views resizable 2009-11-23 21:34:33 +00:00
rubidium 3c109fd7f1 (svn r18262) -Codechange: make the status bar big font aware 2009-11-23 20:25:14 +00:00
rubidium fb168e25ad (svn r18261) -Codechange: center the company icons in the toolbar dropdowns 2009-11-23 20:14:42 +00:00
rubidium b351de15d9 (svn r18260) -Codechange: make the company station view big font aware 2009-11-23 20:13:37 +00:00
rubidium 2ee87ce100 (svn r18259) -Codechange: make the graphs big font aware 2009-11-23 19:53:58 +00:00
translators f9fd176ce4 (svn r18258) -Update from WebTranslator v3.0:
dutch - 1 changes by habell
greek - 30 changes by 
hungarian - 2 changes by alyr
indonesian - 6 changes by fanioz
polish - 1 changes by silver_777
portuguese - 18 changes by JayCity
russian - 13 changes by Lone_Wolf
2009-11-23 18:45:23 +00:00
rubidium 2a2884646c (svn r18257) -Fix: glitch when the news message is wider than the status bar 2009-11-23 16:23:42 +00:00
rubidium fabd1b7c50 (svn r18256) -Codechange: make the vehicle details window big font aware 2009-11-23 16:18:01 +00:00
rubidium 4b555968c4 (svn r18255) -Codechange: make the town authority window big font aware 2009-11-23 14:04:03 +00:00
rubidium 5ef00aa15b (svn r18254) -Codechange: make the highscore windows big font aware-ish till the point that it still fits within the graphics 2009-11-23 13:18:20 +00:00
frosch e3c7e3c169 (svn r18253) -Codechange: Convert the linked list of loaded GRFFiles into a SmallVector. 2009-11-23 13:14:45 +00:00
rubidium edc90be5b8 (svn r18252) -Fix: crash when news is shown when the end game window is opened (status bar goes missing for a while etc.) 2009-11-23 13:01:12 +00:00
rubidium 29c65215ed (svn r18251) -Codechange: make the join status window big font aware 2009-11-23 12:45:01 +00:00
rubidium c7c9f24f60 (svn r18250) -Codechange: make the graph legend big font aware 2009-11-22 22:21:00 +00:00
rubidium 3a16e0edf1 (svn r18249) -Codechange: make the network client list big font aware 2009-11-22 22:17:06 +00:00
rubidium 95436bb5b2 (svn r18248) -Codechange: remove magic numbers from the AI debug window, making it big font aware in the process 2009-11-22 22:12:00 +00:00
rubidium e4f5dddbe5 (svn r18247) -Codechange: make the AI settings window big font aware 2009-11-22 22:08:28 +00:00
frosch 8e85bb82e9 (svn r18246) -Codechange: Make signs and station/town names big font aware. 2009-11-22 20:56:39 +00:00
frosch ff5a1f4461 (svn r18245) -Codechange: Deduplicate code wrt. clicking on signs and station/town names. 2009-11-22 20:38:06 +00:00
frosch c24d6d3f4e (svn r18244) -Codechange: Make texteffects big font aware. 2009-11-22 20:23:41 +00:00
frosch 4661abd33b (svn r18243) -Codechange: Deduplicate code wrt. drawing signs and station/town names. 2009-11-22 19:53:49 +00:00
rubidium f381f9b46f (svn r18242) -Codechange: make the refit window big font aware 2009-11-22 19:40:48 +00:00
rubidium 5c13e0c1e6 (svn r18241) -Codechange: make the rail depot 'buttons' centered in the window 2009-11-22 19:31:52 +00:00
rubidium bd0d32a0b6 (svn r18240) -Change: align the 'select' sprite in the network content GUI based on the font height 2009-11-22 19:27:51 +00:00
rubidium 48d1718671 (svn r18239) -Codechange: make the AI 'selection' list window big font aware 2009-11-22 19:24:02 +00:00
rubidium cf354803d6 (svn r18238) -Codechange: make the autoreplace window big font aware 2009-11-22 19:19:11 +00:00
rubidium 3d6edbdf46 (svn r18237) -Codechange: make the group GUI big font aware 2009-11-22 19:18:51 +00:00
rubidium c95963a0d7 (svn r18236) -Codechange: make the group gui behave 'better aligned' 2009-11-22 18:51:58 +00:00
rubidium 747e123307 (svn r18235) -Fix: like r18233, but for the non-trains 2009-11-22 18:51:21 +00:00
translators b7cbfb09e7 (svn r18234) -Update from WebTranslator v3.0:
arabic_egypt - 14 changes by kasakg
catalan - 2 changes by arnau
croatian - 92 changes by UnderwaterHesus
greek - 30 changes by 
polish - 3 changes by silver_777
2009-11-22 18:45:19 +00:00
alberth 5087bb545b (svn r18233) -Fix: Fix matrix widget of the autoreplace gui. 2009-11-22 18:32:03 +00:00
alberth b4f488319c (svn r18232) -Fix: Extend container widgets to accomadate multiples of filling step size. 2009-11-22 18:31:17 +00:00
alberth bfd5cc456a (svn r18231) -Fix: Enable filling of matrix widget in the depot gui. 2009-11-22 18:29:52 +00:00
alberth 450e40b997 (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). 2009-11-22 18:28:14 +00:00
alberth 2b6f792513 (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. 2009-11-22 18:26:01 +00:00
rubidium e772ec1c97 (svn r18228) -Fix: make string drawing big font aware, i.e. don't big characters flicker like a stroboscope. 2009-11-22 16:31:59 +00:00
frosch 41ad9d505e (svn r18227) -Fix (r17676)[FS#3325]: GRF parameters and palette were no longer displayed in NewGRF gui. 2009-11-22 14:58:27 +00:00
rubidium a37607bac1 (svn r18226) -Fix: the caption of the select station/waypoint window was black instead of (the default) white 2009-11-22 14:48:33 +00:00
rubidium c99d15bf74 (svn r18225) -Codechange: make the select station window behave better with big fonts 2009-11-22 14:46:14 +00:00
rubidium 81087052dc (svn r18224) -Codechange: make the road construction windows big font aware 2009-11-22 14:41:21 +00:00
rubidium e7075c7e2b (svn r18223) -Codechange: remove the requirement of having an index for background widgets 2009-11-22 14:40:55 +00:00
rubidium 5ad4a5e3e2 (svn r18222) -Codechange: make the sign list window big font aware 2009-11-22 14:40:25 +00:00
rubidium a9e09df923 (svn r18221) -Codechange: make the NewGRF window big font aware 2009-11-22 14:15:50 +00:00
alberth bf93372ca2 (svn r18220) -Codechange: Reduce number of nested widget dynamic casts. 2009-11-22 13:22:53 +00:00
rubidium 2332034822 (svn r18219) -Fix: the up/down buttons in the start network server window didn't work anymore 2009-11-22 13:20:26 +00:00
rubidium 206c01a4e5 (svn r18218) -Codechange: make a few network windows big font aware 2009-11-22 13:12:31 +00:00
rubidium a95655b7c8 (svn r18217) -Codechange: make the livery window big font aware 2009-11-22 13:01:07 +00:00
rubidium 88e80d4c76 (svn r18216) -Codechange: make the scenario editor dock tool big font aware 2009-11-22 12:24:33 +00:00
rubidium 186295ca85 (svn r18215) -Codechange: make the simple face window big font aware 2009-11-22 12:18:26 +00:00
rubidium d276acf6e7 (svn r18214) -Codechange: make the AI config window big font aware 2009-11-22 12:08:12 +00:00
rubidium 8204f226f1 (svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars 2009-11-22 11:24:30 +00:00
rubidium d913282e7a (svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays 2009-11-22 11:20:12 +00:00
rubidium e9b6e73333 (svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances 2009-11-22 11:10:17 +00:00
alberth 9a67f81610 (svn r18210) -Codechange: Child widgets always get the entire space in perpendicular direction of the container. 2009-11-22 10:59:12 +00:00
translators bd1e541372 (svn r18209) -Update from WebTranslator v3.0:
traditional_chinese - 7 changes by josesun
german - 2 changes by Roujin
greek - 37 changes by fumantsu
indonesian - 4 changes by prof
italian - 2 changes by lorenzodv
korean - 76 changes by dlunch
norwegian_bokmal - 7 changes by thondal
norwegian_nynorsk - 33 changes by thondal
polish - 2 changes by silver_777
serbian - 2 changes by etran
2009-11-21 18:45:32 +00:00
rubidium e8141ba9d5 (svn r18208) -Fix [FS#3321]: in some cases the size of the land information window wasn't properly calculated 2009-11-21 17:22:37 +00:00
rubidium a274cc6a60 (svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the values of action D variable 13 were incorrect 2009-11-21 16:39:36 +00:00
rubidium 5c6cf4f8d2 (svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too 2009-11-21 16:02:05 +00:00
rubidium 402008d69e (svn r18205) -Codechange: unduplicate some code 2009-11-21 12:45:00 +00:00
rubidium 37056b564c (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 2009-11-21 12:43:09 +00:00
alberth 0512761214 (svn r18203) -Codechange (r18092): Remove DisplayFlags enum of old widgets. 2009-11-21 10:10:53 +00:00
rubidium 2750c719cc (svn r18202) -Codechange: remove an unused function 2009-11-20 22:00:28 +00:00
alberth 777d5ce12e (svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays. 2009-11-20 20:10:06 +00:00
translators e166d5b402 (svn r18200) -Update from WebTranslator v3.0:
finnish - 1 changes by jpx_
french - 2 changes by glx
german - 1 changes by planetmaker
hebrew - 17 changes by dnd_man
hungarian - 2 changes by alyr
italian - 1 changes by lorenzodv
spanish - 2 changes by Terkhen
2009-11-20 18:45:24 +00:00
rubidium 77d6c4e07a (svn r18199) -Codechange: make the company view window RTL aware and somewhat big font aware 2009-11-20 17:36:46 +00:00
rubidium 69f50570e3 (svn r18198) -Codechange: make the AI configuration window RTL aware 2009-11-20 16:01:29 +00:00
rubidium e170c14cfd (svn r18197) -Codechange: make the advanced settings window RTL aware and more big font aware 2009-11-20 14:52:55 +00:00
rubidium d786f42427 (svn r18196) -Codechange: make the performance rating details window big font and RTL aware 2009-11-20 14:03:17 +00:00
rubidium da25f121ac (svn r18195) -Codechange: move the child padding calculation/handling to WWT_FRAME
-Fix (r18168): crash when switching languages when a non-standard font height is used
2009-11-19 22:49:04 +00:00
rubidium e43659440e (svn r18194) -Codechange: make the AI 'config' window RTL aware 2009-11-19 21:21:39 +00:00
rubidium bfadbba2ed (svn r18193) -Codechange: make the cheat window RTL aware 2009-11-19 21:07:08 +00:00
rubidium 16f270467f (svn r18192) -Codechange: make the music window RTL aware 2009-11-19 20:34:45 +00:00