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