bjarni [Tue, 29 Aug 2006 14:45:39 +0000] rev 4441
(svn r6213) -Fix: Calatan town names was only prefix OR the rest of the string, never both (nars)
tron [Tue, 29 Aug 2006 06:50:47 +0000] rev 4440
(svn r6212) Remove dependency on window.h from station.h
tron [Tue, 29 Aug 2006 06:43:22 +0000] rev 4439
(svn r6211) Commit file forgotten in r6210
tron [Tue, 29 Aug 2006 06:39:00 +0000] rev 4438
(svn r6210) Remove FR_NOBORDER, because it is exclusivly used in conjunction with FR_TRANSPARENT
tron [Tue, 29 Aug 2006 06:07:57 +0000] rev 4437
(svn r6209) Move DrawFrameRect() out of gfx.[ch], because it uses data (_color_list) which the renderer shouldn't have know about
tron [Tue, 29 Aug 2006 06:03:26 +0000] rev 4436
(svn r6208) Reduce the number of induction variables for clarity
belugas [Tue, 29 Aug 2006 00:17:47 +0000] rev 4435
(svn r6205) -CodeChange : use a switch case instead of a cascade of if
-CodeChange : rename var Engine *e to Engine *eng, since we have WindowEvent *e in same fnct
-CodeChange : fix a broken tabulation on a switch case. SOme breathing spaces too
rubidium [Mon, 28 Aug 2006 18:53:03 +0000] rev 4434
(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {' -> '} else {', tabs between code and comment, etc.
miham [Mon, 28 Aug 2006 12:57:33 +0000] rev 4433
(svn r6197) WebTranslator2 update to 2006-08-28 14:57:10
american - 10 fixed, 12 changed by WhiteRabbit (22)
portuguese - 4 changed by izhirahider (4)
rubidium [Mon, 28 Aug 2006 10:14:37 +0000] rev 4432
(svn r6195) -Codechange: do not use '//' in '/* ... */' style comments and '/*' or '*/' in '//' style comments.