summaryrefslogtreecommitdiff
path: root/src/emoteshortcut.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-01-31Added missing copyright notices.Yohann Ferreira1-0/+1
Reviewed-by: Erik Schilling
2012-01-10player_node -> local_playerYohann Ferreira1-1/+1
Reviewed-by: Ablu
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-3/+2
2010-02-14Some slight logic cleanups in the shortcut classes, as well as someTametomo1-8/+1
style cleanups. TODO: Either abstract out all of the shared information between these two classes to a parent class, or combine the two if it can be done without doing it clumsily. Signed-off-by: Tametomo <irarice@gmail.com>
2010-01-13Compile fix for g++ 4.5Thorbjørn Lindeijer1-1/+1
Error was: emoteshortcut.cpp:29:1: error: 'EmoteShortcut::EmoteShortcut' names the constructor, not the type
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
The string utility methods are now grouped together in the stringutils.h header. Also, a toLower method was added for convenience.
2009-02-09Fixed up the copyright headersBjørn Lindeijer1-7/+7
Decision is to go with exact authors when some file is basically done by one person, and in most other cases assign TMW or Aethyra team copyright when multiple people from those teams have been involved. Also, the first summary line should now contain the subset of functionality that the file is part of, not the name of the whole project.
2009-01-12Some rather pedantic changes. Unified all naming for emoticons in theIra Rice1-0/+77
code so that only one term is used everywhere (to simplify maintainability), as well as corrected several variable names and comments where there was copy/pasted code, but it wasn't corrected. Also moved emote shortcuts back to where they were originally, to reduce player confusion when the next build comes around. Signed-off-by: Ira Rice <irarice@gmail.com>