log

age author description
Wed, 31 Jul 2013 18:50:01 +0000 planetmaker (svn r25643) -Fix (r25480): [OSX] Define version constants before they're used draft default tip master
Wed, 31 Jul 2013 18:09:21 +0000 planetmaker (svn r25642) -Fix (r25638): Compilation with static ICU draft
Wed, 31 Jul 2013 17:45:53 +0000 translators (svn r25641) -Update from WebTranslator v3.0: draft
Wed, 31 Jul 2013 07:30:18 +0000 alberth (svn r25640) -Fix: Do not suggest a start date for the game when there will be no vehicles available at all. draft
Wed, 31 Jul 2013 07:25:58 +0000 alberth (svn r25639) -Codechange: Rename both 'STR_ERROR_NO_VEHICLES_AVAILABLE*' strings. draft
Tue, 30 Jul 2013 22:03:36 +0000 planetmaker (svn r25638) -Fix (r25470): Some icu_config are too stupid to separate two ldflags by spaces, thus only call it with one draft
Tue, 30 Jul 2013 19:03:56 +0000 fonsinchen (svn r25637) -Fix: don't keep minimal routing information if automatic distribution has been disabled draft
Tue, 30 Jul 2013 18:55:52 +0000 fonsinchen (svn r25636) -Fix: invalidate last_loading_station when stopping in depot draft
Tue, 30 Jul 2013 17:45:17 +0000 translators (svn r25635) -Update from WebTranslator v3.0: draft
Mon, 29 Jul 2013 17:45:15 +0000 translators (svn r25634) -Update from WebTranslator v3.0: draft
Sun, 28 Jul 2013 23:44:50 +0200 Michael Lutz -Add: [OSX] Support the new IME functions introduced with 10.5. draft bagostuff
Sun, 28 Jul 2013 23:25:00 +0200 Michael Lutz -Add: Replacement of a part of the edit box text with a new string. draft
Sun, 28 Jul 2013 20:16:47 +0200 Michael Lutz fixup! Codechange: [OSX] Make our view aware of text input by IMEs. draft
Fri, 26 Jul 2013 03:42:08 +0200 Michael Lutz -Add: [OSX] Support for mouse selection in the IME composition string. draft
Fri, 26 Jul 2013 01:44:23 +0200 Michael Lutz -Change: [OSX] Position the candidate window at the caret position. draft
Fri, 26 Jul 2013 01:41:39 +0200 Michael Lutz -Add: [OSX] Display the IME composition string ourself. draft
Fri, 26 Jul 2013 01:26:54 +0200 Michael Lutz -Codechange: [OSX] Make our view aware of text input by IMEs. draft
Thu, 25 Jul 2013 01:05:11 +0200 Michael Lutz -Codechange: [OSX] Pass text input directly down to the text handling. draft
Wed, 24 Jul 2013 02:16:22 +0200 Michael Lutz -Codechange: [OSX] Abandon IME input if the edit box lost the focus. draft
Wed, 24 Jul 2013 01:58:28 +0200 Michael Lutz -Codechange: [OSX] Use non-deprecated functions for byte swapping. draft
Mon, 01 Jul 2013 22:53:23 +0200 Michael Lutz -Change: [Win32] Draw the composition string ourselves if possible. draft
Mon, 22 Jul 2013 22:53:00 +0200 Michael Lutz -Add: Support for a marked/selected range to the textbuf. draft
Mon, 15 Apr 2013 13:59:24 +0200 Michael Lutz -Change: [Win32] Position the IME candidate window at the caret position. draft
Sun, 07 Apr 2013 17:10:38 +0200 Michael Lutz -Change: [Win32] Position the IME composition window at the caret position. draft
Sun, 07 Apr 2013 17:09:46 +0200 Michael Lutz -Codechange: [Win32] Cancel the current IME composition when the input focus changes. draft
Sun, 21 Jul 2013 22:54:46 +0200 Michael Lutz -Codechange: [Win32] Get the result string of an IME input directly without a trip through the window messaging system. draft
Sat, 09 Mar 2013 16:35:17 +0100 Michael Lutz -Codechange: Notify the video driver when an edit box lost (global) focus so it can abort any current input composition. draft
Thu, 28 Mar 2013 21:56:20 +0100 Michael Lutz -Codechange: [Win32] There are no 64-bit Windows versions below XP and we can safely assume it as the target platform. draft
Thu, 28 Mar 2013 02:46:51 +0100 Michael Lutz -Fix: [Win32] The ANSI code page is not UTF-8 for non-Unicode builds. draft
Sun, 21 Jul 2013 22:36:48 +0200 Michael Lutz -Fix: [Win32] Handle DBCS characters correctly in the non-Unicode build. draft
Thu, 28 Mar 2013 02:41:43 +0100 Michael Lutz -Fix: [Win32] The console code page for non-Unicode builds is not the normal ANSI code page and definitely not UTF-8 either. draft
Thu, 28 Mar 2013 02:39:54 +0100 Michael Lutz -Fix: [Win32] Use the right code page for converting ANSI strings into UTF-8 for non-Unicode builds. And don't crap out on DBCS code pages either. draft
Sun, 21 Jul 2013 22:35:24 +0200 Michael Lutz -Fix: [Win32] Handle Unicode characters from outside the BMP correctly. draft
Sun, 24 Mar 2013 00:06:33 +0100 Michael Lutz -Codechange: Pass character and key code separately to the keyboard handler. draft
Sun, 24 Mar 2013 00:02:46 +0100 Michael Lutz -Codechange: Pass UCS-4 characters to the edit box key handler. draft
Sat, 23 Mar 2013 23:38:30 +0100 Michael Lutz -Codechange: Pass UCS-4 instead of UCS-2 characters to the hotkey handlers. draft
Sat, 23 Mar 2013 23:37:24 +0100 Michael Lutz -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers. draft
Sun, 21 Jul 2013 22:23:02 +0200 Michael Lutz -Fix: [Win32] Only forward key presses to the IME system if an edit box has the input focus. draft
Fri, 08 Mar 2013 09:56:31 +0100 Michael Lutz -Feature [FS#4760]: [OSX] Pinch gesture support for zooming. (Based on patch by leecbaker) draft
Fri, 08 Mar 2013 02:24:40 +0100 Michael Lutz -Fix [FS#4689]: [OSX] Crash when unhiding the main window. draft
Thu, 07 Mar 2013 21:38:20 +0100 Michael Lutz -Add [FS#4847]: [OSX] Bootstrap downloading of a baseset. (Matthieu) draft
Thu, 07 Mar 2013 05:48:21 +0100 Michael Lutz -Fix [FS#4857]: [OSX] Monospace font detection. draft
Thu, 07 Mar 2013 05:32:04 +0100 Michael Lutz -Fix: [OSX] Better rejection of unsuitable fonts during fallback auto-detection. draft
Thu, 07 Mar 2013 03:13:17 +0100 Michael Lutz -Fix [FS#4847]: [OSX] Rework font detection to work even if no default font sprites are present. draft
Wed, 06 Mar 2013 00:03:15 +0100 Michael Lutz -Fix: [OSX] The name's OpenTTD, not OTTD. draft
Tue, 26 Feb 2013 22:09:08 +0100 Michael Lutz -Fix [FS#4420]: [OSX] System mouse cursor could become visible during dragging. (Matthieu) draft
Tue, 26 Feb 2013 02:45:46 +0100 Michael Lutz -Fix [FS#4392]: [OSX] The mouse cursor would sometimes jump near the window borders. (Matthieu) draft
Sun, 28 Jul 2013 22:04:02 +0200 Michael Lutz -Fix [FS#4744]: [OSX] The new 10.7 fullscreen code can now also be compiled with older SDK versions. draft
Sun, 28 Jul 2013 22:03:45 +0200 Michael Lutz -Cleanup: Coding style. draft
Tue, 26 Feb 2013 02:33:35 +0100 Michael Lutz -Fix: [OSX] Mouse cursor wasn't displayed properly after switching to fullscreen on 10.7+. (Based on patch by Maedhros) draft
Mon, 22 Jul 2013 23:34:31 +0200 Michael Lutz -Fix: Improve character and word deletion for CJK languages and complex scripts. draft
Sun, 28 Jul 2013 02:21:43 +0200 Michael Lutz -Add: Caret movement by words for CJK languages. draft
Sun, 21 Jul 2013 15:41:44 +0200 Michael Lutz -Fix: Improve text caret movement for complex scripts. draft
Wed, 17 Jul 2013 22:46:06 +0200 Michael Lutz -Fix: Textbuf caret rendering for complex scripts (e.g. Tamil). draft
Sun, 28 Jul 2013 17:45:12 +0000 translators (svn r25633) -Update from WebTranslator v3.0: draft
Sat, 27 Jul 2013 14:46:33 +0000 rubidium (svn r25630) -Fix [FS#5666]: city list sort of population and rating are reversed compared to the icon draft
Sat, 27 Jul 2013 14:45:09 +0000 rubidium (svn r25629) -Update: baseset translations draft
Fri, 26 Jul 2013 17:45:08 +0000 translators (svn r25628) -Update from WebTranslator v3.0: draft
Thu, 25 Jul 2013 17:45:16 +0000 translators (svn r25627) -Update from WebTranslator v3.0: draft
Wed, 24 Jul 2013 17:45:08 +0000 translators (svn r25626) -Update from WebTranslator v3.0: draft
Sun, 21 Jul 2013 17:45:16 +0000 translators (svn r25625) -Update from WebTranslator v3.0: draft
Sun, 21 Jul 2013 17:14:35 +0000 zuu (svn r25624) -Fix (r25620, r25623): Silence warnings draft
Sun, 21 Jul 2013 15:59:07 +0000 zuu (svn r25623) -Fix [FS#5611] (r25296): Progress column width in goal window was not updated when a string changed while the window is open draft
Sun, 21 Jul 2013 15:52:52 +0000 zuu (svn r25622) -Codechange: Improve goal_gui comments (Alberth) draft
Sun, 21 Jul 2013 15:21:55 +0000 zuu (svn r25621) -Fix (r25342): Also delete page elments when their page is removed (so that they don't reappear on a new page later on) draft
Sun, 21 Jul 2013 13:18:45 +0000 zuu (svn r25620) -Fix (r25342): Save/load of story books were broken draft
Sat, 20 Jul 2013 17:45:09 +0000 translators (svn r25619) -Update from WebTranslator v3.0: draft
Thu, 18 Jul 2013 17:45:09 +0000 translators (svn r25618) -Update from WebTranslator v3.0: draft
Wed, 17 Jul 2013 18:37:13 +0000 rubidium (svn r25617) -Fix [FS#5655] (r25377): crash when Ctrl+clicking the start date button in timetable window without any orders draft
Wed, 17 Jul 2013 17:45:39 +0000 translators (svn r25616) -Update from WebTranslator v3.0: draft
Tue, 16 Jul 2013 17:45:23 +0000 translators (svn r25615) -Update from WebTranslator v3.0: draft
Mon, 15 Jul 2013 18:19:26 +0000 rubidium (svn r25614) -Fix [FS#5651]: [Script] Give a slightly less generic error when removing inexisting rail draft
Mon, 15 Jul 2013 17:45:08 +0000 translators (svn r25613) -Update from WebTranslator v3.0: draft
Sun, 14 Jul 2013 20:21:36 +0000 rubidium (svn r25612) -Fix [FS#5648]: [AI] Don't return ERR_UNKNOWN when trying to move an order to its current location draft
Sun, 14 Jul 2013 19:13:12 +0000 michi_cc (svn r25611) -Fix (r25608): Update project files. draft
Sun, 14 Jul 2013 17:45:08 +0000 translators (svn r25610) -Update from WebTranslator v3.0: draft
Sun, 14 Jul 2013 09:21:46 +0000 rubidium (svn r25609) -Fix [FS#5216]: under certain circumstances a track type change would make the end-of-line-is-red setting ineffective draft
Sun, 14 Jul 2013 09:20:34 +0000 rubidium (svn r25608) -Codechange: make EndSegmentReasonBits available in yapf_base.hpp draft
Sun, 14 Jul 2013 08:55:38 +0000 frosch (svn r25607) -Fix [FS#5649]: Various misreferences in AI and GS changelog. draft
Sat, 13 Jul 2013 17:45:20 +0000 translators (svn r25606) -Update from WebTranslator v3.0: draft
Sat, 13 Jul 2013 15:03:42 +0000 rubidium (svn r25605) -Fix [FS#5641]: [Script] If a NewGRF returned station type that could not be built by an AI via callback 18, an unknown error would be thrown instead of falling back to the default station draft
Sat, 13 Jul 2013 14:12:14 +0000 rubidium (svn r25604) -Fix [FS#5550]: Only the front engine's date of last service was updated draft
Sat, 13 Jul 2013 10:28:31 +0000 translators (svn r25600) -Update from WebTranslator v3.0: draft
Sat, 13 Jul 2013 09:59:09 +0000 planetmaker (svn r25598) -Doc: Implications of the asynchronous processing of the rcon content command on send time of ADMIN_SERVER_ADMIN_RCON and ADMIN_SERVER_ADMIN_RCON_END packets draft
Sat, 13 Jul 2013 09:26:11 +0000 rubidium (svn r25597) -Fix [FS#5635]: [Content] When the server closed the connection, the client would for eternity try to read a packet and never timeout making it impossible to reconnect draft
Sat, 13 Jul 2013 06:44:22 +0000 rubidium (svn r25595) -Fix-ish: move the Doxygen .tag files into objs, so they are automatically ignored and removed upon mrproper/distclean. Furthermore remove the gamedocs folder too draft
Sat, 13 Jul 2013 06:38:54 +0000 rubidium (svn r25594) -Fix-ish: some Doxygen warnings/errors for scripts draft
Sat, 13 Jul 2013 06:18:16 +0000 rubidium (svn r25593) -Cleanup: remove a few stale #defines draft
Fri, 12 Jul 2013 18:54:27 +0000 rubidium (svn r25592) -Fix [FS#5644]: Changing the script difficulty level in-game would also change the settings using the default even though they were not allowed to change in-game draft
Fri, 12 Jul 2013 17:45:08 +0000 translators (svn r25591) -Update from WebTranslator v3.0: draft
Fri, 12 Jul 2013 17:15:13 +0000 planetmaker (svn r25590) -Codechange: Align doxygen comments again draft
Fri, 12 Jul 2013 17:11:16 +0000 planetmaker (svn r25589) -Fix [FS#5646]: Ensure that sent and received length of json strings are the same (based on patch by Xaroth) draft
Thu, 11 Jul 2013 20:31:39 +0000 planetmaker (svn r25588) -Feature [FS#5643]: PING and PONG packets for admin port (Xaroth) draft
Thu, 11 Jul 2013 19:57:40 +0000 planetmaker (svn r25587) -Add FS#5643: Conclude rcon output sent to admin clients with an RCON_END packet (Xaroth) draft
Thu, 11 Jul 2013 17:45:20 +0000 translators (svn r25586) -Update from WebTranslator v3.0: draft
Thu, 11 Jul 2013 17:29:51 +0000 rubidium (svn r25585) -Fix [FS#5320]: [Squirrel] Stack overflow did not show an error, due to the stack to throw the error already being full draft
Wed, 10 Jul 2013 17:46:54 +0000 rubidium (svn r25581) -Fix: WT3 validation draft
Wed, 10 Jul 2013 17:45:33 +0000 translators (svn r25580) -Update from WebTranslator v3.0: draft
Wed, 10 Jul 2013 15:38:42 +0000 rubidium (svn r25579) -Fix [FS#5642] (r25577): doxygen generation failed + typo fix draft
Tue, 09 Jul 2013 17:45:43 +0000 translators (svn r25578) -Update from WebTranslator v3.0: draft
Mon, 08 Jul 2013 19:42:39 +0000 rubidium (svn r25577) -Fix-ish [FS#5638] (r20562): [Script] Documentation implied that XXList::AddItem has a default for value if it isn't filled in. draft
Mon, 08 Jul 2013 17:45:13 +0000 translators (svn r25576) -Update from WebTranslator v3.0: draft
Sun, 07 Jul 2013 17:45:42 +0000 translators (svn r25575) -Update from WebTranslator v3.0: draft
Sun, 07 Jul 2013 12:07:06 +0000 frosch (svn r25574) -Fix (r25570): Trouble with initialisation order of static members of Layouter and FontCache. draft
Sun, 07 Jul 2013 10:37:16 +0000 rubidium (svn r25573) -Change: make content list appear faster by allowing some window redraws in between draft
Sat, 06 Jul 2013 19:00:33 +0000 frosch (svn r25570) -Add: cache for ParagraphLayouts. draft
Sat, 06 Jul 2013 18:56:23 +0000 frosch (svn r25569) -Codechange: Cache all Font instances in a static container. draft
Sat, 06 Jul 2013 18:55:38 +0000 frosch (svn r25568) -Fix: Non-ICU layouter started new lines with the space which triggered the linebreak. draft
Sat, 06 Jul 2013 18:54:26 +0000 frosch (svn r25567) -Codechange: Revive dead DrawStringParams as FontState. draft
Sat, 06 Jul 2013 17:45:58 +0000 translators (svn r25566) -Update from WebTranslator v3.0: draft
Sat, 06 Jul 2013 17:01:31 +0000 fonsinchen (svn r25565) -Codechange: Rewrite order prediction logic to introduce proper refit prediction draft
Sat, 06 Jul 2013 12:18:20 +0000 frosch (svn r25564) -Add: a simple clipping rule to decide whether a string without linebreaks is visible before computing the layouting. This skips around 2/3 of layout computations in usual-sized list-like windows. draft
Fri, 05 Jul 2013 19:35:29 +0000 rubidium (svn r25563) -Fix: WT3 validation error draft
Fri, 05 Jul 2013 19:09:18 +0000 frosch (svn r25562) -Fix [FS#5633]: If the next order cannot be resolved, reset the current order property instead of leaving it in an intermediate state. draft
Fri, 05 Jul 2013 17:45:28 +0000 translators (svn r25561) -Update from WebTranslator v3.0: draft
Thu, 04 Jul 2013 20:06:27 +0000 rubidium (svn r25558) -Fix [FS#5568]: [Squirrel] Infinite recursion loop in freeing data via a looping set of references draft
Thu, 04 Jul 2013 20:05:07 +0000 rubidium (svn r25557) -Fix [FS#5524]: one could build bridges over owned land of another company draft
Thu, 04 Jul 2013 17:46:01 +0000 translators (svn r25556) -Update from WebTranslator v3.0: draft
Thu, 04 Jul 2013 16:36:47 +0000 rubidium (svn r25555) -Fix [FS#5632]: [Script] Texts from scripts were not validated before they were shown, causing an assertion to trigger draft
Wed, 03 Jul 2013 17:45:39 +0000 translators (svn r25554) -Update from WebTranslator v3.0: draft
Tue, 02 Jul 2013 18:57:26 +0000 rubidium (svn r25553) -Fix [FS#5530]: provide a warning when no vehicles are available, and tell what to do in that case draft
Tue, 02 Jul 2013 17:45:30 +0000 translators (svn r25552) -Update from WebTranslator v3.0: draft
Mon, 01 Jul 2013 19:53:05 +0000 frosch (svn r25551) -Fix (r25465): Possible reading of uninitialised memory due to undefined execution order. draft
Mon, 01 Jul 2013 19:48:52 +0000 rubidium (svn r25550) -Fix [FS#5571]: [Windows] Race condition between two drawing threads could crash OpenTTD draft
Mon, 01 Jul 2013 17:45:24 +0000 translators (svn r25549) -Update from WebTranslator v3.0: draft
Mon, 01 Jul 2013 17:15:30 +0000 frosch (svn r25548) -Fix [FS#5629] (r25537): Removed too much code and forgot some other places. draft
Mon, 01 Jul 2013 15:26:27 +0000 rubidium (svn r25547) -Fix [FS#5626]: ICU returns the width of the visual run as if the trailing space was added (in case a newline was added). This caused the width to be more than the requested width, but it would still be drawn correctly draft
Sun, 30 Jun 2013 20:40:49 +0000 rubidium (svn r25546) -Fix: two small memory leaks draft
Sun, 30 Jun 2013 17:46:07 +0000 translators (svn r25545) -Update from WebTranslator v3.0: draft
Sun, 30 Jun 2013 15:59:10 +0000 rubidium (svn r25544) -Fix [FS#5625] (r25488, r25486): [GS] The checks and validations for setting the extra text in the town window became too stringent draft
Sun, 30 Jun 2013 14:39:09 +0000 frosch (svn r25543) -Cleanup: Make the bridge and object picker not restore their previous size, but the previously saved size. draft
Sun, 30 Jun 2013 14:38:45 +0000 frosch (svn r25542) -Fix: Do not just add 65 pixels to the width of the train vehicle list whenever it is opened, but remember the width of the train list separately from other vehicle types. draft
Sun, 30 Jun 2013 14:38:20 +0000 frosch (svn r25541) -Cleanup: No need to clear a bit which is never set. draft
Sun, 30 Jun 2013 14:37:50 +0000 frosch (svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr) draft
Sun, 30 Jun 2013 14:37:24 +0000 frosch (svn r25539) -Codechange: Setup object GUI matrix before restoring selected object, so that the matrix state can be properly set. (sbr) draft
Sun, 30 Jun 2013 14:37:01 +0000 frosch (svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected object to make it visible when re-opening the build object window. (sbr) draft
Sun, 30 Jun 2013 14:36:31 +0000 frosch (svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size. draft
Sun, 30 Jun 2013 14:36:07 +0000 frosch (svn r25536) -Cleanup: No need to set scrollbar capacity anywhere but in OnResize. draft
Sun, 30 Jun 2013 14:35:44 +0000 frosch (svn r25535) -Fix [FS#5584]: Initialise scrollbars before FinishInitNested, so their capacity is set via OnResize. draft
Sun, 30 Jun 2013 14:34:23 +0000 frosch (svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup scrollbar capacity before that. draft
Sun, 30 Jun 2013 14:33:32 +0000 frosch (svn r25533) -Codechange: Use SetCapacityFromWidget more often. draft
Sun, 30 Jun 2013 14:33:15 +0000 frosch (svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets depend on their number of rows, since that changes when resizing the window. draft
Sun, 30 Jun 2013 14:32:31 +0000 frosch (svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets. draft
Sun, 30 Jun 2013 08:29:51 +0000 alberth (svn r25527) -Fix[FS#5621]: strndup should not examine strings beyond its upper limit. draft
Sun, 30 Jun 2013 07:46:10 +0000 rubidium (svn r25526) -Fix: line breaking in fallback layouter was off-by-one, so sometimes strings that needed to be broken off earlier got truncated later on draft
Sun, 30 Jun 2013 07:29:31 +0000 rubidium (svn r25525) -Fix: off-by-one in fallback layout w.r.t. colour/font changes draft
Sun, 30 Jun 2013 07:21:37 +0000 rubidium (svn r25524) -Fix [FS#5624]: fallback layouter broke on long "words" without space after a newline draft
Sat, 29 Jun 2013 18:21:19 +0000 rubidium (svn r25523) -Fix [FS#5587]: SDL does not give an event when an application gets mouse focus while going to full screen, so manually force the mouse-is-in-window state draft
Sat, 29 Jun 2013 17:50:59 +0000 rubidium (svn r25522) -Update: baseset descriptions draft
Sat, 29 Jun 2013 17:45:43 +0000 translators (svn r25521) -Update from WebTranslator v3.0: draft
Sat, 29 Jun 2013 16:13:41 +0000 rubidium (svn r25520) -Fix-ish: don't pretend that trunk is still doing something 1.3-ish in the Windows executable version information draft
Sat, 29 Jun 2013 14:54:07 +0000 zuu (svn r25519) -Fix [FS#5614] (r25342): Select page to update by its id and not the page id draft
Sat, 29 Jun 2013 13:20:40 +0000 rubidium (svn r25518) -Cleanup: remove old string draft
Sat, 29 Jun 2013 13:19:19 +0000 rubidium (svn r25517) -Fix-ish (r25515) / Feature-ish [FS#5623]: properly align the statistics as well when the infra sharing is turned on draft
Sat, 29 Jun 2013 13:11:52 +0000 rubidium (svn r25516) -Codechange: reduce code duplication in infrastructure statistics window draft
Sat, 29 Jun 2013 12:41:43 +0000 rubidium (svn r25515) -Feature [FS#5595]: right align the infrastructure statistics draft
Sat, 29 Jun 2013 12:11:38 +0000 rubidium (svn r25514) -Update: other translations draft
Sat, 29 Jun 2013 12:09:55 +0000 rubidium (svn r25513) -Fix [FS#5623]: the high score's company/president name was stored with encoded string codes, causing it to cause trouble when the encoding of the string codes changes. Furthermore, check the incoming dangerous content better draft
Sat, 29 Jun 2013 12:07:40 +0000 rubidium (svn r25512) -Fix-ish: the high score company name could not have enough space to have both the company and president name draft
Sat, 29 Jun 2013 12:03:44 +0000 rubidium (svn r25511) -Fix-ish: add the same printable key assert to the sprite font cache as the freetype font cache draft
Sat, 29 Jun 2013 09:51:03 +0000 rubidium (svn r25510) -Fix: forgot to update some documentation draft
Sat, 29 Jun 2013 09:50:32 +0000 rubidium (svn r25509) -Cleanup: remove old strings draft
Sat, 29 Jun 2013 09:47:18 +0000 rubidium (svn r25508) -Change: split unit localisation choice into a choice per type of unit, and move it to the advanced settings draft
Sat, 29 Jun 2013 08:58:25 +0000 rubidium (svn r25507) -Cleanup: double definition draft
Fri, 28 Jun 2013 21:11:35 +0000 rubidium (svn r25506) -Document: a function, and name it slightly better draft
Fri, 28 Jun 2013 20:54:05 +0000 rubidium (svn r25505) -Fix [FS#5563]: use proper doxygen style link to images draft
Fri, 28 Jun 2013 20:53:42 +0000 rubidium (svn r25504) -Feature [FS#5563]: allow images in the (doxygen) documentation (adf88) draft
Fri, 28 Jun 2013 19:31:31 +0000 rubidium (svn r25501) -Fix: compilation error on OS X draft
Fri, 28 Jun 2013 19:20:45 +0000 frosch (svn r25497) -Fix (r25479): byte is not unit draft
Fri, 28 Jun 2013 18:09:07 +0000 rubidium (svn r25495) -Fix [FS#5553]: when addings bits to a (train) station, the train trying to stop there could overshoot the (new) stop location and not stop at all draft
Fri, 28 Jun 2013 17:45:19 +0000 translators (svn r25494) -Update from WebTranslator v3.0: draft
Thu, 27 Jun 2013 21:21:47 +0000 rubidium (svn r25493) -Codechange: support for the safer variant of ICU's getFontTable draft
Thu, 27 Jun 2013 21:18:56 +0000 michi_cc (svn r25492) -Doc: Missing comment. draft
Thu, 27 Jun 2013 20:30:22 +0000 rubidium (svn r25491) -Fix: ofcourse... doing something with Random messes with the regression result... draft
Fri, 26 Jul 2013 22:16:29 +0200 Michael Lutz wip draft opengl
Thu, 27 Jun 2013 21:49:19 +0200 Michael Lutz wip draft
Mon, 24 Jun 2013 22:15:49 +0200 Michael Lutz -Codechange: Allow video drives to handle the mouse cursor. draft
Mon, 24 Jun 2013 21:29:15 +0200 Michael Lutz -Codechange: Introduce an interface for all classes that can do sprite encoding. draft
Mon, 10 Jun 2013 23:15:28 +0200 Michael Lutz -Add: Blitters can now delete resources associated with a sprite when it is purged from the sprite cache. draft
Mon, 03 Jun 2013 23:26:13 +0200 Michael Lutz -Doc: Missing comment. draft
Mon, 03 Jun 2013 22:47:36 +0200 Michael Lutz -Codechange: Make calculating the ideal sprite cache size specific to each blitter. draft
Sun, 02 Jun 2013 22:59:32 +0200 Michael Lutz -Add: [OpenGL] Support for 8bpp blitters. draft
Sun, 02 Jun 2013 16:30:12 +0200 Michael Lutz -Codechange: [OpenGL] Explicitly assign which framebuffer target receives the colour values. draft
Sun, 02 Jun 2013 00:40:30 +0200 Michael Lutz -Codechange: [OpenGL] Use GLSL version 1.50 if available. draft
Sun, 02 Jun 2013 00:28:04 +0200 Michael Lutz -Codechange: [OpenGL] Use generic vertex attributes in the shader program. draft
Mon, 03 Jun 2013 23:01:11 +0200 Michael Lutz -Codechange: [OpenGL] Use shaders to display the video buffer on screen. draft
Tue, 28 May 2013 00:03:42 +0200 Michael Lutz -Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible. draft
Tue, 21 May 2013 23:24:40 +0200 Michael Lutz -Codechange: [OpenGL] Use a pixel buffer object to store the video buffer. draft
Sat, 01 Jun 2013 21:48:34 +0200 Michael Lutz -Codechange: [OpenGL] Use a vertex array object to store the vertex state for the video buffer. draft
Sun, 26 May 2013 22:25:18 +0200 Michael Lutz -Codechange: [OpenGL] Use a vertex buffer object to store the vertex data for the video buffer. draft
Sat, 23 Feb 2013 02:43:17 +0100 Michael Lutz -Codechange: [Win32] Move the global video buffer pointer into the driver class. draft
Sat, 23 Feb 2013 02:42:18 +0100 Michael Lutz -Codechange: [OpenGL] Only update the dirty parts of the video buffer texture. draft
Thu, 14 Feb 2013 21:40:21 +0100 Michael Lutz -Codechange: [OpenGL] Use new-style extension testing introduced with OpenGL 3.0. draft
Mon, 03 Jun 2013 22:57:53 +0200 Michael Lutz -Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to the screen. draft
Wed, 06 Feb 2013 00:57:02 +0100 Michael Lutz -Codechange: [Win32] Move common initialization and finalization to the video driver base class. draft
Thu, 31 Jan 2013 01:43:07 +0100 Michael Lutz -Codechange: [Win32] Move GDI-specific variables and related functions into the GDI video driver class. draft
Wed, 30 Jan 2013 00:23:54 +0100 Michael Lutz -Codechange: [Win32] Move GDI specific drawing code into the GDI video driver class. draft
Tue, 29 Jan 2013 22:54:25 +0100 Michael Lutz -Codechange: [Win32] Split the video driver into a base class and a GDI backend class. draft
Wed, 30 Jan 2013 22:21:02 +0100 Michael Lutz -Fix: [Win32] Use a separate event to indicate that the drawing thread has finished initialising, preventing potential deadlocks. draft
Thu, 27 Jun 2013 20:20:13 +0000 rubidium (svn r25490) -Fix [FS#5610]: the face of the manager differed on clients when the company was started after the clients joined draft
Thu, 27 Jun 2013 20:07:09 +0000 rubidium (svn r25489) -Fix (r25488): we want to have the begin, not the end of the decoded text as string to pass along draft
Thu, 27 Jun 2013 19:57:41 +0000 rubidium (svn r25488) -Fix [FS#5613]: do not send encoded texts to names, but decode them into a plain C string and then pass them on draft
Thu, 27 Jun 2013 19:56:54 +0000 rubidium (svn r25487) -Fix: do not allow control codes in names of things (signs, vehicles, towns, stations, etc), so they have a known maximum fixed size and are, by definition, the same for everyone draft
Thu, 27 Jun 2013 19:23:23 +0000 rubidium (svn r25486) -Fix [FS#5613-ish]: missing length validation for town and president names in script APIs draft
Thu, 27 Jun 2013 18:33:46 +0000 rubidium (svn r25485) -Fix-ish: silence compiler warning draft
Thu, 27 Jun 2013 17:45:14 +0000 translators (svn r25484) -Update from WebTranslator v3.0: draft
Thu, 27 Jun 2013 16:25:30 +0000 rubidium (svn r25483) -Fix: don't commit too much... draft
Thu, 27 Jun 2013 16:24:19 +0000 rubidium (svn r25482) -Fix [FS#5620]: forced newlines were not properly handled draft
Thu, 27 Jun 2013 15:22:19 +0000 rubidium (svn r25481) -Fix [FS#5620]: when the font size and colour change directly after eachother in a string, the latter isn't taken into account draft
Wed, 26 Jun 2013 21:17:09 +0000 michi_cc (svn r25480) -Codechange: [OSX] OS X SDK versions >= 10.5 always have a non-const iconv declaration. draft
Wed, 26 Jun 2013 20:38:32 +0000 frosch (svn r25479) -Fix (r23861): [NewGRF] When cargo NewGRF define a mulitplier to modify vehicle capacities, use the same multiplier to modify loading speed. draft
Wed, 26 Jun 2013 19:35:40 +0000 frosch (svn r25478) -Fix: Clip glyphs using the actual sprite dimensions instead of the text advancement. draft
Wed, 26 Jun 2013 19:10:22 +0000 rubidium (svn r25477) -Fix: truncation didn't work because the string was truncated (or rather a newline was added) too early draft
Wed, 26 Jun 2013 18:49:53 +0000 frosch (svn r25476) -Cleanup: Remove unused _max_char_size, _max_char_height, _max_char_width. draft
Wed, 26 Jun 2013 17:45:27 +0000 translators (svn r25475) -Update from WebTranslator v3.0: draft
Wed, 26 Jun 2013 15:02:16 +0000 rubidium (svn r25474) -Fix [FS#5618]: OS X compilation failure draft
Tue, 25 Jun 2013 20:48:12 +0000 rubidium (svn r25473) -Fix: uninitialised warning draft
Tue, 25 Jun 2013 20:44:54 +0000 rubidium (svn r25472) -Cleanup: remove the old methods for drawing text draft
Tue, 25 Jun 2013 20:44:23 +0000 rubidium (svn r25471) -Fix/Feature [FS#5481]: support for Brahmic scripts (e.g. Tamil and Thai) draft
Tue, 25 Jun 2013 20:40:58 +0000 rubidium (svn r25470) -Feature-ish: use ICU's layout engine when that's available draft
Tue, 25 Jun 2013 20:39:58 +0000 rubidium (svn r25469) -Add: method for getting the font tables from freetype fonts draft
Tue, 25 Jun 2013 20:39:03 +0000 rubidium (svn r25468) -Fix-ish: the min/max of the close box were so small the glyph wouldn't even fit between them draft
Tue, 25 Jun 2013 20:38:29 +0000 rubidium (svn r25467) -Add: truncation support to the drawing routine draft
Tue, 25 Jun 2013 20:38:12 +0000 rubidium (svn r25466) -Add: drawing routine for the layout engine draft
Tue, 25 Jun 2013 20:29:31 +0000 rubidium (svn r25465) -Codechange: add the concept of a layouting engine for text draft
Tue, 25 Jun 2013 20:22:08 +0000 frosch (svn r25464) -Fix: Hide default size button in non-newstation rail-station picker since it is not resizeable anyway. draft
Tue, 25 Jun 2013 20:21:21 +0000 rubidium (svn r25463) -Codechange: export more size related information from the fonts draft
Tue, 25 Jun 2013 20:20:15 +0000 rubidium (svn r25462) -Codechange: make a better distinction between characters and glyphs draft
Tue, 25 Jun 2013 18:52:12 +0000 rubidium (svn r25461) -Fix: MSVC compiler warning draft
Tue, 25 Jun 2013 17:45:17 +0000 translators (svn r25460) -Update from WebTranslator v3.0: draft
Mon, 24 Jun 2013 21:02:26 +0000 frosch (svn r25459) -Fix: Disable the depot-refit button in the order GUI, if the consist is not refittable. draft
Mon, 24 Jun 2013 21:01:05 +0000 frosch (svn r25458) -Fix-ish: Enable the autorefit-button in the order GUI in case the vehicle is not auto-refittable but already has a autorefit-order set to allow clearing the refit. draft
Mon, 24 Jun 2013 20:58:25 +0000 frosch (svn r25457) -Fix: Do not test EF_AUTO_REFIT for the mail apartment or rotor of aircraft. draft
Mon, 24 Jun 2013 20:57:50 +0000 frosch (svn r25456) -Fix [FS#5560]: Assertion when opening the refit GUI for a not refittable vehicle. draft
Mon, 24 Jun 2013 20:52:28 +0000 rubidium (svn r25455) -Cleanup: make local function really local draft
Mon, 24 Jun 2013 18:39:19 +0000 rubidium (svn r25454) -Remove/Fix/Cleanup: SETX(Y) does not work at all with other than default fonts, so get rid of it draft
Mon, 24 Jun 2013 17:45:08 +0000 translators (svn r25453) -Update from WebTranslator v3.0: draft
Sun, 23 Jun 2013 20:44:18 +0000 rubidium (svn r25452) -Codechange: let the chat messages be drawn like the console messages; drawing complete multiline strings from the bottom, instead of manually breaking the strings and drawing those draft
Sun, 23 Jun 2013 20:08:13 +0000 frosch (svn r25451) -Fix (r25445): Ini configuration for medium font was overwritten by front configuration of other sizes. draft
Sun, 23 Jun 2013 18:32:02 +0000 rubidium (svn r25450) -Fix: compilation without freetype draft
Sun, 23 Jun 2013 17:48:39 +0000 rubidium (svn r25449) -Fix: WT3 validation error draft
Sun, 23 Jun 2013 17:45:14 +0000 translators (svn r25448) -Update from WebTranslator v3.0: draft
Sun, 23 Jun 2013 17:14:34 +0000 planetmaker (svn r25447) -Fix (r25437): [OSX] Compilation was broken draft
Sun, 23 Jun 2013 15:38:51 +0000 rubidium (svn r25446) -Codechange: call sprite fontcache code from freetype font cache in case a sprite must be shown draft
Sun, 23 Jun 2013 15:37:18 +0000 rubidium (svn r25445) -Codechange: simplify the font loading draft
Sun, 23 Jun 2013 15:36:29 +0000 rubidium (svn r25444) -Codechange: move sprite font code together with the other sprite font code draft
Sun, 23 Jun 2013 15:35:06 +0000 rubidium (svn r25443) -Codechange: move the glyph to sprite cache into the FreeTypeFontCache instance draft
Sun, 23 Jun 2013 15:32:09 +0000 rubidium (svn r25442) -Codechange: move height and ascender information into the FontCache instances draft
Sun, 23 Jun 2013 15:29:20 +0000 rubidium (svn r25441) -Codechange: move the freetype font allocation into the FreeTypeFontCache draft
Sun, 23 Jun 2013 15:27:55 +0000 rubidium (svn r25440) -Fix: MSVC compilation error draft
Sun, 23 Jun 2013 15:25:35 +0000 rubidium (svn r25439) -Codechange: move the glyph to sprite ID mapping into the SpriteFontCache draft
Sun, 23 Jun 2013 15:24:36 +0000 rubidium (svn r25438) -Codechange: introduce classes for the FontCache draft
Sun, 23 Jun 2013 15:23:22 +0000 rubidium (svn r25437) -Codechange: rework the FreeTypeSettings structure to make it better grouped draft
Sun, 23 Jun 2013 15:20:23 +0000 rubidium (svn r25436) -Codechange: split the font detection code out of the font caching code draft
Sun, 23 Jun 2013 08:29:28 +0000 fonsinchen (svn r25435) -Fix: reroute cargo in vehicles if station is deleted draft
Sun, 23 Jun 2013 08:28:53 +0000 fonsinchen (svn r25434) -Fix: reroute cargo staged for unloading if a link breaks draft
Sat, 22 Jun 2013 17:45:08 +0000 translators (svn r25433) -Update from WebTranslator v3.0: draft
Sat, 22 Jun 2013 07:44:59 +0000 rubidium (svn r25432) -Fix [FS#5608]: clang compiler error; sometimes it's more strict than others draft
Fri, 21 Jun 2013 17:45:09 +0000 translators (svn r25431) -Update from WebTranslator v3.0: draft
Thu, 20 Jun 2013 17:45:12 +0000 translators (svn r25430) -Update from WebTranslator v3.0: draft
Wed, 19 Jun 2013 20:03:10 +0000 frosch (svn r25429) -Fix [FS#5603] (r25140): When town creation failed, removing remnants of the construction failed on protected houses. draft
Wed, 19 Jun 2013 19:03:51 +0000 frosch (svn r25428) -Update: Baseset translations draft
Wed, 19 Jun 2013 17:45:36 +0000 translators (svn r25427) -Update from WebTranslator v3.0: draft
Tue, 18 Jun 2013 19:32:58 +0000 fonsinchen (svn r25426) -Fix: highlight the right entry in the sorting selector in station view window draft
Tue, 18 Jun 2013 17:45:30 +0000 translators (svn r25425) -Update from WebTranslator v3.0: draft
Mon, 17 Jun 2013 20:38:11 +0000 fonsinchen (svn r25424) -Fix: keep old flows around in an invalidated state to continue routing cargo if necessary draft
Mon, 17 Jun 2013 20:37:31 +0000 fonsinchen (svn r25423) -Fix: integer overflows in MCF solver draft
Mon, 17 Jun 2013 20:37:07 +0000 fonsinchen (svn r25422) -Fix: properly initialize base capacity for paths draft
Mon, 17 Jun 2013 17:45:33 +0000 translators (svn r25421) -Update from WebTranslator v3.0: draft
Sun, 16 Jun 2013 17:45:49 +0000 translators (svn r25420) -Update from WebTranslator v3.0: draft
Sat, 15 Jun 2013 20:48:50 +0000 fonsinchen (svn r25419) -Fix: assign some random other source station to packets which have lost their source draft
Sat, 15 Jun 2013 17:50:58 +0000 rubidium (svn r25418) -Fix: WT3 validation error draft
Sat, 15 Jun 2013 17:45:26 +0000 translators (svn r25417) -Update from WebTranslator v3.0: draft
Sat, 15 Jun 2013 15:31:22 +0000 frosch (svn r25414) -Codechange: Move handling of global hotkeys to HotkeyList. draft
Sat, 15 Jun 2013 15:31:04 +0000 frosch (svn r25413) -Fix-ish: Suppress focussing editboxes which are not visible. draft
Sat, 15 Jun 2013 15:30:44 +0000 frosch (svn r25412) -Codechange: Make use of Window::OnHotkey draft
Sat, 15 Jun 2013 15:30:16 +0000 frosch (svn r25411) -Add: Window::OnHotkey draft
Sat, 15 Jun 2013 15:28:09 +0000 frosch (svn r25410) -Codechange: Put all hotkeys of a window into a static HotkeyList member. draft
Sat, 15 Jun 2013 15:27:51 +0000 rubidium (svn r25409) -Cleanup: remove removed string draft
Sat, 15 Jun 2013 15:27:33 +0000 frosch (svn r25408) -Codechange: Simplify hotkeys by removing unused stuff. draft
Sat, 15 Jun 2013 15:27:08 +0000 frosch (svn r25407) -Codechange: Use order hotkey enum instead of function pointers. draft
Sat, 15 Jun 2013 15:26:49 +0000 frosch (svn r25406) -Cleanup: There were two hotkeys to toggle between 'unload' and 'unload if possible'. draft
Sat, 15 Jun 2013 15:26:24 +0000 rubidium (svn r25405) -Feature-ish: differentiate between total waiting cargo count and available (not reserved) cargo count in the station list draft
Sat, 15 Jun 2013 15:24:20 +0000 rubidium (svn r25404) -Feature: Thai draft
Sat, 15 Jun 2013 15:21:05 +0000 translators (svn r25403) -Update from WebTranslator v3.0: draft
Sat, 15 Jun 2013 15:06:22 +0000 frosch (svn r25402) -Fix-ish: Prevent copying of BasePool and WindowDesc, since they register in static vectors. draft
Sat, 15 Jun 2013 15:05:54 +0000 frosch (svn r25401) -Fix-ish: Add missing includes with prototypes to functions declared in the cpp file. draft
Fri, 14 Jun 2013 17:45:26 +0000 translators (svn r25400) -Update from WebTranslator v3.0: draft
Thu, 13 Jun 2013 18:01:03 +0000 rubidium (svn r25399) -Fix: invalid UTF8 character draft
Thu, 13 Jun 2013 17:45:28 +0000 translators (svn r25398) -Update from WebTranslator v3.0: draft
Wed, 12 Jun 2013 19:31:33 +0000 zuu (svn r25397) -Fix (r25342,r25352): Document API additions in the GS changelog draft
Wed, 12 Jun 2013 17:45:28 +0000 translators (svn r25396) -Update from WebTranslator v3.0: draft
Tue, 11 Jun 2013 18:36:26 +0000 frosch (svn r25395) -Fix [FS#5596]: The size of station construction windows could oscillate when resizing the window moved the mouse into the window. draft
Tue, 11 Jun 2013 18:24:01 +0000 frosch (svn r25394) -Fix: Restrict renaming engines to the server, just like renaming towns. draft
Tue, 11 Jun 2013 17:45:54 +0000 translators (svn r25393) -Update from WebTranslator v3.0: draft
Tue, 11 Jun 2013 05:04:49 +0000 rubidium (svn r25392) -Fix (r25390): update regression to account for the compatability settings draft
Mon, 10 Jun 2013 21:53:11 +0000 fonsinchen (svn r25391) -Fix: make ChangeShare really aware of INT_MIN draft
Mon, 10 Jun 2013 21:30:31 +0000 fonsinchen (svn r25390) -Fix: add missing compatibility settings in afterload. draft
Mon, 10 Jun 2013 17:45:38 +0000 translators (svn r25389) -Update from WebTranslator v3.0: draft
Mon, 10 Jun 2013 17:17:59 +0000 zuu (svn r25388) -Fix [FS#5593] (r25376): Forgot to add tooltips for the new main menu buttons draft
Sun, 09 Jun 2013 18:58:36 +0000 rubidium (svn r25387) -Fix: "typos" in @file filename draft
Sun, 09 Jun 2013 18:51:49 +0000 frosch (svn r25386) -Fix: Use plural forms in linkgraph settings. draft
Sun, 09 Jun 2013 18:20:54 +0000 translators (svn r25385) -Update from WebTranslator v3.0: draft
Sun, 09 Jun 2013 16:18:58 +0000 zuu (svn r25384) -Fix (25344): Correctly invalidate the story window when data changes draft
Sun, 09 Jun 2013 15:36:31 +0000 zuu (svn r25383) -Fix (r25376): Remove now redundant menu entries for story book and goals draft
Sun, 09 Jun 2013 15:23:01 +0000 fonsinchen (svn r25382) -Fix: STR_CONFIG_SETTING_DISTRIBUTION_ARMOURED_HELPTEXT was inaccurate draft
Sun, 09 Jun 2013 14:13:59 +0000 zuu (svn r25381) -Fix: Silent story book compiler warnings draft
Sun, 09 Jun 2013 14:11:55 +0000 zuu (svn r25380) -Fix (r25344): Vertically center images of page elements in the available vertical space draft
Sun, 09 Jun 2013 14:10:33 +0000 fonsinchen (svn r25379) -Fix: avoid warning in FlowStatMap::FinalizeLocalConsumption draft
Sun, 09 Jun 2013 13:56:36 +0000 rubidium (svn r25378) -Cleanup: remove stale/outdated string draft
Sun, 09 Jun 2013 13:55:33 +0000 rubidium (svn r25377) -Feature: timetable spreading of vehicles by Ctrl+Click when setting a start date draft
Sun, 09 Jun 2013 13:37:04 +0000 zuu (svn r25376) -Feature: Allow access to goal list and story book of other companies than your own draft
Sun, 09 Jun 2013 13:31:59 +0000 fonsinchen (svn r25375) -Update: add fonsinchen to credits draft
Sun, 09 Jun 2013 13:31:14 +0000 zuu (svn r25374) -Update: Remove stale goal translations draft
Sun, 09 Jun 2013 13:24:26 +0000 fonsinchen (svn r25373) -Add: squirrel bindings for cargodist-specific widgets draft
Sun, 09 Jun 2013 13:23:03 +0000 zuu (svn r25372) -Add: Allow opening a goal list window specific to a company draft
Sun, 09 Jun 2013 13:18:37 +0000 rubidium (svn r25371) -Fix: svn:eolstyle / svn:keywords draft
Sun, 09 Jun 2013 13:17:20 +0000 zuu (svn r25370) -Fix: Make the prefix for widget constants unique for the goal list window draft
Sun, 09 Jun 2013 13:13:47 +0000 zuu (svn r25369) -Add: allow opening a story window specific to a company draft
Sun, 09 Jun 2013 13:11:08 +0000 fonsinchen (svn r25368) -Add: french translation for cargodist draft
Sun, 09 Jun 2013 13:10:36 +0000 fonsinchen (svn r25367) -Add: russian translation for cargodist draft
Sun, 09 Jun 2013 13:10:07 +0000 fonsinchen (svn r25366) -Add: german translation for cargodist draft
Sun, 09 Jun 2013 13:08:52 +0000 fonsinchen (svn r25365) -Feature: show cargo by next hops and final destinations in the station GUI draft
Sun, 09 Jun 2013 13:07:53 +0000 fonsinchen (svn r25364) -Add: support for flow stats to linkgraph overlay draft
Sun, 09 Jun 2013 13:06:03 +0000 fonsinchen (svn r25363) -Codechange: bump the savegame version for cargodist draft
Sun, 09 Jun 2013 13:04:32 +0000 fonsinchen (svn r25362) -Feature: consider cargo waiting at other stations for rating at the origin station draft
Sun, 09 Jun 2013 13:03:48 +0000 fonsinchen (svn r25361) -Feature: distribute cargo according to plan given by linkgraph draft
Sun, 09 Jun 2013 13:03:11 +0000 fonsinchen (svn r25360) -Codechange: save and load flow stats draft
Sun, 09 Jun 2013 13:02:40 +0000 fonsinchen (svn r25359) -Codechange: schedule jobs when tracking capacities of links draft
Sun, 09 Jun 2013 13:02:05 +0000 fonsinchen (svn r25358) -Codechange: save and load link graph jobs and the schedule draft
Sun, 09 Jun 2013 13:01:23 +0000 fonsinchen (svn r25357) -Add: flow mapper for link graph draft
Sun, 09 Jun 2013 13:00:41 +0000 fonsinchen (svn r25356) -Add: Multi-Commodity-Flow solver for link graph draft
Sun, 09 Jun 2013 12:59:51 +0000 fonsinchen (svn r25355) -Add: demand handler for link graph draft
Sun, 09 Jun 2013 12:58:37 +0000 fonsinchen (svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes draft
Sun, 09 Jun 2013 12:57:41 +0000 fonsinchen (svn r25353) -Add: link graph job implementation draft
Sun, 09 Jun 2013 12:57:22 +0000 zuu (svn r25352) -Feature: GameScript API for selecting a story page to view draft
Sun, 09 Jun 2013 12:56:35 +0000 fonsinchen (svn r25351) -Add: settings for link graph draft
Sun, 09 Jun 2013 12:53:34 +0000 fonsinchen (svn r25350) -Add: basic definitions for link graph draft
Sun, 09 Jun 2013 12:52:50 +0000 fonsinchen (svn r25349) -Add: explanation of the link graph's inner workings draft
Sun, 09 Jun 2013 12:52:11 +0000 fonsinchen (svn r25348) -Add: multimap implementation with guaranteed order between equal keys draft
Sun, 09 Jun 2013 12:50:33 +0000 fonsinchen (svn r25347) -Add: function for deterministic approximate division draft
Sun, 09 Jun 2013 12:49:47 +0000 fonsinchen (svn r25346) -Codechange: Glue between stations and flow stats draft
Sun, 09 Jun 2013 12:48:42 +0000 fonsinchen (svn r25345) -Add: implementation of SharesMap and FlowStatMap draft
Sun, 09 Jun 2013 12:48:27 +0000 zuu (svn r25344) -Feature: GUI for viewing story pages draft
Sun, 09 Jun 2013 12:21:44 +0000 zuu (svn r25343) -Add: method to count the number of lines required to draw a string with line warping draft
Sun, 09 Jun 2013 12:19:09 +0000 zuu (svn r25342) -Add: StoryPage data structures and GS API draft
Sun, 09 Jun 2013 09:25:22 +0000 rubidium (svn r25338) -Fix: missing eol-style and keywords svn properties draft
Sat, 08 Jun 2013 20:47:59 +0000 fonsinchen (svn r25337) -Fix: saving only 8 bits of 16 causes endianness problems draft
Sat, 08 Jun 2013 17:45:51 +0000 translators (svn r25336) -Update from WebTranslator v3.0: draft
Sat, 08 Jun 2013 16:54:19 +0000 frosch (svn r25335) -Change: Revisit the map menu in scenario editor: Remove linkgraph legend, add industry list. draft
Sat, 08 Jun 2013 16:52:33 +0000 frosch (svn r25334) -Fix: Position the linkgraph legend window automatically like most windows. draft
Sat, 08 Jun 2013 13:22:06 +0000 frosch (svn r25333) -Fix: Potential signedness issue. draft
Sat, 08 Jun 2013 13:02:28 +0000 zuu (svn r25332) -Fix (25331): Committed too much draft
Sat, 08 Jun 2013 12:37:36 +0000 zuu (svn r25331) -Fix (r25263): Update ScriptWindow with link graph widgets draft
Fri, 07 Jun 2013 22:22:52 +0000 fonsinchen (svn r25330) -Fix [FS#5583]: return some reserved cargo if vehicle is overloaded by station stopping acceptance for cargo scheduled to be delivered draft
Fri, 07 Jun 2013 22:12:39 +0000 fonsinchen (svn r25329) -Fix [FS#5582]: for refreshing next hops implicit orders are equivalent to explicit stopping orders draft
Fri, 07 Jun 2013 19:10:08 +0000 rubidium (svn r25328) -Fix: remove zero width space from Urdu (unfinished) as well draft
Fri, 07 Jun 2013 19:05:19 +0000 rubidium (svn r25327) -Fix: remove zero width space draft
Fri, 07 Jun 2013 19:05:04 +0000 rubidium (svn r25326) -Fix [FS#5589]: check for zero width space in translations and fail upon finding them draft
Fri, 07 Jun 2013 17:45:12 +0000 translators (svn r25325) -Update from WebTranslator v3.0: draft
Thu, 06 Jun 2013 17:56:02 +0000 rubidium (svn r25324) -Update: the baseset translations draft
Thu, 06 Jun 2013 17:45:14 +0000 translators (svn r25323) -Update from WebTranslator v3.0: draft
Wed, 05 Jun 2013 17:45:08 +0000 translators (svn r25322) -Update from WebTranslator v3.0: draft
Tue, 04 Jun 2013 17:45:07 +0000 translators (svn r25321) -Update from WebTranslator v3.0: draft
Tue, 04 Jun 2013 15:06:22 +0000 rubidium (svn r25320) -Fix [FS#5577]: link graph start time was not accounted for when cheating dates draft
Tue, 04 Jun 2013 15:04:59 +0000 rubidium (svn r25319) -Fix [FS#5570]: crash when train with reserved cargo vanishes draft
Tue, 04 Jun 2013 06:36:59 +0000 matthijs (svn r25318) -Fix: [SDL, FS#5580] Keyboard input stopped working after fullscreen toggle draft
Mon, 03 Jun 2013 17:45:13 +0000 translators (svn r25317) -Update from WebTranslator v3.0: draft
Sun, 02 Jun 2013 17:45:15 +0000 translators (svn r25316) -Update from WebTranslator v3.0: draft
Sat, 01 Jun 2013 17:45:29 +0000 translators (svn r25315) -Update from WebTranslator v3.0: draft
Sat, 01 Jun 2013 15:10:32 +0000 frosch (svn r25314) -Fix (r25313): If '0' is the broadest digit, 0 * sum(10^i, i=0..(n-1)) is not the broadest n-digit number. draft
Sat, 01 Jun 2013 14:33:48 +0000 frosch (svn r25313) -Fix: Do not assume '8' to be the broadest digit, but test all of them. draft
Sat, 01 Jun 2013 07:44:53 +0000 rubidium (svn r25312) -Fix-ish: missing spaces after comma + realignment of tables; quite boring with -x -w draft
Fri, 31 May 2013 20:57:19 +0000 rubidium (svn r25311) -Merge: documentation updates from 1.3 draft
Fri, 31 May 2013 18:47:49 +0000 frosch (svn r25307) -Fix: Do not focus the editbox in the NewGRF window, if there is no editbox visible. draft
Thu, 30 May 2013 17:45:17 +0000 translators (svn r25306) -Update from WebTranslator v3.0: draft
Wed, 29 May 2013 19:31:58 +0000 zuu (svn r25305) -Fix [FS#5561]: Game Script APIs that execute a DoCommand were returning the same result as in TestMode during world generation draft
Wed, 29 May 2013 18:49:58 +0000 frosch (svn r25304) -Change: Move the GS goals window from the subsidies to the league menu. draft
Wed, 29 May 2013 17:45:26 +0000 translators (svn r25303) -Update from WebTranslator v3.0: draft
Wed, 29 May 2013 17:13:53 +0000 frosch (svn r25302) -Fix [FS#5565]: Build railway fences next to objects, even if they are owned by the same company. draft
Tue, 28 May 2013 20:10:41 +0000 frosch (svn r25301) -Change: Slightly enlarge the default-windowsize button icon. draft
Tue, 28 May 2013 17:45:28 +0000 translators (svn r25300) -Update from WebTranslator v3.0: draft
Mon, 27 May 2013 21:59:11 +0000 zuu (svn r25299) -Feature: Allow more concurrent goals in a game draft
Mon, 27 May 2013 17:45:55 +0000 translators (svn r25298) -Update from WebTranslator v3.0: draft
Sun, 26 May 2013 20:17:07 +0000 frosch (svn r25297) -Fix (r25291): 32bit compilation. draft
Sun, 26 May 2013 19:54:43 +0000 zuu (svn r25296) -Feature: Goals can now have a progress text and/or be marked as completed. draft
Sun, 26 May 2013 19:30:31 +0000 frosch (svn r25295) -Feature: Allow saving window sizes as default sizes. draft
Sun, 26 May 2013 19:30:07 +0000 frosch (svn r25294) -Feature: Add another button to window title bars to resize the window to its default size. draft
Sun, 26 May 2013 19:29:43 +0000 frosch (svn r25293) -Add: GUI sprite for default window size button. draft
Sun, 26 May 2013 19:27:44 +0000 frosch (svn r25292) -Feature: Save stickyness of windows when Ctrl+Clicking the sticky button. draft
Sun, 26 May 2013 19:27:22 +0000 frosch (svn r25291) -Add: WindowDesc ability to load and store information in a config file. draft
Sun, 26 May 2013 19:25:01 +0000 frosch (svn r25290) -Add: Assign string names to notable windows. draft
Sun, 26 May 2013 19:24:37 +0000 frosch (svn r25289) -Codechange: Store width of statusbar and main toolbar directly in the WindowDesc. draft
Sun, 26 May 2013 19:24:11 +0000 frosch (svn r25288) -Codechange: No need to copy the WindowDesc flags if the WindowDesc is directly accessible. draft
Sun, 26 May 2013 19:23:42 +0000 frosch (svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction. draft
Sun, 26 May 2013 17:45:10 +0000 translators (svn r25286) -Update from WebTranslator v3.0: draft
Sat, 25 May 2013 17:45:08 +0000 translators (svn r25285) -Update from WebTranslator v3.0: draft
Fri, 24 May 2013 19:13:59 +0000 alberth (svn r25284) -Feature: When opening the object-build window, restore the object build-window to the previous state (sbr). draft
Fri, 24 May 2013 19:12:45 +0000 alberth (svn r25283) -Add: When opening the object-build window, make the selected object visible again in the selector (sbr). draft
Fri, 24 May 2013 19:11:30 +0000 alberth (svn r25282) -Add: When opening the object-build window, try to restore the last selected object (sbr). draft
Fri, 24 May 2013 19:08:35 +0000 alberth (svn r25281) -Add: When opening the object-build window, make the last selected class visible in the class selector (sbr). draft
Fri, 24 May 2013 17:45:11 +0000 translators (svn r25280) -Update from WebTranslator v3.0: draft
Thu, 23 May 2013 17:45:13 +0000 translators (svn r25279) -Update from WebTranslator v3.0: draft
Thu, 23 May 2013 17:11:55 +0000 planetmaker (svn r25278) -Doc: Update some small parts of the readme draft
Wed, 22 May 2013 20:35:40 +0000 rubidium (svn r25277) -Fix: invalid command code draft
Wed, 22 May 2013 17:45:18 +0000 translators (svn r25276) -Update from WebTranslator v3.0: draft
Tue, 21 May 2013 17:46:12 +0000 translators (svn r25275) -Update from WebTranslator v3.0: draft
Mon, 20 May 2013 20:26:56 +0000 rubidium (svn r25274) -Cleanup: remove unused class instance variables draft
Mon, 20 May 2013 19:59:32 +0000 rubidium (svn r25273) -Cleanup: remove now unused string draft
Mon, 20 May 2013 19:57:38 +0000 rubidium (svn r25272) -Feature: show the approximate monthly supply to a station of the different cargoes (fonsinchen) draft
Mon, 20 May 2013 17:45:22 +0000 translators (svn r25271) -Update from WebTranslator v3.0: draft
Mon, 20 May 2013 13:37:59 +0000 rubidium (svn r25270) -Fix: @file wrong for link_graph_legend_widget.h draft
Mon, 20 May 2013 13:35:41 +0000 michi_cc (svn r25269) -Feature [FS#5552]: [Win32] Driver param for the DirectMusic driver to specify the ouput port to use. (Based on patch by gulikoza) draft
Mon, 20 May 2013 13:35:38 +0000 michi_cc (svn r25268) -Codechange: [Win32] Simplify resource deallocation in case initializing the DirectMusic driver fails. draft
Sun, 19 May 2013 17:46:09 +0000 translators (svn r25267) -Update from WebTranslator v3.0: draft
Sun, 19 May 2013 15:44:09 +0000 glx (svn r25266) -Fix: gcc4.6 removed -mno-cygwin option draft
Sun, 19 May 2013 14:54:52 +0000 rubidium (svn r25265) -Fix: cargos vs cargoes inconsistency draft
Sun, 19 May 2013 14:49:25 +0000 rubidium (svn r25264) -Feature: linkgraph overlay over main viewport (fonsinchen) draft
Sun, 19 May 2013 14:43:23 +0000 rubidium (svn r25263) -Add: legend for linkgraph overlay (fonsinchen) draft
Sun, 19 May 2013 14:36:35 +0000 rubidium (svn r25262) -Feature: linkgraph overlay for smallmap draft
Sun, 19 May 2013 14:30:40 +0000 rubidium (svn r25261) -Add: abstract implementation of linkgraph overlay for GUI (fonsinchen) draft
Sun, 19 May 2013 14:26:14 +0000 rubidium (svn r25260) -Codechange: occasionally clear dead links and compress link graphs (fonsinchen) draft
Sun, 19 May 2013 14:22:04 +0000 rubidium (svn r25259) -Codechange: track capacities and usage of links draft
Sun, 19 May 2013 14:17:02 +0000 rubidium (svn r25258) -Codechange: save linkgraph (fonsinchen) draft
Sun, 19 May 2013 14:11:20 +0000 rubidium (svn r25257) -Add: basic link graph (fonsinchen) draft
Sun, 19 May 2013 14:06:26 +0000 rubidium (svn r25256) -Add: small matrix type (like vector, but for matrices) (fonsinchen) draft
Sun, 19 May 2013 09:08:50 +0000 planetmaker (svn r25254) -Cleanup: Remove the changed / unused strings from translations draft
Sun, 19 May 2013 09:07:43 +0000 planetmaker (svn r25253) -Codechange: Rename the strings of the advertisement settings to better reflect what they do draft
Sun, 19 May 2013 09:06:24 +0000 planetmaker (svn r25252) -Change: Clarify the meaning of the server advertisement settings draft
Sat, 18 May 2013 18:59:06 +0000 rubidium (svn r25251) -Fix [FS#5540]: when overbuilding a reserved track with a non-track station tile, that tile would remain reserved and eventually trigger a crash upon removal draft
Sat, 18 May 2013 15:30:32 +0000 planetmaker (svn r25250) -Add: Apply changed and newly added translations for base set descriptions draft
Thu, 16 May 2013 17:45:14 +0000 translators (svn r25246) -Update from WebTranslator v3.0: draft
Wed, 15 May 2013 17:47:18 +0000 translators (svn r25245) -Update from WebTranslator v3.0: draft
Tue, 14 May 2013 17:46:07 +0000 translators (svn r25244) -Update from WebTranslator v3.0: draft
Mon, 13 May 2013 21:04:12 +0000 rubidium (svn r25243) -Fix [FS#5546]: "No station" error was given, even when there was a station that way occupied or not yours draft
Mon, 13 May 2013 17:49:44 +0000 translators (svn r25239) -Update from WebTranslator v3.0: draft
Sun, 12 May 2013 19:38:30 +0000 alberth (svn r25238) -Feature: Display imminent closure of an industry in its view window. draft
Sun, 12 May 2013 17:45:13 +0000 translators (svn r25237) -Update from WebTranslator v3.0: draft
Sun, 12 May 2013 13:12:55 +0000 rubidium (svn r25236) -Fix [FS#5547]: crash when AI is executing a command as it is bankrupted (removed from the game) draft
Sun, 12 May 2013 11:53:53 +0000 rubidium (svn r25235) -Fix [FS#5543]: keep all cargo whenever cancelling reservations (fonsinchen) draft
Sat, 11 May 2013 17:45:09 +0000 translators (svn r25234) -Update from WebTranslator v3.0: draft
Fri, 10 May 2013 17:45:48 +0000 translators (svn r25233) -Update from WebTranslator v3.0: draft
Tue, 07 May 2013 17:45:13 +0000 translators (svn r25232) -Update from WebTranslator v3.0: draft
Tue, 07 May 2013 13:49:18 +0000 frosch (svn r25231) -Fix (r25227): Also update infrastructure counts. (adf88) draft
Tue, 07 May 2013 12:38:43 +0000 frosch (svn r25230) -Feature: [NewGRF] Expose sprite base of foundation and shore sprites via Action D Game Variables. draft
Mon, 06 May 2013 20:48:18 +0000 planetmaker (svn r25229) -Feature: [NewGRF] Variable 0x82 for canals and rivers (dike map) draft
Mon, 06 May 2013 18:17:42 +0000 frosch (svn r25228) -Fix: Dates have no cases. draft
Mon, 06 May 2013 15:41:34 +0000 frosch (svn r25227) -Fix [FS#5541]: Give bridges owned by noone (from bankrupt companies) to the first company which replaces the bridge. Everyone could have removed/rebuild the bridge anyway. draft
Mon, 06 May 2013 15:09:21 +0000 frosch (svn r25226) -Fix/Change [FS#5538]: [NewGRF] Revise when vehicle running sound effects 04, 07 and 08 are played. draft
Mon, 06 May 2013 14:57:42 +0000 frosch (svn r25225) -Fix: [NewGRF] Play vehicle sound effect also for planes. draft
Mon, 06 May 2013 14:08:27 +0000 frosch (svn r25224) -Fix [part of FS#5534]: cur_speed is only valid for the front engine, so make other engines in the consist use the speed of the front. draft
Mon, 06 May 2013 13:59:11 +0000 frosch (svn r25223) -Change: [NewGRF] Unify the behaviour of Aircraft::tick_counter with other vehicle types and increment it once per tick. (instead of twice like before, or six times like in r0) draft
Mon, 06 May 2013 13:45:58 +0000 frosch (svn r25222) -Change: Unify the behaviour of Vehicle::tick_counter between RV and trains by incrementing it also for articulated RV parts. draft
Mon, 06 May 2013 13:05:04 +0000 frosch (svn r25221) -Fix: IsCompatibleTrainStationTile() is not a symmetric function. Clarify the parameters and fix the cases were they were swapped. draft
Mon, 06 May 2013 12:49:04 +0000 frosch (svn r25220) -Change [FS#Eddi]: Consider map border as water wrt. river/canal continuation. draft
Sun, 05 May 2013 17:45:13 +0000 translators (svn r25219) -Update from WebTranslator v3.0: draft
Sat, 04 May 2013 19:30:37 +0000 rubidium (svn r25218) -Fix: the baseset description translation script did not work with any awk other than gawk draft
Fri, 03 May 2013 17:45:08 +0000 translators (svn r25217) -Update from WebTranslator v3.0: draft
Thu, 02 May 2013 17:45:18 +0000 translators (svn r25216) -Update from WebTranslator v3.0: draft
Wed, 01 May 2013 17:45:23 +0000 translators (svn r25215) -Update from WebTranslator v3.0: draft
Tue, 30 Apr 2013 17:49:25 +0000 translators (svn r25214) -Update from WebTranslator v3.0: draft
Tue, 30 Apr 2013 17:16:32 +0000 rubidium (svn r25213) -Fix [FS#5537]: clarify on which tiles IsDesertTile and IsSnowTile work, i.e. the ones without infrastructure or buildings draft
Mon, 29 Apr 2013 17:45:59 +0000 translators (svn r25211) -Update from WebTranslator v3.0: draft
Sat, 27 Apr 2013 17:45:08 +0000 translators (svn r25210) -Update from WebTranslator v3.0: draft
Fri, 26 Apr 2013 18:39:15 +0000 planetmaker (svn r25209) -Doc: Mention --without-grfcodec in the help for configure and explain its use in the readme draft
Fri, 26 Apr 2013 17:46:09 +0000 frosch (svn r25208) -Update: Baseset translations draft
Fri, 26 Apr 2013 17:45:28 +0000 translators (svn r25207) -Update from WebTranslator v3.0: draft
Thu, 25 Apr 2013 17:45:26 +0000 translators (svn r25206) -Update from WebTranslator v3.0: draft
Wed, 24 Apr 2013 20:30:02 +0000 frosch (svn r25205) -Feature: Translations of baseset descriptions via lang files. draft
Wed, 24 Apr 2013 17:45:14 +0000 translators (svn r25202) -Update from WebTranslator v3.0: draft
Wed, 24 Apr 2013 16:55:43 +0000 frosch (svn r25201) -Add: Scottish Gaelic translations for baseset descriptions (GunChleoc) draft
Wed, 24 Apr 2013 00:37:06 +0000 michi_cc (svn r25200) -Fix (r24846): The level crossing sound is an ambient sound and not a new year sound. draft
Tue, 23 Apr 2013 15:42:14 +0000 rubidium (svn r25199) -Fix: give Gaelic its own NewGRF language ID draft
Tue, 23 Apr 2013 14:46:17 +0000 rubidium (svn r25198) -Feature: Gaelic (Scottish) translation draft
Tue, 23 Apr 2013 14:44:12 +0000 translators (svn r25197) -Update from WebTranslator v3.0: draft
Mon, 22 Apr 2013 17:45:22 +0000 translators (svn r25196) -Update from WebTranslator v3.0: draft
Sun, 21 Apr 2013 17:45:18 +0000 translators (svn r25195) -Update from WebTranslator v3.0: draft
Fri, 19 Apr 2013 17:45:10 +0000 translators (svn r25194) -Update from WebTranslator v3.0: draft
Wed, 17 Apr 2013 18:24:13 +0000 frosch (svn r25193) -Cleanup: [strgen] Remove some ancient unused string codes. draft
Wed, 17 Apr 2013 18:22:37 +0000 frosch (svn r25192) -Change: [strgen] Allow any number of colour codes in translations. draft