log

age author description
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
Tue, 07 Nov 2006 15:53:20 +0000 tron (svn r7100) Evaluate the necessary flags for SDL once per make run, not every time the CFLAGS/LIBS variables are used draft
Tue, 07 Nov 2006 15:25:07 +0000 peter1138 (svn r7099) -Fix (r4768): When changing the selected newstation type, ensure the station size chosen is permitted. If not, pick the first valid sizes. draft
Tue, 07 Nov 2006 14:41:53 +0000 Darkvater (svn r7098) -Regression (r7094): Zoom buttons were not properly updated with a new/loaded game. The draft
Tue, 07 Nov 2006 13:09:44 +0000 peter1138 (svn r7096) -Fix (r6995 (sort-of)): Don't set bit 6 when convert grf ver 6 language ids to use ver 7 format draft
Tue, 07 Nov 2006 13:08:42 +0000 Darkvater (svn r7095) -Codechange: Move MaxZoomIn function to viewport.h and change it to MaxZoomInOut draft
Tue, 07 Nov 2006 13:06:02 +0000 Darkvater (svn r7094) -Codechange: Get rid of the window-specific code in DoZoomInOutWindow (enable, disable draft
Tue, 07 Nov 2006 13:01:36 +0000 Darkvater (svn r7093) -Codechange: Move DoZoomInOutWindow declaration to viewport.h and rewrite the function draft
Tue, 07 Nov 2006 12:51:34 +0000 Darkvater (svn r7092) -Codechange: Add function to send a window message to a whole class of windows, draft
Tue, 07 Nov 2006 12:03:34 +0000 tron (svn r7091) Make some code a) shorter b) simpler c) not leak memory draft
Mon, 06 Nov 2006 22:06:29 +0000 peter1138 (svn r7086) -Featurette: Add additional positioning for long dropdown lists: first, try to fit the dropdown below the calling widget, as before; second, try to fit it wholly above the calling widget; and lastly, fit the list below the widget and add a scrollbar. draft
Mon, 06 Nov 2006 21:13:18 +0000 miham (svn r7084) WebTranslator2 update to 2006-11-06 22:12:45 draft
Mon, 06 Nov 2006 19:59:19 +0000 belugas (svn r7083) -Fix 6631: Protect out of boundaries widget testing draft
Mon, 06 Nov 2006 15:25:02 +0000 peter1138 (svn r7080) -Codechange: Remove negative array indexes, and only add ", " when needed, when building station acceptance lists. draft
Mon, 06 Nov 2006 10:11:03 +0000 peter1138 (svn r7079) -Codechange: Move an array to the only place it is used. draft
Mon, 06 Nov 2006 00:17:32 +0000 Darkvater (svn r7078) -Codechange: Make the zoom in/out buttons of the extra viewport into proper push-buttons. draft
Mon, 06 Nov 2006 00:14:36 +0000 Darkvater (svn r7077) -Codechange: Send proper message to network window, and handle selection control in draft
Mon, 06 Nov 2006 00:12:55 +0000 Darkvater (svn r7076) -Codechange: Prefer includes instead of using extern. Move UpdateNetworkGameWindow draft
Mon, 06 Nov 2006 00:10:47 +0000 Darkvater (svn r7075) -Codechange: Remove stale code. Please clean up after yourself!! (r5549) draft
Sun, 05 Nov 2006 22:50:59 +0000 peter1138 (svn r7074) -Fix (r7073): stupid debugs draft
Sun, 05 Nov 2006 22:49:34 +0000 peter1138 (svn r7073) -Feature: Add cargo refit support to both AIs for road vehicles draft
Sun, 05 Nov 2006 22:11:12 +0000 peter1138 (svn r7072) -Fix (r7070): Go up, not down, through the engines. And replace the comment too... draft
Sun, 05 Nov 2006 21:50:08 +0000 peter1138 (svn r7070) -Codechange: Make the AI choose road vehicles based on a rating (currently max speed * capacity) instead of either the cost or the index of the vheicle. draft
Sun, 05 Nov 2006 18:42:25 +0000 KUDr (svn r7069) -Fix: AI tried to build road from the back or side of road stop/depot (peter1138) draft
Sun, 05 Nov 2006 12:22:46 +0000 tron (svn r7068) if () cascades -> switch () draft
Sun, 05 Nov 2006 11:52:19 +0000 tron (svn r7067) Remove the unused parameter params_3 from AddStringToDraw() draft
Sun, 05 Nov 2006 11:17:33 +0000 tron (svn r7066) -Codechange: Factorise common code draft
Sun, 05 Nov 2006 08:24:52 +0000 tron (svn r7065) Use simple assignment instead of memcpy() draft
Sun, 05 Nov 2006 08:24:09 +0000 tron (svn r7064) static draft
Sun, 05 Nov 2006 08:01:47 +0000 tron (svn r7063) static draft
Sun, 05 Nov 2006 01:53:12 +0000 Darkvater (svn r7062) -[win32] Codechange: Remove unneeded WM_MOUSEENTER event, and change mouse behaviour draft
Sun, 05 Nov 2006 01:13:08 +0000 Darkvater (svn r7061) -[win32] Feature: Remember the window size between restarts when quit in fullscreen mode. draft
Sun, 05 Nov 2006 01:09:57 +0000 Darkvater (svn r7060) -Fix (r5874): Restore of window maximized state not always working (Mart3p) . Remember draft
Sat, 04 Nov 2006 11:44:19 +0000 KUDr (svn r7059) -Fix [FS#384]: Tunnel YAPF Penalty Incorrect. The penalty for upward slope was incorrectly applied on tunnel entrances. (Danny) draft
Fri, 03 Nov 2006 23:29:24 +0000 peter1138 (svn r7058) -Codechange: Truncate text in window captions draft
Fri, 03 Nov 2006 23:06:54 +0000 peter1138 (svn r7057) -Codechange: Remove hardcoded lists of road vehicles for each cargo type in favour of just checking the cargo type of each vehicle. draft
Fri, 03 Nov 2006 01:18:40 +0000 Darkvater (svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the draft
Fri, 03 Nov 2006 00:48:03 +0000 Darkvater (svn r7047) -Fix [FS#317]: Zooming out near map-borders would previously fail because the new centre draft
Thu, 02 Nov 2006 23:51:05 +0000 Darkvater (svn r7046) -Fix [FS#311]: 'Goto' button in orders window got depressed along with all other draft
Wed, 01 Nov 2006 22:27:16 +0000 peter1138 (svn r7032) - Fix (r1704): Sprite index wasn't updated with correct image number if draft
Wed, 01 Nov 2006 17:42:34 +0000 peter1138 (svn r7031) -Codechange: Use _skip_sprites to skip the rest of the NewGRF when disabled by GRM, and add a shortcut so that the rest of the file isn't scanned. draft
Wed, 01 Nov 2006 16:20:32 +0000 miham (svn r7030) WebTranslator2 update to 2006-11-01 17:19:54 draft
Tue, 31 Oct 2006 23:04:47 +0000 Darkvater (svn r7028) -Fix [FS#200]: Scenario bridges/tunnels cannot be demolished; now it's possible to draft
Tue, 31 Oct 2006 22:54:57 +0000 peter1138 (svn r7027) - Codechange: Replace NewGRF loading stage masks with separate function lists. This will allow us to call different handlers depending on the current stage. Also enum-ize the stage. draft
Tue, 31 Oct 2006 22:22:17 +0000 miham (svn r7026) WebTranslator2 update to 2006-10-31 23:21:44 draft
Tue, 31 Oct 2006 21:46:21 +0000 Darkvater (svn r7023) -Fix: Pressing F1 in scenario editor did not work because the keypress event was sent draft
Tue, 31 Oct 2006 21:15:56 +0000 Darkvater (svn r7022) -Fix [FS#292]: Properly guard against viewing company-sensitive information from draft
Tue, 31 Oct 2006 17:13:12 +0000 glx (svn r7020) -Fix r6047: AI tries to delete stations that are 'in use' because FOR_ALL_STATIONS skips invalid stations draft
Tue, 31 Oct 2006 14:23:53 +0000 miham (svn r7016) Revert the revert, since I didn't request that, Tron must've misunderstood me :-( draft
Tue, 31 Oct 2006 14:17:48 +0000 tron (svn r7015) Revert r7014. Requested by MiHaMiX draft
Tue, 31 Oct 2006 13:56:47 +0000 tron (svn r7014) Make use of the interpunct in the catalan translation: Change l.l to l·l draft
Tue, 31 Oct 2006 13:55:38 +0000 tron (svn r7013) Add glyphs for the interpunct. This is mainly useful for the catalan translation draft
Tue, 31 Oct 2006 08:13:15 +0000 peter1138 (svn r7009) - Fix (r1323, r1326): In the replace vehicle window, the left vehicle list was not drawn when an engine was not selected. draft
Tue, 31 Oct 2006 01:45:41 +0000 Darkvater (svn r7008) -Fix [FS#369]: Crash at game end when server company is bankrupt draft
Sun, 29 Oct 2006 18:54:05 +0000 miham (svn r7005) WebTranslator2 update to 2006-10-29 19:53:34 draft
Sun, 29 Oct 2006 13:50:39 +0000 KUDr (svn r7003) -Fix: only the appropriate train owner can now see the "Train is lost" message (peter1138) draft
Sun, 29 Oct 2006 00:39:41 +0000 belugas (svn r7001) -Codechange: _build_industry_trypes is now only used by industry_gui.c. Move it there. draft
Sat, 28 Oct 2006 23:47:00 +0000 Darkvater (svn r7000) -Fix: Incorrect use of e->we.click when the event is a 'place'. This didn't cause any draft
Sat, 28 Oct 2006 18:49:28 +0000 peter1138 (svn r6996) - Codechange: Pretend to be the current version of TTDPatch. This value doesn't anything to us as we don't follow TTDPatch's development timeline... draft
Sat, 28 Oct 2006 18:42:57 +0000 peter1138 (svn r6995) - Codechange: NewGRF; strip bit 7 of the language ID earlier and handle handle a language ID of 0x7F as the preferred default language. draft
Sat, 28 Oct 2006 14:37:33 +0000 tron (svn r6994) -Regression (r6291): When sending an aircrafts to a hangar the wrong bit gets tested to determine if a aircraft should stop there or just get serviced draft
Sat, 28 Oct 2006 14:06:40 +0000 tron (svn r6993) -Regression (r5833): Rails/roads on steep slopes incorrectly show a foundation edge if the NE/NW adjacent tile is a steep tile draft
Sat, 28 Oct 2006 12:43:15 +0000 tron (svn r6992) Make a const_cast<> obsolete by properly propagating the type draft
Sat, 28 Oct 2006 12:32:55 +0000 tron (svn r6991) Remove an unnecessary const_cast<> and incorrect comment (There is a difference between const FOO* and FOO* const) draft
Sat, 28 Oct 2006 12:12:20 +0000 tron (svn r6990) Remove stuff forgotten in r6980 draft
Sat, 28 Oct 2006 12:10:11 +0000 tron (svn r6989) Remove the unused GetItemFromPool() function draft
Sat, 28 Oct 2006 12:07:32 +0000 tron (svn r6988) Remove a layer of indirection when using the Savegame pool draft
Sat, 28 Oct 2006 11:59:10 +0000 tron (svn r6987) Use the pool macros for the Waypoint pool draft
Sat, 28 Oct 2006 11:55:29 +0000 tron (svn r6986) Use the pool macros for the Town pool draft
Sat, 28 Oct 2006 11:54:53 +0000 tron (svn r6985) Remove stuff forgotten in r6984 draft