tron [Sat, 29 Jan 2005 14:53:05 +0000] rev 1212
(svn r1716) Prevent zeppelins from accessing non-existent tiles when leaving the map
tron [Sat, 29 Jan 2005 13:33:48 +0000] rev 1211
(svn r1715) Move [GS]etMapExtraBits to tile.[ch]
tron [Sat, 29 Jan 2005 13:33:14 +0000] rev 1210
(svn r1714) Add missing include
tron [Sat, 29 Jan 2005 12:19:05 +0000] rev 1209
(svn r1713) Split off several functions which query/set information about a single tile from map.h and put them into a seperate file tile.h
bjarni [Sat, 29 Jan 2005 12:01:36 +0000] rev 1208
(svn r1712) - Fix: a hacked client can no longer send other players trains to a depot
- Feature: [autoreplace] trains now tries to find a depot if they needs to be replaced
Now all 4 types of vehicles goes to a depot if they needs to be replaced
bjarni [Sat, 29 Jan 2005 10:10:10 +0000] rev 1207
(svn r1711) - Add: [MacOSX] Added an Xcode project file (Tobin)
This project file adds a graphical IDE to OSX, including graphical debugging, which is a bit easier than gdb (Xcode uses gdb for debugging)
Since it uses the makefile to compile, it should (hopefully) work without updating the project file when the makefile is updated
Tobin did most of the work, but I altered paths and settings for custom executable so it should work out of the box for everybody
bjarni [Sat, 29 Jan 2005 01:02:47 +0000] rev 1206
(svn r1710) - Fix: [autoreplace] vehicles do no longer go to a depot all the time if the owner clicked 'stop replacing' ( ship+aircraft+road vehicles )
bjarni [Fri, 28 Jan 2005 20:43:46 +0000] rev 1205
(svn r1709) - Feature: [autoreplace] ships now automatically goes to a depot if they need to be replaced
bjarni [Fri, 28 Jan 2005 18:10:12 +0000] rev 1204
(svn r1708) - Fix: FindNearestHangar() will no longer return a hangar where a jet will crash if it is a jet, that is searching
- Codechange: Since planes move in strait lines in 8 directions, GetTileDistAdv() is used instead of manhatten distance in FindNearestHangar()
bjarni [Fri, 28 Jan 2005 17:31:42 +0000] rev 1203
(svn r1707) - Feature: [autoreplace] road vehicles now tries to find a depot if they needs to be replaced