celestar [Sat, 09 Apr 2005 06:20:03 +0000] rev 1669
(svn r2173) -Fix: [ 1179380 ] Rail now builds on reserved land. Cause by the problem that CMD_ERROR is just the highest bit of the return value, but CMD_CLEAR_LANDSCAPE returns a negative value for owned land. So the highest bit is set as well. Note to self: Finish Command Patch
miham [Sat, 09 Apr 2005 06:19:08 +0000] rev 1668
(svn r2172) [Translations] Translations from the last two days (37 strs/11 langs)
miham [Sat, 09 Apr 2005 06:15:16 +0000] rev 1667
(svn r2171) [Translations] Manually fixed string-order in english.txt (someone fscked it up!)
bjarni [Fri, 08 Apr 2005 23:46:18 +0000] rev 1666
(svn r2170) -fix: [1179457] the industry list can now no longer scroll down then the end of the list is reached (Hackykid)
celestar [Fri, 08 Apr 2005 22:50:22 +0000] rev 1665
(svn r2169) -Fix: Doing the slot clearing also for crashed road vehicles (c.f. previous commit)
Darkvater [Fri, 08 Apr 2005 22:44:06 +0000] rev 1664
(svn r2168) - Fix: Various stages of invisible trains, and wrong v->u.rail.track combinations. When a vehicle was sold its (possibly) assigned road slot for multislot was not cleared, thus resulting in a bug confusion. This should fix [ 1178520 ] Assertion failure in ai.c (invalid v->u.rail.track). With big thanks to TrueLight for the demo-recording patch, BJH for the wonderful savegame, Hackykid for his brilliant suggestions of the problem and Celestar for... ehm, making it all possible ;p
bjarni [Fri, 08 Apr 2005 15:40:44 +0000] rev 1663
(svn r2167) -fix: [autoreplace] trains now get the default cargo type if the engine
replaced from did not have cargo capacity (instead of refitting to passengers)
matthijs [Thu, 07 Apr 2005 19:33:32 +0000] rev 1662
(svn r2166) Fixed two warnings in the last commit.
matthijs [Thu, 07 Apr 2005 19:19:16 +0000] rev 1661
(svn r2165) - Codechange: [NPF] Properly enummed NPF hash size, it is easily changable now.
- Codechange: [NPF] Improved the NPF hash calculation slightly.
- Codechange: [NPF] Increased hash size, should speed up somewhat.
Darkvater [Thu, 07 Apr 2005 10:50:55 +0000] rev 1660
(svn r2164) - Language: [ 1173684 ] fix some wrong french translations (glx)
Darkvater [Thu, 07 Apr 2005 01:18:50 +0000] rev 1659
(svn r2163) - SVN: Set ignore on grfcodec for when you decode/encode grf files there
Darkvater [Thu, 07 Apr 2005 01:02:15 +0000] rev 1658
(svn r2162) - Fix: Tooltips of horizontal scrollbars were wrong; they now say left/right instead of up/down
Darkvater [Thu, 07 Apr 2005 00:59:54 +0000] rev 1657
(svn r2161) - Fix: When resizing a window, the button is also visibly depressed
- CodeChange: Use images as arrows in the scenario-date scroller, looks better
- Feature: Clicked buttons with images/text now visibly depress their contents when pressed (eg it really seems like the button is moving)
- Fix: Fix sprite offsets of the arrow sprites in openttd.grf
Darkvater [Wed, 06 Apr 2005 21:12:28 +0000] rev 1656
(svn r2160) - Fix (Regression): Convert rail failed to work; stupid bitshifts :P (sorry)
matthijs [Wed, 06 Apr 2005 21:03:24 +0000] rev 1655
(svn r2159) - Fix: [NPF] Road vehicles never found their target station or depots (introduced in r2154)
- Fix: [NPF] Trains still tried to go through the back of depots.
miham [Wed, 06 Apr 2005 20:20:31 +0000] rev 1654
(svn r2158) [Translations] Updated translations (72 strs/2 langs)
Darkvater [Wed, 06 Apr 2005 18:44:34 +0000] rev 1653
(svn r2157) - Feature (request): [ 1166978 ] Focus keyboard on input-box in Multiplayer Menu
- Feature: If the to be started server is using a password, draw a red '*' after the set password button to remind the user.
truelight [Wed, 06 Apr 2005 15:39:18 +0000] rev 1652
(svn r2156) -Fix: in revision 2104 someone forgot to add a very important check in
GetPrevVehicleInChain; this caused some nasty bugs in depots, like
wagons without engines complain about not being stopped, and stuff like
that. Hopefully this fixes those problems. With a big tnx to BJH for his
perfect demo!
Darkvater [Wed, 06 Apr 2005 09:34:56 +0000] rev 1651
(svn r2155) - Fix: Company value was $2 when value more than an int32 could handle (use max64 instead of max)
matthijs [Tue, 05 Apr 2005 22:06:02 +0000] rev 1650
(svn r2154) - Fix: [NPF] Vehicles should no longer try to drive through the back of depots and road stations.
- Add: GetDepotDirection() wrapper function.
- Fix: [NPF] Ships can now actually reach buoys.
darkvater [Tue, 05 Apr 2005 21:09:36 +0000] rev 1649
(svn r2153) - Fix: [ 1173690 ] Path displaying as "C:\\" in saveload window win32-only (glx)
darkvater [Tue, 05 Apr 2005 21:03:30 +0000] rev 1648
(svn r2152) - Fix: Chatbar in MP games is now on-top of the news window.
- CodeChange: Introduction of SendWindowMessage() where a window can send another window a message (ala windows style msg, wparam, lparam). Messages can be sent by windowclass and by windowpointer.
- CodeChange: IsVitalWindow() simplifies a lot of checks for window handling that need to know what windows it can close, or be on top of, etc.
miham [Tue, 05 Apr 2005 20:52:55 +0000] rev 1647
(svn r2151) [Translations] Updated translations (36 strs/2 langs)
miham [Mon, 04 Apr 2005 21:25:15 +0000] rev 1646
(svn r2150) [Translations] Updated translations (14 strs/10 langs)
Darkvater [Mon, 04 Apr 2005 19:14:40 +0000] rev 1645
(svn r2149) - Fix (Regression): [ 1175877 ] Inputbox of savegamedialog did not have "focus", keyinput went to game. A quick fix for the horrid inputkey-handling.
matthijs [Mon, 04 Apr 2005 18:36:08 +0000] rev 1644
(svn r2148) - Add: [NPF] Trains can now plan taking into account that they can reverse in depots. This makes forced servicing tracks work with NPF.
matthijs [Mon, 04 Apr 2005 17:53:39 +0000] rev 1643
(svn r2147) - Add: [NPF] Give red presignal exit signals a different (higher) penalty, to discourage trains from waiting at presignal exits.
matthijs [Mon, 04 Apr 2005 16:47:03 +0000] rev 1642
(svn r2146) - Fix: [ 1175973 ] Crash if any key is pressed in startup (pkirchhofer)
miham [Sun, 03 Apr 2005 20:44:14 +0000] rev 1641
(svn r2145) [Translations] Updated translations (174 strs/6 langs)
[Translations] Also switched to two spaces instead of tabs (Darkvater requested)
darkvater [Sun, 03 Apr 2005 13:57:39 +0000] rev 1640
(svn r2144) - Fix: AI crash when trying to remove stations with index higher than 256.