variables.h
Sun, 16 Jan 2005 12:29:52 +0000 darkvater (svn r1538) -Feature: [988816] Disable servicing when breakdowns set to none (jaguar7)
Thu, 13 Jan 2005 16:28:47 +0000 darkvater (svn r1496) -Fix: highscore no longer crashes in network games with a dedicated server. At the end of the game (can only be set by the server) the highscore is shown for the top5 companies of that game
Wed, 12 Jan 2005 11:21:28 +0000 truelight (svn r1486) -Codechange: moved all 'signs' stuff to signs.c/h and prepared it for
Tue, 11 Jan 2005 00:54:06 +0000 darkvater (svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
Fri, 07 Jan 2005 23:59:59 +0000 darkvater (svn r1418) -Feature: [1098254] (dis)Allow Shares. Add patch options to allow buying/selling of shares (Hackykid)
Wed, 05 Jan 2005 13:32:03 +0000 tron (svn r1386) Move TileIndexDiff to map.h
Tue, 04 Jan 2005 17:11:03 +0000 darkvater (svn r1375) -Fix: [1050990] Buying trains sometimes accounted for incorrectly. Was the result of the cost getting reset in a recursive call of docommand. That is fixed. In addition all cost-commands are typed explicitely. Please do not forget to do so or your costs will be credited to construction if you are unlucky.
Sun, 02 Jan 2005 17:23:04 +0000 bjarni (svn r1323) Adding autoreplace feature
Fri, 31 Dec 2004 18:57:24 +0000 truelight (svn r1312) -Add: Patch which is on by default: population in label of the town
Thu, 23 Dec 2004 18:28:13 +0000 dominik (svn r1255) Renamed "postfix" to "suffix", for strings and variable names
Wed, 22 Dec 2004 15:45:41 +0000 darkvater (svn r1219) -Fix: compilation for windows release build (forgotten VARDEF)
Wed, 22 Dec 2004 13:19:26 +0000 dominik (svn r1215) Feature: You can now make a custom currency by chosing "Custom..."
Sat, 18 Dec 2004 18:13:37 +0000 truelight (svn r1160) -Fix: redid revision 1159. pid_t should not be defined under windows.
Sat, 18 Dec 2004 18:05:56 +0000 darkvater (svn r1159) -Fix: pid_t was unknown to windows; typedeffed to int.
Sat, 18 Dec 2004 14:19:21 +0000 truelight (svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)
Wed, 15 Dec 2004 22:18:54 +0000 tron (svn r1117) Move map arrays and some related macros into their own files map.c and map.h
Wed, 15 Dec 2004 00:31:08 +0000 darkvater (svn r1093) -Fix: Hopefully fixed windows revision issues once and for all. Removed globalness of _openttd_revision and put all such ifdefs into one place. If server has a revision only the same revisions can join; if the server has no revision everyone can join. I reckon this should be a server-side option to allow people to join or not to join.
Tue, 14 Dec 2004 20:27:00 +0000 truelight (svn r1090) -Fix: Made the _openttd_revision variable global, and with that
Mon, 13 Dec 2004 22:10:12 +0000 dominik (svn r1076) Feature: Patch setting to autosave the game on exit
Sun, 12 Dec 2004 20:36:24 +0000 dominik (svn r1038) Feature: OpenTTD runs with the grf files of the DOS version
Wed, 08 Dec 2004 15:46:13 +0000 Celestar (svn r979) Allow more realistically sized catchment areas
Tue, 07 Dec 2004 17:16:57 +0000 bjarni (svn r970) Added 2nd data path for all non-windows OSes
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Mon, 29 Nov 2004 11:59:09 +0000 tron (svn r853) -Feature: Implement improved vehicle loading algorithm
Mon, 22 Nov 2004 21:41:25 +0000 pasky (svn r767) Introduce USERSTRING_LEN (128) and try to make sure we don't overflow it anywhere (as long as we keep USERSTRING_LEN above 7 or so).
Sun, 21 Nov 2004 10:42:01 +0000 tron (svn r723) Increase size of dparam so more parameters can be passed to string output
Wed, 10 Nov 2004 21:14:16 +0000 tron (svn r538) -Feature: Windows snap at each other
Sun, 12 Sep 2004 20:15:18 +0000 signde (svn r221) -Feature: console command and variable hooking
Sat, 11 Sep 2004 19:34:11 +0000 signde (svn r207) -Codechange: randomizer handling
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Thu, 09 Sep 2004 16:20:33 +0000 darkvater (svn r189) -Fix: [1024750] Fix: network.c - timeout error. When one client timed out, all clients were disconnected (sign_de)
Wed, 08 Sep 2004 19:20:46 +0000 truelight (svn r186) -Add: debug 'net' for network debug (sign_de)
Mon, 06 Sep 2004 22:46:02 +0000 darkvater (svn r173) -Network: [1023231] Debug Code + ErrorBoxes + Load Game/Scenario. Added some more desync debug code and replaced some of the error() calls with some better error boxes. Hopefully find desyncs easier (sign_de)
Sat, 04 Sep 2004 13:06:09 +0000 darkvater (svn r157) -Feature: [1009708] Percent-based service intervals. Send a vehicle to depot after it has lost X% of its reliability (mivlad)
Sun, 22 Aug 2004 15:25:36 +0000 dominik (svn r109) added/heavily modified patch by truesatan: cheat change date
Sun, 22 Aug 2004 10:23:37 +0000 dominik (svn r106) New network core (by sign_de)
Sat, 21 Aug 2004 13:21:09 +0000 dominik (svn r101) New cheat: switch climate
Fri, 20 Aug 2004 15:30:32 +0000 dominik (svn r92) Feature: invisible trees when in transparent mode (patch entry)
Fri, 20 Aug 2004 09:32:32 +0000 truelight (svn r85) -Add: initial commit of new AI (enable in Patch menu)
Mon, 16 Aug 2004 22:35:17 +0000 darkvater (svn r71) -Cheat: [976127] no extra frequent jet crash on small airports (truesatan)
Mon, 16 Aug 2004 21:02:06 +0000 darkvater (svn r69) -Feature: align toolbar left/center/right patch (TrueLight)
Mon, 16 Aug 2004 18:46:54 +0000 darkvater (svn r68) -Fix: [1009621] build in pause is now a cheat instead of a patch (truesatan)
Mon, 16 Aug 2004 15:13:46 +0000 darkvater (svn r67) -Forget to change debug message for grfspecial.c
Mon, 16 Aug 2004 14:48:35 +0000 darkvater (svn r66) -Fix Station list updated on station deletion/station rename
Sun, 15 Aug 2004 20:23:42 +0000 darkvater (svn r59) -Feature: Added Autosignals, just like Autorail. Can copy signal style, convert signal<->semaphore, etc. Big thanks to betatesters Dribbel and Testman57 (Darkvater)
Sun, 15 Aug 2004 13:21:18 +0000 dominik (svn r56) Improved order checker + patch setting for it (celestar)
Thu, 12 Aug 2004 17:49:16 +0000 truelight (svn r27) -Fix: [1006715] Autorenew issues
Wed, 11 Aug 2004 21:35:52 +0000 truelight (svn r21) Remove: PE_BYTE (bit-bools) in favour of PE_BOOL
Tue, 10 Aug 2004 17:06:10 +0000 dominik (svn r12) Change: removed patch no_train_service. Instead you can set the default service interval for any vehicle type to 'disabled'.
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN