src/misc.cpp
Tue, 19 Jun 2007 07:21:01 +0000 celestar (svn r10213) [gamebalance] -Sync: r10100:10200 from trunk gamebalance
Wed, 13 Jun 2007 11:45:14 +0000 celestar (svn r10135) [gamebalance] -Sync: r9700:9900 from trunk gamebalance
Wed, 13 Jun 2007 11:17:30 +0000 celestar (svn r10134) [gamebalance] -Sync: r9670:9700 from trunk gamebalance
Tue, 12 Jun 2007 11:56:35 +0000 celestar (svn r10112) [gamebalance] -Sync: r9520:9620 from trunk gamebalance
Thu, 19 Apr 2007 14:43:25 +0000 celestar (svn r9674) [gamebalance] -Sync: r9322:9420 from trunk gamebalance
Mon, 19 Mar 2007 12:49:55 +0000 celestar (svn r9324) [gamebalance] -Sync: r9314:9322 from trunk (newhouses) gamebalance
Mon, 19 Mar 2007 12:38:16 +0000 celestar (svn r9321) [gamebalance] -Sync: r9025:9314 from trunk gamebalance
Sun, 11 Mar 2007 14:02:43 +0000 celestar (svn r9114) [gamebalance] -Add: Added the new economy, with the ability to adjust growth in the difficulty window. The economy doesn't do anything yet, it just exists. gamebalance
Sun, 06 Apr 2008 23:07:42 +0000 rubidium (svn r12597) [NoAI] -Sync: with trunk r12501:12596. noai
Mon, 31 Mar 2008 07:50:27 +0000 rubidium (svn r12503) [NoAI] -Sync: with trunk r12461:12501. noai
Fri, 28 Mar 2008 10:32:55 +0000 rubidium (svn r12462) [NoAI] -Sync: with trunk r12304:12461. noai
Sun, 03 Feb 2008 20:17:54 +0000 rubidium (svn r12051) [NoAI] -Sync: with trunk (r11795:12050). noai
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, 06 Oct 2007 22:30:24 +0000 glx (svn r11221) [NoAI] -Sync: with trunk r11145:11220 noai
Sun, 02 Sep 2007 11:17:33 +0000 rubidium (svn r11036) [NoAI] -Sync: with trunk r10774:11035. 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, 25 May 2007 00:25:08 +0000 glx (svn r9915) [NoAI] -Sync with trunk -r9815:9914 noai
Sun, 22 Apr 2007 19:06:48 +0000 rubidium (svn r9713) [NoAI] -Sync with trunk (r9631:9712). noai
Sun, 15 Apr 2007 00:23:24 +0000 rubidium (svn r9632) [NoAI] -Sync with trunk r9574:9631. noai
Thu, 22 Mar 2007 02:32:43 +0000 glx (svn r9396) [NoAI] -Sync with trunk r9362:9393 noai
Mon, 19 Mar 2007 12:49:27 +0000 truelight (svn r9323) [NoAI] -Sync with trunk r9206:9322 noai
Thu, 15 Mar 2007 22:33:39 +0000 truelight (svn r9232) [NoAI] -Fix r9230: incode update about file/dir moving noai
Tue, 13 Mar 2007 15:47:26 +0000 truelight (svn r9142) [NoAI] -Add: added initial code for AI-layer system noai
Fri, 04 Apr 2008 17:27:38 +0000 smatz (svn r12565) -Cleanup: variable scope in misc\*.cpp
Mon, 31 Mar 2008 00:17:39 +0000 rubidium (svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneeded inclusions of engine.h and/or replace them with engine_type.h.
Fri, 28 Mar 2008 08:53:36 +0000 rubidium (svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
Tue, 29 Jan 2008 00:27:25 +0000 rubidium (svn r12004) -Codechange: refactor the random functions to reduce code duplication.
Tue, 22 Jan 2008 12:09:12 +0000 rubidium (svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
Sun, 13 Jan 2008 01:21:35 +0000 rubidium (svn r11828) -Codechange: include table/* as the last includes and remove an unneeded include from openttd.h.
Sat, 12 Jan 2008 19:58:06 +0000 peter1138 (svn r11822) -Codechange: Replaced fixed size custom name array. Names are now attached to their object directly and there is
Sat, 12 Jan 2008 14:10:35 +0000 rubidium (svn r11818) -Codechange: split player.h into smaller pieces.
Wed, 09 Jan 2008 09:45:45 +0000 rubidium (svn r11787) -Codechange: more header rewrites. This time related to viewport.h.
Tue, 08 Jan 2008 18:25:51 +0000 peter1138 (svn r11784) -Codechange: set up initial engine data in one place
Mon, 07 Jan 2008 14:23:25 +0000 rubidium (svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
Thu, 27 Dec 2007 13:35:39 +0000 rubidium (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless includes.
Wed, 26 Dec 2007 13:50:40 +0000 rubidium (svn r11702) -Codechange: move all date related stuff to date*.
Wed, 26 Dec 2007 11:45:43 +0000 rubidium (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split map.h).
Tue, 25 Dec 2007 11:26:07 +0000 rubidium (svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
Sun, 23 Dec 2007 10:56:02 +0000 rubidium (svn r11684) -Codechange: split gfx.h in a type and functional header.
Fri, 21 Dec 2007 22:50:51 +0000 rubidium (svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
Mon, 26 Nov 2007 17:50:22 +0000 skidd13 (svn r11527) -Codechange: Split the bitmath functions of to their own files
Wed, 21 Nov 2007 19:13:38 +0000 skidd13 (svn r11488) -Codechange: Spilt the random functions out to seperate file
Thu, 15 Nov 2007 18:28:00 +0000 rubidium (svn r11440) -Codechange: replace magic numbers with enumified WindowHighlightMode constants. Patch by SmatZ.
Mon, 24 Sep 2007 20:55:13 +0000 rubidium (svn r11157) -Fix: some random data was printed because printf "thought" that _current_player is 4 bytes instead of 1 byte, causing the random debug output to be useless.
Sat, 01 Sep 2007 08:31:36 +0000 rubidium (svn r11031) -Codechange: reduce the amount of duplication of bit counting functions. Based on patches by skidd13, SmatZ and Belugas.
Sun, 19 Aug 2007 09:38:30 +0000 rubidium (svn r10932) -Codechange: replace "text" with "chat" for the chat related function and variables.
Fri, 22 Jun 2007 20:04:21 +0000 truelight (svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on
Fri, 22 Jun 2007 11:58:59 +0000 rubidium (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.
Tue, 12 Jun 2007 22:13:49 +0000 maedhros (svn r10122) -Codechange: Add a CountBitsSet function and use it to replace some less efficient loops.
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.
Wed, 18 Apr 2007 22:10:36 +0000 rubidium (svn r9672) -Cleanup: lots of coding style fixes around operands.
Thu, 12 Apr 2007 13:07:15 +0000 maedhros (svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Sun, 03 Feb 2008 20:34:26 +0000 rubidium (svn r12053) [NewGRF_ports] -Sync: with trunk r11949:12050. NewGRF_ports
Tue, 22 Jan 2008 21:00:30 +0000 rubidium (svn r11950) [NewGRF_ports] -Sync with trunk r11566:11949. NewGRF_ports
Mon, 03 Dec 2007 23:39:38 +0000 rubidium (svn r11566) [NewGRF_ports] -Sync: with trunk r11218:r11565. NewGRF_ports
Sat, 06 Oct 2007 21:16:00 +0000 rubidium (svn r11219) [NewGRF_ports] -Sync: with trunk r11035:11218. NewGRF_ports
Sun, 02 Sep 2007 11:58:58 +0000 rubidium (svn r11037) [NewGRF_ports] -Sync: with trunk r10844:11035. NewGRF_ports
Sat, 14 Jul 2007 19:42:58 +0000 richk (svn r10560) [NewGRF_ports] -Sync: with trunk r10027-10559 NewGRF_ports