Mon, 31 Jan 2005 07:23:15 +0000(svn r1749) Move the functions which calculate distances to map.[ch] and give the more meaningful names
tron [Mon, 31 Jan 2005 07:23:15 +0000] rev 1245
(svn r1749) Move the functions which calculate distances to map.[ch] and give the more meaningful names

Mon, 31 Jan 2005 06:46:53 +0000(svn r1748) Enforce map size limits
tron [Mon, 31 Jan 2005 06:46:53 +0000] rev 1244
(svn r1748) Enforce map size limits

Mon, 31 Jan 2005 00:12:44 +0000(svn r1747) - Fix: [network] ottd should compile when networking is disabled.
darkvater [Mon, 31 Jan 2005 00:12:44 +0000] rev 1243
(svn r1747) - Fix: [network] ottd should compile when networking is disabled.
- Change: change strgen project file to get rid of warning.

Sun, 30 Jan 2005 23:41:57 +0000(svn r1746) - Feature: [GUI] [ 1107690 ] Resizable orders GUI (nzhook)
darkvater [Sun, 30 Jan 2005 23:41:57 +0000] rev 1242
(svn r1746) - Feature: [GUI] [ 1107690 ] Resizable orders GUI (nzhook)

Sun, 30 Jan 2005 23:04:41 +0000(svn r1745) Use -fno-inline when DEBUGing
tron [Sun, 30 Jan 2005 23:04:41 +0000] rev 1241
(svn r1745) Use -fno-inline when DEBUGing

Sun, 30 Jan 2005 23:03:31 +0000(svn r1744) DEBUG and PROFILE can be used at the same time.
tron [Sun, 30 Jan 2005 23:03:31 +0000] rev 1240
(svn r1744) DEBUG and PROFILE can be used at the same time.

Sun, 30 Jan 2005 22:04:14 +0000(svn r1743) -Fix: Multistop: Added some debug output and made sure that orphaned slots are cleared.
celestar [Sun, 30 Jan 2005 22:04:14 +0000] rev 1239
(svn r1743) -Fix: Multistop: Added some debug output and made sure that orphaned slots are cleared.

Sun, 30 Jan 2005 21:06:09 +0000(svn r1742) - Fix: fixed bug introduced in r1730 where AI players had problems when building aircrafts
bjarni [Sun, 30 Jan 2005 21:06:09 +0000] rev 1238
(svn r1742) - Fix: fixed bug introduced in r1730 where AI players had problems when building aircrafts

Sun, 30 Jan 2005 20:50:06 +0000(svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehicle() from reading an invalid vehicle index
bjarni [Sun, 30 Jan 2005 20:50:06 +0000] rev 1237
(svn r1741) - Fix: added IsVehicleIndex() so it's possible to protect GetVehicle() from reading an invalid vehicle index
- Fix: added check for v->type in some commands, which expects v to be a specific type

Checks like this is needed to protect network servers from people, who hack their clients to either cheat or crash the server

NOTE: if I made a mistake here it can make a function unreachable when it should be used. Here is one place to look if something weird happens

Sun, 30 Jan 2005 19:51:39 +0000(svn r1740) -Fix: [ 1112342 ] Realistic acceleration works properly with TTDPatch non-stop handling behaviour
celestar [Sun, 30 Jan 2005 19:51:39 +0000] rev 1236
(svn r1740) -Fix: [ 1112342 ] Realistic acceleration works properly with TTDPatch non-stop handling behaviour