Fri, 18 Mar 2005 07:37:32 +0000(svn r2022) Revise CmdRemoveSingleSignal: Check parameters for validity and simplify the function
tron [Fri, 18 Mar 2005 07:37:32 +0000] rev 1518
(svn r2022) Revise CmdRemoveSingleSignal: Check parameters for validity and simplify the function

Thu, 17 Mar 2005 23:12:23 +0000(svn r2021) Fix: Enlarge _cur_town_ctr from byte to uint32 so that all the towns are considered when growing them even for big maps, where much more than 256 towns are around; reported by Tomasz Dubi?ski <uboottd@hydra.polsl.gliwice.pl>. The savegame still saves just the lowest 8 bits but that doesn't hurt so much.
pasky [Thu, 17 Mar 2005 23:12:23 +0000] rev 1517
(svn r2021) Fix: Enlarge _cur_town_ctr from byte to uint32 so that all the towns are considered when growing them even for big maps, where much more than 256 towns are around; reported by Tomasz Dubi?ski <uboottd@hydra.polsl.gliwice.pl>. The savegame still saves just the lowest 8 bits but that doesn't hurt so much.

Thu, 17 Mar 2005 16:31:18 +0000(svn r2020) Reduce code duplication in the minimap code a bit
tron [Thu, 17 Mar 2005 16:31:18 +0000] rev 1516
(svn r2020) Reduce code duplication in the minimap code a bit

Thu, 17 Mar 2005 09:59:52 +0000(svn r2019) Miscellaneous cleanups, like uint -> TileIndex, >> -> /, if cascade -> switch
tron [Thu, 17 Mar 2005 09:59:52 +0000] rev 1515
(svn r2019) Miscellaneous cleanups, like uint -> TileIndex, >> -> /, if cascade -> switch

Tue, 15 Mar 2005 21:07:09 +0000(svn r2018) Yet another workaround
tron [Tue, 15 Mar 2005 21:07:09 +0000] rev 1514
(svn r2018) Yet another workaround

Tue, 15 Mar 2005 20:07:46 +0000(svn r2017) Explicitly mark SlReadByte as 'inline'
tron [Tue, 15 Mar 2005 20:07:46 +0000] rev 1513
(svn r2017) Explicitly mark SlReadByte as 'inline'

Tue, 15 Mar 2005 19:26:46 +0000(svn r2016) Langfile updates
miham [Tue, 15 Mar 2005 19:26:46 +0000] rev 1512
(svn r2016) Langfile updates

Tue, 15 Mar 2005 18:31:38 +0000(svn r2015) Use a struct and an inline function for colour masking on the mini-map - this should improve readability a bit
tron [Tue, 15 Mar 2005 18:31:38 +0000] rev 1511
(svn r2015) Use a struct and an inline function for colour masking on the mini-map - this should improve readability a bit

Tue, 15 Mar 2005 16:56:05 +0000(svn r2014) Don't manually inline a piece of code
tron [Tue, 15 Mar 2005 16:56:05 +0000] rev 1510
(svn r2014) Don't manually inline a piece of code

Tue, 15 Mar 2005 14:23:00 +0000(svn r2013) Always ignore SIGPIPE, not only when SDL is used (ShadowJK)
tron [Tue, 15 Mar 2005 14:23:00 +0000] rev 1509
(svn r2013) Always ignore SIGPIPE, not only when SDL is used (ShadowJK)