Wed, 08 Dec 2004 16:27:54 +0000 bjarni (svn r980) Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai)
Wed, 08 Dec 2004 15:46:13 +0000 Celestar (svn r979) Allow more realistically sized catchment areas
Wed, 08 Dec 2004 15:26:57 +0000 Celestar (svn r978) Fixed an endianess issue with the new Order system. Thanks to Bjarni, Oskar and Tron
Wed, 08 Dec 2004 13:35:00 +0000 miham (svn r977) Daily langfile updates (automatic)
Tue, 07 Dec 2004 19:31:24 +0000 bjarni (svn r974) Makefile: fixed issue in make release and nightly_build, which caused failures if RELEASE contained spaces
Tue, 07 Dec 2004 18:17:41 +0000 bjarni (svn r973) Makefile: added make nightly_build (only on mac)
Tue, 07 Dec 2004 17:58:06 +0000 bjarni (svn r972) Makefile: added make release (currently only works on mac)
Tue, 07 Dec 2004 17:27:55 +0000 bjarni (svn r971) Mac: updated text files and added the link files from the releases
Tue, 07 Dec 2004 17:16:57 +0000 bjarni (svn r970) Added 2nd data path for all non-windows OSes
Mon, 06 Dec 2004 00:03:26 +0000 Celestar (svn r962) Fixed a problem with the new order system due to missing '{}' (another place)
Sun, 05 Dec 2004 23:57:08 +0000 Celestar (svn r961) Fixed a problem with the new order system due to missing '{}'
Sun, 05 Dec 2004 21:30:58 +0000 darkvater (svn r960) -Fix: forgotten conversion of orders for the AI (Tron)
Sun, 05 Dec 2004 20:02:49 +0000 darkvater (svn r959) -Fix: fix previous typo for workaround of braindead MSVC6 (Tron)
Sun, 05 Dec 2004 19:50:58 +0000 darkvater (svn r957) -Fix: vehicle.c compiler problems for MSVC6 only! (Tron)
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Sun, 05 Dec 2004 12:25:25 +0000 truelight (svn r954) -Fix: [Console] Hook fixes (sign_de)
Sun, 05 Dec 2004 11:40:58 +0000 miham (svn r953) Daily langfile updates (automatic)
Sat, 04 Dec 2004 23:43:54 +0000 darkvater (svn r952) -A tiny insignificant fix for a toyland industry gfx
Sat, 04 Dec 2004 23:19:31 +0000 bjarni (svn r951) Makefile: fixed missing flag for libpng, which prevented lib detection if SDL was not used
Sat, 04 Dec 2004 22:29:18 +0000 miham (svn r950) Daily langfile updates (automatic)
Sat, 04 Dec 2004 20:34:59 +0000 bjarni (svn r949) Makefile: added DEDICATED flag to allow complilation of dedicated servers without linking to SDL. Request by Jezral
Sat, 04 Dec 2004 18:57:42 +0000 truelight (svn r948) -Codechange: clearified my last commit a bit more with some comment in the code
Sat, 04 Dec 2004 18:43:07 +0000 truelight (svn r947) -Fix: [Network] Desync problem
Sat, 04 Dec 2004 18:27:08 +0000 tron (svn r946) Remove double patch option which crept in during merge
Sat, 04 Dec 2004 18:17:52 +0000 truelight (svn r945) -Fix: [Network] Terraform callback went wrong in merge
Sat, 04 Dec 2004 18:16:20 +0000 truelight (svn r944) -Updated vc6 project file (Hackykid)
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Sat, 04 Dec 2004 15:02:45 +0000 truelight (svn r939) -Fix: Fixed compiler errors
Sat, 04 Dec 2004 09:26:39 +0000 tron (svn r925) Use sound enums
Sat, 04 Dec 2004 07:41:37 +0000 tron (svn r924) Use RailVehInfo() instead of &_rail_vehicle_info[]
Sat, 04 Dec 2004 00:34:20 +0000 tron (svn r923) Forgot s/rail_vehinfo/RailVehInfo/
Fri, 03 Dec 2004 21:57:05 +0000 tron (svn r920) Replace vehicle info macros with inline functions and add asserts to check limits
Fri, 03 Dec 2004 14:38:02 +0000 tron (svn r909) Small cleanup in vehicle.c, this should fix some warnings on 64bit machines
Fri, 03 Dec 2004 07:43:00 +0000 tron (svn r907) Sprinkle holy ANSI water:
Fri, 03 Dec 2004 05:59:26 +0000 miham (svn r906) Daily langfile updates (automatic)
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Wed, 01 Dec 2004 21:35:14 +0000 miham (svn r880) Daily langfile updates (automatic)
Wed, 01 Dec 2004 19:44:39 +0000 bjarni (svn r877) Moved bemidi.cpp correctly this time
Wed, 01 Dec 2004 19:42:42 +0000 bjarni (svn r876) reverted the accidently cleared bemidi.cpp
Wed, 01 Dec 2004 15:25:18 +0000 bjarni (svn r870) BeOS: made the move of bemidi.cpp properly (I hope)
Wed, 01 Dec 2004 15:23:05 +0000 bjarni (svn r869) Mac: finally made asserts open the console, so people should be able to see what went wrong even if they opened the game in the GUI
Wed, 01 Dec 2004 11:50:20 +0000 bjarni (svn r862) Cygwin: libdetection now sets the flags properly if no Makefile.config is found
Mon, 29 Nov 2004 23:20:07 +0000 miham (svn r857) Daily langfile updates (automatic)
Mon, 29 Nov 2004 20:26:00 +0000 Bjarni (svn r856) Makefile: added the flags CYGWIN and MINGW to libdetection. They were missing in the autodetected makefile.config
Mon, 29 Nov 2004 20:03:04 +0000 bjarni (svn r855) BeOS: moved bemidi to os/beos/ (w-ber)
Mon, 29 Nov 2004 19:26:24 +0000 darkvater (svn r854) -Fix [1070274] Invisible trains. Weird macros and MSVC optimizing don't always mix. (Tron)
Mon, 29 Nov 2004 11:59:09 +0000 tron (svn r853) -Feature: Implement improved vehicle loading algorithm
Sun, 28 Nov 2004 22:43:46 +0000 miham (svn r852) Daily langfile updates (automatic)
Sun, 28 Nov 2004 21:37:23 +0000 tron (svn r850) Adjust the other language files according to revision 844
Sun, 28 Nov 2004 19:46:24 +0000 tron (svn r847) Add the station type icons to strgen: {TRAIN}, {LORRY}, {BUS}, {PLANE} and {SHIP}
Sun, 28 Nov 2004 12:24:48 +0000 tron (svn r844) Fix some typos ([ 1074329 ]) and use a bigger font in the detailed performance rating window
Sat, 27 Nov 2004 21:28:51 +0000 tron (svn r843) Remove redundant variable assignments and function calls
Sat, 27 Nov 2004 19:53:53 +0000 tron (svn r842) -Fix: [ 985925 ] Start/stop flag in train depots always works, regardless of the horizontal scroll position
Fri, 26 Nov 2004 22:29:02 +0000 pasky (svn r831) Remove station-specific roadbits magic. Tron already fixed road stations so that they don't give out roadbits in r780.
Fri, 26 Nov 2004 22:21:12 +0000 pasky (svn r830) Move the MP_STATION roadbits guard to GetTownRoadBitsByTile() wrapper of GetRoadBitsByTile(). This should really and for once fix the road-behind-road-station bug.
Fri, 26 Nov 2004 21:52:18 +0000 tron (svn r829) Fix small glitch: Immediately redraw the tile selection square when using the hotkey to toggle removal
Fri, 26 Nov 2004 21:14:42 +0000 pasky (svn r828) Everyone welcome table/sprites.h in trunk - so far not in use besides enum AnimCursors migrated from viewport.h and tiny fragment of enum Sprites migrated from ttd.h (we should slowly convert trunk to use the symbolic names instead of sprite numbers too to reduce the delta to map). Ported from the map branch, where the work was done by Darkvater, Celestar and Tron.
Fri, 26 Nov 2004 21:11:37 +0000 tron (svn r827) Dye bridge ramps in the matching colours compared to the rest of the bridge
Fri, 26 Nov 2004 20:29:05 +0000 tron (svn r826) Seperate all bridge related tables from tunnel_land.h into their own file
Fri, 26 Nov 2004 16:55:35 +0000 tron (svn r822) Use a struct instead of pairs of bytes for the string colormap.