darkvater [Sat, 29 Jan 2005 16:47:19 +0000] rev 1215
(svn r1719) - Fix: [installer] fix some installer problems mainly for DOS files as well as beautify it a little
- Fix: corrected newlinetype of tile.c
tron [Sat, 29 Jan 2005 15:12:40 +0000] rev 1214
(svn r1718) Use the enum TileType as parameter/return type for [GS]etTileType() instead of plain int.
This makes it necessary to rename TileType() to GetTileType() because a type and a function may not share the same name.
darkvater [Sat, 29 Jan 2005 14:56:25 +0000] rev 1213
(svn r1717) -Fix: some compilation problems for braindead VS6 and added missing files to project (thx bociusz)
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 )