openttd.c
Thu, 16 Nov 2006 22:05:33 +0000 peter1138 (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
Sun, 05 Nov 2006 08:24:52 +0000 tron (svn r7065) Use simple assignment instead of memcpy()
Fri, 03 Nov 2006 01:18:40 +0000 Darkvater (svn r7048) -Cleanup: DEBUG doesn't need a newline character, use DEBUG instead of printf and the
Sat, 28 Oct 2006 11:55:29 +0000 tron (svn r6986) Use the pool macros for the Town pool
Sat, 28 Oct 2006 11:48:21 +0000 tron (svn r6983) Use the pool macros for the Station pool
Sat, 28 Oct 2006 11:43:56 +0000 tron (svn r6982) Use the pool macros for the Sign pool
Sat, 28 Oct 2006 11:37:26 +0000 tron (svn r6980) Use the pool macros for the Order pool
Sat, 28 Oct 2006 11:32:45 +0000 tron (svn r6979) Use the pool macros for the Industry pool
Sat, 28 Oct 2006 10:55:59 +0000 tron (svn r6975) Use the pool macros for the Vehicle pool
Sat, 21 Oct 2006 23:31:34 +0000 Darkvater (svn r6884) -Codechange: Add strict bounds checking in string formatting system.
Tue, 17 Oct 2006 23:34:12 +0000 Darkvater (svn r6816) -Codechange: Some coding style, variable localization, const correctness.
Tue, 17 Oct 2006 22:16:46 +0000 Darkvater (svn r6814) -Codechange: For network games ci->client_playas was always p->index + 1. To
Sun, 15 Oct 2006 23:48:34 +0000 Darkvater (svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishing to become a
Sun, 15 Oct 2006 17:01:19 +0000 Darkvater (svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP).
Sat, 14 Oct 2006 22:31:18 +0000 Darkvater (svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
Sat, 14 Oct 2006 15:49:43 +0000 Darkvater (svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and
Fri, 13 Oct 2006 15:52:22 +0000 Darkvater (svn r6766) -Codechange: Move _openttd_revision[] into the functions that use it instead of global
Thu, 12 Oct 2006 14:59:27 +0000 Darkvater (svn r6754) -Codechange: Remove some #idef ENABLE_NETWORK specific defines. With networking
Thu, 12 Oct 2006 14:48:36 +0000 Darkvater (svn r6753) -Codechange: Move some function declerations from functions.h into network.h
Tue, 03 Oct 2006 14:52:39 +0000 bjarni (svn r6624) -Feature: added ability to add refit commands to vehicle orders (can only be done in goto depot orders)
Thu, 28 Sep 2006 07:02:55 +0000 peter1138 (svn r6544) - Codechange: Rename CmdReplaceVehicle to CmdSetAutoReplace, to reflect what it does.
Fri, 15 Sep 2006 12:27:00 +0000 peter1138 (svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration.
Fri, 08 Sep 2006 10:47:39 +0000 bjarni (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles from each time the window is redrawn
Mon, 04 Sep 2006 20:40:33 +0000 rubidium (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
Mon, 04 Sep 2006 17:30:30 +0000 rubidium (svn r6380) -Codechange: unify all ways to quit OTTD.
Sun, 03 Sep 2006 22:21:12 +0000 rubidium (svn r6366) -Fix (FS#324): when opening a scenario, the date was set 1920 years into the future.
Sun, 03 Sep 2006 22:07:28 +0000 rubidium (svn r6365) -Cleanup: remove IsGeneratingWorld calls that are either not called or have no effect.
Thu, 31 Aug 2006 20:51:33 +0000 tron (svn r6287) -Codechange: Remove a redundant check
Sat, 26 Aug 2006 11:06:54 +0000 truelight (svn r6136) -Fix: _cur_year wasn't converting when reading pre-31 savegames, causing nasty desyncs
Tue, 22 Aug 2006 16:38:50 +0000 truelight (svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother
Tue, 22 Aug 2006 15:33:35 +0000 truelight (svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
Tue, 22 Aug 2006 14:38:37 +0000 rubidium (svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Mon, 21 Aug 2006 14:59:23 +0000 truelight (svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu)
Sun, 20 Aug 2006 18:44:26 +0000 truelight (svn r6001) -Feature: when removing a farm, his farmland is removed too (over time) (based on peter1138's patch, FS#82)
Sun, 20 Aug 2006 18:40:57 +0000 rubidium (svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0.
Sun, 20 Aug 2006 13:39:33 +0000 truelight (svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread. Machines with
Sat, 19 Aug 2006 10:00:30 +0000 truelight (svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
Wed, 16 Aug 2006 11:39:55 +0000 rubidium (svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
Tue, 15 Aug 2006 14:52:17 +0000 rubidium (svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Tue, 15 Aug 2006 07:07:17 +0000 tron (svn r5907) Remove more indirection by using pointers instead of IDs. Also fix some bogus warnings on MSVC by using (void*) casts
Mon, 14 Aug 2006 21:02:48 +0000 tron (svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable
Mon, 14 Aug 2006 14:21:15 +0000 rubidium (svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
Mon, 14 Aug 2006 11:44:19 +0000 Darkvater (svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to lack of money.
Fri, 28 Jul 2006 21:51:00 +0000 belugas (svn r5626) CodeChange : Remove the global _make_screenshot and implement a more flexible mechanism
Wed, 26 Jul 2006 03:33:12 +0000 belugas (svn r5609) CodeChange : Apply coding style
Thu, 13 Jul 2006 17:53:32 +0000 truelight (svn r5487) -Fix: [#8] UDP sockets were used even if network-availability was set to false (tokay)
Tue, 27 Jun 2006 21:25:53 +0000 tron (svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectacular
Sat, 17 Jun 2006 02:25:18 +0000 glx (svn r5291) - Fix: '-f' switch is not valid on windows, so don't show it in help
Sat, 10 Jun 2006 08:37:41 +0000 tron (svn r5210) Many small changes which piled up: const, unsigned, variable scope, CSE for readability, DeMorgan, if cascades -> switch, whitespace, parentheses, bracing, misc.
Thu, 08 Jun 2006 19:27:20 +0000 tron (svn r5173) Use map manipulation functions instead of SB()
Thu, 08 Jun 2006 18:31:54 +0000 tron (svn r5171) Get rid of an ungly hack in the load routine, which temporarily turned house and road tiles into void tiles to calculate the closest town
Wed, 07 Jun 2006 19:35:21 +0000 tron (svn r5155) - Remove the bridge branch merge (revision r5070)
Fri, 02 Jun 2006 13:05:41 +0000 celestar (svn r5070) Merged the bridge branch
Sat, 27 May 2006 16:12:16 +0000 KUDr (svn r4987) Feature: Merged YAPF into trunk. Thanks to devs for continuous support and users for testing.
Mon, 22 May 2006 16:44:16 +0000 Darkvater (svn r4947) - Fix [FS#145]: Starting scenarios did not adhere to local difficulty settings
Mon, 22 May 2006 10:08:23 +0000 rubidium (svn r4945) Fix (r3726): make -t command line option (set starting date/year) work again
Sat, 06 May 2006 21:46:26 +0000 peter1138 (svn r4757) - Newstations: add saveload support for custom station speclists
Thu, 27 Apr 2006 21:05:32 +0000 glx (svn r4595) - Fix (FS#63) Music volume is now restored to the value saved in openttd.cfg
Thu, 27 Apr 2006 18:28:56 +0000 belugas (svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.
Tue, 25 Apr 2006 07:29:02 +0000 tron (svn r4571) Change the rail type update for electrified rails so it doesn't use bit magic