log

age author description
Sun, 25 Nov 2007 19:45:09 +0000 rubidium (svn r11524) -Fix [FS#1485]: assertion when tram reversed at a station. draft
Sun, 25 Nov 2007 15:35:25 +0000 skidd13 (svn r11523) -Codechange: Move the CHANCE macros to core/random_func.cpp cause they depend on Random() draft
Sun, 25 Nov 2007 15:17:16 +0000 skidd13 (svn r11522) -Fix: The scrollbar of the network gui could run out of bounds draft
Sun, 25 Nov 2007 14:43:16 +0000 egladil (svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way. draft
Sun, 25 Nov 2007 12:58:32 +0000 egladil (svn r11520) -Fix: [OSX] The cocoa video driver let the mouse cursor escape the window when using rmb scrolling. Thanks ln- for pointing this out and providing a fix. draft
Sun, 25 Nov 2007 11:36:45 +0000 smatz (svn r11519) -Codechange: enumerization and cleanup of NetworkLobbyWindow in network_gui.cpp draft
Sun, 25 Nov 2007 00:41:31 +0000 smatz (svn r11518) -Codechange: enforce (by assert) unused parameters of widgets to be zero. Better readability of DrawWindowWidgets(), too draft
Sat, 24 Nov 2007 21:49:49 +0000 smatz (svn r11517) -Codechange: better cleanup of NetworkStartServerWindow in network_gui.cpp draft
Sat, 24 Nov 2007 21:41:59 +0000 smatz (svn r11516) -Codechange: cleanup of NetworkGameWindow in network_gui.cpp draft
Sat, 24 Nov 2007 18:09:02 +0000 smatz (svn r11515) -Codechange: cleanup of NetworkStartServerWindow in network_gui.cpp draft
Sat, 24 Nov 2007 14:03:47 +0000 rubidium (svn r11514) -Change: implement the automatic multiplier handler for NewGRF industries. draft
Sat, 24 Nov 2007 13:50:29 +0000 smatz (svn r11513) -Codechange: enumerize some depot GUI actions draft
Sat, 24 Nov 2007 13:00:32 +0000 rubidium (svn r11512) -Change: make the subsidy window able to resize to something smaller than 640x127 (especially the 640 part) when the screen is really too small. draft
Sat, 24 Nov 2007 12:36:52 +0000 rubidium (svn r11511) -Revert parts of r11505: forgot that CTRL might be used for other features, like adjacent stations or signals. draft
Sat, 24 Nov 2007 10:38:43 +0000 skidd13 (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style draft
Sat, 24 Nov 2007 10:19:56 +0000 rubidium (svn r11509) -Fix: off-by-one error in some sprite numbers; increase sprite number counter before loading the next sprite instead of after doing so. draft
Sat, 24 Nov 2007 09:55:17 +0000 egladil (svn r11508) -Cleanup: Removed unused headers from the cocoa video driver. draft
Sat, 24 Nov 2007 09:27:20 +0000 rubidium (svn r11507) -Fix [FS#1463]: signs totally illegible when transparant signs is turned on and zoomed out more than one level. draft
Sat, 24 Nov 2007 09:14:58 +0000 rubidium (svn r11506) -Fix [FS#1471]: selling vehicles could cause the window of others to scroll to that location. draft
Sat, 24 Nov 2007 08:56:29 +0000 rubidium (svn r11505) -Fix/Feature: make CTRL work on all road/rail construction options that 'work' with the 'Bulldozer' button instead of only a few. draft
Sat, 24 Nov 2007 08:45:04 +0000 rubidium (svn r11504) -Fix [FS#1467]: removing docks/ship depots could result in non-canal water where canals should have been build. draft
Fri, 23 Nov 2007 16:50:54 +0000 glx (svn r11502) -Fix (r11144): don't do standard production change if callbacks 29/35 failed draft
Fri, 23 Nov 2007 13:45:59 +0000 egladil (svn r11501) -Fix: [OSX] This remedies a problem with right click scrolling that was introduced in r11492. draft
Fri, 23 Nov 2007 12:12:07 +0000 belugas (svn r11500) -Codechange: Smooth economy fine-tuning, making industries more responsive. Patch by Sirkoz. draft
Fri, 23 Nov 2007 04:17:41 +0000 glx (svn r11499) -Fix (r11144): mul/div factor were wrong (off by two) draft
Fri, 23 Nov 2007 02:44:05 +0000 egladil (svn r11498) -Add [FS#1411]: [OSX] Added support for using Quartz instead of Quickdraw in windowed mode on OS X 10.4 and higher. Based on a patch by blackis. draft
Thu, 22 Nov 2007 22:54:49 +0000 rubidium (svn r11495) -Fix (r11493): some compilers fail to show warnings when they should. draft
Thu, 22 Nov 2007 22:37:06 +0000 glx (svn r11494) -Fix [FS#1461] (r11450): cargo translation table was now loaded too late ;) draft
Thu, 22 Nov 2007 22:34:30 +0000 rubidium (svn r11493) -Fix [FS#1472]: game crashing on savegame load because it tried to render some part of the window before the savegame conversion was done. draft
Thu, 22 Nov 2007 21:48:17 +0000 egladil (svn r11492) -Codechange: [OSX] Split the cocoa video driver into several files. The reason for this is that the fullscreen and windowed mode api are separate from each other in OS X and thus the driver actual is two drivers in one. This split is to make the code more readable and to prepare for replacing the Quickdraw windowed mode code which uses apis deprecated as of OS X 10.5 (and maybe earlier). draft
Thu, 22 Nov 2007 19:55:54 +0000 miham (svn r11491) -Update: WebTranslator2 update to 2007-11-22 20:55:02 draft
Thu, 22 Nov 2007 18:01:51 +0000 skidd13 (svn r11490) -Codechange: Split the math functions to their own header draft
Wed, 21 Nov 2007 19:18:34 +0000 skidd13 (svn r11489) -Fix r11488: Somehow the code was added multiple times draft
Wed, 21 Nov 2007 19:13:38 +0000 skidd13 (svn r11488) -Codechange: Spilt the random functions out to seperate file draft
Wed, 21 Nov 2007 13:50:36 +0000 smatz (svn r11487) -Fix (r11435): move the list of vehicles a bit higher in the player GUI draft
Wed, 21 Nov 2007 13:46:29 +0000 glx (svn r11486) -Fix [FS#1457]: industry count was wrong in smallmap draft
Tue, 20 Nov 2007 14:11:19 +0000 skidd13 (svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style draft
Tue, 20 Nov 2007 13:35:54 +0000 skidd13 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style draft
Tue, 20 Nov 2007 12:57:24 +0000 skidd13 (svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability draft
Mon, 19 Nov 2007 21:32:20 +0000 skidd13 (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style draft
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style draft
Mon, 19 Nov 2007 20:40:14 +0000 skidd13 (svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style draft
Mon, 19 Nov 2007 20:18:27 +0000 skidd13 (svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage draft
Mon, 19 Nov 2007 19:54:23 +0000 rubidium (svn r11478) -Fix: two small layout issues with the vehicle grouping GUI. draft
Mon, 19 Nov 2007 18:58:32 +0000 rubidium (svn r11477) -Fix [FS#1451]: a road vehicle must not show that it is driving max speed when it is standing still waiting for the vehicle in from of it. draft
Mon, 19 Nov 2007 18:58:04 +0000 skidd13 (svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define draft
Mon, 19 Nov 2007 18:38:10 +0000 skidd13 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style draft
Mon, 19 Nov 2007 04:34:40 +0000 belugas (svn r11474) -Feature: Allow to resize on creation the smallmap gui in order to show all the types industry available. draft
Mon, 19 Nov 2007 01:16:53 +0000 belugas (svn r11473) -Codechange: Replace two more instances of widget/smalltype numbers by enum(-a) values draft
Mon, 19 Nov 2007 00:57:56 +0000 belugas (svn r11472) -Codechange: Give enuma for both the widget numbers and the used smallmap currently used type draft
Sun, 18 Nov 2007 23:13:53 +0000 smatz (svn r11471) -Codechange: one more variable retyped to enum ViewportHighlightMode draft
Sun, 18 Nov 2007 22:39:02 +0000 glx (svn r11470) -Codechange: add git detection to MSVC (michi_cc) draft
Sun, 18 Nov 2007 22:37:44 +0000 glx (svn r11469) -Fix (r11051): only consider changes in src when detecting modified (M) version draft
Sun, 18 Nov 2007 20:38:24 +0000 glx (svn r11468) -Fix (r11330): rev number detection didn't work for git with msys/mingw draft
Sun, 18 Nov 2007 20:21:41 +0000 rubidium (svn r11467) -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing compilation failures. draft
Sun, 18 Nov 2007 20:10:07 +0000 smatz (svn r11466) -Fix (r11339): operator priority problem resulting in problematic autoroad placement in some cases draft
Sun, 18 Nov 2007 20:05:44 +0000 smatz (svn r11465) -Fix: more user-friedly placement in X and Y directions (most noticeable with autoroad) draft
Sun, 18 Nov 2007 18:28:32 +0000 rubidium (svn r11464) -Fix: some issue that made OpenTTD on MorphOS seriously unplayable. draft
Sun, 18 Nov 2007 16:41:25 +0000 rubidium (svn r11463) -Fix: some OSes seem not to handle allocating 0 bytes in the same manner as others do. draft
Sun, 18 Nov 2007 15:06:01 +0000 rubidium (svn r11461) -Fix [FS#1449] (r11449): a bus turning around in a station could case an assertion error. Patch by divide. draft