log src/economy.cpp @ 17152:c62cecf4dade draft

age author description
Sat, 22 Jan 2011 14:52:20 +0000 rubidium (svn r21890) -Cleanup: remove some unneeded includes draft
Wed, 29 Dec 2010 18:20:19 +0000 rubidium (svn r21658) -Fix [FS#4351]: cargo payment window wasn't properly invalidated when payment changed draft
Thu, 23 Dec 2010 07:17:00 +0000 rubidium (svn r21605) -Fix [FS#4324]: crash due to cargo payments belonging to an non-existing company draft
Tue, 14 Dec 2010 21:33:53 +0000 terkhen (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. draft
Sat, 11 Dec 2010 11:00:42 +0000 rubidium (svn r21462) -Codechange [FS#3689]: don't do unnecessary cargo reservations in while loading/unloading vehicles. It is only needed when at least one vehicle is loading; all other times it is a waste of effort. Roughly halves the time it takes to perform loading/unloading of vehicles (fonsinchen) draft
Sat, 13 Nov 2010 09:45:20 +0000 alberth (svn r21156) -Codechange: Introduce EconomyIsInRecession(). draft
Thu, 11 Nov 2010 10:34:44 +0000 rubidium (svn r21145) -Fix: station list wasn't updated when a new cargo got a rating draft
Sat, 06 Nov 2010 13:05:11 +0000 terkhen (svn r21099) -Codechange: Store road vehicle max speed in the vehicle cache. draft
Sat, 06 Nov 2010 13:03:17 +0000 terkhen (svn r21098) -Codechange: Ships now store their max speed in the cache instead of recalculating it every time. draft
Sat, 06 Nov 2010 12:53:31 +0000 terkhen (svn r21097) -Codechange: Unify cached max speed for all vehicle types. draft
Sat, 06 Nov 2010 12:47:12 +0000 terkhen (svn r21095) -Codechange: Use a function to convert aircraft speed to old units. draft
Sun, 17 Oct 2010 17:37:45 +0000 rubidium (svn r20970) -Add: company change notification to remote admins (dihedral) draft
Fri, 01 Oct 2010 16:42:28 +0000 smatz (svn r20860) -Cleanup: remove some unused functions and variables draft
Sat, 25 Sep 2010 12:48:33 +0000 michi_cc (svn r20843) -Fix [FS#2534] (r20506): Make sure (gradual) loading is properly terminated for consists with multiple cargo types. Don't stop loading if the timetabled wait is not over yet. (Steve-N) draft
Thu, 26 Aug 2010 22:01:16 +0000 rubidium (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers draft
Thu, 26 Aug 2010 15:31:40 +0000 rubidium (svn r20623) -Codechange: unify the storing of animation related information draft
Sun, 15 Aug 2010 22:37:30 +0000 michi_cc (svn r20506) -Change: Vehicles will now stop loading after a load cycle that loaded less than possible, unless it's a full load order. This should improve behaviour with gradual loading and cargo continuously trickling in. draft
Sun, 08 Aug 2010 10:59:30 +0000 rubidium (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. draft
Sat, 07 Aug 2010 20:11:27 +0000 yexo (svn r20396) -Codechange: introduce a helper function to test whether an industry temporarily refues to accept some cargo draft
Fri, 06 Aug 2010 20:28:16 +0000 alberth (svn r20393) -Fix [FS#3993]: Prevent taking over competitors when you'd get too many vehicles. draft
Fri, 06 Aug 2010 20:26:01 +0000 alberth (svn r20392) -Fix [FS#3993]: Prevent buying bankrupt companies when you'd get too many vehicles. draft
Tue, 03 Aug 2010 12:36:40 +0000 rubidium (svn r20341) -Codechange: pass the tile of the HQ instead of the company to UpdateCompanyHQ draft
Mon, 02 Aug 2010 20:47:27 +0000 alberth (svn r20320) -Doc: Small Doxygen and normal comment fixes, and an missed addition. draft
Mon, 02 Aug 2010 20:37:32 +0000 alberth (svn r20319) -Codechange: Align comments, add indent to a function call. draft
Mon, 02 Aug 2010 20:32:39 +0000 alberth (svn r20318) -Doc: Doxygen additions. draft
Mon, 02 Aug 2010 20:19:10 +0000 alberth (svn r20317) -Codechange: Move variable declaration to their first use. draft
Sun, 01 Aug 2010 19:44:49 +0000 frosch (svn r20286) -Codechange: Unify end of doxygen comments. draft
Sun, 01 Aug 2010 19:22:34 +0000 frosch (svn r20283) -Codechange: Unify start of doygen comments. draft
Sun, 01 Aug 2010 17:45:53 +0000 alberth (svn r20279) -Doc: Doxygen additions/improvements. draft
Sat, 31 Jul 2010 21:02:56 +0000 alberth (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. draft
Sat, 31 Jul 2010 19:45:48 +0000 alberth (svn r20262) -Codechange: Remove unused ScoreInfo::id field, and doxyment the data structures. draft
Sat, 24 Jul 2010 10:14:39 +0000 alberth (svn r20211) -Codechange: Indented code should have curly braces around it. draft
Fri, 16 Jul 2010 17:45:34 +0000 rubidium (svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds draft
Sat, 05 Jun 2010 12:16:12 +0000 frosch (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. draft
Mon, 31 May 2010 20:22:57 +0000 frosch (svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration. draft
Sun, 18 Apr 2010 14:56:05 +0000 frosch (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. draft
Sat, 17 Apr 2010 13:45:48 +0000 frosch (svn r19655) -Codechange: Reduce usage magic p1 parameter. draft
Sat, 17 Apr 2010 11:39:46 +0000 smatz (svn r19651) -Fix [FS#3745]: when a company is sold, move connected clients to spectators draft
Mon, 12 Apr 2010 14:12:47 +0000 smatz (svn r19614) -Codechange: "it's" => "its" where appropriate draft
Sat, 27 Feb 2010 16:27:28 +0000 rubidium (svn r19277) -Fix [FS#3646]: [NewGRF] Ensure prices can't be set to zero. Zero prices break a lot of the internal logic to determine whether something has been done. draft
Mon, 22 Feb 2010 14:16:57 +0000 yexo (svn r19197) -Codechange: introduce animation callbacks for airport tiles draft
Sun, 24 Jan 2010 11:05:26 +0000 rubidium (svn r18908) -Fix [FS#3561]: on bankruptcy the company value did include the loan and as such the value at which you bought the company was too low draft
Fri, 15 Jan 2010 16:41:15 +0000 rubidium (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header draft
Sat, 09 Jan 2010 14:43:08 +0000 rubidium (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way draft
Mon, 04 Jan 2010 18:21:07 +0000 rubidium (svn r18717) -Codechange: use TileArea in industry instead of three separate variables. Also make use of TileArea functions for determining the 'width' and 'height' of an industry. draft
Sun, 03 Jan 2010 21:29:20 +0000 rubidium (svn r18703) -Feature-ish: allow virtually paying a percentage of the leg profit in feeder chains. This to give the user a better chance to get a feeder system without "losses". draft
Fri, 01 Jan 2010 18:45:40 +0000 rubidium (svn r18683) -Fix: it's not an other draft
Sat, 19 Dec 2009 17:14:35 +0000 frosch (svn r18540) -Codechange: resulting in better name for 'result'. draft
Sat, 19 Dec 2009 15:51:55 +0000 frosch (svn r18537) -Fix (r17436): Also do not account cargo in statistics, if it was not accepted. draft
Sat, 28 Nov 2009 20:35:25 +0000 rubidium (svn r18330) -Cleanup: remove some unneeded includes draft
Tue, 24 Nov 2009 13:15:58 +0000 frosch (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicles only apply to the GRF locally, if it defines engines of that type itself. draft
Tue, 24 Nov 2009 13:12:34 +0000 frosch (svn r18266) -Codechange: Add a function to compute prices from price base and cost factor and use it consistently for vehicle purchase, running cost, and refit cost. draft
Sun, 08 Nov 2009 18:04:53 +0000 frosch (svn r18016) -Codechange: Move the arbitrary basecost multiplier offset (8) to newgrf loading and make the internal state zero-based instead. draft
Sun, 08 Nov 2009 12:23:02 +0000 frosch (svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum some more. draft
Sat, 07 Nov 2009 22:47:54 +0000 frosch (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. draft
Thu, 05 Nov 2009 19:46:17 +0000 frosch (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up including of newgrf_cargo.h draft
Tue, 20 Oct 2009 22:06:33 +0000 rubidium (svn r17834) -Fix [FS#3274] (r17808): you got paid a bit too much... ofcourse the index of the source station generally doesn't equal the location of said station. draft
Sun, 18 Oct 2009 17:53:34 +0000 rubidium (svn r17808) -Codechange: remove write 'access' from all of CargoPacket's variables draft
Sun, 18 Oct 2009 14:28:26 +0000 rubidium (svn r17800) -Codechange: first steps into making CargoList a template draft
Tue, 06 Oct 2009 19:17:07 +0000 frosch (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. draft