rubidium [Sun, 23 Dec 2007 10:56:02 +0000] rev 8123
(svn r11684) -Codechange: split gfx.h in a type and functional header.
belugas [Sun, 23 Dec 2007 04:31:45 +0000] rev 8122
(svn r11683) -Fix(r11682): win32.cpp still requires gfx.h inclusion, at least for now.
rubidium [Sat, 22 Dec 2007 23:30:28 +0000] rev 8121
(svn r11682) -Codechange: move some 'generic' geometry related types into a single file and do not include gfx.h everywhere to get a Point type.
rubidium [Sat, 22 Dec 2007 21:01:49 +0000] rev 8120
(svn r11681) -Fix (r11674): hopefully fix the compile error on big endian machines.
rubidium [Fri, 21 Dec 2007 22:50:51 +0000] rev 8119
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
glx [Fri, 21 Dec 2007 22:11:55 +0000] rev 8118
(svn r11679) -Add: [newgrf] support for station vars 67 and 68
bjarni [Fri, 21 Dec 2007 22:08:59 +0000] rev 8117
(svn r11678) -Fix (r11674): [OSX] fixed compilation
rubidium [Fri, 21 Dec 2007 21:50:46 +0000] rev 8116
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
glx [Fri, 21 Dec 2007 21:16:14 +0000] rev 8115
(svn r11676) -Fix (r11674): some references to macros.h were left
rubidium [Fri, 21 Dec 2007 19:49:27 +0000] rev 8114
(svn r11675) -Codechange: split the string types from the string functions.