log

age author description
Wed, 01 Apr 2009 02:58:38 +0000 rubidium (svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if !__LP64__. Especially when another part of your API depends on whether __LP64__ is defined and thus making it non-trivial to silence the warnings from the undefinedness of __LP64__ in #if !__LP64__... draft
Wed, 01 Apr 2009 02:51:37 +0000 rubidium (svn r15908) -Fix: off-by-one in viewport strings/flags; left + width != right draft
Tue, 31 Mar 2009 22:55:38 +0000 glx (svn r15907) -Fix (r15841): some strings in save/load dialog were drawn with a 2 pixel offset draft
Tue, 31 Mar 2009 17:46:18 +0000 alberth (svn r15906) -Codechange: Completed widget number enum of world-generation windows. draft
Tue, 31 Mar 2009 00:57:21 +0000 rubidium (svn r15905) -Fix (r15424): chat completion got called twice causing tab completion to seemingly fail draft
Mon, 30 Mar 2009 23:13:02 +0000 rubidium (svn r15902) -Cleanup: remove pointless merge info; we're not intending to merge moved files back anyways... draft
Mon, 30 Mar 2009 20:48:10 +0000 frosch (svn r15901) -Add: AIIndustryType::IsBuiltOnWater(), HasHeliport() and HasDock(). Just like AIIndustry. draft
Mon, 30 Mar 2009 20:19:25 +0000 frosch (svn r15900) -Fix (r5076): Adding settings is not enough, you also have to use them. draft
Mon, 30 Mar 2009 20:04:29 +0000 alberth (svn r15899) -Fix (r15898): Removed widget number comments used for debugging. draft
Mon, 30 Mar 2009 20:02:16 +0000 alberth (svn r15898) -Codechange: Added nested widgets for create-scenrario window draft
Mon, 30 Mar 2009 19:52:59 +0000 alberth (svn r15897) -Codechange: Completed widget numbers and comment of create-scenario window. draft
Mon, 30 Mar 2009 17:36:07 +0000 translators (svn r15896) -Update: WebTranslator2 update to 2009-03-30 17:35:58 draft
Mon, 30 Mar 2009 08:59:26 +0000 rubidium (svn r15895) -Fix (r15685): fixing the slopes was done a bit more often than intended making map generation with the original generator horribly slow draft
Mon, 30 Mar 2009 01:15:51 +0000 glx (svn r15894) -Codechange: remove console widget array (it was empty anyway) and window desc draft
Mon, 30 Mar 2009 00:21:43 +0000 glx (svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash draft
Sun, 29 Mar 2009 19:55:08 +0000 rubidium (svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes. draft
Sun, 29 Mar 2009 18:20:02 +0000 frosch (svn r15891) -Fix (r13464): YAPF used different penalties for aqueducts than for other water tiles. draft
Sun, 29 Mar 2009 15:06:44 +0000 smatz (svn r15890) -Codechange: unify the way 'can a town be placed here?' checks are done draft
Sun, 29 Mar 2009 13:25:01 +0000 alberth (svn r15889) -Codechange: Add pre/inter/post space to nested background widgets draft
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
Thu, 26 Mar 2009 18:55:42 +0000 yexo (svn r15858) -Codechange: New widgets for the road toolbars. draft
Thu, 26 Mar 2009 18:44:41 +0000 translators (svn r15857) -Update: WebTranslator2 update to 2009-03-26 18:44:31 draft
Thu, 26 Mar 2009 16:23:25 +0000 glx (svn r15856) -Fix (r15819): NWidgetLeaf constructor don't use the provided window caption string draft
Thu, 26 Mar 2009 02:02:11 +0000 glx (svn r15855) -Codechange: complete the company finances window widget enum and remove unneeded magic in large window definition draft
Wed, 25 Mar 2009 22:07:25 +0000 yexo (svn r15854) -Codechange: New widgets for build tree window. draft
Wed, 25 Mar 2009 21:38:05 +0000 yexo (svn r15853) -Codechange: New widgets for the waypoint gui. draft
Wed, 25 Mar 2009 21:35:53 +0000 yexo (svn r15852) -Codechange: New widgets for the AI windows. draft
Wed, 25 Mar 2009 21:35:22 +0000 rubidium (svn r15851) -Fix (r15849): compile failure when there's no freetype... draft
Wed, 25 Mar 2009 20:16:09 +0000 rubidium (svn r15850) -Codechange: replace some magic constants with the less magic line height constant draft
Wed, 25 Mar 2009 20:01:34 +0000 rubidium (svn r15849) -Codechange: provide easy access to the real height of the used fonts draft
Wed, 25 Mar 2009 16:30:33 +0000 peter1138 (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. draft
Wed, 25 Mar 2009 14:21:50 +0000 rubidium (svn r15847) -Fix (r15837): the 'title' text of the music gui would be drawn big and in blue instead of small and in black draft
Wed, 25 Mar 2009 14:15:34 +0000 rubidium (svn r15846) -Fix: shuffle button text alignment was based on the wrong widget draft
Wed, 25 Mar 2009 14:03:29 +0000 peter1138 (svn r15845) -Fix: Ancient comments draft
Wed, 25 Mar 2009 01:10:24 +0000 rubidium (svn r15844) -Codechange: allow text alignment to be forced so the console and ai debug output don't get swapped (those are untranslateable anyways) draft
Wed, 25 Mar 2009 00:28:57 +0000 rubidium (svn r15843) -Codechange: with RTL the caret would always be drawn at the end of the textbox. draft
Wed, 25 Mar 2009 00:21:22 +0000 rubidium (svn r15842) -Codechange: make DrawSortButtonState RTL. draft
Wed, 25 Mar 2009 00:16:28 +0000 rubidium (svn r15841) -Fix: the saveload window could draw directory partly outside the window draft
Wed, 25 Mar 2009 00:08:47 +0000 rubidium (svn r15840) -Codechange: complete the game option window widget enum and unify the naming. draft
Tue, 24 Mar 2009 22:18:40 +0000 rubidium (svn r15839) -Fix: high score text was (partly) off-screen when using RTL and the window was wider than 640 pixels draft
Tue, 24 Mar 2009 22:00:11 +0000 rubidium (svn r15838) -Fix: MSVC 64 bits warnings draft
Tue, 24 Mar 2009 21:23:56 +0000 rubidium (svn r15837) -Codechange: support SETX(Y) with RTL text, swap alignment for RTL text. draft
Tue, 24 Mar 2009 20:23:47 +0000 rubidium (svn r15836) -Fix [FS#2762]: acceptance not shown in the station window (swapping top and bottom isn't a great idea) draft
Tue, 24 Mar 2009 20:03:02 +0000 yexo (svn r15835) -Codechange: Prevent using the return value of DrawString as much as possible. draft
Tue, 24 Mar 2009 18:51:30 +0000 translators (svn r15834) -Update: WebTranslator2 update to 2009-03-24 18:51:22 draft
Mon, 23 Mar 2009 22:20:23 +0000 rubidium (svn r15833) -Fix: alignment of up/down arrows and closebox when in RTL 'view' draft
Mon, 23 Mar 2009 14:10:54 +0000 rubidium (svn r15832) -Codechange: improve the aligning of right aligned/centered strings draft
Mon, 23 Mar 2009 14:09:05 +0000 smatz (svn r15831) -Fix: make sure house class/ID counters don't overflow draft
Mon, 23 Mar 2009 11:48:05 +0000 smatz (svn r15830) -Codechange: don't use fixed size of array in news_gui.cpp and news_func.h draft
Mon, 23 Mar 2009 00:15:35 +0000 yexo (svn r15827) -Fix (r15823): line still was a bit too long draft
Mon, 23 Mar 2009 00:08:59 +0000 yexo (svn r15825) -Codechange: remove the WWT_DROPDOWNIN widget type and replace it with WWT_DROPDOWN. draft
Sun, 22 Mar 2009 23:54:36 +0000 rubidium (svn r15824) -Fix: determine the actual length of the strings to draw in the viewport draft
Sun, 22 Mar 2009 23:44:53 +0000 yexo (svn r15823) -Codechange: prepare the WWT_FRAME and WWT_DROPDOWN(IN) widget types for rtl languages. draft
Sun, 22 Mar 2009 23:38:29 +0000 rubidium (svn r15822) -Codechange: replace some magic numbers and improve alignment of the start server window. draft
Sun, 22 Mar 2009 21:56:40 +0000 peter1138 (svn r15821) -Fix (r15813): Wrong widget selection prevented drop down label showing in vehicle list windows. Instead of drawing the label ourselves we can set the dropdown's data property to the string to draw. draft
Sun, 22 Mar 2009 21:16:57 +0000 alberth (svn r15820) -Codechange: Some windows using nested widgets draft
Sun, 22 Mar 2009 21:15:45 +0000 alberth (svn r15819) -Add: Nested widgets framework draft
Sun, 22 Mar 2009 21:07:55 +0000 rubidium (svn r15818) -Fix [FS#2752]: some (newer) GCCs have trouble compiling the Win32 specific part of fontcache.cpp; jumps across variable declarations (Maeyanie) draft
Sun, 22 Mar 2009 18:46:56 +0000 alberth (svn r15817) -Codechange: Make room for additional widget types (Rubidium) draft
Sun, 22 Mar 2009 18:37:47 +0000 translators (svn r15816) -Update: WebTranslator2 update to 2009-03-22 18:37:40 draft
Sun, 22 Mar 2009 16:52:15 +0000 rubidium (svn r15815) -Fix (~r15800): bridge strings got truncated too early draft
Sun, 22 Mar 2009 16:06:12 +0000 alberth (svn r15814) -Fix (r1): Remove double background widget from cheat gui draft
Sun, 22 Mar 2009 14:55:49 +0000 rubidium (svn r15813) -Codechange: remove the last remnants of the old text drawing API. draft
Sun, 22 Mar 2009 14:39:20 +0000 rubidium (svn r15812) -Codechange: use the new DrawString API in another set of GUIs draft
Sun, 22 Mar 2009 14:08:53 +0000 rubidium (svn r15811) -Fix: left != right and as a result of that the ai debug window was kinda empty. draft
Sun, 22 Mar 2009 13:17:37 +0000 alberth (svn r15810) -Fix: Airport-type labels overlapped with first button, background did not cover whole window draft
Sun, 22 Mar 2009 12:14:44 +0000 alberth (svn r15809) -Codechange: Add name comments to build vehicle widgets draft
Sun, 22 Mar 2009 12:01:21 +0000 rubidium (svn r15808) -Codechange: use the new DrawString API in a number of GUIs draft
Sun, 22 Mar 2009 11:06:25 +0000 rubidium (svn r15807) -Codechange: let the build vehicle gui helper function pass around left and right instead of only left and assuming infinite width. draft
Sun, 22 Mar 2009 10:37:51 +0000 rubidium (svn r15806) -Codechange: pass both left and right to the vehicle details drawing functions instead of only the left. draft
Sun, 22 Mar 2009 09:58:38 +0000 alberth (svn r15805) -Codechange: Completing/fixing airportpicker widget names and adding them as comment draft
Sun, 22 Mar 2009 09:43:00 +0000 rubidium (svn r15804) -Fix (r15796): viewport strings weren't properly 'rendered'. draft
Sun, 22 Mar 2009 09:34:06 +0000 rubidium (svn r15803) -Codechange: use the new text drawing API for multicenter draft
Sun, 22 Mar 2009 09:04:15 +0000 alberth (svn r15802) -Codechange: Complete autoreplace GUI widget numbers and add them as comment draft
Sun, 22 Mar 2009 08:10:20 +0000 peter1138 (svn r15801) -Fix (r15797): The new DrawStringMultiLine() now returns the new y position instead of the height, so we don't need to add it on. draft
Sun, 22 Mar 2009 00:15:00 +0000 rubidium (svn r15800) -Codechange: make the engine gui use the new multiline API. draft
Sat, 21 Mar 2009 23:58:20 +0000 peter1138 (svn r15799) -Codechange: Save rail type label list to savegame and perform mapping on load if necessary. draft
Sat, 21 Mar 2009 23:45:46 +0000 yexo (svn r15798) -Fix (r15795): gcc doesn't like static functions that are not declared static. draft
Sat, 21 Mar 2009 23:45:34 +0000 rubidium (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the new one. draft
Sat, 21 Mar 2009 23:23:06 +0000 rubidium (svn r15796) -Codechange: unify multiline drawstrings draft
Sat, 21 Mar 2009 23:16:09 +0000 yexo (svn r15795) -Codechange: Move the settings table from settings.cpp to table/settings.h. Patch breaking time :) draft
Sat, 21 Mar 2009 22:46:17 +0000 rubidium (svn r15794) -Codechange: remove the DoDrawString part of the old text drawing API draft
Sat, 21 Mar 2009 22:32:51 +0000 frosch (svn r15793) -Feature: Allow train vehicles to be shorten to 1/8 length, even if not at the end of the train. draft
Sat, 21 Mar 2009 22:25:38 +0000 frosch (svn r15792) -Codechange: Use a different algorithm for train vehicles to follow the vehicle in front of them. draft
Sat, 21 Mar 2009 22:22:00 +0000 rubidium (svn r15791) -Codechange: remove the *RightAligned part of the old text drawing API. draft
Sat, 21 Mar 2009 22:00:00 +0000 rubidium (svn r15790) -Codechange: remove the *Centered part of the old text drawing API. draft
Sat, 21 Mar 2009 21:43:23 +0000 frosch (svn r15789) -Codechange: Add DiagdirBetweenTiles() and use it. draft
Sat, 21 Mar 2009 21:26:10 +0000 rubidium (svn r15788) -Codechange: enumify the network join status widgets and use them. draft
Sat, 21 Mar 2009 20:40:02 +0000 rubidium (svn r15787) -Codechange: enumify the land info and about window widgets and use them. draft
Sat, 21 Mar 2009 20:39:37 +0000 rubidium (svn r15786) -Codechange: enumify the engine preview widgets (and use them) draft
Sat, 21 Mar 2009 20:12:12 +0000 rubidium (svn r15785) -Codechange: remove the *Truncated part of the old text drawing API. draft