log

age author description
Tue, 28 Nov 2006 20:55:16 +0000 Darkvater (svn r7280) -Codechange: Replace some sprintf() functions with the safer snprintf() functions draft
Tue, 28 Nov 2006 20:01:46 +0000 Darkvater (svn r7279) -Codechange: [win32] Add Windows95/98 support by using MSLU. Only workaround is that the draft
Tue, 28 Nov 2006 19:58:13 +0000 Darkvater (svn r7278) -Codechange: [win32] Add UNICODE support so it should compile on OS's using UNICODE draft
Tue, 28 Nov 2006 14:42:31 +0000 Darkvater (svn r7274) -Codechange [utf8]: Add input/output unicode support. This actually only changes win32 draft
Tue, 28 Nov 2006 14:32:24 +0000 peter1138 (svn r7273) -Fix (r7250): Initialise game palette before driver initialisation. This fixes a 'black screen' problem with fullscreen with the win32 video driver. draft
Tue, 28 Nov 2006 14:19:18 +0000 Darkvater (svn r7272) -Ok, let's hope this one's correct...stupid msvc draft
Tue, 28 Nov 2006 14:12:09 +0000 Darkvater (svn r7271) -Codechange: Revert the strtolower part of r7199 as it can actually become broken due to draft
Mon, 27 Nov 2006 23:11:56 +0000 peter1138 (svn r7269) -Feature: Add freight trains patch option. This option is a multiplier for the weight of cargo on freight trains, to simulate longer heavier trains. The default value of 1 behaves as before. draft
Mon, 27 Nov 2006 21:14:19 +0000 peter1138 (svn r7268) -Codechange: change rail vehicle cached weight from 16 to 32 bit values to avoid possible overflows. draft
Mon, 27 Nov 2006 14:09:13 +0000 peter1138 (svn r7266) -Codechange: Make the NewGRF loading stage look like ttdpatch to NewGRFs draft
Sun, 26 Nov 2006 15:38:48 +0000 miham (svn r7260) WebTranslator2 update to 2006-11-26 16:36:43 draft
Sat, 25 Nov 2006 11:16:27 +0000 peter1138 (svn r7257) -Fix (r7216): Fix doubly-utf8-encoded strings that crept in draft
Sat, 25 Nov 2006 08:27:44 +0000 KUDr (svn r7256) -Translation: [FS#408] Turkish lang file massive update (jnmbk) draft
Fri, 24 Nov 2006 21:37:08 +0000 KUDr (svn r7255) -Comments added for CBlobBaseSimple, CBlobT classes draft
Fri, 24 Nov 2006 20:47:29 +0000 peter1138 (svn r7254) -Fix (r7250): move unicode glyph map initialisation to just before newgrf files are loaded, else newgrf glyphs will be cleared out too. (thanks Hadez) draft
Fri, 24 Nov 2006 18:39:22 +0000 peter1138 (svn r7250) -Codechange: Shuffle sprite loading and character width caching around a bit. This reduces the number of times the sprites are loaded from 5 to 2, just for the intro game. draft
Fri, 24 Nov 2006 18:37:40 +0000 peter1138 (svn r7249) -Fix (r7248): Missed a free()... draft
Fri, 24 Nov 2006 18:35:59 +0000 peter1138 (svn r7248) -Codechange: Support reinitializing the unicode glyph map. draft
Fri, 24 Nov 2006 13:18:14 +0000 KUDr (svn r7247) -Translation: czech lang file massive update - use proper diacritics (Hadez) draft
Fri, 24 Nov 2006 12:39:13 +0000 peter1138 (svn r7246) -Codechange: Always reload sprite and NewGRF data when loading or starting a game, instead of only when the climate type is different. draft
Thu, 23 Nov 2006 21:19:43 +0000 peter1138 (svn r7242) -Fix: Don't load 1-byte pseudo sprites, as used in some NewGRF sets. If the sprite is ever drawn this will result in a "missing sprite" error instead of undefined misbehaviour leading to segmentation faults... draft
Wed, 22 Nov 2006 23:25:31 +0000 KUDr (svn r7241) -Fix: czech town name generator now uses proper diacritics (Hadez) draft
Wed, 22 Nov 2006 18:16:50 +0000 tron (svn r7240) -Fix: Always display the excavation of roadworks even when fully zoomed out (they are quite noticable) or "full details" are off (they are part of the game mechanics) draft
Wed, 22 Nov 2006 16:08:01 +0000 tron (svn r7239) Enumerate the widgets in the airport, dock, rail and road toolbars draft
Wed, 22 Nov 2006 14:21:01 +0000 tron (svn r7238) Remove two unused strings draft
Wed, 22 Nov 2006 14:14:02 +0000 rubidium (svn r7237) -Fix: TGP landscape generation could leak memory if aborted during the generation of the heightmap. draft
Wed, 22 Nov 2006 08:49:40 +0000 peter1138 (svn r7236) -Codechange: remove unused global array _newgrf_files draft
Tue, 21 Nov 2006 22:10:52 +0000 Darkvater (svn r7233) -Codechange: get rid of three console.c globals draft
Tue, 21 Nov 2006 20:23:57 +0000 Darkvater (svn r7232) -Codechange: Also allow for the save/load of non pre-allocated strings inside structs. draft
Tue, 21 Nov 2006 20:20:30 +0000 Darkvater (svn r7231) -Codechange: rename ini_get_variable to GetVariableAddress for use both in settings.c draft
Tue, 21 Nov 2006 16:54:16 +0000 Darkvater (svn r7228) -Codechange: [internal] Add the possibility to save/load string-pointers which do not draft
Tue, 21 Nov 2006 16:24:13 +0000 KUDr (svn r7227) -Fix: [YAPF] Bridge YAPF Penalty Incorrect. The penalty for upward slope was incorrectly applied on bridge exit. (Danny) draft
Tue, 21 Nov 2006 13:03:06 +0000 Darkvater (svn r7226) -Fix (r7200): [win32] Don't ask my why but I told the linker to ignore the multithreaded draft
Sun, 19 Nov 2006 22:24:18 +0000 Darkvater (svn r7219) -Fix: Several warnings by gcc introduced in r7206 which MSVC found not of a problem. Thanks Tron draft
Sun, 19 Nov 2006 22:11:04 +0000 miham (svn r7218) WebTranslator2 update to 2006-11-19 23:09:22 draft
Sun, 19 Nov 2006 21:32:38 +0000 miham (svn r7216) WebTranslator2 update to 2006-11-19 22:30:04 draft
Sun, 19 Nov 2006 20:42:55 +0000 miham (svn r7215) revoked last commit, have to modify the language config prior to the commit draft
Sun, 19 Nov 2006 20:33:17 +0000 miham (svn r7214) WebTranslator2 update to 2006-11-19 21:32:01 draft
Sun, 19 Nov 2006 01:39:47 +0000 glx (svn r7213) -Cleanup r7195: removed STR_CHEAT_ALLOW_CONVRAIL from unfinished lang files draft
Sat, 18 Nov 2006 22:15:46 +0000 peter1138 (svn r7212) -Codechange (FS#409): Update Turkish town name generator with Turkish characters (jnmbk) draft
Sat, 18 Nov 2006 21:39:03 +0000 peter1138 (svn r7211) -Codechange: Update all languages to use SMALLLEFTARROW/SMALLRIGHTARROW, as per english.txt, for GUI elements draft
Sat, 18 Nov 2006 19:20:47 +0000 KUDr (svn r7210) -CodeChange: [YAPF] the global cache object is now not destroyed/recreated whenever the cache is invalidated. It now supports Flush() method that is used instead. It should also fix mem-leak warning produced by valgrind (Tron) draft
Sat, 18 Nov 2006 17:34:20 +0000 peter1138 (svn r7209) -Codechange: Alter position of scroll bar in the station list; the filter line isn't scrollable... draft
Sat, 18 Nov 2006 17:12:39 +0000 Darkvater (svn r7208) -Revert [r6040]: Remove double-click action in minimap and reintroduce lmb-scrolling (Rubidium) draft
Sat, 18 Nov 2006 17:07:05 +0000 Darkvater (svn r7207) -Codechange: Pass the (unchanged) windowpointer to the console window and do it only once. draft
Sat, 18 Nov 2006 17:04:44 +0000 Darkvater (svn r7206) -Codechange: Remove (some of) the magic needed for windows that could be invalid after draft
Sat, 18 Nov 2006 16:47:02 +0000 Darkvater (svn r7205) -Fix [FS#350, SF#1560913]: Window allocation and deletion messed with the actual window draft
Sat, 18 Nov 2006 13:55:44 +0000 Darkvater (svn r7203) -Cleanup: Donnu what Miham was smoking there, but removed it (assert_compile + 3) draft
Sat, 18 Nov 2006 13:54:33 +0000 Darkvater (svn r7202) -Codechange: Move _viewports and _active_viewports local to viewport.c and have them draft
Sat, 18 Nov 2006 00:44:09 +0000 Darkvater (svn r7201) -Codechange: Use goto's to loop _windows when there is a change you need to start over draft
Sat, 18 Nov 2006 00:14:43 +0000 Darkvater (svn r7200) -Codechange: remove unneeded redraw (console.c), coding style, use FindWindowById draft
Fri, 17 Nov 2006 23:29:22 +0000 Darkvater (svn r7199) -Codechange: [utf8] Make strtolower and str_strip_colours UTF8 aware. draft
Fri, 17 Nov 2006 23:01:58 +0000 belugas (svn r7198) -Codechange: Implement a circular tile search function. draft
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. draft
Fri, 17 Nov 2006 19:31:44 +0000 KUDr (svn r7195) -Feature: [FS#297, optional elrails] New patches/vehicles option 'disable electrified railways'. draft
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. draft
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. draft
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: draft
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) draft
Fri, 17 Nov 2006 07:46:02 +0000 peter1138 (svn r7185) -Codechange: Make strgen validate strings for UTF-8 well-formed-ness-ness draft
Fri, 17 Nov 2006 07:35:12 +0000 peter1138 (svn r7184) -Codechange: Convert Catalan name generator to UTF-8 draft
Thu, 16 Nov 2006 22:19:12 +0000 peter1138 (svn r7183) -Feature (cont): Convert all language from ISO8859-15 to UTF-8 draft
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. draft
Thu, 16 Nov 2006 20:57:23 +0000 Darkvater (svn r7179) -Codechange (r7173): Actually "prefer" team chat through the patch setting instead of draft
Thu, 16 Nov 2006 20:52:39 +0000 KUDr (svn r7178) -Fix: forgotten pointer dereferences (Bjarni, Bjarni, Bjarni, ...) draft
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) draft
Thu, 16 Nov 2006 18:33:55 +0000 rubidium (svn r7175) -Fix: remove English (i.e. untranslated) strings from the Ukrainian language file. draft
Thu, 16 Nov 2006 17:59:02 +0000 KUDr (svn r7174) -CodeChange: CheckStationSpreadOut() now uses MergePoint() for bounding rectangle calculation. draft
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. draft
Thu, 16 Nov 2006 17:41:24 +0000 Darkvater (svn r7172) -Fix [r6931]: The console showed '?' characters instead of colours. Now strip all draft
Thu, 16 Nov 2006 17:15:26 +0000 miham (svn r7171) WebTranslator2 update to 2006-11-16 18:14:50 draft
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 draft
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) draft
Thu, 16 Nov 2006 13:59:26 +0000 KUDr (svn r7167) -Fix: [FS#367] Crash: engine.h:194: RailVehInfo: Assertion (reported by skidd13) draft
Thu, 16 Nov 2006 12:31:38 +0000 KUDr (svn r7166) -Fix: [FS#402] MiniMap was misplacing vehicles sometimes (HMage) draft
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) draft
Thu, 16 Nov 2006 00:09:39 +0000 Darkvater (svn r7163) -Codechange: Disable compilation of additional yapf code. draft
Wed, 15 Nov 2006 23:47:52 +0000 KUDr (svn r7162) -CodeChange: disabled compilation of unused code (Darkvater) draft
Wed, 15 Nov 2006 21:57:47 +0000 Darkvater (svn r7161) -Codechange: Update currency exchange rates... yes I'm bored ;p draft
Wed, 15 Nov 2006 21:51:16 +0000 Darkvater (svn r7160) -Feature [SF 1243657, 1171147]: Slovak/Brazil currency patch (gpsoft, klanticus) draft
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 draft
Wed, 15 Nov 2006 19:49:16 +0000 Darkvater (svn r7156) -Codechange: Remove obsolete variable, localize global variable, use GB and change logic draft
Wed, 15 Nov 2006 19:45:16 +0000 miham (svn r7155) WebTranslator2 update to 2006-11-15 20:44:45 draft
Wed, 15 Nov 2006 19:36:47 +0000 miham (svn r7154) [Translations] Added new language: serbian draft
Wed, 15 Nov 2006 19:35:52 +0000 Darkvater (svn r7153) -Fix [FS#279]: Some keyboard events possibly lost under high CPU load, handle draft
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. draft
Tue, 14 Nov 2006 17:26:41 +0000 miham (svn r7149) WebTranslator2 update to 2006-11-14 18:26:05 draft
Tue, 14 Nov 2006 13:42:50 +0000 KUDr (svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron) draft
Tue, 14 Nov 2006 12:02:36 +0000 KUDr (svn r7146) -CodeChange: ST_CONST macro removed as it is no longer needed (Tron) draft
Tue, 14 Nov 2006 11:01:59 +0000 tron (svn r7145) Remove extra semicolons draft
Tue, 14 Nov 2006 01:08:20 +0000 glx (svn r7144) -Cleanup r7102: remove STR_CONFIG_PATCHES_PROGRESS_UPDATE_INTERVAL in lang files draft
Tue, 14 Nov 2006 00:27:28 +0000 glx (svn r7143) -CodeChange: remove redondancy in saveload dialogs draft
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) draft
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 draft
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 draft
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) draft
Sun, 12 Nov 2006 01:14:44 +0000 KUDr (svn r7133) - Fix: Can't build oil refinery in other climates than temperate. draft
Sat, 11 Nov 2006 23:08:07 +0000 Darkvater (svn r7131) -Fix (r7126) which fixes (r2817) the activating of a function call that was draft
Sat, 11 Nov 2006 10:12:00 +0000 Darkvater (svn r7130) -Codechange: Handle the positioning of windows through the desc->left/top settings with draft
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. draft
Fri, 10 Nov 2006 19:24:14 +0000 Darkvater (svn r7128) -Codechange: Replace magic numbers by magic enums (windowdesc positioning WDP_AUTO = -1) draft
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 draft
Fri, 10 Nov 2006 18:34:19 +0000 Darkvater (svn r7126) -Synchronize the engine-renew settings of a player when joining a multiplayer game. draft
Fri, 10 Nov 2006 17:52:51 +0000 Darkvater (svn r7125) -Fix: Several errors/glitches related to multiplayer and bankrupcy, mainly such a draft
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 draft
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 draft
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 draft
Wed, 08 Nov 2006 18:31:35 +0000 miham (svn r7116) WebTranslator2 update to 2006-11-08 19:31:08 draft
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. draft
Wed, 08 Nov 2006 12:28:57 +0000 peter1138 (svn r7114) -Codechange: [NewStations] Free up custom station layouts draft
Wed, 08 Nov 2006 12:17:14 +0000 peter1138 (svn r7113) -Codechange: [NewStations] Add support for copying custom station layouts draft
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 draft
Wed, 08 Nov 2006 09:18:27 +0000 tron (svn r7111) After checking p1 in CmdBuildSingleRail() assign it to a variable railtype instead of using p1 in the function. Also assign p2 to track only after it has been checked for validity draft
Wed, 08 Nov 2006 08:41:54 +0000 peter1138 (svn r7110) -Fix: Do not let ships enter partial water tiles under bridges; they will travel up land... draft
Wed, 08 Nov 2006 05:05:35 +0000 belugas (svn r7109) -Codechange: use map accessor IsClearWaterTile draft
Tue, 07 Nov 2006 23:25:27 +0000 Darkvater (svn r7108) -Fix (r7106): signed/unsigned comparison warning draft
Tue, 07 Nov 2006 22:34:59 +0000 peter1138 (svn r7106) -Feature: Allow over-building of compatible railtypes, i.e. normal and draft
Tue, 07 Nov 2006 18:42:31 +0000 miham (svn r7104) WebTranslator2 update to 2006-11-07 19:41:56 draft
Tue, 07 Nov 2006 16:07:31 +0000 peter1138 (svn r7102) -Codechange: Remove and hardcode unnecessary patch setting progress_update_interval draft
Tue, 07 Nov 2006 15:58:54 +0000 tron (svn r7101) Evaluate the necessary flags for libpng once per make run, not every time the CFLAGS/LIBS variables are used draft