src/player.h
Tue, 19 Jun 2007 07:21:01 +0000 celestar (svn r10213) [gamebalance] -Sync: r10100:10200 from trunk gamebalance
Wed, 13 Jun 2007 12:05:56 +0000 celestar (svn r10136) [gamebalance] -Sync: r9900:10100 from trunk gamebalance
Wed, 13 Jun 2007 11:45:14 +0000 celestar (svn r10135) [gamebalance] -Sync: r9700:9900 from trunk gamebalance
Wed, 09 Jan 2008 18:11:12 +0000 rubidium (svn r11796) [NoAI] -Sync: with trunk r11502:11795. noai
Fri, 23 Nov 2007 16:59:30 +0000 rubidium (svn r11503) [NoAI] -Sync: with trunk r11308:11502. noai
Sat, 20 Oct 2007 10:42:28 +0000 truelight (svn r11309) [NoAI] -Sync: with trunk r11145:11308. noai
Sun, 02 Sep 2007 11:17:33 +0000 rubidium (svn r11036) [NoAI] -Sync: with trunk r10774:11035. noai
Fri, 03 Aug 2007 22:09:42 +0000 rubidium (svn r10775) [NoAI] -Sync: with trunk r10535:r10774. noai
Tue, 26 Jun 2007 23:40:58 +0000 glx (svn r10350) [NoAI] -Sync with trunk r10194:10349 noai
Sun, 17 Jun 2007 21:31:00 +0000 rubidium (svn r10195) [NoAI] -Sync: with trunk r10119:10194. noai
Fri, 01 Jun 2007 20:54:09 +0000 rubidium (svn r10016) [NoAI] -Sync with trunk r9914:r10015. noai
Fri, 25 May 2007 00:25:08 +0000 glx (svn r9915) [NoAI] -Sync with trunk -r9815:9914 noai
Sun, 15 Apr 2007 00:17:57 +0000 rubidium (svn r9631) [NoAI] -Codechange: rewrite the loading in such a manner that the NoAI branch gets savegame compatability for both NoAI branch savegames (from this revision on) as well as trunk savegames up to the revision that NoAI is synched with. noai
Thu, 22 Mar 2007 02:32:43 +0000 glx (svn r9396) [NoAI] -Sync with trunk r9362:9393 noai
Wed, 14 Mar 2007 02:29:26 +0000 rubidium (svn r9161) [NoAI] -Add: functions to get/set company related information: loan, bank balance, company value and company name. noai
Tue, 13 Mar 2007 13:07:17 +0000 truelight (svn r9140) [NoAI] -Remove: both 'default' and 'trolly' AI noai
Wed, 09 Jan 2008 21:27:39 +0000 rubidium (svn r11801) -Codechange: remove some unneeded includes from some header files.
Wed, 09 Jan 2008 21:05:03 +0000 rubidium (svn r11800) -Codechange: move some functions to a more logical location + some type safety.
Wed, 09 Jan 2008 16:40:02 +0000 rubidium (svn r11792) -Codechange: move some (virtually) globally included AI related structs to a place where they are only included a few times.
Mon, 07 Jan 2008 09:19:53 +0000 rubidium (svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*.
Sat, 22 Dec 2007 23:30:28 +0000 rubidium (svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Tue, 18 Dec 2007 20:58:12 +0000 rubidium (svn r11664) -Codechange: use more specific ("rail_type.h" instead of "rail.h" that includes way more than only "rail_type.h") includes at some places.
Tue, 18 Dec 2007 20:38:16 +0000 rubidium (svn r11663) -Codechange: moving of the road related types and functions.
Sat, 24 Nov 2007 10:38:43 +0000 skidd13 (svn r11510) -Codechange: merge the IS_*INSIDE* functions and rename them fitting to the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Sun, 11 Nov 2007 12:34:44 +0000 truelight (svn r11407) -Fix: do not allow building of tram-tracks when they are not available (SmatZ)
Mon, 15 Oct 2007 19:59:27 +0000 rubidium (svn r11269) -Feature: user customisable faces. Patch by BigBB.
Fri, 31 Aug 2007 19:49:31 +0000 rubidium (svn r11023) -Fix [FS#1150]: Switching players (using the cheat) crashed on Big Endian machines.
Tue, 24 Jul 2007 17:01:23 +0000 rubidium (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> type *var.
Tue, 24 Jul 2007 13:03:24 +0000 rubidium (svn r10672) -Codechange: typify some parameters/variables.
Thu, 21 Jun 2007 14:32:27 +0000 rubidium (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.
Mon, 18 Jun 2007 22:49:55 +0000 rubidium (svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder.
Mon, 18 Jun 2007 21:44:47 +0000 rubidium (svn r10208) -Codechange: replace int32 with Money where appropriate.
Mon, 18 Jun 2007 21:00:14 +0000 rubidium (svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money.
Mon, 18 Jun 2007 10:48:15 +0000 rubidium (svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
Thu, 14 Jun 2007 15:24:34 +0000 rubidium (svn r10158) -Codechange: port some changes from NoAI and FS#872 to make the loan commands a little better readable.
Fri, 25 May 2007 08:13:01 +0000 rubidium (svn r9917) -Codechange: prepare some more areas for more road types.
Sat, 19 May 2007 09:40:18 +0000 rubidium (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Fri, 03 Aug 2007 18:10:15 +0000 richk (svn r10766) [NewGRF_ports] -Sync: with trunk r10651-10765 NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Wed, 21 Mar 2007 17:42:43 +0000 belugas (svn r9391) -Documentation : correct Doxygen of comments and @file inclusion. Time for P and Q files
Wed, 07 Mar 2007 12:11:48 +0000 rubidium (svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
Wed, 07 Mar 2007 11:47:46 +0000 rubidium (svn r9050) -Codechange: Foo(void) -> Foo()
Mon, 26 Mar 2007 22:15:38 +0000 KUDr (svn r9486) [cpp_gui] -Sync with trunk (r9100:9476) cpp_gui
Sun, 11 Mar 2007 16:31:18 +0000 bjarni (svn r9119) [cpp_gui] -Sync with trunk (r9003:9100) cpp_gui
Sun, 04 Mar 2007 04:25:36 +0000 KUDr (svn r9004) [cpp_gui] -Sync with trunk (r8900..r9003) cpp_gui
Sun, 21 Jan 2007 11:49:18 +0000 maedhros (svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
Thu, 18 Jan 2007 23:45:58 +0000 KUDr (svn r8272) -Fix (r8038): signed/unsigned change - PlayerID is now enum (signed) and was byte so test for PlayerID validity needed to be updated (Darkvater)
Mon, 15 Jan 2007 20:14:06 +0000 celestar (svn r8149) [cbh] - Sync with -r8038:8038 from trunk (the cpp merge) custombridgeheads
Wed, 03 Jan 2007 08:49:36 +0000 rubidium (svn r7790) [cbh] -Sync: execute the same script for /branches/custombridgeheads as was done for /trunk in r7759. custombridgeheads