celestar [Sat, 05 Feb 2005 12:10:09 +0000] rev 1295
(svn r1799) -Codechange: [ Multistop ] Added debug class "ms" and more debugging
output for multistops
tron [Fri, 04 Feb 2005 20:40:04 +0000] rev 1294
(svn r1798) GetFoo(i)->index is per definition i, so replace the former with the latter
tron [Fri, 04 Feb 2005 20:17:15 +0000] rev 1293
(svn r1797) Clean up TileLoopClearHelper() a bit:
- if cascades -> switch
- uint -> TileIndex
- (uint)-1 -> INVALID_TILE
- don't treat non-flags as flags
tron [Fri, 04 Feb 2005 19:53:53 +0000] rev 1292
(svn r1796) Revert r1792, because MorphOS has defaults for CC/CXX, they're just wrong, so setting CC/CXX using ?= simply did nothing
tron [Fri, 04 Feb 2005 19:51:43 +0000] rev 1291
(svn r1795) Change CFLAGS for MorphOS (tokai)
tron [Fri, 04 Feb 2005 19:38:04 +0000] rev 1290
(svn r1794) Make the dedicated server compile again under MorphOS (tokai)
tron [Fri, 04 Feb 2005 17:57:07 +0000] rev 1289
(svn r1793) Revert one instance of $(shell) back to ``, because MorphOS does The Wrong Thing(tm) when date is used within $(shell)
tron [Fri, 04 Feb 2005 17:45:11 +0000] rev 1288
(svn r1792) Revert r1761 and set fallback values via ?= for CC and CXX as there seem to be platforms (MorphOS) out there which don't provide some proper defaults.
Use gcc and g++ as defaults, because cc and c++ aren't available either. *sigh*
tron [Fri, 04 Feb 2005 17:14:36 +0000] rev 1287
(svn r1791) Remove the remnants of CMD_DESTROY_INDUSTRY, which was removed a long time ago
tron [Fri, 04 Feb 2005 16:50:18 +0000] rev 1286
(svn r1790) Make CmdPlantTree() and related functions more safe and (hopefully) more readable:
- check if end tile is on the map
- uint -> TileIndex
- if cascades -> switch