rubidium [Sun, 20 Aug 2006 12:39:17 +0000] rev 4322
(svn r5975) -Cleanup: use ORIGINAL_BASE_YEAR & ORIGINAL_MAX_YEAR where the functions really depend on the original date format.
-Cleanup: use DAYS_TILL_ORIGINAL_BASE_YEAR where the date variables are in the old date format and conversions are needed.
-Cleanup: replace one (forgotten) instance of uint16 with Date.
truelight [Sun, 20 Aug 2006 12:09:32 +0000] rev 4321
(svn r5974) -Codechange: added casts all around the place to make Windows 64bit happy (michi_cc)
truelight [Sun, 20 Aug 2006 12:07:27 +0000] rev 4320
(svn r5973) -Codechange: md5_append only uses size_t as nbytes param, so use that (michi_cc)
truelight [Sun, 20 Aug 2006 12:03:39 +0000] rev 4319
(svn r5972) -Fix: usr strrchr instead of your own function (tnx Darkvater)
-Codechange: added some comments and const correctness (Darkvater)
truelight [Sun, 20 Aug 2006 11:51:10 +0000] rev 4318
(svn r5971) -Fix: wrong struct in assert_compile (thomasdev)
truelight [Sun, 20 Aug 2006 11:41:34 +0000] rev 4317
(svn r5970) -Fix [FS#49]: town-growth removed houses under construction to make way for road. Not wanted behavoir (Rubidium)
truelight [Sun, 20 Aug 2006 11:18:46 +0000] rev 4316
(svn r5969) -Fix r5968: windows doesn't know strncasecmp, but called it strnicmp (michi_cc)
truelight [Sun, 20 Aug 2006 10:51:27 +0000] rev 4315
(svn r5968) -Feature: add auto-completion in chat-window. It completes Player-Names and
Town-Names (that order) using <tab>. Based on FS#28 by egladil.
rubidium [Sun, 20 Aug 2006 10:50:23 +0000] rev 4314
(svn r5967) -Change: use right alignment for the year in the player's balance window instead of centering (about) 'string width' / 2 from the right edge
rubidium [Sun, 20 Aug 2006 10:45:36 +0000] rev 4313
(svn r5966) -Fix: prevent that the industry placement's terraforming checks can leave the map on the southern side