truebrain [Thu, 24 Apr 2008 23:53:05 +0000] rev 10341
(svn r12883) [NoAI] -Fix r12880: move two own-defined typedefs to ai_types.hpp too
glx [Thu, 24 Apr 2008 23:40:42 +0000] rev 10340
(svn r12881) -Fix (r12770): the check for missing header files could find more files than needed
truebrain [Thu, 24 Apr 2008 23:39:18 +0000] rev 10339
(svn r12880) [NoAI] -Add: introduces ai_types.hpp, which has all NNNId like VehicleID. This simplifies the include-mess, and avoids including tons of _type.h for just a single typedef.
-Note: this is perfectly safe; when a type changes, any sane compiler starts complaining about redefining the typedef to an other type
truebrain [Thu, 24 Apr 2008 23:29:01 +0000] rev 10338
(svn r12879) [NoAI] -Fix: two bugs in $Id$ handling of squirrel_export, and one fix for future problems
richk [Thu, 24 Apr 2008 21:53:20 +0000] rev 10337
(svn r12878) [NewGRF_ports] -Change: Added test for IsEndTakeoffState to detect if any of the 4 takeoff states are current.
richk [Thu, 24 Apr 2008 21:52:22 +0000] rev 10336
(svn r12877) [NewGRF_ports] -Change: Added names for additional BLIMP states.
rubidium [Thu, 24 Apr 2008 20:07:12 +0000] rev 10335
(svn r12876) -Fix [FS#1928]: gcc on FreeBSD does not support -dumpmachine. As gcc is not necessary for FreeBSD compiles we 'just' use g++ as that support -dumpmachine.
belugas [Thu, 24 Apr 2008 18:30:41 +0000] rev 10334
(svn r12875) -Codechange: Use defined const instead of cast magic
belugas [Thu, 24 Apr 2008 18:17:53 +0000] rev 10333
(svn r12874) -Codechange: The closest town is already known. Do not search for it again.
rubidium [Thu, 24 Apr 2008 17:53:45 +0000] rev 10332
(svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand that bytes should be cast to ints.