log

age author description
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