log

age author description
Tue, 18 Dec 2007 20:10:21 +0000 rubidium (svn r11662) -Codechange: move some rail types/related functions around. draft
Tue, 18 Dec 2007 19:52:14 +0000 rubidium (svn r11661) -Codechange: some header reworks in order to try to reduce the compile time of OpenTTD by reduce the amount of circular-ish dependencies. draft
Tue, 18 Dec 2007 18:08:51 +0000 miham (svn r11660) -Change: english -> english (uk), english_us ->english (us) draft
Tue, 18 Dec 2007 18:02:00 +0000 smatz (svn r11659) -Fix [FS#1563]: do not allow modifying non-uniform stations when non-uniform stations are disabled draft
Mon, 17 Dec 2007 23:30:25 +0000 glx (svn r11658) -Fix (r11654): forgot project files draft
Mon, 17 Dec 2007 22:29:27 +0000 smatz (svn r11657) -Fix: show better error message when trying to convert rail draft
Mon, 17 Dec 2007 22:04:07 +0000 smatz (svn r11656) -Codechange: add ZOOM_LVL_BEGIN and postfix operators so ZoomLevel can be used in some iterations draft
Mon, 17 Dec 2007 19:16:53 +0000 miham (svn r11655) -Update: WebTranslator2 update to 2007-12-17 20:16:03 draft
Mon, 17 Dec 2007 18:49:51 +0000 miham (svn r11654) -Change: renaming american languagefile to english_US draft
Mon, 17 Dec 2007 07:47:21 +0000 egladil (svn r11653) -Feature: [OSX] Allow windowed mode subdrivers to be disabled at compile time. draft
Mon, 17 Dec 2007 01:35:45 +0000 smatz (svn r11652) -Codechange: add the svn $ header for several files draft
Sun, 16 Dec 2007 23:10:30 +0000 rubidium (svn r11651) -Codechange [FS#1555]: implement GRF parameter querying for industries and fix a 'bug' as side effect. draft
Sun, 16 Dec 2007 22:21:34 +0000 rubidium (svn r11650) -Fix: 'initialised' NewGRFs could still be deactivated in the later 'activation' pass. draft
Sun, 16 Dec 2007 19:30:42 +0000 smatz (svn r11649) -Codechange: some code can be simplified thanks to changes in r11642 draft
Sun, 16 Dec 2007 19:28:07 +0000 rubidium (svn r11648) -Fix [FS#1560]: the company password was not set when one pressed the enter key. draft
Sun, 16 Dec 2007 19:21:28 +0000 rubidium (svn r11647) -Fix (r11646): it did not compile without freetype... draft
Sun, 16 Dec 2007 18:38:19 +0000 rubidium (svn r11646) -Codechange: check whether (some) characters are missing in the current 'font' for the 'currently' chosen language and give a warning when that does happen. draft
Sun, 16 Dec 2007 17:50:09 +0000 glx (svn r11645) -Fix (r8128): station ground tiles may have transparency or company colour draft
Sun, 16 Dec 2007 15:38:51 +0000 smatz (svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_map.h into tunnelbridge_map.h draft
Sun, 16 Dec 2007 10:54:08 +0000 rubidium (svn r11643) -Codechange: conform with the coding style for the WP macro uses. draft
Sat, 15 Dec 2007 23:11:18 +0000 smatz (svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so remove useless checks draft
Sat, 15 Dec 2007 22:42:12 +0000 rubidium (svn r11641) -Add: configure time parameter to enable some desync debugging functionality. draft
Sat, 15 Dec 2007 22:05:02 +0000 rubidium (svn r11640) -Fix: missed change of include when moving stuff to random_func.cpp draft
Sat, 15 Dec 2007 20:30:43 +0000 smatz (svn r11639) -Codechange: simplify EnsureNoVehicleOnGround draft
Sat, 15 Dec 2007 19:46:34 +0000 smatz (svn r11638) -Codechange: use faster check in SignalVehicleCheck for tunnel/bridge draft
Sat, 15 Dec 2007 16:11:29 +0000 smatz (svn r11637) -Fix: mark viewports dirty when removing visible vehicle chain draft
Sat, 15 Dec 2007 13:59:38 +0000 smatz (svn r11636) -Fix: it was possible to build/remove road/tram in tunnel/bridge when there was vehicle in it draft
Sat, 15 Dec 2007 03:42:41 +0000 belugas (svn r11635) -Codechange: Give a more informative debug message when encountering unknown newgrf feature in action 00 handling.(FS#1551, Bilbo) draft
Sat, 15 Dec 2007 00:04:01 +0000 smatz (svn r11634) -Fix: update signals when deleting crashed train on a bridge, update even when train is rotated draft
Fri, 14 Dec 2007 23:21:20 +0000 smatz (svn r11633) -Codechange: merge CheckTunnelEmpty and IsVehicleOnBridge into GetVehicleTunnelBridge draft
Fri, 14 Dec 2007 21:11:30 +0000 rubidium (svn r11632) -Fix [FS#1541]: vehicles were still followed when sold. draft
Fri, 14 Dec 2007 00:25:00 +0000 glx (svn r11631) -Fix (r11585, r11626): remove MSVC warnings draft
Thu, 13 Dec 2007 23:26:00 +0000 rubidium (svn r11630) -Fix [FS#1544] (r11556): the chat GUI got broken. draft
Thu, 13 Dec 2007 18:46:04 +0000 rubidium (svn r11629) -Fix [FS#1527]: many viewports could crash the scenario editor. draft
Thu, 13 Dec 2007 08:53:09 +0000 miham (svn r11628) -Update: WebTranslator2 update to 2007-12-13 09:47:23 draft
Thu, 13 Dec 2007 02:04:09 +0000 glx (svn r11627) -Fix [FS#1532] (r11145): poping from text reference stack must be done in a precise order. But some compiler (MSVC) over optimised it and inverted this order. draft
Wed, 12 Dec 2007 21:56:10 +0000 skidd13 (svn r11626) -Fix [FS#1529]: Pause state wasn't set correctly in multiplayer saves draft
Wed, 12 Dec 2007 14:37:35 +0000 smatz (svn r11625) -Codechange: add CO_* enum at some places, add includes of order.h too draft
Wed, 12 Dec 2007 02:28:08 +0000 belugas (svn r11624) -Fix[FS#1530]: An error in the translation of bitset to scroll directions made it so that up-down-right arrow keys did scrolled up, while it should have scrolled right instead. It was initially interpreted as left-right-up. draft
Tue, 11 Dec 2007 22:50:13 +0000 smatz (svn r11623) -Fix [FS#1533] (r11619): assert when train is going over two crossings next to each other draft
Tue, 11 Dec 2007 21:25:48 +0000 rubidium (svn r11622) -Codechange: support the unicode version of the 'control' characters. draft
Tue, 11 Dec 2007 20:28:53 +0000 rubidium (svn r11621) -Fix [FS#1525]: there were still some cases where one could not build a tram track, but the tram could become blocked. draft
Tue, 11 Dec 2007 19:59:53 +0000 belugas (svn r11620) -Change: Some are going, some are coming, some we do not know exactly. Little update on the OpenTTD Team draft
Tue, 11 Dec 2007 19:09:36 +0000 smatz (svn r11619) -Fix [FS#1531]: do not make crossing red behind depot the train is entering draft
Tue, 11 Dec 2007 17:44:55 +0000 glx (svn r11618) -Fix: buoys are just waypoints, so don't allow load/unload/transfert for them draft
Tue, 11 Dec 2007 03:41:33 +0000 belugas (svn r11617) -Feature(ette): Add the same game-mode keyboard shortcuts in scenario more.(Bilbo) draft
Mon, 10 Dec 2007 22:26:24 +0000 rubidium (svn r11616) -Fix [FS#1526]: sometimes large values could go off the chart. draft
Mon, 10 Dec 2007 17:26:49 +0000 glx (svn r11615) -Fix (r11609): temperate banks can only be built in towns (over a house) draft
Sun, 09 Dec 2007 22:14:41 +0000 skidd13 (svn r11614) -Fix: The about dialog scrolling was connected to the mouse instead of the internal ticks draft
Sun, 09 Dec 2007 21:23:20 +0000 rubidium (svn r11612) -Change: update some documentation. draft
Sun, 09 Dec 2007 21:20:21 +0000 glx (svn r11611) -Codechange: it is now possible to use a define to enable asserts and show them in crash.log for MSVC release builds draft
Sun, 09 Dec 2007 20:20:52 +0000 glx (svn r11610) -Cleanup (r8572): remove orphan comment draft
Sun, 09 Dec 2007 18:51:25 +0000 rubidium (svn r11609) -Fix [FS#1524]: wrong error messages were shown when trying to build some industries in the scenario editor. draft
Sun, 09 Dec 2007 18:27:40 +0000 rubidium (svn r11608) -Fix: do not trigger industries, but only the industry's tiles. draft
Sun, 09 Dec 2007 17:07:50 +0000 skidd13 (svn r11607) -Codechange: Enumify the industry widgets draft
Sun, 09 Dec 2007 15:17:49 +0000 rubidium (svn r11606) -Revert (r11584): since FS#1482 is solved, we do not need the extra checking and such anymore. draft
Sun, 09 Dec 2007 15:15:26 +0000 rubidium (svn r11605) -Fix [FS#1482, FS#1523]: wrong count of Kirby trains when a ship was build. draft
Sat, 08 Dec 2007 21:57:24 +0000 smatz (svn r11604) -Fix: canal tiles were not marked dirty when surrounding tile got flooded, causing glitches draft
Sat, 08 Dec 2007 19:53:30 +0000 smatz (svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic draft
Sat, 08 Dec 2007 18:53:49 +0000 bjarni (svn r11602) -Change: [OSX] changed default PPC SDK to 10.4 (from 10.3) when building universal binaries draft
Sat, 08 Dec 2007 18:50:39 +0000 smatz (svn r11601) -Codechange: more strict break conditions for _userstring, assert when it overflows anyway (eg. code change without proper check change) draft
Sat, 08 Dec 2007 15:47:23 +0000 glx (svn r11600) -Cleanup: remove extra out-of-memory checks, since it's now done in *allocT functions. draft
Sat, 08 Dec 2007 15:21:37 +0000 bjarni (svn r11599) -Change: [OSX] 10.4 will now use quickdraw for window mode instead of quartz draft
Sat, 08 Dec 2007 14:54:43 +0000 rubidium (svn r11598) -Change [FS#1518]: some tooltips of the main toolbar did not 'enumerate' all options in a drop down menu. draft
Sat, 08 Dec 2007 14:50:41 +0000 rubidium (svn r11597) -Change: replace all remaining instances of (re|m|c)alloc with (Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions. draft
Sat, 08 Dec 2007 03:10:50 +0000 belugas (svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function draft
Sat, 08 Dec 2007 02:55:47 +0000 belugas (svn r11595) -Codechange: add a new member to Window struct, based on its function counterpart HandleButtonClick. draft
Sat, 08 Dec 2007 01:36:40 +0000 glx (svn r11594) -Fix: don't allow changing network only patches settings from console when not in network game draft
Sat, 08 Dec 2007 01:30:18 +0000 belugas (svn r11593) -Cleanup: remove some forgotten pieces of evidence of a mischief draft
Sat, 08 Dec 2007 01:20:47 +0000 belugas (svn r11592) -Codechange: Use the Window member RaiseButtons and remove the now useless RaiseWindowButtons function draft
Sat, 08 Dec 2007 01:02:19 +0000 belugas (svn r11591) -Codechange: remove now unused widget accessors. draft
Fri, 07 Dec 2007 21:16:38 +0000 glx (svn r11590) -Fix (r11193): IsSlopeRefused() result was half wrong draft
Fri, 07 Dec 2007 21:14:54 +0000 rubidium (svn r11589) -Fix [FS#1514]: when ship depots got destroyed they always returned to water, even when it should've been canals. draft
Fri, 07 Dec 2007 18:05:49 +0000 glx (svn r11588) -Codechange: use the new member introduced in r11551 draft
Fri, 07 Dec 2007 17:51:27 +0000 skidd13 (svn r11587) -Fix (r11457): The one way road button wasn't reset on abort draft
Fri, 07 Dec 2007 17:42:15 +0000 glx (svn r11586) -Fix: make another widget 'accessor' function const when it should be const. draft
Fri, 07 Dec 2007 12:22:34 +0000 skidd13 (svn r11585) -Codechange: Enumify the widgets of the newGRF gui and a slight cleanup there draft
Thu, 06 Dec 2007 22:29:47 +0000 rubidium (svn r11584) -Change: add some extra checking in the hope to find the cause of FS#1482. draft
Thu, 06 Dec 2007 20:55:48 +0000 rubidium (svn r11583) -Fix [FS#1484]: windows could get completely missing when one resized the window to something very small. draft
Thu, 06 Dec 2007 20:48:15 +0000 smatz (svn r11582) -Fix: tiles were not marked dirty in some cases when removing a lock draft
Thu, 06 Dec 2007 20:36:46 +0000 rubidium (svn r11581) -Codechange: add some missing cargo classes and some documentation. draft
Thu, 06 Dec 2007 18:29:31 +0000 skidd13 (svn r11580) -Feature: Memorise the resizing of the build bridge selection window during runtime draft
Thu, 06 Dec 2007 15:58:39 +0000 belugas (svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly. draft
Thu, 06 Dec 2007 02:31:47 +0000 belugas (svn r11578) -Codechange: Introduce the window default flag WDF_TEXTENTRY which specifies that the window holding it is actually one that enables an edit box. draft
Wed, 05 Dec 2007 19:13:42 +0000 smatz (svn r11577) -Fix: invalidate 'list trains/roadvehs/ships/planes' widgets when station part is added/removed draft
Wed, 05 Dec 2007 17:08:10 +0000 smatz (svn r11576) -Codechange: enumerize and comment station GUI draft
Wed, 05 Dec 2007 16:55:33 +0000 smatz (svn r11575) -Fix [FS#1502]: widget numbers of StationViewWindow were incorrect at some places draft
Wed, 05 Dec 2007 00:16:20 +0000 smatz (svn r11574) -Fix: flood train stations when there are no trains on border tiles too (when non-uniform stations are OFF) draft
Tue, 04 Dec 2007 22:50:07 +0000 rubidium (svn r11573) -Codechange: pause games that miss GRFs by default and throw some warnings and disclaimers when you want to unpause it. draft
Tue, 04 Dec 2007 22:22:50 +0000 glx (svn r11572) -Fix [FS#1494]: reinitialise windows system before loading a savegame draft
Tue, 04 Dec 2007 21:53:09 +0000 rubidium (svn r11571) -Fix [FS#1493]: road vehicle getting to the wrong side of a station when trying to overtake in there. draft
Tue, 04 Dec 2007 21:39:03 +0000 smatz (svn r11570) -Fix: do not flood rail station tiles when there is a vehicle on it (when non-uniform stations are ON) draft
Tue, 04 Dec 2007 18:42:08 +0000 rubidium (svn r11569) -Fix [FS#1480]: full paths sometimes did not work correctly. draft
Tue, 04 Dec 2007 17:51:50 +0000 belugas (svn r11568) -Codechange: Use bit shifts instead of values for flags. It helps readability a little bit. draft
Tue, 04 Dec 2007 15:32:54 +0000 glx (svn r11567) -Fix [FS#1512] (r11011): break the chain before moving a vehicle after another in the same chain draft
Mon, 03 Dec 2007 22:40:18 +0000 smatz (svn r11565) -Revert: part of r11564 draft
Mon, 03 Dec 2007 09:19:19 +0000 skidd13 (svn r11564) -Codechange: Increase the usage of the for_each_bit macro and rename it fitting to the naming style draft
Sun, 02 Dec 2007 21:43:16 +0000 skidd13 (svn r11563) -Codechange: Align the preprocessor code in stdafx.h with tabs draft
Sun, 02 Dec 2007 21:35:44 +0000 rubidium (svn r11562) -Fix [FS#1503] (r11546): aircraft sometimes stopped mid-air when the airport got destroyed. draft
Sun, 02 Dec 2007 20:13:12 +0000 glx (svn r11561) -Fix [FS#1504] (r11463): group list was not updated when removing the last group draft
Sun, 02 Dec 2007 19:23:46 +0000 rubidium (svn r11560) -Codechange: replace 'custom' version of FindLastBit with the generic. draft
Sun, 02 Dec 2007 19:21:56 +0000 rubidium (svn r11559) -Fix [FS#1505]: overflow when drawing graphics with high company values. draft
Sun, 02 Dec 2007 15:12:19 +0000 rubidium (svn r11557) -Codechange: send and store the passwords a little more secure to/in the servers. draft
Sun, 02 Dec 2007 14:48:26 +0000 rubidium (svn r11556) -Feature: allow setting a default password for new companies in network games. draft
Sun, 02 Dec 2007 14:29:48 +0000 rubidium (svn r11555) -Codechange: use the new members introduced in r11551. draft
Sun, 02 Dec 2007 13:32:41 +0000 rubidium (svn r11554) -Codechange: be more consistent with the naming of the widget functions. draft
Sun, 02 Dec 2007 12:10:48 +0000 rubidium (svn r11553) -Fix: make a few widget 'accessor' function const when they should be const. draft
Sun, 02 Dec 2007 11:32:24 +0000 miham (svn r11552) -Update: WebTranslator2 update to 2007-12-02 12:31:46 draft
Sun, 02 Dec 2007 00:59:48 +0000 belugas (svn r11551) -Codechange: Introduction of widget control members on struct Window. These "new" members have the exact same functionalities as their pure functions "genitors" draft
Sun, 02 Dec 2007 00:53:01 +0000 skidd13 (svn r11550) -Fix (r11547): Updated the data files regarding to r11549 draft
Sat, 01 Dec 2007 21:40:18 +0000 rubidium (svn r11547) -Add: signal selection GUI for the ones that really like to use that over CTRL. Patch by BigBB. draft
Sat, 01 Dec 2007 14:04:16 +0000 belugas (svn r11546) -Fix[FS#1496]: If ever the air/heli port is suddenly not available while the "chopper" is descending, just go back into flying. draft
Sat, 01 Dec 2007 02:59:22 +0000 belugas (svn r11545) -Revert(r11543): The result is not what was expected. Looks like more work might be needed draft
Sat, 01 Dec 2007 02:47:10 +0000 glx (svn r11544) -Fix [FS#1501]: revert r11453 as it translated cargo when it should not draft
Sat, 01 Dec 2007 01:31:05 +0000 belugas (svn r11543) -Codechange: Give a more adequate message when trying to place an industry required to be built over a house on any other type of tiles. draft
Fri, 30 Nov 2007 14:49:13 +0000 bjarni (svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was draft
Fri, 30 Nov 2007 14:42:16 +0000 bjarni (svn r11541) -Fix: [OSX] detect statvfs at runtime (based on OSX version) instead of compile time draft
Fri, 30 Nov 2007 13:26:24 +0000 bjarni (svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX 10.3. It will fail draft
Thu, 29 Nov 2007 18:27:39 +0000 skidd13 (svn r11539) -Feature: Make the bridge selection window resizable draft
Wed, 28 Nov 2007 21:59:06 +0000 skidd13 (svn r11538) -Codechange: Rewrite GetNthSetBit in a more uncontroversial way and add its documentation draft