summaryrefslogtreecommitdiff
path: root/src/core/smallvec_type.hpp
AgeCommit message (Collapse)Author
2009-04-03(svn r15931) -Codechange: let the host and ban lists use of SmallVector.rubidium
2009-02-11(svn r15447) -Codechange: void functions don't tend to return true if and ↵peter1138
only if anyway
2009-01-17(svn r15126) -Feature: downloading content from a central server ↵rubidium
(content.openttd.org) where authors can upload they NewGRFS/AI etc. This should make joining servers that use only NewGRFs that are distributed via this system easier as the players can download the NewGRFs from in the game. It should also make it easier to see whether there are updates for NewGRFs and make the necessary updates.
2008-12-20(svn r14704) -Codechange: Add set capabilities to SmallVector.frosch
2008-12-13(svn r14669) -Codechange: use SmallVector instead of std::list at one placesmatz
2008-07-22(svn r13781) -Feature: NewGRF presets, selected by a drop down list in the ↵peter1138
NewGRF window. Presets are saved in the config file.
2008-06-22(svn r13606) -Codechange: use "static FORCEINLINE" where possible as default ↵skidd13
for core functions (big functions use just inline instead)
2008-06-19(svn r13575) -Codechange: Move small vector to core since it fits better in ↵skidd13
there -Codechange: convert smallvector from struct to class