Fri, 17 Nov 2006 23:01:58 +0000 belugas (svn r7198) -Codechange: Implement a circular tile search function.
Fri, 17 Nov 2006 22:15:55 +0000 rubidium (svn r7196) -Feature: use fontconfig so one can set the font family name in openttd.cfg instead of the full path to the font.
Fri, 17 Nov 2006 19:31:44 +0000 KUDr (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'.
Fri, 17 Nov 2006 18:06:40 +0000 rubidium (svn r7194) -Fix (FS#237): the electric rail type was not set correctly for NewGRFs where the engine traction type was set before the track type of the trains.
Fri, 17 Nov 2006 11:03:38 +0000 peter1138 (svn r7191) -Feature: Add NewGRF support for 32 bit dates, allowing vehicles and bridges to be available before 1920.
Fri, 17 Nov 2006 10:42:20 +0000 KUDr (svn r7190) -Fix: If the non-player-based _patches setting was changed on the server during MP game, the callback function was:
Fri, 17 Nov 2006 10:06:11 +0000 Darkvater (svn r7187) -CodeChange: [win32] Limit success of ToUnicode/ToAscii to only one translated character as we only support one and remove TranslateMessage() call since we do not use it anyways (glx)
Fri, 17 Nov 2006 07:46:02 +0000 peter1138 (svn r7185) -Codechange: Make strgen validate strings for UTF-8 well-formed-ness-ness
Fri, 17 Nov 2006 07:35:12 +0000 peter1138 (svn r7184) -Codechange: Convert Catalan name generator to UTF-8
Thu, 16 Nov 2006 22:19:12 +0000 peter1138 (svn r7183) -Feature (cont): Convert all language from ISO8859-15 to UTF-8
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Thu, 16 Nov 2006 20:57:23 +0000 Darkvater (svn r7179) -Codechange (r7173): Actually "prefer" team chat through the patch setting instead of
Thu, 16 Nov 2006 20:52:39 +0000 KUDr (svn r7178) -Fix: forgotten pointer dereferences (Bjarni, Bjarni, Bjarni, ...)
Thu, 16 Nov 2006 18:41:57 +0000 glx (svn r7176) -Fix: remove button was not always disabled when it should have been (rail/road build toolbar)
Thu, 16 Nov 2006 18:33:55 +0000 rubidium (svn r7175) -Fix: remove English (i.e. untranslated) strings from the Ukrainian language file.
Thu, 16 Nov 2006 17:59:02 +0000 KUDr (svn r7174) -CodeChange: CheckStationSpreadOut() now uses MergePoint() for bounding rectangle calculation.
Thu, 16 Nov 2006 17:44:04 +0000 Darkvater (svn r7173) -Codechange (r6824): Allow the user to change the chat-destination when chatting with <ENTER> or 'T' instead of the game choosing one for you automatically.
Thu, 16 Nov 2006 17:41:24 +0000 Darkvater (svn r7172) -Fix [r6931]: The console showed '?' characters instead of colours. Now strip all
Thu, 16 Nov 2006 17:15:26 +0000 miham (svn r7171) WebTranslator2 update to 2006-11-16 18:14:50
Thu, 16 Nov 2006 16:50:54 +0000 Darkvater (svn r7170) -Fix: [sdl] Non-working console toggle for some keyboard layouts. Do not OR the backquote
Thu, 16 Nov 2006 16:18:00 +0000 KUDr (svn r7169) -Fix: [FS#388] Station sign (and base station coordinates) didn't move along with station when station moved by walking. (HMage)
Thu, 16 Nov 2006 13:59:26 +0000 KUDr (svn r7167) -Fix: [FS#367] Crash: engine.h:194: RailVehInfo: Assertion (reported by skidd13)
Thu, 16 Nov 2006 12:31:38 +0000 KUDr (svn r7166) -Fix: [FS#402] MiniMap was misplacing vehicles sometimes (HMage)
Thu, 16 Nov 2006 10:51:42 +0000 KUDr (svn r7164) -Fix: [YAPF] assert when look-ahead polynomial result (red-signal penalty) is negative. Such penalty is now added as positive penalty for the appropriate green signal. (DannyA)
Thu, 16 Nov 2006 00:09:39 +0000 Darkvater (svn r7163) -Codechange: Disable compilation of additional yapf code.
Wed, 15 Nov 2006 23:47:52 +0000 KUDr (svn r7162) -CodeChange: disabled compilation of unused code (Darkvater)
Wed, 15 Nov 2006 21:57:47 +0000 Darkvater (svn r7161) -Codechange: Update currency exchange rates... yes I'm bored ;p
Wed, 15 Nov 2006 21:51:16 +0000 Darkvater (svn r7160) -Feature [SF 1243657, 1171147]: Slovak/Brazil currency patch (gpsoft, klanticus)
Wed, 15 Nov 2006 21:01:19 +0000 Darkvater (svn r7157) -Fix [FS#221, SF1168820]: Some mouse events possibly lost under high CPU load, handle
Wed, 15 Nov 2006 19:49:16 +0000 Darkvater (svn r7156) -Codechange: Remove obsolete variable, localize global variable, use GB and change logic
Wed, 15 Nov 2006 19:45:16 +0000 miham (svn r7155) WebTranslator2 update to 2006-11-15 20:44:45
Wed, 15 Nov 2006 19:36:47 +0000 miham (svn r7154) [Translations] Added new language: serbian
Wed, 15 Nov 2006 19:35:52 +0000 Darkvater (svn r7153) -Fix [FS#279]: Some keyboard events possibly lost under high CPU load, handle
Wed, 15 Nov 2006 18:57:00 +0000 rubidium (svn r7152) -Feature (FS#396): allow towns to be built on top of trees in the scenario editor.
Tue, 14 Nov 2006 17:26:41 +0000 miham (svn r7149) WebTranslator2 update to 2006-11-14 18:26:05
Tue, 14 Nov 2006 13:42:50 +0000 KUDr (svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)
Tue, 14 Nov 2006 12:02:36 +0000 KUDr (svn r7146) -CodeChange: ST_CONST macro removed as it is no longer needed (Tron)
Tue, 14 Nov 2006 11:01:59 +0000 tron (svn r7145) Remove extra semicolons
Tue, 14 Nov 2006 01:08:20 +0000 glx (svn r7144) -Cleanup r7102: remove STR_CONFIG_PATCHES_PROGRESS_UPDATE_INTERVAL in lang files
Tue, 14 Nov 2006 00:27:28 +0000 glx (svn r7143) -CodeChange: remove redondancy in saveload dialogs
Tue, 14 Nov 2006 00:02:02 +0000 glx (svn r7142) -Fix: disable clone button in vehicle view for not owned vehicles (was already done for trains)
Mon, 13 Nov 2006 20:33:51 +0000 bjarni (svn r7138) -Fix: [vehicle list windows] fixed a rare crash where having some (not all) vehicle list windows open for a player, that goes bankrupt would crash the game
Mon, 13 Nov 2006 19:35:31 +0000 Darkvater (svn r7137) -Codechange: [win32] Use windows function in main loop to check if we have pressed ALT
Sun, 12 Nov 2006 01:28:45 +0000 KUDr (svn r7134) - Fix (r7133) Still can't build oil refinery in the desert climate (this time i tested it)
Sun, 12 Nov 2006 01:14:44 +0000 KUDr (svn r7133) - Fix: Can't build oil refinery in other climates than temperate.
Sat, 11 Nov 2006 23:08:07 +0000 Darkvater (svn r7131) -Fix (r7126) which fixes (r2817) the activating of a function call that was
Sat, 11 Nov 2006 10:12:00 +0000 Darkvater (svn r7130) -Codechange: Handle the positioning of windows through the desc->left/top settings with
Sat, 11 Nov 2006 09:47:44 +0000 Darkvater (svn r7129) -Codechange: Get rid of a global variable that only sets a window's number.
Fri, 10 Nov 2006 19:24:14 +0000 Darkvater (svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc positioning WDP_AUTO = -1)
Fri, 10 Nov 2006 19:04:27 +0000 Darkvater (svn r7127) -Codechange [FS#149]: Improve the usability of the signal-dragger, do not bail out
Fri, 10 Nov 2006 18:34:19 +0000 Darkvater (svn r7126) -Synchronize the engine-renew settings of a player when joining a multiplayer game.
Fri, 10 Nov 2006 17:52:51 +0000 Darkvater (svn r7125) -Fix: Several errors/glitches related to multiplayer and bankrupcy, mainly such a
Fri, 10 Nov 2006 11:45:50 +0000 Darkvater (svn r7124) -Fix (r37xx): sizeof(bool) = 4 for (certain) OSX do not assume it is 1. This would break
Thu, 09 Nov 2006 18:31:06 +0000 belugas (svn r7121) -Fix(r1): Tell the town that this player has built a statue only if it really did happened
Thu, 09 Nov 2006 13:03:34 +0000 Darkvater (svn r7120) -Fix (r6631): A town size of 0 in the scenario editor is a random size. So to get a size
Wed, 08 Nov 2006 18:31:35 +0000 miham (svn r7116) WebTranslator2 update to 2006-11-08 19:31:08
Wed, 08 Nov 2006 17:44:17 +0000 peter1138 (svn r7115) -Fix [FS#371]: Cloning a vehicle that has been refitted would incur the expense as running costs, not new vehicles.
Wed, 08 Nov 2006 12:28:57 +0000 peter1138 (svn r7114) -Codechange: [NewStations] Free up custom station layouts
Wed, 08 Nov 2006 12:17:14 +0000 peter1138 (svn r7113) -Codechange: [NewStations] Add support for copying custom station layouts
Wed, 08 Nov 2006 10:09:46 +0000 peter1138 (svn r7112) -Codechange (r7106): Improve the test for determining if the rail type should be converted