aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/LogicCommands.cc
AgeCommit message (Expand)AuthorFilesLines
2011-09-14Remove the assignment operator from a regular pointer to a RefCountPavel Labath1-4/+4
2011-05-10Make RefCount<> more sensiblePavel Labath1-3/+3
2009-09-30cosmetic fixes: removed redundant ';' + some whitespacesMathias Gumz1-1/+1
2008-04-21some fixes for gcc 3.4Thomas Orgis1-1/+1
2008-01-24don't require final {} on :IfMark Tiefenbruck1-1/+1
2008-01-11make FbTk::Command a template class, split parsing information out of ObjectR...Mark Tiefenbruck1-28/+28
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-20convert macro command parsing to use new StringUtil functionMark Tiefenbruck1-33/+23
2007-12-16changed CommandRegistry to a template class, renamed to ObjectRegistry<Type>Mark Tiefenbruck1-12/+12
2007-12-13added FbTk::CommandRegistry, decentralized command parsing, and made them aut...markt1-0/+93
2007-11-22added conditional statements to keys filemarkt1-0/+75