------------------------------------------------------------------------ r1010 | bjarni | 2004-12-10 18:24:35 +0000 (Fri, 10 Dec 2004) | 2 lines Makefile: removed the outdated remove of ttd binary from make clean (should only be a check for openttd binary) Tron forgot to credit Celestar for last commit (rev 1009) ------------------------------------------------------------------------ r1009 | tron | 2004-12-10 18:16:08 +0000 (Fri, 10 Dec 2004) | 4 lines -Feature: per-station vehicle lists This adds a little button per vehicle class to the station window which opens a list of all vehicles that have this station on their schedule. As side effect this gets rid of some global variables. ------------------------------------------------------------------------ r1007 | tron | 2004-12-10 15:12:48 +0000 (Fri, 10 Dec 2004) | 1 line Remove the last SET_DPARAM (: ------------------------------------------------------------------------ r1006 | miham | 2004-12-10 13:58:39 +0000 (Fri, 10 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1005 | tron | 2004-12-10 13:10:17 +0000 (Fri, 10 Dec 2004) | 2 lines Don't treat orders in the normal load routine as old orders, this lead to corruption on load. ------------------------------------------------------------------------ r1004 | tron | 2004-12-10 13:02:47 +0000 (Fri, 10 Dec 2004) | 1 line Fix harmless typo (comma instead of semicolon) ------------------------------------------------------------------------ r1003 | bjarni | 2004-12-10 13:00:11 +0000 (Fri, 10 Dec 2004) | 1 line Mac: reintroduced the static libpng hack in makefile since it appears to be needed in the nightly builds ------------------------------------------------------------------------ r1002 | darkvater | 2004-12-09 23:49:23 +0000 (Thu, 09 Dec 2004) | 1 line -Fixed the placement of the OpenTTD logo a bit (thx Jango). ------------------------------------------------------------------------ r1001 | darkvater | 2004-12-09 23:20:32 +0000 (Thu, 09 Dec 2004) | 1 line -Changed the title name to OpenTTD. Don't know how this was missed all this time; but is fixed now. ------------------------------------------------------------------------ r1000 | bjarni | 2004-12-09 23:17:03 +0000 (Thu, 09 Dec 2004) | 1 line Makefile: added check for static build releases on mac. Most users can't use a dynamic build ------------------------------------------------------------------------ r999 | dominik | 2004-12-09 23:16:52 +0000 (Thu, 09 Dec 2004) | 1 line New icons for the network interface, newgrf gui and the tiny euro ------------------------------------------------------------------------ r998 | bjarni | 2004-12-09 21:46:56 +0000 (Thu, 09 Dec 2004) | 1 line now vehicles are serviced both when entering and when leaving depots to prevent that vehicles might need service when leaving after a long stay (ln--) ------------------------------------------------------------------------ r990 | tron | 2004-12-09 18:18:21 +0000 (Thu, 09 Dec 2004) | 4 lines Fix a display bug in the order list: TTD stores invalid orders different than OTTD, this resulted in empty lines in the order list. With the overhaul of the order system this got worse: no line was shown at all. Fix this by sanity checking while loading and convert the orders accordingly. ------------------------------------------------------------------------ r988 | bjarni | 2004-12-08 21:33:44 +0000 (Wed, 08 Dec 2004) | 1 line Removed the JAM file stuff since it turned out that nobody uses it anymore and it is not maintained anymore ------------------------------------------------------------------------ r986 | bjarni | 2004-12-08 20:02:15 +0000 (Wed, 08 Dec 2004) | 1 line Norwegian translation update (Johannes) ------------------------------------------------------------------------ r985 | bjarni | 2004-12-08 19:33:44 +0000 (Wed, 08 Dec 2004) | 1 line Makefile: repaired issue in make release (OSX) ------------------------------------------------------------------------ r984 | truelight | 2004-12-08 18:18:20 +0000 (Wed, 08 Dec 2004) | 2 lines -Fix: deleted a debug level 0 line that was introduced in revision 978 ------------------------------------------------------------------------ r983 | bjarni | 2004-12-08 18:17:58 +0000 (Wed, 08 Dec 2004) | 1 line SunOS: fixed backspace key (Oskar) ------------------------------------------------------------------------ r982 | truelight | 2004-12-08 18:16:43 +0000 (Wed, 08 Dec 2004) | 7 lines -Fix: [Network] Because dparams are misused as a char, we had some endian-problems. To fix this, we are sending dparams byte by byte (instead of an uint32). Because of this dparam is sent not-uint32-endian-safe, but char-endian-safe. Too bad dparam can no longer be used for normal stuff (which is currently not the case) (tnx to Tron and Bjarni) ------------------------------------------------------------------------ r981 | bjarni | 2004-12-08 17:14:36 +0000 (Wed, 08 Dec 2004) | 1 line SunOS: fixed the hotkey for console (Oskar) ------------------------------------------------------------------------ r980 | bjarni | 2004-12-08 16:27:54 +0000 (Wed, 08 Dec 2004) | 1 line Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai) ------------------------------------------------------------------------ r979 | Celestar | 2004-12-08 15:46:13 +0000 (Wed, 08 Dec 2004) | 1 line Allow more realistically sized catchment areas ------------------------------------------------------------------------ r978 | Celestar | 2004-12-08 15:26:57 +0000 (Wed, 08 Dec 2004) | 1 line Fixed an endianess issue with the new Order system. Thanks to Bjarni, Oskar and Tron ------------------------------------------------------------------------ r977 | miham | 2004-12-08 13:35:00 +0000 (Wed, 08 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r974 | bjarni | 2004-12-07 19:31:24 +0000 (Tue, 07 Dec 2004) | 1 line Makefile: fixed issue in make release and nightly_build, which caused failures if RELEASE contained spaces ------------------------------------------------------------------------ r973 | bjarni | 2004-12-07 18:17:41 +0000 (Tue, 07 Dec 2004) | 1 line Makefile: added make nightly_build (only on mac) ------------------------------------------------------------------------ r972 | bjarni | 2004-12-07 17:58:06 +0000 (Tue, 07 Dec 2004) | 2 lines Makefile: added make release (currently only works on mac) Mac: sets the STATIC flag if no makefile.config is found ------------------------------------------------------------------------ r971 | bjarni | 2004-12-07 17:27:55 +0000 (Tue, 07 Dec 2004) | 1 line Mac: updated text files and added the link files from the releases ------------------------------------------------------------------------ r970 | bjarni | 2004-12-07 17:16:57 +0000 (Tue, 07 Dec 2004) | 2 lines Added 2nd data path for all non-windows OSes added completely customizable lang path (all non-Windows OSes) ------------------------------------------------------------------------ r962 | Celestar | 2004-12-06 00:03:26 +0000 (Mon, 06 Dec 2004) | 1 line Fixed a problem with the new order system due to missing '{}' (another place) ------------------------------------------------------------------------ r961 | Celestar | 2004-12-05 23:57:08 +0000 (Sun, 05 Dec 2004) | 1 line Fixed a problem with the new order system due to missing '{}' ------------------------------------------------------------------------ r960 | darkvater | 2004-12-05 21:30:58 +0000 (Sun, 05 Dec 2004) | 1 line -Fix: forgotten conversion of orders for the AI (Tron) ------------------------------------------------------------------------ r959 | darkvater | 2004-12-05 20:02:49 +0000 (Sun, 05 Dec 2004) | 2 lines -Fix: fix previous typo for workaround of braindead MSVC6 (Tron) -Fix: added debug code to autosave cause it is buggy in multiplayer (does not remember settings; takes them from _opt instead of _new_opt (or vice versa)). ------------------------------------------------------------------------ r957 | darkvater | 2004-12-05 19:50:58 +0000 (Sun, 05 Dec 2004) | 1 line -Fix: vehicle.c compiler problems for MSVC6 only! (Tron) ------------------------------------------------------------------------ r955 | tron | 2004-12-05 12:43:04 +0000 (Sun, 05 Dec 2004) | 4 lines Replace uint16 for orders with struct Order This adds no functionality, but is a stepping stone for future improvement (like 16bit order indices) and is easier to read. This changes preserves binary compatibility wrt savegames. ------------------------------------------------------------------------ r954 | truelight | 2004-12-05 12:25:25 +0000 (Sun, 05 Dec 2004) | 3 lines -Fix: [Console] Hook fixes (sign_de) -Add: [Console] Auto sort commands and variables (sign_de) ------------------------------------------------------------------------ r953 | miham | 2004-12-05 11:40:58 +0000 (Sun, 05 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r952 | darkvater | 2004-12-04 23:43:54 +0000 (Sat, 04 Dec 2004) | 2 lines -A tiny insignificant fix for a toyland industry gfx -Added table\sprites.h to VS.NET project file ------------------------------------------------------------------------ r951 | bjarni | 2004-12-04 23:19:31 +0000 (Sat, 04 Dec 2004) | 2 lines Makefile: fixed missing flag for libpng, which prevented lib detection if SDL was not used Makefile: Combined the OSX specific libpng code with the general one. Now OSX have no special code for libpng ------------------------------------------------------------------------ r950 | miham | 2004-12-04 22:29:18 +0000 (Sat, 04 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r949 | bjarni | 2004-12-04 20:34:59 +0000 (Sat, 04 Dec 2004) | 1 line Makefile: added DEDICATED flag to allow complilation of dedicated servers without linking to SDL. Request by Jezral ------------------------------------------------------------------------ r948 | truelight | 2004-12-04 18:57:42 +0000 (Sat, 04 Dec 2004) | 2 lines -Codechange: clearified my last commit a bit more with some comment in the code ------------------------------------------------------------------------ r947 | truelight | 2004-12-04 18:43:07 +0000 (Sat, 04 Dec 2004) | 2 lines -Fix: [Network] Desync problem ------------------------------------------------------------------------ r946 | tron | 2004-12-04 18:27:08 +0000 (Sat, 04 Dec 2004) | 1 line Remove double patch option which crept in during merge ------------------------------------------------------------------------ r945 | truelight | 2004-12-04 18:17:52 +0000 (Sat, 04 Dec 2004) | 3 lines -Fix: [Network] Terraform callback went wrong in merge -Fix: Some settings went wrong in merge ------------------------------------------------------------------------ r944 | truelight | 2004-12-04 18:16:20 +0000 (Sat, 04 Dec 2004) | 2 lines -Updated vc6 project file (Hackykid) ------------------------------------------------------------------------ r942 | truelight | 2004-12-04 17:54:56 +0000 (Sat, 04 Dec 2004) | 2 lines -Merged branch/network back into the trunk ------------------------------------------------------------------------ r939 | truelight | 2004-12-04 15:02:45 +0000 (Sat, 04 Dec 2004) | 2 lines -Fix: Fixed compiler errors ------------------------------------------------------------------------ r925 | tron | 2004-12-04 09:26:39 +0000 (Sat, 04 Dec 2004) | 3 lines Use sound enums Also play the correct sound when a toyland road vehicle breaks down ------------------------------------------------------------------------ r924 | tron | 2004-12-04 07:41:37 +0000 (Sat, 04 Dec 2004) | 1 line Use RailVehInfo() instead of &_rail_vehicle_info[] ------------------------------------------------------------------------ r923 | tron | 2004-12-04 00:34:20 +0000 (Sat, 04 Dec 2004) | 1 line Forgot s/rail_vehinfo/RailVehInfo/ ------------------------------------------------------------------------ r920 | tron | 2004-12-03 21:57:05 +0000 (Fri, 03 Dec 2004) | 1 line Replace vehicle info macros with inline functions and add asserts to check limits ------------------------------------------------------------------------