summaryrefslogtreecommitdiff
path: root/src/signs.cpp
AgeCommit message (Expand)Author
2007-08-31(svn r11026) -Fix: the name of a sign could sometimes be NULL causing crashes.rubidium
2007-08-05(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...rubidium
2007-08-02(svn r10753) -Codechange: make the sign struct use the pool item class as sup...rubidium
2007-07-20(svn r10643) -Merge (from NoAI): properly counting the amount of signs instea...rubidium
2007-07-16(svn r10587) -Codechange: move the string/dparam related stuff from variables...rubidium
2007-06-25(svn r10321) -Codechange: refer to sign text by indexpeter1138
2007-06-18(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...rubidium
2007-06-18(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.rubidium
2007-05-26(svn r9932) -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causi...truelight
2007-05-19(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 timestruelight
2007-04-18(svn r9672) -Cleanup: lots of coding style fixes around operands.rubidium
2007-04-12(svn r9609) -Codechange: Move some function prototypes out of functions.h and...maedhros
2007-04-04(svn r9556) -Documentation: doxygen and comment-style changes. 'R', 'S'.. The...belugas
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-01-10(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...rubidium
2007-01-10(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...KUDr