1
0
Fork 0

Commit Graph

  • 382b924b41 (svn r1058) -Add: [Console] 3 aliases for newgame: new_game, newmap, new_map (this annoyed me for some time now) truelight 2004-12-13 17:07:32 +0000
  • b153236503 (svn r1057) -Add: [Network] 'set port <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) truelight 2004-12-13 17:04:41 +0000
  • 549dafc241 (svn r1056) -Fix: [Network] Give the dedicated-server always a console in windows (sign_de) truelight 2004-12-13 16:51:10 +0000
  • e7886b6a34 (svn r1055) -Add: [Console] Special for dedicated servers: - You can change patch settings via 'set patch <patch_name> [<value>]' truelight 2004-12-13 16:16:28 +0000
  • 25dfbc3134 (svn r1054) -Fix: [Network] Redid revision 1024, only a bit more nice this time (revision length is back to 10, and checking is now done correctly) truelight 2004-12-13 16:15:21 +0000
  • bff8c0af61 (svn r1053) -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) truelight 2004-12-13 15:07:33 +0000
  • 1c4c5ae370 (svn r1052) -Fix: [Network] You can't join a server when revision mismatches. truelight 2004-12-13 14:57:58 +0000
  • c0247e66e8 (svn r1051) -Fix: [Network] New Company button is disabled when there is no more space for a new company truelight 2004-12-13 14:49:31 +0000
  • 4d7c2e9d90 (svn r1050) -Fix: [Network] Scripts are no longer under revision control -Add: [Network] Moved original scripts to be example scripts truelight 2004-12-13 14:43:41 +0000
  • f80094deb7 (svn r1045) -Fix: OpenTTD compiles again under VC6 (sign_de) truelight 2004-12-13 11:17:59 +0000
  • c0603e4768 (svn r1042) -Fix: [Network] Hopefully enabled revision-check for windows (somehow windows uses WITH_REV_HACK instead of WITH_REV :s) truelight 2004-12-13 09:01:24 +0000
  • 523b37a3e9 (svn r1041) 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. tron 2004-12-13 07:41:04 +0000
  • 2690ba03b2 (svn r1040) Fix: All character hotkeys are disabled now when a window for typing is open dominik 2004-12-12 22:05:08 +0000
  • 9e3ca26ae6 (svn r1039) Makefile: now RELEASE flag can contain () too bjarni 2004-12-12 21:18:39 +0000
  • 52134822b8 (svn r1038) 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. dominik 2004-12-12 20:36:24 +0000
  • 3c3ba97d11 (svn r1037) Rearranged landscaping hotkeys a bit more. See this URL for the list of hotkeys: http://wiki.openttd.org/index.php/Hotkeys dominik 2004-12-12 18:51:24 +0000
  • 99f0cda875 (svn r1036) Daily langfile updates (automatic) miham 2004-12-12 18:49:50 +0000
  • 7188778c81 (svn r1035) Fix: Added a line that I accidentally deleted in r1033 dominik 2004-12-12 18:20:05 +0000
  • 625b0ffec0 (svn r1034) 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 bjarni 2004-12-12 18:10:35 +0000
  • 532aa593a6 (svn r1033) -Add: 'l' openes the landscaping toolbar globally dominik 2004-12-12 18:06:48 +0000
  • 3887747e4a (svn r1032) Fix: Pressing "-" crashed the game dominik 2004-12-12 18:05:36 +0000
  • c8452c5195 (svn r1031) -Fix: [Network] The unique-id was not as unique as I though it was.. truelight 2004-12-12 17:47:50 +0000
  • 6d8a0c52f5 (svn r1030) 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 dominik 2004-12-12 17:42:04 +0000
  • 8057dd2214 (svn r1029) -Update: also added md5.h to vc6 / vc.net project files (bociusz) truelight 2004-12-12 17:32:32 +0000
  • 96bf7074e3 (svn r1028) -Update: updated MSVC6 project file (bociusz) truelight 2004-12-12 17:22:02 +0000
  • 8f7373427e (svn r1027) Add tooltips to the per-station vehicle list buttons tron 2004-12-12 17:20:46 +0000
  • 0e79314353 (svn r1026) -Add: [Network] Added unique id, so in network, each client has an unique id (generated via md5) truelight 2004-12-12 16:04:32 +0000
  • 5221f35182 (svn r1025) -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) truelight 2004-12-12 15:43:55 +0000
  • a65302dafe (svn r1024) -Fix: [New Network] Revisions can now be longer then 10 chars, so I made it 20 chars long truelight 2004-12-12 14:28:08 +0000
  • 397bd915a3 (svn r1023) -Fix: [Network] [ 1083692 ] You can no longer buy out a company in MP because of the lag between commands (anyway, I hope) truelight 2004-12-12 14:00:25 +0000
  • e027fa76b1 (svn r1022) -Fix: [Network] [ 1083690 ] The password dialog made the network disconnect without cleaning up. truelight 2004-12-12 13:46:10 +0000
  • 920a93071b (svn r1021) Updated Spec file for Linux RPM release builds dominik 2004-12-11 19:20:00 +0000
  • 5b72167c8c (svn r1018) -Fix: Buffer overflow in edit box, because we misuse maxlen for a flag.. someone should rewrite the editbox! truelight 2004-12-11 12:30:12 +0000
  • 7559b9fed1 (svn r1017) Solved a Segfault if a station was built too close to the northern corner Celestar 2004-12-11 12:12:51 +0000
  • f995fd08a1 (svn r1016) 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. tron 2004-12-11 11:00:54 +0000
  • 0ba5123cef (svn r1015) MFM r789 Replaced the slightly misleading SERVICE_INTERVAL by a function VehicleNeedsService() tron 2004-12-11 10:17:10 +0000
  • 5a3ef18c94 (svn r1013) Daily langfile updates (automatic) miham 2004-12-11 09:51:55 +0000
  • 8dc2405ad6 (svn r1012) -Fix: [Network] Endless loop if a server was offline (WizKid) truelight 2004-12-10 22:01:17 +0000
  • 72559a785e (svn r1011) Makefile, mac: added absolute path to hdiutil (default location) to fix the path issues when building nightly builds with a cronjob bjarni 2004-12-10 20:22:24 +0000
  • 88cdb99ff7 (svn r1010) 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) bjarni 2004-12-10 18:24:35 +0000
  • 5b0915e677 (svn r1009) -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. tron 2004-12-10 18:16:08 +0000
  • 55bac62c5a (svn r1007) Remove the last SET_DPARAM (: tron 2004-12-10 15:12:48 +0000
  • 38f5ef6bd4 (svn r1006) Daily langfile updates (automatic) miham 2004-12-10 13:58:39 +0000
  • bd1d21911d (svn r1005) Don't treat orders in the normal load routine as old orders, this lead to corruption on load. tron 2004-12-10 13:10:17 +0000
  • ea8311301e (svn r1004) Fix harmless typo (comma instead of semicolon) tron 2004-12-10 13:02:47 +0000
  • c669c94ba3 (svn r1003) Mac: reintroduced the static libpng hack in makefile since it appears to be needed in the nightly builds bjarni 2004-12-10 13:00:11 +0000
  • 625332a686 (svn r1002) -Fixed the placement of the OpenTTD logo a bit (thx Jango). darkvater 2004-12-09 23:49:23 +0000
  • 6bc9b64421 (svn r1001) -Changed the title name to OpenTTD. Don't know how this was missed all this time; but is fixed now. darkvater 2004-12-09 23:20:32 +0000
  • 74619675d5 (svn r1000) Makefile: added check for static build releases on mac. Most users can't use a dynamic build bjarni 2004-12-09 23:17:03 +0000
  • 416e2b67b1 (svn r999) New icons for the network interface, newgrf gui and the tiny euro dominik 2004-12-09 23:16:52 +0000
  • 02bf3ed5c0 (svn r998) 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--) bjarni 2004-12-09 21:46:56 +0000
  • 93a4dbda4b (svn r990) 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. tron 2004-12-09 18:18:21 +0000
  • 4a818ecbb6 (svn r988) Removed the JAM file stuff since it turned out that nobody uses it anymore and it is not maintained anymore bjarni 2004-12-08 21:33:44 +0000
  • 416953f6dc (svn r986) Norwegian translation update (Johannes) bjarni 2004-12-08 20:02:15 +0000
  • 9ec6e0a501 (svn r985) Makefile: repaired issue in make release (OSX) bjarni 2004-12-08 19:33:44 +0000
  • 22951f5523 (svn r984) -Fix: deleted a debug level 0 line that was introduced in revision 978 truelight 2004-12-08 18:18:20 +0000
  • ec40598d4c (svn r983) SunOS: fixed backspace key (Oskar) bjarni 2004-12-08 18:17:58 +0000
  • 2bb5145a20 (svn r982) -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) truelight 2004-12-08 18:16:43 +0000
  • ecf7e8e9a7 (svn r981) SunOS: fixed the hotkey for console (Oskar) bjarni 2004-12-08 17:14:36 +0000
  • 1f31bee5e4 (svn r980) Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai) bjarni 2004-12-08 16:27:54 +0000
  • 5b0743d66b (svn r979) Allow more realistically sized catchment areas Celestar 2004-12-08 15:46:13 +0000
  • 6fd3fc10e3 (svn r978) Fixed an endianess issue with the new Order system. Thanks to Bjarni, Oskar and Tron Celestar 2004-12-08 15:26:57 +0000
  • 547a2d1f9f (svn r977) Daily langfile updates (automatic) miham 2004-12-08 13:35:00 +0000
  • 7938c1b884 (svn r974) Makefile: fixed issue in make release and nightly_build, which caused failures if RELEASE contained spaces bjarni 2004-12-07 19:31:24 +0000
  • 253ec52c01 (svn r973) Makefile: added make nightly_build (only on mac) bjarni 2004-12-07 18:17:41 +0000
  • 701e58e157 (svn r972) Makefile: added make release (currently only works on mac) Mac: sets the STATIC flag if no makefile.config is found bjarni 2004-12-07 17:58:06 +0000
  • bad25dec0e (svn r971) Mac: updated text files and added the link files from the releases bjarni 2004-12-07 17:27:55 +0000
  • 051134ac9f (svn r970) Added 2nd data path for all non-windows OSes added completely customizable lang path (all non-Windows OSes) bjarni 2004-12-07 17:16:57 +0000
  • a3a2f0617c (svn r962) Fixed a problem with the new order system due to missing '{}' (another place) Celestar 2004-12-06 00:03:26 +0000
  • 293d5bffa8 (svn r961) Fixed a problem with the new order system due to missing '{}' Celestar 2004-12-05 23:57:08 +0000
  • c8d83ce557 (svn r960) -Fix: forgotten conversion of orders for the AI (Tron) darkvater 2004-12-05 21:30:58 +0000
  • 860a39af2a (svn r959) -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)). darkvater 2004-12-05 20:02:49 +0000
  • 78b651c2c9 (svn r957) -Fix: vehicle.c compiler problems for MSVC6 only! (Tron) darkvater 2004-12-05 19:50:58 +0000
  • 7c2448ecea (svn r955) 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. tron 2004-12-05 12:43:04 +0000
  • 1de8e294d8 (svn r954) -Fix: [Console] Hook fixes (sign_de) -Add: [Console] Auto sort commands and variables (sign_de) truelight 2004-12-05 12:25:25 +0000
  • cef5ac8c8b (svn r953) Daily langfile updates (automatic) miham 2004-12-05 11:40:58 +0000
  • 6e49b85703 (svn r952) -A tiny insignificant fix for a toyland industry gfx -Added table\sprites.h to VS.NET project file darkvater 2004-12-04 23:43:54 +0000
  • 14a025a6bf (svn r951) 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 bjarni 2004-12-04 23:19:31 +0000
  • e7ee76dc56 (svn r950) Daily langfile updates (automatic) miham 2004-12-04 22:29:18 +0000
  • 47713d05e3 (svn r949) Makefile: added DEDICATED flag to allow complilation of dedicated servers without linking to SDL. Request by Jezral bjarni 2004-12-04 20:34:59 +0000
  • 40121d60cd (svn r948) -Codechange: clearified my last commit a bit more with some comment in the code truelight 2004-12-04 18:57:42 +0000
  • 43e495045c (svn r947) -Fix: [Network] Desync problem truelight 2004-12-04 18:43:07 +0000
  • 581302e147 (svn r946) Remove double patch option which crept in during merge tron 2004-12-04 18:27:08 +0000
  • 00168d4660 (svn r945) -Fix: [Network] Terraform callback went wrong in merge -Fix: Some settings went wrong in merge truelight 2004-12-04 18:17:52 +0000
  • 39382a16f3 (svn r944) -Updated vc6 project file (Hackykid) truelight 2004-12-04 18:16:20 +0000
  • b8f6d41418 (svn r942) -Merged branch/network back into the trunk truelight 2004-12-04 17:54:56 +0000
  • 0434287ef8 (svn r939) -Fix: Fixed compiler errors truelight 2004-12-04 15:02:45 +0000
  • e56c3cddd8 (svn r925) Use sound enums Also play the correct sound when a toyland road vehicle breaks down tron 2004-12-04 09:26:39 +0000
  • d036559e0e (svn r924) Use RailVehInfo() instead of &_rail_vehicle_info[] tron 2004-12-04 07:41:37 +0000
  • aa183e35d8 (svn r923) Forgot s/rail_vehinfo/RailVehInfo/ tron 2004-12-04 00:34:20 +0000
  • 56dd31f33b (svn r920) Replace vehicle info macros with inline functions and add asserts to check limits tron 2004-12-03 21:57:05 +0000
  • 5149373467 (svn r909) Small cleanup in vehicle.c, this should fix some warnings on 64bit machines tron 2004-12-03 14:38:02 +0000
  • c00258237e (svn r907) Sprinkle holy ANSI water: - "inline" must before the return type (and after "static") - Initialise all struct members, not just some of them - Remove (one) spurious semicolon tron 2004-12-03 07:43:00 +0000
  • b7f0b278fb (svn r906) Daily langfile updates (automatic) miham 2004-12-03 05:59:26 +0000
  • fdb447ac55 (svn r901) Small step in the process to clean up the DPARAM mess: - reduce to 2 sizes (*DParam64 for 64bit values, *DParam for the rest) - use inline functions instead of macros - add assert()s to check for buffer overruns tron 2004-12-02 22:53:07 +0000
  • 2c88f958ed (svn r880) Daily langfile updates (automatic) miham 2004-12-01 21:35:14 +0000
  • a317cbdc09 (svn r877) Moved bemidi.cpp correctly this time bjarni 2004-12-01 19:44:39 +0000
  • 5a458590b8 (svn r876) reverted the accidently cleared bemidi.cpp bjarni 2004-12-01 19:42:42 +0000
  • e9b49ebf8e (svn r870) BeOS: made the move of bemidi.cpp properly (I hope) bjarni 2004-12-01 15:25:18 +0000
  • c925f452e7 (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 deleted the wrongly moved bemidi.cpp bjarni 2004-12-01 15:23:05 +0000