Mon, 01 Jan 2007 16:31:13 +0000 celestar (svn r7721) [cbh] - Sync with 7607:7720 from trunk custombridgeheads
Mon, 01 Jan 2007 16:10:01 +0000 celestar (svn r7720) [cbh] - Fix: Trains can now access bridges from, and depart bridge onto, non X- and Y-direction Tracks. custombridgeheads
Mon, 01 Jan 2007 16:07:21 +0000 celestar (svn r7719) [cbh] - Codechange: KUDr and I have decided that our developemnt efforts went in the wrong direction, so revert all changes from 7686 onwards custombridgeheads
Mon, 01 Jan 2007 10:26:12 +0000 KUDr (svn r7714) - Cleanup: 'replace' artifacts comments in comments custombridgeheads
Mon, 01 Jan 2007 01:43:40 +0000 KUDr (svn r7712) [cbh] - Fix: [YAPF] make those 3 files added in (r7708) compilable by g++ custombridgeheads
Sun, 31 Dec 2006 23:48:04 +0000 KUDr (svn r7710) [cbh] - Fix: [YAPF] one more assert fixed. Call from the TrainController() added by (r7705) has broken YAPF because it was called when vehicle was already on the next tile (with cbh choice). Before it was always called before the train entered tile with choice. custombridgeheads
Sun, 31 Dec 2006 21:47:51 +0000 KUDr (svn r7709) -Fix: (r7708) 2 new files added into VC8 project, added missing 'svn:keywords=Id' for those custombridgeheads
Sun, 31 Dec 2006 21:13:40 +0000 KUDr (svn r7708) [cbh] - Fix: [YAPF] added some YAPF debug messages, added string support used for new debugging stuff, resolved few cbh related issues custombridgeheads
Sun, 31 Dec 2006 18:03:21 +0000 celestar (svn r7705) [cbh] - Fix: Trains leave the bridge according to the trackbits that a present on the bridge head. custombridgeheads
Sun, 31 Dec 2006 16:08:00 +0000 celestar (svn r7703) [cbh] - Fix: I "optimized" a little too much on previous commit and broke stuff custombridgeheads
Sun, 31 Dec 2006 16:03:49 +0000 celestar (svn r7702) [cbh] - Moved around some functions and changes from r7687 abd 7697 custombridgeheads
Sun, 31 Dec 2006 12:28:51 +0000 KUDr (svn r7697) [cbh] - Cleanup of r7687 changes custombridgeheads
Sun, 31 Dec 2006 02:53:23 +0000 KUDr (svn r7687) [cbh] - Fix: trains can now enter the bridge from side. They still can't leave it from side (pathfinder will need to be invoked when the other ramp is entered). Also the code is not very clear and needs review. It is more proof of concept than final solution. I hope that somebody smarter (Celestar) can do it better. custombridgeheads
Sat, 30 Dec 2006 18:36:42 +0000 KUDr (svn r7656) -Fix: warning 'not all control path return value' generated by VC in debug mode (bridge_cmd.c:1038) custombridgeheads
Sat, 30 Dec 2006 18:25:01 +0000 KUDr (svn r7655) [cbh] - Fix: [YAPF] another assert (on opposite cbh when it contained choice). Now it is possible to reach choice when exiting wormhole. So the wormhole cost must be taken into consideration when starting new YAPF node. custombridgeheads
Sat, 30 Dec 2006 17:35:08 +0000 celestar (svn r7653) [cbh] - Codechange: Split VehicleEnter_Bridge into separate files for road and rail to simplify further work on this custombridgeheads
Sat, 30 Dec 2006 17:16:07 +0000 celestar (svn r7652) [cbh] - Fix: On last commit, I messed up some check and trains could not longer leave the "on bridge" status. Oops. custombridgeheads
Sat, 30 Dec 2006 17:09:30 +0000 celestar (svn r7651) [cbh] - Fix: Allow trains to enter bridge head tiles from "the side" custombridgeheads
Sat, 30 Dec 2006 17:08:50 +0000 celestar (svn r7650) [cbh] - Codechange: For the time being, re-enable the invalid-raid debug statements custombridgeheads
Sat, 30 Dec 2006 17:06:34 +0000 KUDr (svn r7649) [cbh] - Fix: [YAPF] assert on cbh custombridgeheads
Sat, 30 Dec 2006 13:15:15 +0000 celestar (svn r7648) [cbh] - Feature: Allow removal of tracks from bridge heads. However, trains on the bridge must still be able to access the bridge head custombridgeheads
Sat, 30 Dec 2006 12:59:17 +0000 celestar (svn r7647) [cbh] - Fix: Draw catenary on custombridgeheads properly custombridgeheads
Sat, 30 Dec 2006 12:55:45 +0000 celestar (svn r7646) [cbh] - Feature: Allow building additional tracks on a (horizontal) bridge ramp using normal building tools custombridgeheads
Sat, 30 Dec 2006 12:49:54 +0000 celestar (svn r7645) [cbh] - Fix: In r7643, I broke the building of new bridges because I forgot to change the map-accessors. repair this custombridgeheads
Sat, 30 Dec 2006 12:05:05 +0000 celestar (svn r7644) [cbh] - Codechange: For custombridgeheads (those that have more than just one straight piece of track) use a foundation and the normal track drawing code custombridgeheads
Sat, 30 Dec 2006 11:57:57 +0000 celestar (svn r7643) [cbh] - Codechange: Railway bridges now store track bits just like normal rail tiles. For railway bridges, GetTileTrackStatus_Bridge just calls GetTileTrackStatus_Track custombridgeheads
Fri, 29 Dec 2006 12:45:44 +0000 celestar (svn r7615) [cbh] - Doc: Updated the documentation for map array custombridgeheads
Fri, 29 Dec 2006 12:33:26 +0000 celestar (svn r7614) [cbh] - Codechange: Moved the DiagDirection of the bridge head from m5 bits 0..1 to m4 bits 5..6 custombridgeheads
Fri, 29 Dec 2006 12:18:43 +0000 celestar (svn r7613) [cbh] - Codechange: Removed tunnel-specific functions from bridge_cmd.c and bridge-specific functions from tunnel_cmd.c custombridgeheads
Fri, 29 Dec 2006 12:03:28 +0000 celestar (svn r7612) [cbh] Copied tunnelbridge_cmd.c to tunnel_cmd.c and bridge_cmd.c. Removed tunnelbridge_cmd.c custombridgeheads
Fri, 29 Dec 2006 11:03:39 +0000 celestar (svn r7610) [cbh] - Codechange: Created seperate Tile Type Procs for tunnel and bridge tiles custombridgeheads
Fri, 29 Dec 2006 10:13:35 +0000 celestar (svn r7608) [cbh] - Merge with trunk r7593:7607 because I need 7607 here custombridgeheads
Thu, 28 Dec 2006 17:30:06 +0000 celestar (svn r7598) [cbh] - Codechange: Remove the functions IsTunnel() and IsBridge() as they are no longer needed. custombridgeheads
Thu, 28 Dec 2006 17:21:22 +0000 celestar (svn r7597) [cbh] - Codechange: Remove MP_TUNNELBRIDGE and introduce three new TileTypes: MP_TUNNEL, MP_STREET_BRIDGE, MP_RAILWAY_BRIDGE custombridgeheads
Thu, 28 Dec 2006 16:11:07 +0000 celestar (svn r7593) [cbh] - Created a branch to develop custombridgeheads. custombridgeheads
Thu, 28 Dec 2006 13:18:07 +0000 peter1138 (svn r7592) -Feature: Add support for tractive effort to 'realistic' acceleration.
Thu, 28 Dec 2006 11:52:12 +0000 KUDr (svn r7590) -Codechange: (r7585)
Thu, 28 Dec 2006 01:24:00 +0000 bjarni (svn r7588) -Change: [OSX] removed the flag JAGUAR since it didn't work anyway
Thu, 28 Dec 2006 01:13:55 +0000 bjarni (svn r7587) -Change: [OSX] updated readme about compiling a universal binary as the flag name changed, but didn't change in the readme
Thu, 28 Dec 2006 00:57:56 +0000 rubidium (svn r7586) -Fix (FS#473): remove the Landscaping toolbar option from the Road Construction toolbar in the scenario editor, as there is another Lanscaping GUI in the scenario editor and launching that one could confuse users.
Wed, 27 Dec 2006 23:11:43 +0000 KUDr (svn r7585) -Codechange: CheckStationSpreadOut() took too much CPU. Station rectangle is now maintained instead of calculating it each time by walking through whole map. Should help with the performance issue related to AIs trying to build road stops too often. (idea by Celestar)
Wed, 27 Dec 2006 18:29:34 +0000 peter1138 (svn r7583) -Fix (r7573): Merging of bridge branch broke (partially reverted?) automatic railtype conversion when building track on existing rail.
Wed, 27 Dec 2006 18:25:17 +0000 rubidium (svn r7582) -Fix (r7490): appending static GRFs to the list of to-be loaded GRF for a game could result in duplicate GRFs in that list, which can cause a segmentation fault while loading the GRFs.
Wed, 27 Dec 2006 16:18:59 +0000 rubidium (svn r7581) [Translations] -Change: overhaul of the Polish language file by MeusH to make use of the Unicode characters where needed.
Wed, 27 Dec 2006 16:14:21 +0000 Darkvater (svn r7580) -Fix (r7182): UTF8-merge changed the string handling a bit, now the str pointer for
Wed, 27 Dec 2006 14:51:55 +0000 celestar (svn r7579) -Fix: upon merging the bridge branch, I accidently reverted 7571. Re-revert it. Sorry.
Wed, 27 Dec 2006 14:34:09 +0000 bjarni (svn r7578) -Fix r7577: fixed typo
Wed, 27 Dec 2006 14:27:30 +0000 Darkvater (svn r7577) -Fix (r7565): Missed out some OSX files (Bjarni)
Wed, 27 Dec 2006 13:48:57 +0000 celestar (svn r7575) -Codechange: Allow the AI to build signals under bridges (revert r4911)
Wed, 27 Dec 2006 13:24:36 +0000 miham (svn r7574) WebTranslator2 update to 2006-12-27 14:23:53
Wed, 27 Dec 2006 12:38:02 +0000 celestar (svn r7573) -Merged the bridge branch. Allows to build bridges of arbitrary rail/road combinations (including signals)
Wed, 27 Dec 2006 12:22:25 +0000 Darkvater (svn r7571) -Fix (r7565): Older GCC versions do not have __VA_ARGS__ support (C99), work around
Tue, 26 Dec 2006 22:04:53 +0000 rubidium (svn r7569) -Fix (r7565): cocoa files were (somehow) forgotten.
Tue, 26 Dec 2006 21:48:15 +0000 Darkvater (svn r7568) -Fix [r7564]: buf+4 is the same as &buf[4], not buf[4] for a char*.
Tue, 26 Dec 2006 18:27:40 +0000 rubidium (svn r7566) -Fix: only send commands to the new client from the map, that is going to be transfered to the new client, is saved on the server and not while waiting for the 'map download slot' as that will add commands for already passed frames in the command queue of the new client.
Tue, 26 Dec 2006 17:36:18 +0000 Darkvater (svn r7565) -Codechange: Rework DEBUG functionality. Look for appropiate debugging levels to
Tue, 26 Dec 2006 17:22:47 +0000 Darkvater (svn r7564) -Codechange: Some newgrf changes. FFIR/EVAW endian-swapping, functionalize
Tue, 26 Dec 2006 15:28:11 +0000 rubidium (svn r7563) -Fix (FS#468): removing towns in the scenario editor could leave subsidies with that town as source/destination, resulting in an assertion when displaying the Subsidies Window.
Tue, 26 Dec 2006 13:30:48 +0000 Darkvater (svn r7562) -Fix (r7060, 5874): It seems windows doesn't have the same functionality for CreateWindow when starting a program from the console or from the GUI. Because of this starting OpenTTD from the desktop wouldn't maximize the window, even if the config file said so. So work around this...
Tue, 26 Dec 2006 12:56:48 +0000 rubidium (svn r7561) -Fix (FS#431): core and (patches) GUI were not in-sync with respect to autorenew settings. This is only a temporary fix, as the definite fix needs to move the autorenew settings to a per-company settings window.