Tue, 27 May 2008 00:50:55 +0000 |
richk |
(svn r13281) [NewGRF_ports] -Sync: with trunk r13145:13280. Includes support for Noise Level on Prop 24 in .grf files.
NewGRF_ports
|
file |
diff |
annotate
|
Mon, 26 May 2008 20:45:25 +0000 |
richk |
(svn r13274) [NewGRF_ports] -Sync: with trunk r12806:13144.
NewGRF_ports
|
file |
diff |
annotate
|
Mon, 26 May 2008 13:52:59 +0000 |
rubidium |
(svn r13265) [NoAI] -Sync with trunk r13185:13264.
noai
|
file |
diff |
annotate
|
Mon, 26 May 2008 00:31:36 +0000 |
rubidium |
(svn r13256) -Codechange: merge the OPTS and PATS chuncks.
|
file |
diff |
annotate
|
Sun, 25 May 2008 19:17:03 +0000 |
rubidium |
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
|
file |
diff |
annotate
|
Sat, 24 May 2008 02:54:47 +0000 |
belugas |
(svn r13226) -Feature: Allow to have more than only two airports per town. The number of airports is now controlled by the noise each of them generates, the distance from town's center and how tolerant the town is.
|
file |
diff |
annotate
|
Mon, 19 May 2008 15:13:58 +0000 |
glx |
(svn r13189) [NoAI] -Sync: with trunk r13055:13185.
noai
|
file |
diff |
annotate
|
Sun, 18 May 2008 19:41:47 +0000 |
rubidium |
(svn r13167) -Codechange: prepend _ to a global variable.
|
file |
diff |
annotate
|
Fri, 16 May 2008 07:08:04 +0000 |
rubidium |
(svn r13114) -Codechange: use InvalidateData instead of direct window access to modify the state of the statusbar from outside the statusbar.
|
file |
diff |
annotate
|
Sun, 11 May 2008 20:09:34 +0000 |
rubidium |
(svn r13056) [NoAI] -Sync: with trunk r12996:13055.
noai
|
file |
diff |
annotate
|
Sat, 10 May 2008 12:30:27 +0000 |
rubidium |
(svn r13028) -Codechange: WE_MESSAGE and WE_INVALIDATE_DATA were doing the same thing.
|
file |
diff |
annotate
|
Thu, 08 May 2008 20:05:32 +0000 |
glx |
(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)
|
file |
diff |
annotate
|
Wed, 07 May 2008 21:09:51 +0000 |
rubidium |
(svn r12997) [NoAI] -Sync: with trunk r12895:12996.
noai
|
file |
diff |
annotate
|
Mon, 05 May 2008 22:03:01 +0000 |
smatz |
(svn r12961) -Codechange: store the type of savegame we are loading in a global variable
|
file |
diff |
annotate
|
Mon, 05 May 2008 21:54:05 +0000 |
rubidium |
(svn r12960) -Codechange: handle return values of (some) file system related functions.
|
file |
diff |
annotate
|
Mon, 05 May 2008 18:27:57 +0000 |
rubidium |
(svn r12957) -Codechange: do not misuse snprintf when you just want to copy a string, also use DEBUG instead of fprintf in one case.
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 21:31:29 +0000 |
peter1138 |
(svn r12924) -Feature: Introducing the so called 'engine pool' which primarily removes the fixed engine type limits and also happens to allow (with the patch option 'dynamic_engines') multiple NewGRF vehicle sets to coexist.
|
file |
diff |
annotate
|
Thu, 24 Apr 2008 12:15:24 +0000 |
rubidium |
(svn r12867) [0.6] -Backport from trunk r12706, r12642, r12622, r12572, r12542:
0.6
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 21:15:50 +0000 |
glx |
(svn r12826) [NoAI] -Sync: with trunk r12780:12824
noai
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 09:27:47 +0000 |
rubidium |
(svn r12816) -Fix: the cargo count in the performance rating window could be wrong.
|
file |
diff |
annotate
|
Sun, 20 Apr 2008 15:27:28 +0000 |
richk |
(svn r12806) [NewGRF_ports] -Sync: with trunk r12773:12805.
NewGRF_ports
|
file |
diff |
annotate
|
Sat, 19 Apr 2008 10:18:38 +0000 |
rubidium |
(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveload.cpp instead of openttd.cpp.
|
file |
diff |
annotate
|
Sat, 19 Apr 2008 08:21:55 +0000 |
rubidium |
(svn r12782) -Codechange: remove some functions from functions.h and do not statically 'waste' memory when the old name array is not needed anymore.
|
file |
diff |
annotate
|
Fri, 18 Apr 2008 23:33:51 +0000 |
rubidium |
(svn r12781) [NoAI] -Sync: with trunk r12711:12780.
noai
|
file |
diff |
annotate
|
Fri, 18 Apr 2008 19:55:13 +0000 |
richk |
(svn r12774) [NewGRF_ports] -Sync: with trunk r12742:12772.
NewGRF_ports
|
file |
diff |
annotate
|
Fri, 18 Apr 2008 04:37:06 +0000 |
rubidium |
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
file |
diff |
annotate
|
Thu, 17 Apr 2008 21:21:01 +0000 |
rubidium |
(svn r12757) -Codechange: move all cheat related stuff from all over the place to a single location.
|
file |
diff |
annotate
|
Wed, 16 Apr 2008 22:34:14 +0000 |
richk |
(svn r12743) [NewGRF_ports] -Sync: with trunk r12705:12741.
NewGRF_ports
|
file |
diff |
annotate
|
Tue, 15 Apr 2008 00:47:19 +0000 |
richk |
(svn r12715) [NewGRF_ports] -Sync: with trunk r12351:12644.
NewGRF_ports
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 21:21:10 +0000 |
rubidium |
(svn r12712) [NoAI] -Sync with trunk r12672:12711.
noai
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 20:00:28 +0000 |
rubidium |
(svn r12707) -Fix: do not crash very hard on unrecognised savegames, just go back to the intro menu instead.
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 19:54:33 +0000 |
rubidium |
(svn r12706) -Merge: the thread rewrite from NoAI. The rewrite makes the threading we have better extendable.
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 16:24:00 +0000 |
rubidium |
(svn r12703) [NoAI] -Codechange: move the remaining thread functions to use the new thread infrastructure.
noai
|
file |
diff |
annotate
|
Sat, 12 Apr 2008 21:38:49 +0000 |
rubidium |
(svn r12673) [NoAI] -Sync: with trunk r12596:12672. Note that due to the order rewrite AIOrder.ChangeOrder does currently not work as expected.
noai
|
file |
diff |
annotate
|
Thu, 10 Apr 2008 08:30:15 +0000 |
rubidium |
(svn r12648) -Feature: allow four different non-stop types in a single game instead of two. The "TTDP compatible order" setting now only sets the default behaviour of new trains.
|
file |
diff |
annotate
|
Tue, 19 Jun 2007 07:21:01 +0000 |
celestar |
(svn r10213) [gamebalance] -Sync: r10100:10200 from trunk
gamebalance
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 12:05:56 +0000 |
celestar |
(svn r10136) [gamebalance] -Sync: r9900:10100 from trunk
gamebalance
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 11:45:14 +0000 |
celestar |
(svn r10135) [gamebalance] -Sync: r9700:9900 from trunk
gamebalance
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 11:17:30 +0000 |
celestar |
(svn r10134) [gamebalance] -Sync: r9670:9700 from trunk
gamebalance
|
file |
diff |
annotate
|
Wed, 13 Jun 2007 11:00:24 +0000 |
celestar |
(svn r10133) [gamebalance] -Sync: r9620:9670 from trunk
gamebalance
|
file |
diff |
annotate
|
Tue, 12 Jun 2007 11:56:35 +0000 |
celestar |
(svn r10112) [gamebalance] -Sync: r9520:9620 from trunk
gamebalance
|
file |
diff |
annotate
|
Thu, 22 Mar 2007 11:11:36 +0000 |
celestar |
(svn r9408) [gamebalance] -Feature: The new economic data is stored in the savegame from now on. I'll try to make sure that intra-branch compability is maintained in the future for easier testing. Newer trunk games (as soon as trunk bumps the saveload revision) will not load however.
gamebalance
|
file |
diff |
annotate
|
Mon, 19 Mar 2007 12:49:55 +0000 |
celestar |
(svn r9324) [gamebalance] -Sync: r9314:9322 from trunk (newhouses)
gamebalance
|
file |
diff |
annotate
|
Mon, 19 Mar 2007 12:38:16 +0000 |
celestar |
(svn r9321) [gamebalance] -Sync: r9025:9314 from trunk
gamebalance
|
file |
diff |
annotate
|
Wed, 02 Apr 2008 10:55:28 +0000 |
truebrain |
(svn r12538) [NoAI] -Codechange: introducing fiber.hpp, a class to have fibers in your application via either Windows Fibers, or via thread.h
noai
|
file |
diff |
annotate
|
Mon, 31 Mar 2008 07:50:27 +0000 |
rubidium |
(svn r12503) [NoAI] -Sync: with trunk r12461:12501.
noai
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 10:32:55 +0000 |
rubidium |
(svn r12462) [NoAI] -Sync: with trunk r12304:12461.
noai
|
file |
diff |
annotate
|
Thu, 28 Feb 2008 00:43:30 +0000 |
glx |
(svn r12306) [NoAI] -Sync with trunk r12209:12304
noai
|
file |
diff |
annotate
|
Fri, 22 Feb 2008 00:25:54 +0000 |
glx |
(svn r12211) [NoAI] -Sync: with trunk r12050:12209
noai
|
file |
diff |
annotate
|
Sun, 03 Feb 2008 20:17:54 +0000 |
rubidium |
(svn r12051) [NoAI] -Sync: with trunk (r11795:12050).
noai
|
file |
diff |
annotate
|
Wed, 09 Jan 2008 18:11:12 +0000 |
rubidium |
(svn r11796) [NoAI] -Sync: with trunk r11502:11795.
noai
|
file |
diff |
annotate
|
Fri, 23 Nov 2007 16:59:30 +0000 |
rubidium |
(svn r11503) [NoAI] -Sync: with trunk r11308:11502.
noai
|
file |
diff |
annotate
|
Sat, 20 Oct 2007 10:42:28 +0000 |
truelight |
(svn r11309) [NoAI] -Sync: with trunk r11145:11308.
noai
|
file |
diff |
annotate
|
Sat, 06 Oct 2007 22:30:24 +0000 |
glx |
(svn r11221) [NoAI] -Sync: with trunk r11145:11220
noai
|
file |
diff |
annotate
|
Sun, 23 Sep 2007 07:37:38 +0000 |
rubidium |
(svn r11146) [NoAI] -Sync: with trunk r11035:11045.
noai
|
file |
diff |
annotate
|
Sun, 02 Sep 2007 11:17:33 +0000 |
rubidium |
(svn r11036) [NoAI] -Sync: with trunk r10774:11035.
noai
|
file |
diff |
annotate
|
Fri, 03 Aug 2007 22:09:42 +0000 |
rubidium |
(svn r10775) [NoAI] -Sync: with trunk r10535:r10774.
noai
|
file |
diff |
annotate
|
Fri, 20 Jul 2007 15:48:17 +0000 |
rubidium |
(svn r10636) [NoAI] -Sync with trunk r10532:10635.
noai
|
file |
diff |
annotate
|
Fri, 13 Jul 2007 09:18:50 +0000 |
truelight |
(svn r10533) [NoAI] -Sync with trunk r10460:r10532.
noai
|
file |
diff |
annotate
|
Sat, 07 Jul 2007 09:20:52 +0000 |
rubidium |
(svn r10461) [NoAI] -Sync with trunk r10349:r10460.
noai
|
file |
diff |
annotate
|