Commit Graph

8018 Commits (fa5920025c65ca11cbcbc7e832954f4349151014)

Author SHA1 Message Date
rubidium 32a97b05bf (svn r18304) -Codechange: don't use SETX for the arrival/departure panel; some languages don't have short abbreviations :( 15 years ago
frosch 2bbaf9f2eb (svn r18303) -Fix: Widget indices are valid when >= 0. 15 years ago
smatz 73136f78b3 (svn r18302) -Fix [FS#3328](r18281): city size multiplier was ignored when generating new game 15 years ago
translators 6a5707f2af (svn r18301) -Update from WebTranslator v3.0:
dutch - 20 changes by habell
finnish - 10 changes by jpx_
german - 20 changes by planetmaker
greek - 30 changes by 
hungarian - 1 changes by alyr
italian - 19 changes by lorenzodv
portuguese - 18 changes by JayCity
serbian - 20 changes by etran
spanish - 10 changes by Terkhen
15 years ago
rubidium a718cea273 (svn r18299) -Update: the ai changelog document 15 years ago
frosch ea3c6e1b1e (svn r18297) -Fix: Preserve timetable-start when auto-replacing/-renewing. 15 years ago
rubidium ee805c31c0 (svn r18296) -Codechange: show the next 4 orders instead of the first 4 orders in the ship/aircraft vehicle lists 15 years ago
frosch c925d29df2 (svn r18295) -Fix [FS#bigos](r18283): Missed one PR_TERRAFORM. 15 years ago
rubidium f8ddca3451 (svn r18294) -Feature: set the start time of a timetable 15 years ago
rubidium 04b2a002ff (svn r18293) -Codechange: add a window to set the date. Based on work by PhilSophus and Maedhros. 15 years ago
rubidium bd9c679873 (svn r18292) -Codechange: add a command to set the start date of a timetable. Based on work by PhilSophus. 15 years ago
rubidium 371a220960 (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 15 years ago
rubidium bfe73ab81a (svn r18290) -Codechange: be more strict about what vehicles may use timetables 15 years ago
rubidium a14d00c478 (svn r18289) -Codechange: if using RTL draw the toolbar in the reverse direction so the buttons overlap 'nicely' 15 years ago
translators 18ee65dffe (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
15 years ago
rubidium fe1dcdd635 (svn r18287) -Fix (r17841): a not properly updated list caused reading just freed memory which caused buttons to not work as they should 15 years ago
frosch 841cd2cc32 (svn r18286) -Fix (r18280): Number of platforms and platform length start with 1. 15 years ago
rubidium dea921ad62 (svn r18285) -Feature: show the expected arrival/departure dates in the timetable window. Based on work by PhilSophus. 15 years ago
frosch 0f31a2f7e4 (svn r18284) -Cleanup (r18268, r18283): Replace magic value with enum. 15 years ago
frosch 13a72bb345 (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.
15 years ago
frosch dc71450b0f (svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier and use 8 * cost_multiplier instead. 15 years ago
smatz f7466979b9 (svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJosh, GeekToo, Terkhen and others) 15 years ago
rubidium ab417c6c06 (svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input 15 years ago
translators ef11ef56a9 (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
15 years ago
frosch edde2b4b2b (svn r18278) -Cleanup (r1): No need to set a cost multiplier for raw-industry-construction of banks. They have never been raw industries. 15 years ago
rubidium 50359b2d08 (svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions 15 years ago
frosch f4fb782fbf (svn r18276) -Fix: [NoAI] Make AIIndustryType::GetConstructionCost() return -1, if the industry is neither buildable nor prospectable. 15 years ago
rubidium f8b79068e6 (svn r18274) -Codechange: remove the unused WDF flags 15 years ago
rubidium 46f90bef77 (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. 15 years ago
rubidium 5669e483c5 (svn r18272) -Codechange: make FindScrollbar a const function 15 years ago
rubidium 9cc710ad22 (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 15 years ago
rubidium ff1a4a9028 (svn r18270) -Codechange: split the code for finding a road stop to stop at into a seperate function 15 years ago
rubidium 9068245629 (svn r18269) -Fix [FS#3326]: crash because there was no (hidden) one way widget for the tram toolbar 15 years ago
frosch f60a437d36 (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. 15 years ago
rubidium ea0fd4656a (svn r18267) -Codechange: make the music window big font aware 15 years ago
frosch fe65c7f833 (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. 15 years ago
rubidium bc48c70c46 (svn r18265) -Codechange: make the finance overview window big font aware 15 years ago
rubidium b4da187ae6 (svn r18264) -Codechange: make the company league window big font aware 15 years ago
rubidium 4b8f180ffd (svn r18263) -Codechange: make the town views resizable 15 years ago
rubidium 5b8b625415 (svn r18262) -Codechange: make the status bar big font aware 15 years ago
rubidium 919691da86 (svn r18261) -Codechange: center the company icons in the toolbar dropdowns 15 years ago
rubidium 8b67964172 (svn r18260) -Codechange: make the company station view big font aware 15 years ago
rubidium 33b6170517 (svn r18259) -Codechange: make the graphs big font aware 15 years ago
translators 546d27c216 (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
15 years ago
rubidium 79c677d61b (svn r18257) -Fix: glitch when the news message is wider than the status bar 15 years ago
rubidium 3ebe581b4a (svn r18256) -Codechange: make the vehicle details window big font aware 15 years ago
rubidium df8d95738d (svn r18255) -Codechange: make the town authority window big font aware 15 years ago
rubidium 54d1efc4cd (svn r18254) -Codechange: make the highscore windows big font aware-ish till the point that it still fits within the graphics 15 years ago
frosch f48f252a2d (svn r18253) -Codechange: Convert the linked list of loaded GRFFiles into a SmallVector. 15 years ago
rubidium 8c049c7c34 (svn r18252) -Fix: crash when news is shown when the end game window is opened (status bar goes missing for a while etc.) 15 years ago
rubidium 7824727828 (svn r18251) -Codechange: make the join status window big font aware 15 years ago
rubidium 71ef26ca66 (svn r18250) -Codechange: make the graph legend big font aware 15 years ago
rubidium a71cc49498 (svn r18249) -Codechange: make the network client list big font aware 15 years ago
rubidium 5d92478a44 (svn r18248) -Codechange: remove magic numbers from the AI debug window, making it big font aware in the process 15 years ago
rubidium d24c2a1b5e (svn r18247) -Codechange: make the AI settings window big font aware 15 years ago
frosch 7a881d5aa2 (svn r18246) -Codechange: Make signs and station/town names big font aware. 15 years ago
frosch 496e647ad2 (svn r18245) -Codechange: Deduplicate code wrt. clicking on signs and station/town names. 15 years ago
frosch 262d5fe642 (svn r18244) -Codechange: Make texteffects big font aware. 15 years ago
frosch 7eb257fbdf (svn r18243) -Codechange: Deduplicate code wrt. drawing signs and station/town names. 15 years ago
rubidium a5acfa22ed (svn r18242) -Codechange: make the refit window big font aware 15 years ago
rubidium 50ebdf0713 (svn r18241) -Codechange: make the rail depot 'buttons' centered in the window 15 years ago
rubidium 845de0aac1 (svn r18240) -Change: align the 'select' sprite in the network content GUI based on the font height 15 years ago
rubidium c8c1286958 (svn r18239) -Codechange: make the AI 'selection' list window big font aware 15 years ago
rubidium 78f783b89b (svn r18238) -Codechange: make the autoreplace window big font aware 15 years ago
rubidium d4d7347157 (svn r18237) -Codechange: make the group GUI big font aware 15 years ago
rubidium 6f82d2b53b (svn r18236) -Codechange: make the group gui behave 'better aligned' 15 years ago
rubidium 1ee0705dc4 (svn r18235) -Fix: like r18233, but for the non-trains 15 years ago
translators fd7d424668 (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
15 years ago
alberth 4d93e7728d (svn r18233) -Fix: Fix matrix widget of the autoreplace gui. 15 years ago
alberth 1a1abf5c6c (svn r18232) -Fix: Extend container widgets to accomadate multiples of filling step size. 15 years ago
alberth 7cf5681377 (svn r18231) -Fix: Enable filling of matrix widget in the depot gui. 15 years ago
alberth 5bee09c924 (svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize(). 15 years ago
alberth 18b33fde83 (svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool. 15 years ago
rubidium 3ad5daa7e4 (svn r18228) -Fix: make string drawing big font aware, i.e. don't big characters flicker like a stroboscope. 15 years ago
frosch a5cd5e01f6 (svn r18227) -Fix (r17676)[FS#3325]: GRF parameters and palette were no longer displayed in NewGRF gui. 15 years ago
rubidium 0d78109e3e (svn r18226) -Fix: the caption of the select station/waypoint window was black instead of (the default) white 15 years ago
rubidium e079cacf28 (svn r18225) -Codechange: make the select station window behave better with big fonts 15 years ago
rubidium ba23473c49 (svn r18224) -Codechange: make the road construction windows big font aware 15 years ago
rubidium 3703ba5e4a (svn r18223) -Codechange: remove the requirement of having an index for background widgets 15 years ago
rubidium 12ce1b6bb5 (svn r18222) -Codechange: make the sign list window big font aware 15 years ago
rubidium aac2ba5124 (svn r18221) -Codechange: make the NewGRF window big font aware 15 years ago
alberth 8139a8d96f (svn r18220) -Codechange: Reduce number of nested widget dynamic casts. 15 years ago
rubidium a58582e6d1 (svn r18219) -Fix: the up/down buttons in the start network server window didn't work anymore 15 years ago
rubidium 892d877458 (svn r18218) -Codechange: make a few network windows big font aware 15 years ago
rubidium b8ba46de0e (svn r18217) -Codechange: make the livery window big font aware 15 years ago
rubidium 12294c9426 (svn r18216) -Codechange: make the scenario editor dock tool big font aware 15 years ago
rubidium c145a3a9e0 (svn r18215) -Codechange: make the simple face window big font aware 15 years ago
rubidium 5f9821b3d7 (svn r18214) -Codechange: make the AI config window big font aware 15 years ago
rubidium c227abd7c3 (svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars 15 years ago
rubidium f106bbbe5c (svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays 15 years ago
rubidium ef4e936acb (svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances 15 years ago
alberth 10c16be369 (svn r18210) -Codechange: Child widgets always get the entire space in perpendicular direction of the container. 15 years ago
translators 068e678508 (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
15 years ago
rubidium 092ed60342 (svn r18208) -Fix [FS#3321]: in some cases the size of the land information window wasn't properly calculated 15 years ago
rubidium 8563406757 (svn r18207) -Fix [FS#3324] (r11961): [NewGRF] When starting a new game the values of action D variable 13 were incorrect 15 years ago
rubidium 13371fa629 (svn r18206) -Fix [FS#3322]: on could 'pan' on the viewports of other windows, like the industry view, too 15 years ago
rubidium e23cc857a0 (svn r18205) -Codechange: unduplicate some code 15 years ago
rubidium 2e506b04aa (svn r18204) -Codechange: introduce a type for Ticks and use it; furthermore document some related variables/functions 15 years ago
alberth 860cb82920 (svn r18203) -Codechange (r18092): Remove DisplayFlags enum of old widgets. 15 years ago
rubidium cc7ba874b4 (svn r18202) -Codechange: remove an unused function 15 years ago
alberth 75e513d5b5 (svn r18201) -Codechange (r18092): No need anymore for initializing nested widgets for Widget* arrays. 15 years ago
translators 13e91b804f (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
15 years ago
rubidium c862b7060f (svn r18199) -Codechange: make the company view window RTL aware and somewhat big font aware 15 years ago
rubidium 9728fe52f7 (svn r18198) -Codechange: make the AI configuration window RTL aware 15 years ago
rubidium 5b3e6b2c8a (svn r18197) -Codechange: make the advanced settings window RTL aware and more big font aware 15 years ago
rubidium ea9a9fbe6d (svn r18196) -Codechange: make the performance rating details window big font and RTL aware 15 years ago
rubidium bea622be02 (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
15 years ago
rubidium 77c4d5a99d (svn r18194) -Codechange: make the AI 'config' window RTL aware 15 years ago
rubidium edd474676b (svn r18193) -Codechange: make the cheat window RTL aware 15 years ago
rubidium 5d685f7195 (svn r18192) -Codechange: make the music window RTL aware 15 years ago
translators 06c5b9c954 (svn r18190) -Update from WebTranslator v3.0:
catalan - 3 changes by arnau
french - 1 changes by glx
serbian - 2 changes by etran
spanish - 1 changes by Terkhen
15 years ago
rubidium e89df4a68d (svn r18189) -Codechange: remove some now unneeded strings 15 years ago
rubidium f123ff906f (svn r18188) -Codechange: s/NWID_BUTTON_DRPDOWN/NWID_BUTTON_DROPDOWN/g 15 years ago
rubidium 646757adee (svn r18187) -Codechange: make the advanced face selection, custom currency, difficulty, news settings, signal, sign and vehicle details window RTL aware (use the arrow widget) 15 years ago
rubidium e29bc3113c (svn r18186) -Add: a widgets for left/right arrows with the ability to turn themselves around when a RTL language is loaded 15 years ago
rubidium 45e135ccd8 (svn r18185) -Fix: the up/down buttons had the wrong logical ordering with RTL. Also one of the tooltips was incorrect. 15 years ago
glx f95b2b20d3 (svn r18184) -Codechange: add crash screenshot for win32 15 years ago
rubidium 16d0bbce79 (svn r18183) -Codechange: make the NewGRF window RTL aware 15 years ago
rubidium 8a3262c114 (svn r18182) -Codechange: use the zero fill control code instead of duplicating strings with 'only' the 0 differing 15 years ago
rubidium 7aec375ce6 (svn r18181) -Add: the concept of zero filled numbers to strgen 15 years ago
rubidium d31d1396e2 (svn r18180) -Codechange: make the news history window RTL aware 15 years ago
rubidium c0db53a4dc (svn r18179) -Codechange: make the town authority window RTL aware 15 years ago
peter1138 ba551ed638 (svn r18178) -Codechange: Let NewGRF Add window's text filter expand. 15 years ago
peter1138 dece4a4cfb (svn r18177) -Fix (r18001): [SDL] Viewport could jump when mouse moved and right button pressed at the same time. 15 years ago
rubidium 17eb43ac0f (svn r18176) -Fix: wrong parameter locations caused occasional crashes when showing an engine preview or new engine news message 15 years ago
rubidium 8d90052641 (svn r18175) -Codechange: make the network lobby and client list RTL aware 15 years ago
rubidium 7c3e97e19d (svn r18174) -Codechange: make the sign list RTL aware 15 years ago
rubidium 6d3fb6290e (svn r18173) -Codechange: make the smallmap RTL aware 15 years ago
rubidium 37977f902b (svn r18172) -Fix: consistency w.r.t. using space after the copyright symbol in the about window 15 years ago
rubidium 8bc7f13999 (svn r18171) -Change: always align the about to the left; it is not translated and as such it's never a RTL text. 15 years ago
rubidium 3f01fc43f3 (svn r18170) -Codechange: make the station view RTL aware 15 years ago
translators b393c13848 (svn r18169) -Update from WebTranslator v3.0:
french - 1 changes by glx
german - 2 changes by dihedral
italian - 1 changes by lorenzodv
polish - 3 changes by silver_777
15 years ago
peter1138 f7722d8a2b (svn r18168) -Codechange: Adjust a frame's child's padding to account for text height, and draw the top bar appropriately. 15 years ago
rubidium 964f2ca7fe (svn r18167) -Change: make the graph legend, cargo payment graph and company league windows RTL aware 15 years ago
rubidium 32859c193c (svn r18166) -Codechange: make the livery colour window RTL aware 15 years ago
rubidium 8e24df4d45 (svn r18165) -Codechange: make company dropdowns RTL aware 15 years ago
rubidium 487e38dd42 (svn r18164) -Change: make dropdown 'right' align to the opening widget with RTL 15 years ago
rubidium 38da13cf7d (svn r18163) -Codechange: make the depot GUI RTL aware 15 years ago
rubidium 3b7f030fc3 (svn r18162) -Fix: rest-of-train train selection 15 years ago
peter1138 a3e8d188ba (svn r18161) -Codechange: Remove hyphen from y-label in all languages 15 years ago
peter1138 c3204398ab (svn r18160) -Codechange: The hyphen character may not line up in all fonts, so draw
the Y-axis ticks manually.
15 years ago
peter1138 f5f1b864f8 (svn r18159) -Codechange: Rework graphs to scale to the widget they are in, instead of using absolute pixel placement. X-axis labels still need work for large fonts. 15 years ago
smatz e3bd77cbb7 (svn r18158) -Codechange: add crash screenshot for OSX 15 years ago
rubidium ffa705dace (svn r18157) -Codechange: some minor tweaks of the boundaries of strings etc. in the depot window 15 years ago
smatz 0c4cada640 (svn r18156) -Add: crash screenshot, created from blitter buffer 15 years ago
smatz 8894008ed7 (svn r18155) -Codechange: in MakeScreenshotName(), don't return pointer to local static variable - use global one instead 15 years ago
rubidium df69324aa6 (svn r18154) -Codechange: let the depot window better scale with bigger fonts 15 years ago
peter1138 ed583ca939 (svn r18153) -Codechange: Correct height for 'key' button on graph windows. 15 years ago
rubidium 8e11cd3a42 (svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets 15 years ago
peter1138 05a6b7bfeb (svn r18151) -Codechange: Let industry build/found widgets fill the window. 15 years ago
rubidium 266a1d0f7d (svn r18150) -Codechange: make the horizontal scrollbar scroll in the opposite direction with RTL 15 years ago
translators 3c147a7ed8 (svn r18149) -Update from WebTranslator v3.0:
dutch - 11 changes by habell
finnish - 2 changes by jpx_
greek - 2 changes by fumantsu
hungarian - 4 changes by alyr
italian - 1 changes by lorenzodv
polish - 9 changes by silver_777
spanish - 2 changes by Terkhen
15 years ago
rubidium a2d5181fa9 (svn r18148) -Fix: with the waypoint picker the wrong widget was 'grayed' with RTL and the y offset of the grayed area was incorrect for big fonts 15 years ago
peter1138 d720ceb2e1 (svn r18146) -Codechange: Improve content download window scaling and offsets for different font size 15 years ago
rubidium 350b556028 (svn r18145) -Codechange: pass the 'proper' left and right values to DrawVehicleInDepot 15 years ago
rubidium 3e1a1f3656 (svn r18144) -Codechange: ignore SETX(Y) spacing in vehicle details and graphical glitches due to (incorrect) SETX(Y) usage 15 years ago
rubidium 2fa869cbe0 (svn r18143) -Codechange: allow stripping/ignoring of SETX(Y) during DrawString 15 years ago
rubidium 60b1ff4075 (svn r18142) -Codechange: make the vehicle details RTL (and huge ship/aircraft) aware 15 years ago
rubidium 7ddb16d90e (svn r18141) -Fix (r18051): one couldn't (easily) continue a game in single player that was 'not enough players'/'waiting on join'-paused 15 years ago
peter1138 75a6f3241b (svn r18140) -Codechange: Use text lines widget part to set height of 'Name' button on vehicle detail window, and the start/stop button on vehicle view window. 15 years ago
peter1138 b7a3171073 (svn r18139) -Codechange: Scale company league table for font height. 15 years ago
peter1138 cfef0b5bf4 (svn r18138) -Codechange: Add a new widgetpart to specify the height of a widget in text lines. 15 years ago
peter1138 bec3e0424c (svn r18137) -Codechange: Make station rating graphics in station list scale to the small font size. 15 years ago
rubidium 16592910ba (svn r18136) -Codechange: support RTL in the vehicle lists 15 years ago
peter1138 d6b3756d63 (svn r18135) -Codechange: File list text overflowed its container. 15 years ago
rubidium ab85bb7080 (svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list 15 years ago
rubidium 68f146d83c (svn r18133) -Codechange: pass the 'maximum' left/right positions to Draw*Image 15 years ago
peter1138 9d8f96190d (svn r18132) -Codechange: Scale OSK buttons to font height. 15 years ago
rubidium ca1f1a8a0b (svn r18131) -Codechange: account for the height of the small order lists when determining the height of a vehicle list item 15 years ago
rubidium 684e63e2b5 (svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware 15 years ago
peter1138 4dabc6bd14 (svn r18129) -Codechange: Fix up train details window for correct offsets and line spacing. 15 years ago
rubidium b7ef6b3ca8 (svn r18128) -Codechange: rename GetVehicleListHeight to GetVehicleHeight as it has nothing to do with the height of the vehicle lists. 15 years ago
peter1138 0d5cc869f3 (svn r18127) -Codechange: Adjust station accept/rating list height by number of lines instead of pixels. 15 years ago
rubidium a13fd6ddce (svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation 15 years ago
rubidium 242bf23835 (svn r18125) -Fix: the waypoint/buoy window had the wrong text colour in their title 15 years ago
translators 350fd06b24 (svn r18124) -Update from WebTranslator v3.0:
traditional_chinese - 1 changes by josesun
french - 1 changes by glx
indonesian - 5 changes by prof
romanian - 11 changes by kkmic
russian - 2 changes by Lone_Wolf
15 years ago
rubidium d4774a2ce9 (svn r18123) -Codechange: try our best to keep the vehicles within the build vehicle list/autoreplace lists instead of overflowing. 15 years ago
rubidium 5802dd5f40 (svn r18122) -Fix: the build vehicle GUI would draw a (few) pixels over the border 15 years ago
rubidium ddafe77904 (svn r18121) -Codechange: pass the maximum left/right location to the Draw*Engine functions 15 years ago
rubidium c63b6887ef (svn r18120) -Fix (r18119): sometimes ReInit didn't dirty the new window 15 years ago
rubidium f3043f2006 (svn r18119) -Codechange/Fix: always call OnResize so the matrices/scrollbars are initialised without the need for duplicating the OnResize code 15 years ago
rubidium 495461bc79 (svn r18118) -Codechange: improve behaviour of the engine lists (both build vehicle/autoreplace) w.r.t. large(r) fonts and RTL. RTL support for 'wider than usual' vehicles is still needed though. 15 years ago
rubidium 95e1684841 (svn r18117) -Codechange: don't pass the location of the vehicle count but whether to show the vehicle count 15 years ago
rubidium cae55e213f (svn r18116) -Change: make the station list support RTL when drawing the ratings 15 years ago
rubidium 1ee7252296 (svn r18115) -Codechange: prevent RTL glitch with refitting and cargo suffix 15 years ago
rubidium 2d938da8c9 (svn r18114) -Fix: RTL languages don't have the keyboard swapped 15 years ago
rubidium 2d149bf1f3 (svn r18113) -Fix: RTL glitch in play heightmap window 15 years ago
rubidium a1a3e10124 (svn r18112) -Fix (rnewpool): crash when a company got removed and you had the company league window opened 15 years ago
alberth c025be2807 (svn r18111) -Change: One more developer added to the history of OpenTTD. 15 years ago
smatz 2c63d0d323 (svn r18110) -Codechange [FS#3316]: search for stations nearby only once per producer (instead of once pre produced cargo type) (fonsinchen) 15 years ago
frosch 407cf856be (svn r18109) -Fix: Up-/down-buttons of CreateScenarioWindow were not raised again. 15 years ago
rubidium d4cbcc145b (svn r18108) -Fix (r17986): crash when clicking just 'outside' of the date panel 15 years ago
peter1138 6053e90334 (svn r18107) -Codechange: Add spacer panel to end of transparency window, to fill space if title is too long. 15 years ago
peter1138 7ddfe1c6b2 (svn r18106) -Codechange: Draw string underline FONT_HEIGHT_NORMAL pixels down, not 10. 15 years ago
translators 78fcd4e621 (svn r18105) -Update from WebTranslator v3.0:
finnish - 39 changes by jpx_
greek - 9 changes by fumantsu
hungarian - 9 changes by alyr
polish - 3 changes by silver_777
serbian - 9 changes by etran
vietnamese - 24 changes by nglekhoi
15 years ago
peter1138 b303690103 (svn r18104) -Codechange: Let the query popup window's text entry field expand if necessary (e.g. with long window title). 15 years ago
peter1138 cfcd6c13f3 (svn r18103) -Codechange: Base content window detail title height on font height. 15 years ago
smatz ce6e15ee11 (svn r18102) -Codechange: simplify Company::Get(this->window_number)->index to just this->window_number 15 years ago
peter1138 3ad74a2e51 (svn r18101) -Fix (r15188): AI settings window used window-relative pixel positions 15 years ago
rubidium bb5a43e609 (svn r18099) -Codechange: scale the edit boxes to the fontsize 15 years ago
peter1138 010627a303 (svn r18096) -Fix (r5079/r7158??): Use free type ascender/descender metrics to position font offset correctly. 15 years ago
rubidium 23f0385d65 (svn r18095) -Fix (r18093): a bit too much nested_array != NULL removal 15 years ago
rubidium e53f9d1885 (svn r18094) -Codechange: make the network content GUI work better with RTL 15 years ago
rubidium f20d3a55ec (svn r18093) -Fix: the mouseover handler could crash if there wasn't a widget under the mouse 15 years ago
rubidium 1f6f15a126 (svn r18092) -Codechange: remove support for the unnested widgets 15 years ago
alberth 1c29698eed (svn r18091) -Codechange: CompanyWindow uses pure nested widgets. 15 years ago
alberth 452946cdad (svn r18090) -Fix: Only allow raising of WWT_* nested widgets. 15 years ago
rubidium b3d1657d11 (svn r18089) -Codechange: remove ResizeWindowForWidget 15 years ago
rubidium c162fa0575 (svn r18088) -Codechange: remove CompareWidgetArrays 15 years ago
rubidium 7b0106da02 (svn r18087) -Codechange: remove NWID_LAYERED 15 years ago
rubidium b01251092e (svn r18086) -Codechange: remove 'widget' from WindowDesc 15 years ago
alberth 67c90594d5 (svn r18085) -Codechange: Make the company face window use nested widgets. 15 years ago
rubidium cdb00c46c0 (svn r18084) -Codechange: make the cheat gui nested 15 years ago
rubidium 2d24cb363f (svn r18083) -Codechange: make the small map GUI nested. 15 years ago
rubidium a66fe3c96c (svn r18082) -Codechange: make it visually easier to see where the different legenda 'tables' are split + some typos 15 years ago
translators 16f981d2bf (svn r18081) -Update from WebTranslator v3.0:
catalan - 9 changes by arnau
traditional_chinese - 9 changes by josesun
polish - 103 changes by silver_777
brazilian_portuguese - 1 changes by Tucalipe
swedish - 13 changes by markisen
turkish - 4 changes by dcelasun
15 years ago
rubidium ff81b32bad (svn r18080) -Codechange: add some const to the smallmap 15 years ago
smatz 582e27bbc1 (svn r18079) -Codechange: allow overwriting of screenshots with user-supplied filenames 15 years ago
rubidium 4fd93aecd2 (svn r18078) -Codechange: remove some duplicate (non translatable) strings 15 years ago
alberth eb8560c9f0 (svn r18077) -Codechange: Make the livery window use pure nested widgets. 15 years ago
smatz ae93b5e03f (svn r18076) -Codechange: rename MakeBmpImage() to MakeBMPImage() 15 years ago
smatz 7cd1ffa855 (svn r18075) -Codechange: let ScreenshotHandlerProc() accept 'name' as 'const char \*' 15 years ago
michi_cc 815db829e9 (svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when building without Cocoa. 15 years ago
rubidium 7c7219a4b9 (svn r18073) -Codechange: remove some more unneeded skips 15 years ago
rubidium bd9d74d355 (svn r18072) -Codechange: remove the need for {SKIP} (and a string) from the order window 15 years ago
rubidium ad1e735dc5 (svn r18071) -Codechange: remove the need for {SKIP} in the autoreplace window + strings 15 years ago
rubidium 96afebb24b (svn r18070) -Fix: some possible unwanted side effects if using some sorts of boolean expressions in DEBUG 15 years ago
alberth df877e480d (svn r18069) -Codechange: Initialize window flags at the same tme as the other fields instead of afterwards. 15 years ago
alberth e0bd04d0cf (svn r18068) -Cleanup: Remove obsolete BaseVehicleListWindow(const WindowDesc *desc, WindowNumber window_number) constructor. 15 years ago
alberth 6f4f94568a (svn r18067) -Codechange: Eliminate a constant representing a widget top edge in vehicle windows. 15 years ago
alberth d2095a15e8 (svn r18066) -Codechange: Make group gui window use pure nested widgets. 15 years ago
rubidium 8f813ee6fa (svn r18065) -Codechange/Fix: account for the text in WWT_FRAMEs when determining the minimum width 15 years ago
rubidium b7e7db7625 (svn r18064) -Codechange: make the sticky box size to the height of the title bar preventing glitches with larger fonts 15 years ago
rubidium a906b4bf8e (svn r18061) -Fix: glitches with the dock GUI when the title is very long 15 years ago
translators f2bb026d9e (svn r18060) -Update from WebTranslator v3.0:
finnish - 9 changes by jpx_
french - 9 changes by glx
german - 9 changes by Roujin
italian - 9 changes by lorenzodv
polish - 165 changes by silver_777
spanish - 9 changes by Terkhen
ukrainian - 9 changes by Madvin
15 years ago
alberth 33386b5a9c (svn r18059) -Codechange: Move some variable declarations to their use. 15 years ago
rubidium 6134cc0c41 (svn r18058) -Fix: typos in parameter names 15 years ago
smatz b27a12b8b6 (svn r18057) -Codechange: replace assert_compile() by new one which works with gcc3.3 and removes the need of assert_tcompile() 15 years ago
rubidium 745c0c2c1e (svn r18056) -Fix (r17737): compiling without networking failed 15 years ago
rubidium fbcd97528a (svn r18054) -Change/Fix [FS#3310]: make pause on join pause during the whole joining (including download) phase 15 years ago
rubidium 3cd5d566cd (svn r18053) -Codechange: remove the manual pause/unpause limitation with min_active_clients 15 years ago
rubidium a0840ee58b (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. 15 years ago
rubidium 0c20992c5b (svn r18051) -Codechange: make the active clients pause use a separate bit in the pause mode 15 years ago
rubidium 7d2d49cb9b (svn r18050) -Codechange: disallow 'pause on join' paused when not in a network game 15 years ago
rubidium 764aae2733 (svn r18049) -Fix [FS#3310] (r16448): Crash when an articulated RV is turning on a drive through road station that gets forcefully (bankrupt) removed 15 years ago
rubidium d8580eb8b9 (svn r18048) -Change: make no distinction between unpausing because of a client aborting to join or actually joining 15 years ago
rubidium eeb6cf766b (svn r18045) -Fix: GCC 4.5@HEAD not compiling OpenTTD anymore because of a "non-placement deallocation function [is] selected for placement delete", or in other words delete(void *, size_t) is 'magic'.
We implemented these delete(void *, size_t) operator functions because MSVC warned that "no matching operator delete found; memory will not be freed if initialization throws an exception" for new(size_t, size_t).
This disables MSVC warning about this because we do not use exceptions in the (constructors that use the) overridden allocation functions, as such they will never be called; delete(void *) remains necessary though.
15 years ago
rubidium fd35f12584 (svn r18042) -Cleanup: remove some stale comments 15 years ago
rubidium 407c541c82 (svn r18041) -Codechange: some coding style 15 years ago
rubidium 88edbfe3d6 (svn r18040) -Codechange: the size parameter (if it's that actually) isn't needed for the delete operator 15 years ago