glx [Tue, 22 Aug 2006 22:59:42 +0000] rev 4358
(svn r6059) -Fix(r6049): FOR_ALL was not use to not skip invalid items, so really don't skip invalid items :)
truelight [Tue, 22 Aug 2006 21:17:19 +0000] rev 4357
(svn r6058) -Fix: Get(Industry|Town)ArraySize could never return 0
Note: _total_towns and _total_industries willb e removed soon, so this 'hack' is okay, for now ;)
truelight [Tue, 22 Aug 2006 21:14:45 +0000] rev 4356
(svn r6057) -Codechange: made a function GetRandomXXX, that _always_ returns a valid XXX, unless there are none to pick from. Then NULL is returned.
truelight [Tue, 22 Aug 2006 20:56:08 +0000] rev 4355
(svn r6056) -Codechange: don't use a loop what can be done with a simple wrapper
truelight [Tue, 22 Aug 2006 20:41:26 +0000] rev 4354
(svn r6055) -Codechange: added GetXXXArraySize, which returns HighestID + 1 (or, will do that).
It isn't the best name, but we couldn't find any better.
This unifies the pool-system even more.
tron [Tue, 22 Aug 2006 20:39:18 +0000] rev 4353
(svn r6054) Change the sign sorter in a similar way as the other sorters: Remember a list of pointers to signs instead of a list of SignIDs - This removes a layer of indirection
Also make the sign list static
truelight [Tue, 22 Aug 2006 18:15:17 +0000] rev 4352
(svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXID
-Codechange: IsValidXXXID now also checks if XXX is really valid, not if the number is within range
Both changes again in preperation of the new mem-pool system, which requires this.
IsValidXXXID is not a bit less pretty, but that will be cleaned up after the new mem-pool system
truelight [Tue, 22 Aug 2006 17:13:49 +0000] rev 4351
(svn r6052) -Codechange: change OrderType (order->type) in a typedef
-Codechange: renamed DeleteDestinationFromVehicleOrder to RemoveOrderFromAllVehicles to reflect his function better
-Codechange: changed the params of RemoveOrderFromAllVehicles, to avoid unneeded variable-creation
truelight [Tue, 22 Aug 2006 16:59:51 +0000] rev 4350
(svn r6051) -Fix r6047: forgot many times a ! :(
truelight [Tue, 22 Aug 2006 16:38:50 +0000] rev 4349
(svn r6050) -Codechange: mass-renamed SignStruct -> Sign and ss -> si. Now functions and variables all match eachother
truelight [Tue, 22 Aug 2006 16:22:07 +0000] rev 4348
(svn r6049) -Codechange: forgot EngineRenew in r6047
-Codechange: cleaned up the EngineRenew code a bit (coding style mostly)
-Codechange: forgot the correct comment in station_cmd
-Codechange: move pool-stuff to engine.h, like we always do
truelight [Tue, 22 Aug 2006 15:39:22 +0000] rev 4347
(svn r6048) -Codechange: all InitializeXXX are plural, just not Depot
truelight [Tue, 22 Aug 2006 15:33:35 +0000] rev 4346
(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips invalid ones
-Codechange: use IsValidXXX where ever possible
Note: both changes to prepare for new pool system, which needs those changes.
For every pool there are 2 ugly lines, which will be removed when done
implementing new pool system.
Based on FS#13 by blathijs, partly implemented.
belugas [Tue, 22 Aug 2006 15:23:25 +0000] rev 4345
(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered label
CodeChange : Move almost all fixed strings from ON_PAINT event to Widget array using WWT_LABEL.
Feature : All "Select Refit Cargo" are now centered, instead of been left aligned
rubidium [Tue, 22 Aug 2006 14:38:37 +0000] rev 4344
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
miham [Tue, 22 Aug 2006 13:57:51 +0000] rev 4343
(svn r6044) WebTranslator2 update to 2006-08-22 15:57:27
danish - 13 fixed by Bjarni (3), trenskow (10)
french - 1 fixed by glx (1)
hungarian - 1 fixed by miham (1)
truelight [Tue, 22 Aug 2006 12:15:51 +0000] rev 4342
(svn r6043) -Codechange: use wrapper if they are available
miham [Mon, 21 Aug 2006 21:49:44 +0000] rev 4341
(svn r6042) WebTranslator2 update to 2006-08-21 23:49:18
french - 2 fixed by glx (2)
german - 49 fixed by chu (49)
polish - 1 fixed by meush (1)
portuguese - 3 fixed by izhirahider (3)
truelight [Mon, 21 Aug 2006 18:18:02 +0000] rev 4340
(svn r6041) -Fix r6040: forgot to declare a function in viewport.c
truelight [Mon, 21 Aug 2006 17:41:04 +0000] rev 4339
(svn r6040) -Add: when clicking twice on a Location Button, the SmallMap centers on your position (based on FS#54 by thomasdev)
-Add: when clicking twice in SmallMap on a position, it centers there (based on FS#54 by thomasdev)
-Add: add a button in SmallMap that centers the SmallMap on your current position (based on FS#54 by thomasdev)
bjarni [Mon, 21 Aug 2006 16:35:47 +0000] rev 4338
(svn r6039) -Fix: [newGRF] FS#287 Bugfix for error in NewGRF callback 31 code for aircraft (Mart3p)
introduced in rev 5822
truelight [Mon, 21 Aug 2006 14:59:58 +0000] rev 4337
(svn r6038) -Codechange: move mousewheel code to event WE_MOUSEWHEEL instead of a general function that handles that
-Codechange: use always 'e' for WindowsEvent, neverr 'we'
truelight [Mon, 21 Aug 2006 14:59:23 +0000] rev 4336
(svn r6037) -Fix: never allow scrolling the map in the main menu (scroll-settings weren't reset if switched to mainmenu)
truelight [Mon, 21 Aug 2006 14:34:59 +0000] rev 4335
(svn r6036) -Codechange: do not handle SCROLL in a central function, but let windows handle them theirself. Added WE_SCROLL for this.
Darkvater [Mon, 21 Aug 2006 13:04:13 +0000] rev 4334
(svn r6035) -Revert r5900 which supposedly fixed an invalid warning caused by buggy MS software
truelight [Mon, 21 Aug 2006 09:22:44 +0000] rev 4333
(svn r6032) -Fix: when a farm is gone, remove the fields when it is full grown and should be harvest (not before that)
miham [Sun, 20 Aug 2006 21:53:56 +0000] rev 4332
(svn r6023) WebTranslator2 update to 2006-08-20 23:53:33
german - 1 fixed by Neonox (1)
polish - 2 fixed, 2 changed by meush (4)
portuguese - 2 fixed by izhirahider (2)
rubidium [Sun, 20 Aug 2006 20:21:00 +0000] rev 4331
(svn r6013) -Fix: some newgrf properties returned the date in the new format where the newgrf's expect the original format. Thanks to michi_cc for finding these and providing the initial patch.
rubidium [Sun, 20 Aug 2006 19:31:58 +0000] rev 4330
(svn r6005) -Cleanup: introduce IndustryID and use it
-Cleanup: use TownID and StationID for two instances of uint16
rubidium [Sun, 20 Aug 2006 19:05:28 +0000] rev 4329
(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.
truelight [Sun, 20 Aug 2006 18:44:26 +0000] rev 4328
(svn r6001) -Feature: when removing a farm, his farmland is removed too (over time) (based on peter1138's patch, FS#82)
To make this to work, in older games farmland is removed on load, and replanted
miham [Sun, 20 Aug 2006 18:43:43 +0000] rev 4327
(svn r6000) WebTranslator2 update to 2006-08-20 20:43:15
danish - 24 fixed, 1 changed by Bjarni (25)
hungarian - 2 fixed by miham (2)
polish - 2 fixed, 3 changed by meush (5)
portuguese - 3 fixed by izhirahider (3)
turkish - 54 fixed by jnmbk (54)
rubidium [Sun, 20 Aug 2006 18:40:57 +0000] rev 4326
(svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0.
The game date subsystem now allows someone to start in the year 0 and continue
up to the year 5 000 000. However, you currently cannot build anything before
1920 as there is no newgrf support for dates before 1920 or after 2090 yet.
truelight [Sun, 20 Aug 2006 17:22:03 +0000] rev 4325
(svn r5993) -Fix r5974: a cause-no-warning commit caused a warning ;) (glx)
truelight [Sun, 20 Aug 2006 13:48:04 +0000] rev 4324
(svn r5978) -Add: allow a switch in Makefile.config to disable threads in OpenTTD (no matter what system you are on). Only useful for testing.
truelight [Sun, 20 Aug 2006 13:39:33 +0000] rev 4323
(svn r5977) -Fix [FS#78]: never set I-am-a-thread bool to true IN the thread. Machines with
dualcore can be faster then you want, and therefor create 2 threads, while
you made the bool to make sure there is never more then 1 thread of this type.
rubidium [Sun, 20 Aug 2006 12:39:17 +0000] rev 4322
(svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the functions really depend on the original date format.
-Cleanup: use DAYS_TILL_ORIGINAL_BASE_YEAR where the date variables are in the old date format and conversions are needed.
-Cleanup: replace one (forgotten) instance of uint16 with Date.
truelight [Sun, 20 Aug 2006 12:09:32 +0000] rev 4321
(svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc)
truelight [Sun, 20 Aug 2006 12:07:27 +0000] rev 4320
(svn r5973) -Codechange: md5_append only uses size_t as nbytes param, so use that (michi_cc)
truelight [Sun, 20 Aug 2006 12:03:39 +0000] rev 4319
(svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater)
-Codechange: added some comments and const correctness (Darkvater)
truelight [Sun, 20 Aug 2006 11:51:10 +0000] rev 4318
(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
truelight [Sun, 20 Aug 2006 11:41:34 +0000] rev 4317
(svn r5970) -Fix [FS#49]: town-growth removed houses under construction to make way for road. Not wanted behavoir (Rubidium)
truelight [Sun, 20 Aug 2006 11:18:46 +0000] rev 4316
(svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc)
truelight [Sun, 20 Aug 2006 10:51:27 +0000] rev 4315
(svn r5968) -Feature: add auto-completion in chat-window. It completes Player-Names and
Town-Names (that order) using <tab>. Based on FS#28 by egladil.
rubidium [Sun, 20 Aug 2006 10:50:23 +0000] rev 4314
(svn r5967) -Change: use right alignment for the year in the player's balance window instead of centering (about) 'string width' / 2 from the right edge
rubidium [Sun, 20 Aug 2006 10:45:36 +0000] rev 4313
(svn r5966) -Fix: prevent that the industry placement's terraforming checks can leave the map on the southern side
bjarni [Sun, 20 Aug 2006 09:52:15 +0000] rev 4312
(svn r5965) -Feature: FS#261 Catalan Town Names generator (arnau)
bjarni [Sun, 20 Aug 2006 09:26:58 +0000] rev 4311
(svn r5964) -Feature: FS#131 Slovenian currency (MeusH)
miham [Sun, 20 Aug 2006 07:04:04 +0000] rev 4310
(svn r5963) WebTranslator2 update to 2006-08-20 09:03:43
french - 7 changed by glx (7)
polish - 77 fixed, 18 changed by meush (95)
glx [Sat, 19 Aug 2006 21:30:40 +0000] rev 4309
(svn r5959) -Change: size selection dropdowns placement in 'Scenario type' window
truelight [Sat, 19 Aug 2006 19:45:04 +0000] rev 4308
(svn r5955) -Fix r5728: 2 very important lines for ShowQueryString where removed by excident.
Because of this you couldn't join servers with passwords, and more of those
problems. (tnx Mucht)
miham [Sat, 19 Aug 2006 18:19:41 +0000] rev 4307
(svn r5954) WebTranslator2 update to 2006-08-19 20:17:26
dutch - 54 fixed by webfreakz (54)
french - 74 fixed by glx (74)
hungarian - 79 fixed by miham (79)
norwegian - 2 fixed by oletk (2)
polish - 1 changed by meush (1)
portuguese - 15 fixed by izhirahider (15)
truelight [Sat, 19 Aug 2006 16:33:10 +0000] rev 4306
(svn r5953) -Fix: tooltip for FlatLand had wrong color (tnx glx)
tron [Sat, 19 Aug 2006 16:30:05 +0000] rev 4305
(svn r5952) - struct GRFText{Entry,} are private to newgrf_text.c
- use a variable size array instead of another malloc()
Darkvater [Sat, 19 Aug 2006 15:24:40 +0000] rev 4304
(svn r5951) - Codechange: GetVehicleOutOfTunnelTile() never did anything, and making it work properly only resulted in massive performance drops, and it not working properly also seemed to work, so make it not work properly once again.
truelight [Sat, 19 Aug 2006 12:01:04 +0000] rev 4303
(svn r5950) -Fix: don't show Vital Windows EVER if you go to GM_MENU (tnx Darkvater)
truelight [Sat, 19 Aug 2006 11:50:34 +0000] rev 4302
(svn r5949) -Fix: vs80 project file was broken (tnx webfreakz)
truelight [Sat, 19 Aug 2006 11:28:41 +0000] rev 4301
(svn r5948) -Fix: inversed check caused oringal land-generator to put industries on mountains (tnx Darkvater)
truelight [Sat, 19 Aug 2006 10:00:30 +0000] rev 4300
(svn r5946) -Add: merged the TGP branch to mainline. TGP adds:
- New optional landscape generator (TerraGenesis Perlin)
- Load heightmaps (either BMP or PNG)
- Progress dialog while generating worlds (no longer a 'hanging' screen)
- New dialogs for NewGame, Create Scenario and Play Heightmap
- Easier to configure your landscape
- More things to configure (tree-placer, ..)
- Speedup of world generation
- New console command 'restart': restart the map EXACTLY as it was when you
first started it (needs a game made after or with this commit)
- New console command 'getseed': get the seed of your map and share it with
others (of course only works with generated maps)
- Many new, world generation related, things
- Many internal cleanups and rewrites
Many tnx to those people who helped making this:
Belugas, DaleStan, glx, KUDr, RichK67, Rubidium, and TrueLight (alfabetic)
Many tnx to those who helped testing:
Arnau, Bjarni, and tokai (alfabetic)
And to all other people who helped testing and sending comments / bugs
Stats: 673 lines changed, 3534 new lines, 79 new strings
truelight [Sat, 19 Aug 2006 09:31:22 +0000] rev 4299
(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for textboxes to only
allow certain patterns (like numbers only)
truelight [Sat, 19 Aug 2006 09:23:48 +0000] rev 4298
(svn r5943) -Merge TGP (part r5725): -Codechange: renamed Thread to OTTDThread, as Windows
(who else) uses Thread in winbase.h, and starts complaining if you define it
otherwise (with weird, undefined errors) (tnx Arnau and Rubidium)
rubidium [Thu, 17 Aug 2006 20:22:35 +0000] rev 4297
(svn r5934) -Cleanup: forgot some conversions to Year and to Date
-Cleanup: use _cur_year instead of _date for some (year based) comparisons
-Cleanup: remove a magic number in favour of another (less) magic number
miham [Wed, 16 Aug 2006 17:58:43 +0000] rev 4296
(svn r5929) WebTranslator2 update to 2006-08-16 19:58:20
czech - 2 fixed by Hadez (2)
slovak - 2 fixed by lengyel (2)
rubidium [Wed, 16 Aug 2006 12:07:24 +0000] rev 4295
(svn r5928) -Cleanup: remove ConvertIntDate and use ConvertYMDToDate as ConvertIntDate was only called with Years.
rubidium [Wed, 16 Aug 2006 11:49:52 +0000] rev 4294
(svn r5927) -Cleanup: check against _cur_year instead of _date when determining the availability of airports, as they only become available at the beginning of a year.
rubidium [Wed, 16 Aug 2006 11:39:55 +0000] rev 4293
(svn r5926) -Codechange: make _cur_year contain the full year, instead of the offset since 1920
-Codechange: store all year related variables that are _not_ stored in a savegame/transported over the network in the same format as _cur_year
miham [Wed, 16 Aug 2006 07:43:15 +0000] rev 4292
(svn r5925) WebTranslator2 update to 2006-08-16 09:42:57
turkish - 2 fixed by jnmbk (2)
tron [Wed, 16 Aug 2006 06:06:48 +0000] rev 4291
(svn r5924) Revert accidently commited files
tron [Wed, 16 Aug 2006 06:05:44 +0000] rev 4290
(svn r5923) Fix 'make depend' which was broken in r3574 (it just did nothing)
rubidium [Tue, 15 Aug 2006 16:55:40 +0000] rev 4289
(svn r5919) -Cleanup: use the type Date when the variable really is a date
rubidium [Tue, 15 Aug 2006 16:49:48 +0000] rev 4288
(svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really convert a Date to/from a YearMonthDay.
-Cleanup: swap ConvertDateToYMD's parameters to make the order consistent with the name of the function.
bjarni [Tue, 15 Aug 2006 15:27:30 +0000] rev 4287
(svn r5917) -Fix: [clone vehicles] FS#275 Bugfix: Cloned Road Vehicles Are Not Refitted To Correct Cargo (Mart3p)
rubidium [Tue, 15 Aug 2006 15:18:03 +0000] rev 4286
(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_YEAR when comparing _cur_year with a 'full' year.
-Cleanup: replace some magic '1920' values with BASE_YEAR.
rubidium [Tue, 15 Aug 2006 14:52:17 +0000] rev 4285
(svn r5915) -Cleanup: some variables were named *_date while they were only holding years; rename these variables to match this.
Darkvater [Tue, 15 Aug 2006 14:38:43 +0000] rev 4284
(svn r5914) -Fix [FS#235]: Bugfix for errors in FindNearestHangar function in aircraft_cmd.c (mart3p).
rubidium [Tue, 15 Aug 2006 14:27:53 +0000] rev 4283
(svn r5913) -Fix (r5906): GetVehicleOutOfTunnelTile did assert when the vehicles tile location is the exit of the tunnel.
tron [Tue, 15 Aug 2006 13:31:43 +0000] rev 4282
(svn r5912) -Fix: Sort order for produced amount and transported percentage was reversed in the industry list
Also slightly change these sorting criteria: If an industry produces more than one type of cargo sort by the sum (amount) resp. minimum (%) instead of the mean
matthijs [Tue, 15 Aug 2006 11:06:32 +0000] rev 4281
(svn r5911) -Fix [FS#215]: Discard upper bits of TrackdirBitsToTrackBits result.
Darkvater [Tue, 15 Aug 2006 09:28:27 +0000] rev 4280
(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup of r5907.
rubidium [Tue, 15 Aug 2006 09:03:35 +0000] rev 4279
(svn r5909) -Fix (r5908): silence signedness warning
Darkvater [Tue, 15 Aug 2006 07:37:01 +0000] rev 4278
(svn r5908) - Codechange (r5903): Move the retrieval of the new value of a patch to console_cmds.c, so there is no need for that function in settings.c
tron [Tue, 15 Aug 2006 07:07:17 +0000] rev 4277
(svn r5907) Remove more indirection by using pointers instead of IDs. Also fix some bogus warnings on MSVC by using (void*) casts
Darkvater [Tue, 15 Aug 2006 01:28:07 +0000] rev 4276
(svn r5906) -Fix [ 1203146 ]: GetVehicleOutOfTunnelTile always returned v->tile, now the exit-tile of the tunnel based on the vehicle's direction is correctly returned. Based on a patch by glx.
Darkvater [Tue, 15 Aug 2006 00:26:24 +0000] rev 4275
(svn r5903) -Fix [FS#170]: Changing patch settings through the console didn't accept on/off or true/false.
Darkvater [Tue, 15 Aug 2006 00:19:01 +0000] rev 4274
(svn r5902) -Fix [FS#26]: BIGMULS return-type fix (Graphite)
Darkvater [Tue, 15 Aug 2006 00:14:57 +0000] rev 4273
(svn r5901) -Fix [FS#253]: Differing price calculation for tunnels depending on starting point
Darkvater [Mon, 14 Aug 2006 23:27:06 +0000] rev 4272
(svn r5900) -Fix [FS#84]: Warning silencing fix for OpenTTD on Windows x64 (michi_cc)
Darkvater [Mon, 14 Aug 2006 23:11:59 +0000] rev 4271
(svn r5899) - Fix [FS#242]: Multistop not working when using NPF (r5033) (mart3p)
Darkvater [Mon, 14 Aug 2006 22:34:43 +0000] rev 4270
(svn r5898) -Fix [FS#249]: Bugfix: Goto Depot not always working for road vehicles. (mart3p)
Darkvater [Mon, 14 Aug 2006 22:23:13 +0000] rev 4269
(svn r5897) -Fix [ 1519167 ] Bus trying to service in depot of other company (mart3p)
tron [Mon, 14 Aug 2006 21:02:48 +0000] rev 4268
(svn r5896) Remove pointless indirection similar to r5894 and remove an unnecessary global variable
tron [Mon, 14 Aug 2006 20:37:15 +0000] rev 4267
(svn r5895) Remove dead code
tron [Mon, 14 Aug 2006 20:25:29 +0000] rev 4266
(svn r5894) Remove a totally unnecessary indirection in the vehicle sorter code. Less code, less data, simply better
miham [Mon, 14 Aug 2006 18:39:20 +0000] rev 4265
(svn r5893) WebTranslator2 update to 2006-08-14 20:38:49
dutch - 2 fixed by webfreakz (2)
french - 2 fixed by glx (2)
german - 2 fixed by Neonox (2)
hungarian - 2 fixed by miham (2)
polish - 2 fixed by meush (2)
portuguese - 2 fixed by izhirahider (2)
ukrainian - 1 fixed by znikoz (1)
rubidium [Mon, 14 Aug 2006 17:08:45 +0000] rev 4264
(svn r5892) -Fix (r5887): silence MSVC warning(s) about signedness of some comparisons with _date.
bjarni [Mon, 14 Aug 2006 16:18:41 +0000] rev 4263
(svn r5891) -Code cleanup: cleaned up the code added in revision 5888
bjarni [Mon, 14 Aug 2006 15:03:01 +0000] rev 4262
(svn r5888) -Fix: [autoreplace] if vehicles breakdowns and service are turned off, the vehicles failed to enter any depots
now they will quickly go to a depot if set to be replaced
the tradeoff is that a vehicle set to be replaced and without a depot in the orders will forget about the orders and head for a depot. If the replace fails (lack of money), it will exit and try to head for the depot again
also all vehicles of that type will rush to the depots at once, risking causing traffic jams. This is because there is no way to even it out like normal depot visits offers
Tip: add a depot to the orders of all vehicles, set it to service only and it will always be skipped unless the vehicle is set to be replaced. This should help on the jam issue and if the replace fails, the vehicle will go though a whole round of the orders and make more money before trying again
rubidium [Mon, 14 Aug 2006 14:21:15 +0000] rev 4261
(svn r5887) -Cleanup: move date related functions, defines and variables to date.[ch]
-Cleanup: fix whitespace related coding style issues in date.[ch]
-Cleanup: make original comments doxygen compatible and remove/change outdated comments
Darkvater [Mon, 14 Aug 2006 11:44:19 +0000] rev 4260
(svn r5886) -Fix [FS#273]: Incomplete removal of player owned property due to lack of money.
rubidium [Sun, 13 Aug 2006 14:46:16 +0000] rev 4259
(svn r5883) -Fix [FS#272]: use the height of the edge of the map for shadows of aircrafts that are outside the map; similar to r5841, caused by r5794.
Darkvater [Sun, 13 Aug 2006 10:22:34 +0000] rev 4258
(svn r5874) -Feature [FS#234]: Remember the maximized state and restore on start. This also fixes a bug where a different resolution is chosen for a maximized window, but it retains the maximized flag. Only win32.
Darkvater [Sun, 13 Aug 2006 08:51:55 +0000] rev 4257
(svn r5873) - Fix a bad comment in r5871, and add a further check for saving strings.
Darkvater [Sun, 13 Aug 2006 08:18:11 +0000] rev 4256
(svn r5872) - Feature: Add an icon to the SDL openttd executable.
Darkvater [Sat, 12 Aug 2006 22:56:45 +0000] rev 4255
(svn r5871) -Feature: Add a possibility to handle pointer strings without a buffer from the configuration file. Handy for variables that will never be changed during runtime
Darkvater [Sat, 12 Aug 2006 17:33:05 +0000] rev 4254
(svn r5866) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
tron [Sat, 12 Aug 2006 12:56:45 +0000] rev 4253
(svn r5864) -Feature: Also allow horizontal and vertical rails on steep slopes
bjarni [Sat, 12 Aug 2006 11:08:02 +0000] rev 4252
(svn r5854) -Fix: [elrails] now electric engines are stopped if they enter a non-electrified depot even if they would have left right away if the depot had catenary
this solves the issue where electric engines in a certain situation could leave non-electrified depots, turn around and enter all the time
bjarni [Sat, 12 Aug 2006 10:41:29 +0000] rev 4251
(svn r5853) -Fix: [elrails] FS#178 Electric Trains can leave Conventional Depot
now the user will get an error if he tries to start the train and the status bar will say "no power" instead of "stopped"
Electric trains already driving in and out of non-electrified depots will still do so, but you can't start new ones
Darkvater [Fri, 11 Aug 2006 13:51:04 +0000] rev 4250
(svn r5843) Wrong path for masm64.rules in VS2005 project file (michi_cc)
rubidium [Fri, 11 Aug 2006 09:42:12 +0000] rev 4249
(svn r5841) -Fix r5794: use the height of the edge of the map for shadows of disasters that are outside the map
belugas [Fri, 11 Aug 2006 03:07:46 +0000] rev 4248
(svn r5839) Fix : A ship in a depot must be stopped before allowed to be cloned.
As this is standard behaviour for all other vehicle types...
Darkvater [Thu, 10 Aug 2006 17:28:13 +0000] rev 4247
(svn r5836) - Silence a warning on mingw. Thanks glx.
tron [Thu, 10 Aug 2006 14:44:32 +0000] rev 4246
(svn r5833) -Feature: Allow building of (certain) rails, roads and bridge ramps on steep sloped tiles
Darkvater [Thu, 10 Aug 2006 09:10:41 +0000] rev 4245
(svn r5831) - Fix (r5765): regression regarding windows filetimes. st->st_mtime's type time_t is only 64bit on windows64, so we need to convert it.
peter1138 [Wed, 09 Aug 2006 21:11:45 +0000] rev 4244
(svn r5822) - NewGRF: add support for callback 31, vehicle start/stop check. This allows a set to disallow a vehicle from being started, i.e. to not be able to leave the depot. This is almost a partner to callback 1D.
peter1138 [Wed, 09 Aug 2006 21:02:06 +0000] rev 4243
(svn r5820) - NewGRF: Add support for extra vehicle text in the purchase list for road vehicles, aircraft and ships.
peter1138 [Wed, 09 Aug 2006 20:44:23 +0000] rev 4242
(svn r5819) - NewGRF: add support for refit costs specified in NewGRF. This may affect the default refit costs for the default rail vehicles.
Darkvater [Wed, 09 Aug 2006 08:48:33 +0000] rev 4241
(svn r5813) Add x64 target to VS2005 project files (michi_cc)
tron [Tue, 08 Aug 2006 12:30:55 +0000] rev 4240
(svn r5810) Shuffle some constants for clarity and remove a case which cannot occur in DrawFoundation()
tron [Tue, 08 Aug 2006 07:12:33 +0000] rev 4239
(svn r5809) Turn the tests for valid bridge ramp slopes into something comprehensible