src/core/smallvec_type.hpp
Sat, 13 Dec 2008 15:59:25 +0000 smatz (svn r14669) -Codechange: use SmallVector instead of std::list at one place
Tue, 22 Jul 2008 14:17:29 +0000 peter1138 (svn r13781) -Feature: NewGRF presets, selected by a drop down list in the NewGRF window. Presets are saved in the config file.
Sun, 22 Jun 2008 15:21:51 +0000 skidd13 (svn r13606) -Codechange: use "static FORCEINLINE" where possible as default for core functions (big functions use just inline instead)
Thu, 19 Jun 2008 10:19:02 +0000 skidd13 (svn r13575) -Codechange: Move small vector to core since it fits better in there