Commit Graph

11577 Commits (616cac0c547b361b033ab64021dcd4c3d722f200)
 

Author SHA1 Message Date
rubidium 8293be426c (svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. 15 years ago
frosch c2ced41c04 (svn r15891) -Fix (r13464): YAPF used different penalties for aqueducts than for other water tiles. 15 years ago
smatz a052191aca (svn r15890) -Codechange: unify the way 'can a town be placed here?' checks are done
-Change: the requirements for location of 'random' town are now a bit less strict
15 years ago
alberth 64bb0e60e4 (svn r15889) -Codechange: Add pre/inter/post space to nested background widgets 15 years ago
frosch f436a58b5e (svn r15888) -Fix (r15103)[FS#2772]: Round the production rate up, so e.g. oilrigs always produce some passengers on lowest production level. 15 years ago
yexo 9eff54febe (svn r15887) -Fix: Reorder dmusic.cpp / null_m.cpp in source.list so msvc doesn't reorder them in the generated project files. 15 years ago
rubidium a4139d5693 (svn r15886) -Fix [FS#2770]: libtimidity cannot handle frees of NULL (in contrast of most other frees) 15 years ago
alberth 9d2738b9c4 (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback 15 years ago
glx 7a9a5cd139 (svn r15884) -Codechange: New widgets for the industry windows 15 years ago
peter1138 9f8f342a6a (svn r15883) -Codechange: Make a widget enum for the sign list and use widget offsets instead of direct locations. 15 years ago
alberth 7284ae3f77 (svn r15882) -Codechange: New widgets for generation progress window. 15 years ago
yexo 50a6e589ed (svn r15881) -Fix (r15875): add an explicit cast so some compilers stop complaining. 15 years ago
glx bf354564ce (svn r15880) -Codechange: add an invisible widget on company manager face windows to position company manager face image 16 years ago
glx 5f2c5b5855 (svn r15879) -Codechange: add an invisible widget on advanced company face window to determine where to draw the strings instead refering to other widgets. Required for rtl languages. 16 years ago
alberth 3bebfc6fd3 (svn r15878) -Codechange: New widgets for the engine preview window. 16 years ago
peter1138 f30f5607e3 (svn r15877) -Codechange: Let drop down lists know about font height. 16 years ago
alberth 1d9c362dda (svn r15876) -Codechange: Nested widgets for build-dock station and dock toolbar windows. 16 years ago
yexo 400208ee0a (svn r15875) -Add: AIBridge::GetBridgeID() so AIs can get the type of bridge that are already build. 16 years ago
yexo e02d31cd3a (svn r15874) -Codechange: New widgets for the game options window. 16 years ago
alberth c557172e2c (svn r15873) -Codechange: Changing two comments to Doxygen comment. 16 years ago
yexo e00dc41903 (svn r15872) -Codechange: add paddings for widgets, this makes writing new widget arrays less cumbersome. 16 years ago
alberth b64fc3ccfa (svn r15871) -Fix: Repositioning and resizing the coverage highlight buttons of the build-dock window 16 years ago
yexo 289837b95f (svn r15870) -Codechange: New widgets for the autoreplace window. 16 years ago
glx 83fb6b50bb (svn r15869) -Codechange: New widgets for select manager face and select livery windows 16 years ago
yexo e701019992 (svn r15868) -Codechange: remove the close box from the widget array instead of doing it in the constructor of the difficulty window. This makes it work again in rtl languages. 16 years ago
yexo ed330197c4 (svn r15867) -Codechange: remove the assumption that the first widgets are the close box/title bar.
Most work already done by r15756.
16 years ago
yexo 4a4ee9fb37 (svn r15866) -Codechange: New widgets for the difficulty window. 16 years ago
glx b4b700a789 (svn r15865) -Codechange: New widgets for company finances windows 16 years ago
glx 7229d7d114 (svn r15864) -Codechange: add some 'invisible' widgets on company finances window, and use them to determine where to draw strings instead using some magic values 16 years ago
smatz 47036cb49e (svn r15863) -Fix (r15791): company money and game date strings were swapped on the statusbar 16 years ago
yexo 84b632d60f (svn r15862) -Codechange: New widgets for the road, rail and ship depot guis. 16 years ago
yexo d17083e429 (svn r15861) -Codechange: Add NWID_HORIZONTAL_LTR that forces the ordering from left-to-right. 16 years ago
frosch 44351cdc57 (svn r15860) -Add: AIRoad::GetRoadVehicleTypeForCargo() to tell whether a certain cargo needs a bus- or a truckstop. 16 years ago
frosch 19b47c1e89 (svn r15859) -Documentation: Meaning of AICargo::CC_PASSENGERS wrt. bus- and truckstops, and meaning of AICargo::IsFreight() wrt. freight train weight multiplier. 16 years ago
yexo 9061cd8b18 (svn r15858) -Codechange: New widgets for the road toolbars. 16 years ago
translators 350e4683b3 (svn r15857) -Update: WebTranslator2 update to 2009-03-26 18:44:31
arabic_egypt - 8 fixed by khaloofah (8)
danish     - 4 changed by beruic (4)
dutch      - 1 changed by Excel20 (1)
icelandic  - 25 fixed by scrooge (25)
luxembourgish - 10 fixed by Gubius (10)
polish     - 1 fixed by xaxa (1)
romanian   - 1 fixed, 1 changed by kkmic (2)
welsh      - 4 fixed by PlayDead (4)
16 years ago
glx b2cce8009e (svn r15856) -Fix (r15819): NWidgetLeaf constructor don't use the provided window caption string 16 years ago
glx 9965f02827 (svn r15855) -Codechange: complete the company finances window widget enum and remove unneeded magic in large window definition 16 years ago
yexo 381a20d841 (svn r15854) -Codechange: New widgets for build tree window. 16 years ago
yexo 6b095a218b (svn r15853) -Codechange: New widgets for the waypoint gui. 16 years ago
yexo 809e4f398c (svn r15852) -Codechange: New widgets for the AI windows. 16 years ago
rubidium f3262c76f0 (svn r15851) -Fix (r15849): compile failure when there's no freetype... 16 years ago
rubidium 89ceed55bf (svn r15850) -Codechange: replace some magic constants with the less magic line height constant 16 years ago
rubidium e8d76e79ee (svn r15849) -Codechange: provide easy access to the real height of the used fonts 16 years ago
peter1138 28d3123dfd (svn r15848) -Feature: Add autoclean_novehicles setting which will, when autoclean_companies is true, remove any company with no vehicles and no active client after autoclean_novehciles-months. 16 years ago
rubidium 2052850425 (svn r15847) -Fix (r15837): the 'title' text of the music gui would be drawn big and in blue instead of small and in black 16 years ago
rubidium 3e979be390 (svn r15846) -Fix: shuffle button text alignment was based on the wrong widget 16 years ago
peter1138 27714cacc5 (svn r15845) -Fix: Ancient comments 16 years ago
rubidium 3e93f8adda (svn r15844) -Codechange: allow text alignment to be forced so the console and ai debug output don't get swapped (those are untranslateable anyways) 16 years ago
rubidium 4a500bbcdb (svn r15843) -Codechange: with RTL the caret would always be drawn at the end of the textbox. 16 years ago