economy.c
Thu, 12 May 2005 23:47:45 +0000 Darkvater (svn r2301) - CodeChange: prettyify ChangeOwnerShipOfPlayerItems() a bit
Thu, 12 May 2005 00:11:37 +0000 Darkvater (svn r2297) - CodeChange: server-check the next batch of commands.
Sat, 16 Apr 2005 20:37:17 +0000 Darkvater (svn r2211) - Fix(ish): When eternally looping in 2090 don't go increasing the inflation anymore because it will just rise to insanely high values beyond all imagination.
Wed, 06 Apr 2005 09:34:56 +0000 Darkvater (svn r2155) - Fix: Company value was $2 when value more than an int32 could handle (use max64 instead of max)
Sun, 03 Apr 2005 06:26:31 +0000 celestar (svn r2138) -Fix: [ 1144154 ] The map has two dimensions, not one
Fri, 25 Mar 2005 16:10:33 +0000 truelight (svn r2065) -Fix: reverted revision 2044, because it had more negative effects than positive
Thu, 24 Mar 2005 14:43:40 +0000 truelight (svn r2044) -Fix: fix that TriggerVehicle is called from the wrong user
Thu, 24 Mar 2005 14:33:05 +0000 truelight (svn r2043) -Fix: committed too many files in the last commit
Thu, 24 Mar 2005 14:31:27 +0000 truelight (svn r2042) -Fix: forgot to remove a printf ;)
Thu, 03 Mar 2005 14:56:28 +0000 truelight (svn r1920) -Fix: no longer a station where you only unload is bad for your town-rating
Tue, 01 Mar 2005 19:32:55 +0000 truelight (svn r1919) -Fix: Minimum profit of vehicles was calculated wrong for Performance Rating
Wed, 23 Feb 2005 14:12:32 +0000 tron (svn r1911) Put back an "if" i accidently removed in r1898
Tue, 22 Feb 2005 12:48:03 +0000 tron (svn r1898) Remove some unused macros from macros.h and move some others to more appropriate headers
Sun, 06 Feb 2005 08:18:00 +0000 tron (svn r1813) Declare functions implemented in strings.c in their own shiny new header (though i think some of these function don't belong into strings.c)
Sun, 06 Feb 2005 07:49:41 +0000 tron (svn r1812) [1117058] Use CT_WATER instead of CT_STEEL when accounting water which gets delivered to a town (worked because CT_STEEL and CT_WATER share the same enum number)
Wed, 02 Feb 2005 16:16:43 +0000 truelight (svn r1770) -Fix: Hopefully last pieces of code that are containing a station-id
Mon, 31 Jan 2005 07:23:15 +0000 tron (svn r1749) Move the functions which calculate distances to map.[ch] and give the more meaningful names
Sat, 22 Jan 2005 23:41:23 +0000 bjarni (svn r1599) fix: autoreplace window now updates when inflation alters prices
Sat, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Wed, 19 Jan 2005 19:15:03 +0000 bjarni (svn r1568) made an enum of train subtypes to make the code more readable
Sat, 15 Jan 2005 08:58:31 +0000 tron (svn r1520) Trim 134 (!) lines with trailing whitespace ):
Thu, 13 Jan 2005 09:55:32 +0000 celestar (svn r1495) -Fix: Loan does not count against the company value
Mon, 10 Jan 2005 14:43:00 +0000 darkvater (svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
Mon, 10 Jan 2005 12:14:15 +0000 darkvater (svn r1460) -Fix: [1099225] Bug Fix - Vehicle Lists not updated at Acqusition (thx tamlin and mpetrov) This also fixes some bug but can't find i right now.
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)
Thu, 06 Jan 2005 22:31:58 +0000 truelight (svn r1407) -Codechange: changed a lot around _stations, _vehicles, _towns and _industries
Mon, 03 Jan 2005 18:59:58 +0000 tron (svn r1344) Use MapSize[XY]() (or MapSize()/MapMax[XY]() where appropriate) instead of TILES_[XY]
Thu, 30 Dec 2004 10:03:35 +0000 truelight (svn r1301) -Codechange: _industries finally has FOR_ALL_INDUSTRIES too
Tue, 28 Dec 2004 17:40:15 +0000 truelight (svn r1291) -Codechange: prepared subsidies and towns to become an uint16 (happens
Tue, 28 Dec 2004 09:55:55 +0000 truelight (svn r1287) -Fix: reversed 1285, because it is not the solution. This also means
Tue, 28 Dec 2004 09:29:40 +0000 truelight (svn r1285) -Fix: your loan is now substracted from your company value
Thu, 23 Dec 2004 14:02:40 +0000 truelight (svn r1247) -Fix: [ 1090313 ] Shares are now also sold when a company goes bankrupt
Wed, 22 Dec 2004 19:48:27 +0000 dominik (svn r1233) Fixed several currency issues. Now currencies should work correctly again.
Wed, 22 Dec 2004 16:54:55 +0000 dominik (svn r1222) Currency cleanup. Changed some currency symbols according to forum suggestions (thx ChrisCF) and rearranged the currencies alphabetically (except for the major ones).
Sun, 19 Dec 2004 10:17:26 +0000 truelight (svn r1168) -Cleanup: [Network] Cleaned the network code a bit. Added 'const'
Thu, 16 Dec 2004 11:36:00 +0000 truelight (svn r1128) -Fix: [Network] Going bankrupt of human-players was corrupted in networkgames
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
Tue, 14 Dec 2004 18:17:24 +0000 truelight (svn r1086) -Fix: [Network] [ 1084774 ] Fixed quick-share-sell bug
Mon, 13 Dec 2004 17:58:53 +0000 truelight (svn r1061) -Fix: [Network] Compiling without ENABLE_NETWORK now works again correctly
Sun, 12 Dec 2004 14:00:25 +0000 truelight (svn r1023) -Fix: [Network] [ 1083692 ] You can no longer buy out a company in MP
Sun, 05 Dec 2004 12:43:04 +0000 tron (svn r955) Replace uint16 for orders with struct Order
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Sat, 04 Dec 2004 09:26:39 +0000 tron (svn r925) Use sound enums
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
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Wed, 24 Nov 2004 12:47:25 +0000 tron (svn r792) Small cleanup: Kill a goto
Wed, 17 Nov 2004 08:52:47 +0000 tron (svn r654) Hopefully complete support for randomized variational spritegroups (i.e. the cars transporter in DBSetXL gets different cars each time) (pasky)
Fri, 05 Nov 2004 23:12:33 +0000 tron (svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk
Wed, 15 Sep 2004 18:36:33 +0000 truelight (svn r266) -Fix: hopefully fixed the desync problem nicely (and reverted the
Mon, 13 Sep 2004 23:43:54 +0000 darkvater (svn r241) -Fix: Trailing spaces :O
Mon, 13 Sep 2004 22:49:11 +0000 signde (svn r240) -Fix: desync on subsidy generation
Mon, 13 Sep 2004 20:38:36 +0000 darkvater (svn r237) -Fix: [1025836] Company value problem (again). Now company value rightly shows the value, including ALL your money.
Sat, 11 Sep 2004 19:34:11 +0000 signde (svn r207) -Codechange: randomizer handling
Sat, 11 Sep 2004 09:40:19 +0000 truelight (svn r201) -Fix: [1025836] Company values bigger dan int32 were put to negative
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Wed, 01 Sep 2004 21:54:12 +0000 darkvater (svn r148) -Feature: Company HQ can now be moved somewhere else (cost 1% of company value). Water floods HQ.
Mon, 23 Aug 2004 10:59:03 +0000 dominik (svn r117) Feature: Performance details window in company league menu (TrueLight)
Thu, 12 Aug 2004 22:29:37 +0000 darkvater (svn r34) -Fix [990770] Cargo delivery area patch for bug #989322. If station sign was too far away, there were goods acceptance/delivery issues (Celstar)
Tue, 10 Aug 2004 16:49:56 +0000 dominik (svn r10) Some documentation on _price_base array