log

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