------------------------------------------------------------------------ r1066 | truelight | 2004-12-13 18:53:59 +0000 (Mon, 13 Dec 2004) | 2 lines -Fix: Crash when saving game as spectator (tnx to GeniusDex for reporting) ------------------------------------------------------------------------ r1065 | truelight | 2004-12-13 18:51:08 +0000 (Mon, 13 Dec 2004) | 2 lines -Add: [Console] Alias support. Type 'list_aliases' to show them all (sign_de) ------------------------------------------------------------------------ r1064 | truelight | 2004-12-13 18:34:31 +0000 (Mon, 13 Dec 2004) | 2 lines -Fixed typo (tnx GeniusDex) ------------------------------------------------------------------------ r1063 | tron | 2004-12-13 18:33:47 +0000 (Mon, 13 Dec 2004) | 3 lines Improve scrolling limits a bit. You now can scroll further away from the map at the NW and NE edge. Hopefully this new code is also a bit more comprehensible than the old. (; ------------------------------------------------------------------------ r1062 | truelight | 2004-12-13 18:32:49 +0000 (Mon, 13 Dec 2004) | 2 lines -Fix: [Console] Compile warnigs in Get/SetPatchSettings ------------------------------------------------------------------------ r1061 | truelight | 2004-12-13 17:58:53 +0000 (Mon, 13 Dec 2004) | 2 lines -Fix: [Network] Compiling without ENABLE_NETWORK now works again correctly ------------------------------------------------------------------------ r1059 | truelight | 2004-12-13 17:47:21 +0000 (Mon, 13 Dec 2004) | 4 lines -Fix: [Console] Renamed 'set port' to 'set server_port' -Add: [Network] Add ip-bind ('set server_bind_ip ' in console or use scripts/pre_dedicated.scr) ------------------------------------------------------------------------ r1058 | truelight | 2004-12-13 17:07:32 +0000 (Mon, 13 Dec 2004) | 3 lines -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map (this annoyed me for some time now) ------------------------------------------------------------------------ r1057 | truelight | 2004-12-13 17:04:41 +0000 (Mon, 13 Dec 2004) | 4 lines -Add: [Network] 'set port ' changes the port of the server (after reboot) -Fix: [Network] Fixed warnings that came with last revision -Cleanup: [Network] Removed an unused var (_network_client_port) ------------------------------------------------------------------------ r1056 | truelight | 2004-12-13 16:51:10 +0000 (Mon, 13 Dec 2004) | 2 lines -Fix: [Network] Give the dedicated-server always a console in windows (sign_de) ------------------------------------------------------------------------ r1055 | truelight | 2004-12-13 16:16:28 +0000 (Mon, 13 Dec 2004) | 3 lines -Add: [Console] Special for dedicated servers: - You can change patch settings via 'set patch []' ------------------------------------------------------------------------ r1054 | truelight | 2004-12-13 16:15:21 +0000 (Mon, 13 Dec 2004) | 3 lines -Fix: [Network] Redid revision 1024, only a bit more nice this time (revision length is back to 10, and checking is now done correctly) ------------------------------------------------------------------------ r1053 | truelight | 2004-12-13 15:07:33 +0000 (Mon, 13 Dec 2004) | 8 lines -Change: [Console] Changed 'setservername', 'setpassword', 'protect' and 'name' in: - set server_pw "password" - set server_name "servername" - set company_pw "password" - set name "playername" (patch by sign_de) ------------------------------------------------------------------------ r1052 | truelight | 2004-12-13 14:57:58 +0000 (Mon, 13 Dec 2004) | 2 lines -Fix: [Network] You can't join a server when revision mismatches. ------------------------------------------------------------------------ r1051 | truelight | 2004-12-13 14:49:31 +0000 (Mon, 13 Dec 2004) | 3 lines -Fix: [Network] New Company button is disabled when there is no more space for a new company ------------------------------------------------------------------------ r1050 | truelight | 2004-12-13 14:43:41 +0000 (Mon, 13 Dec 2004) | 3 lines -Fix: [Network] Scripts are no longer under revision control -Add: [Network] Moved original scripts to be example scripts ------------------------------------------------------------------------ r1045 | truelight | 2004-12-13 11:17:59 +0000 (Mon, 13 Dec 2004) | 2 lines -Fix: OpenTTD compiles again under VC6 (sign_de) ------------------------------------------------------------------------ r1042 | truelight | 2004-12-13 09:01:24 +0000 (Mon, 13 Dec 2004) | 3 lines -Fix: [Network] Hopefully enabled revision-check for windows (somehow windows uses WITH_REV_HACK instead of WITH_REV :s) ------------------------------------------------------------------------ r1041 | tron | 2004-12-13 07:41:04 +0000 (Mon, 13 Dec 2004) | 2 lines Under certain circumstances obsolete fields are included in the size calculation of a chunk in a savegame which leads to failed loads. This wasn't triggered because the necessary conditions weren't met. ------------------------------------------------------------------------ r1040 | dominik | 2004-12-12 22:05:08 +0000 (Sun, 12 Dec 2004) | 1 line Fix: All character hotkeys are disabled now when a window for typing is open ------------------------------------------------------------------------ r1039 | bjarni | 2004-12-12 21:18:39 +0000 (Sun, 12 Dec 2004) | 1 line Makefile: now RELEASE flag can contain () too ------------------------------------------------------------------------ r1038 | dominik | 2004-12-12 20:36:24 +0000 (Sun, 12 Dec 2004) | 3 lines Feature: OpenTTD runs with the grf files of the DOS version Please read the Readme for further information. There are some minor graphical glitches when you use the DOS files. E.g. the autorail button is a bit screwed up. ------------------------------------------------------------------------ r1037 | dominik | 2004-12-12 18:51:24 +0000 (Sun, 12 Dec 2004) | 3 lines Rearranged landscaping hotkeys a bit more. See this URL for the list of hotkeys: http://wiki.openttd.org/index.php/Hotkeys ------------------------------------------------------------------------ r1036 | miham | 2004-12-12 18:49:50 +0000 (Sun, 12 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1035 | dominik | 2004-12-12 18:20:05 +0000 (Sun, 12 Dec 2004) | 1 line Fix: Added a line that I accidentally deleted in r1033 ------------------------------------------------------------------------ r1034 | bjarni | 2004-12-12 18:10:35 +0000 (Sun, 12 Dec 2004) | 1 line Makefile: fixed issue where it would not compile if RELEASE string contained space. Did the same fix to OSXAPP, just in case it's changed to something containing space at a later date ------------------------------------------------------------------------ r1033 | dominik | 2004-12-12 18:06:48 +0000 (Sun, 12 Dec 2004) | 2 lines -Add: 'l' openes the landscaping toolbar globally ------------------------------------------------------------------------ r1032 | dominik | 2004-12-12 18:05:36 +0000 (Sun, 12 Dec 2004) | 1 line Fix: Pressing "-" crashed the game ------------------------------------------------------------------------ r1031 | truelight | 2004-12-12 17:47:50 +0000 (Sun, 12 Dec 2004) | 2 lines -Fix: [Network] The unique-id was not as unique as I though it was.. ------------------------------------------------------------------------ r1030 | dominik | 2004-12-12 17:42:04 +0000 (Sun, 12 Dec 2004) | 6 lines Some toolbar icons are arranged differently: - Landscaping buttons have to be accessed from the landscaping toolbar - Landscaping toolbar can be opened from all other toolbars - The order of buttons in the docks toolbar now matches the other toolbars - Landscaping toolbar has new keyboard shortcuts ------------------------------------------------------------------------ r1029 | truelight | 2004-12-12 17:32:32 +0000 (Sun, 12 Dec 2004) | 2 lines -Update: also added md5.h to vc6 / vc.net project files (bociusz) ------------------------------------------------------------------------ r1028 | truelight | 2004-12-12 17:22:02 +0000 (Sun, 12 Dec 2004) | 2 lines -Update: updated MSVC6 project file (bociusz) ------------------------------------------------------------------------ r1027 | tron | 2004-12-12 17:20:46 +0000 (Sun, 12 Dec 2004) | 1 line Add tooltips to the per-station vehicle list buttons ------------------------------------------------------------------------ r1026 | truelight | 2004-12-12 16:04:32 +0000 (Sun, 12 Dec 2004) | 3 lines -Add: [Network] Added unique id, so in network, each client has an unique id (generated via md5) ------------------------------------------------------------------------ r1025 | truelight | 2004-12-12 15:43:55 +0000 (Sun, 12 Dec 2004) | 4 lines -Fix: [Network] [ 1083687 ] Sending to depot caused desync because the new pathfinder uses a random, and the goto_depot uses the new pathfinder (if enabled) ------------------------------------------------------------------------ r1024 | truelight | 2004-12-12 14:28:08 +0000 (Sun, 12 Dec 2004) | 3 lines -Fix: [New Network] Revisions can now be longer then 10 chars, so I made it 20 chars long ------------------------------------------------------------------------ r1023 | truelight | 2004-12-12 14:00:25 +0000 (Sun, 12 Dec 2004) | 3 lines -Fix: [Network] [ 1083692 ] You can no longer buy out a company in MP because of the lag between commands (anyway, I hope) ------------------------------------------------------------------------ r1022 | truelight | 2004-12-12 13:46:10 +0000 (Sun, 12 Dec 2004) | 3 lines -Fix: [Network] [ 1083690 ] The password dialog made the network disconnect without cleaning up. ------------------------------------------------------------------------ r1021 | dominik | 2004-12-11 19:20:00 +0000 (Sat, 11 Dec 2004) | 1 line Updated Spec file for Linux RPM release builds ------------------------------------------------------------------------ r1018 | truelight | 2004-12-11 12:30:12 +0000 (Sat, 11 Dec 2004) | 3 lines -Fix: Buffer overflow in edit box, because we misuse maxlen for a flag.. someone should rewrite the editbox! ------------------------------------------------------------------------ r1017 | Celestar | 2004-12-11 12:12:51 +0000 (Sat, 11 Dec 2004) | 1 line Solved a Segfault if a station was built too close to the northern corner ------------------------------------------------------------------------ r1016 | tron | 2004-12-11 11:00:54 +0000 (Sat, 11 Dec 2004) | 3 lines Make the cargo sorter not consider the number of wagons of a particular cargo type but the sum of their capacity. Also add the number sorter to sort by vehicle number if the cargo capacity is equal. ------------------------------------------------------------------------ r1015 | tron | 2004-12-11 10:17:10 +0000 (Sat, 11 Dec 2004) | 3 lines MFM r789 Replaced the slightly misleading SERVICE_INTERVAL by a function VehicleNeedsService() ------------------------------------------------------------------------ r1013 | miham | 2004-12-11 09:51:55 +0000 (Sat, 11 Dec 2004) | 1 line Daily langfile updates (automatic) ------------------------------------------------------------------------ r1012 | truelight | 2004-12-10 22:01:17 +0000 (Fri, 10 Dec 2004) | 2 lines -Fix: [Network] Endless loop if a server was offline (WizKid) ------------------------------------------------------------------------ r1011 | bjarni | 2004-12-10 20:22:24 +0000 (Fri, 10 Dec 2004) | 1 line Makefile, mac: added absolute path to hdiutil (default location) to fix the path issues when building nightly builds with a cronjob ------------------------------------------------------------------------ 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) ------------------------------------------------------------------------