log

age author description
Sun, 29 Mar 2009 11:41:42 +0000 frosch (svn r15888) -Fix (r15103)[FS#2772]: Round the production rate up, so e.g. oilrigs always produce some passengers on lowest production level. draft
Sun, 29 Mar 2009 11:03:15 +0000 yexo (svn r15887) -Fix: Reorder dmusic.cpp / null_m.cpp in source.list so msvc doesn't reorder them in the generated project files. draft
Sun, 29 Mar 2009 10:52:54 +0000 rubidium (svn r15886) -Fix [FS#2770]: libtimidity cannot handle frees of NULL (in contrast of most other frees) draft
Sun, 29 Mar 2009 09:49:11 +0000 alberth (svn r15885) -Codechange: Removed new_size parameter of Window::OnResize() callback draft
Sat, 28 Mar 2009 19:08:55 +0000 glx (svn r15884) -Codechange: New widgets for the industry windows draft
Sat, 28 Mar 2009 17:39:03 +0000 peter1138 (svn r15883) -Codechange: Make a widget enum for the sign list and use widget offsets instead of direct locations. draft
Sat, 28 Mar 2009 16:35:33 +0000 alberth (svn r15882) -Codechange: New widgets for generation progress window. draft
Sat, 28 Mar 2009 16:19:04 +0000 yexo (svn r15881) -Fix (r15875): add an explicit cast so some compilers stop complaining. draft
Sat, 28 Mar 2009 15:20:03 +0000 glx (svn r15880) -Codechange: add an invisible widget on company manager face windows to position company manager face image draft
Sat, 28 Mar 2009 14:55:11 +0000 glx (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. draft
Sat, 28 Mar 2009 13:35:07 +0000 alberth (svn r15878) -Codechange: New widgets for the engine preview window. draft
Sat, 28 Mar 2009 12:47:29 +0000 peter1138 (svn r15877) -Codechange: Let drop down lists know about font height. draft
Sat, 28 Mar 2009 12:40:57 +0000 alberth (svn r15876) -Codechange: Nested widgets for build-dock station and dock toolbar windows. draft
Sat, 28 Mar 2009 12:04:38 +0000 yexo (svn r15875) -Add: AIBridge::GetBridgeID() so AIs can get the type of bridge that are already build. draft
Sat, 28 Mar 2009 11:17:38 +0000 yexo (svn r15874) -Codechange: New widgets for the game options window. draft
Sat, 28 Mar 2009 11:17:01 +0000 alberth (svn r15873) -Codechange: Changing two comments to Doxygen comment. draft
Sat, 28 Mar 2009 11:13:39 +0000 yexo (svn r15872) -Codechange: add paddings for widgets, this makes writing new widget arrays less cumbersome. draft
Sat, 28 Mar 2009 10:07:35 +0000 alberth (svn r15871) -Fix: Repositioning and resizing the coverage highlight buttons of the build-dock window draft
Sat, 28 Mar 2009 04:26:43 +0000 yexo (svn r15870) -Codechange: New widgets for the autoreplace window. draft
Sat, 28 Mar 2009 04:14:02 +0000 glx (svn r15869) -Codechange: New widgets for select manager face and select livery windows draft
Sat, 28 Mar 2009 02:54:40 +0000 yexo (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. draft
Sat, 28 Mar 2009 02:46:10 +0000 yexo (svn r15867) -Codechange: remove the assumption that the first widgets are the close box/title bar. draft
Sat, 28 Mar 2009 02:11:41 +0000 yexo (svn r15866) -Codechange: New widgets for the difficulty window. draft
Fri, 27 Mar 2009 22:59:43 +0000 glx (svn r15865) -Codechange: New widgets for company finances windows draft
Fri, 27 Mar 2009 01:55:25 +0000 glx (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 draft
Thu, 26 Mar 2009 22:13:00 +0000 smatz (svn r15863) -Fix (r15791): company money and game date strings were swapped on the statusbar draft
Thu, 26 Mar 2009 21:12:14 +0000 yexo (svn r15862) -Codechange: New widgets for the road, rail and ship depot guis. draft
Thu, 26 Mar 2009 20:39:04 +0000 yexo (svn r15861) -Codechange: Add NWID_HORIZONTAL_LTR that forces the ordering from left-to-right. draft
Thu, 26 Mar 2009 19:45:45 +0000 frosch (svn r15860) -Add: AIRoad::GetRoadVehicleTypeForCargo() to tell whether a certain cargo needs a bus- or a truckstop. draft
Thu, 26 Mar 2009 19:44:13 +0000 frosch (svn r15859) -Documentation: Meaning of AICargo::CC_PASSENGERS wrt. bus- and truckstops, and meaning of AICargo::IsFreight() wrt. freight train weight multiplier. draft