bjarni [Sun, 30 Oct 2005 11:00:54 +0000] rev 2567
(svn r3104) -Codechange: [refit] removed now obsolite code that the old autoreplace needed
Darkvater [Sun, 30 Oct 2005 00:16:48 +0000] rev 2566
(svn r3103) - Fix: [ 1339000 ] Fix: strgen and plural forms fatal error for untranslated strings. (glx). Also output the correct lines for these warnings, for missing strings the lines correspond with the ones in english.txt
Darkvater [Sat, 29 Oct 2005 22:27:34 +0000] rev 2565
(svn r3102) - Fix (regression): Newly added sprite had problems when newgrf's where loaded. Thanks Tron for explaining what the problem was and how it should be solved.
bjarni [Sat, 29 Oct 2005 21:54:28 +0000] rev 2564
(svn r3101) -Codechange: added _new_vehicle_id
this var works like _new_train_id and the rest of that kind of vars, except it is set each time a vehicle is build, nomatter what type
this is a nice tool to code vehicle independent code, which in turn can reduce code duplication
Right now it's used in ReplaceVehicle() and CmdCloneVehicle()
bjarni [Sat, 29 Oct 2005 20:58:26 +0000] rev 2563
(svn r3100) -Codechange [Clone vehicles] Major change to clone vehicles
removed duplicated code and added DoCommand, which used the define build commands added with autoreplace
This should not affect gameplay at all
tron [Sat, 29 Oct 2005 20:28:43 +0000] rev 2562
(svn r3099) Copy&pasto in r3098
tron [Fri, 28 Oct 2005 20:04:54 +0000] rev 2561
(svn r3098) static, const, uint -> TileIndex, indentation, bracing, unused return values, ... mostly related to the clone vehicle GUI
Darkvater [Fri, 28 Oct 2005 00:18:57 +0000] rev 2560
(svn r3097) - Fix (regression): unix has a trailing slash after the paths, windows does not, no idea why os2 has. Way to go consistency :s. So anyways, just strip trailing slash
Darkvater [Fri, 28 Oct 2005 00:09:59 +0000] rev 2559
(svn r3096) - Feature: 'HOME' icon to saveload dialogs that jumps to the default save/load directory based on the dialog (added icon to openttd.grf, introduced FIOS_TYPE_DIRECT that allows arbitrary directory jumping).
- Fix: on Win32 capitalize the drive-letter in the saveload dialog windows when it is first opened.
bjarni [Thu, 27 Oct 2005 19:30:40 +0000] rev 2558
(svn r3093) -Fix: [autoreplace] fixed issue where the money limit message showed up in some cases when no replace was needed