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)