aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/talk.cpp
AgeCommit message (Expand)Author
2014-10-28CGE2: Remove trailing whitespaceFilippos Karapetis
2014-08-13CGE2: Initialize every member in Talk's every constructor.uruk
2014-08-03CGE2: Some more minor cleanupStrangerke
2014-08-03CGE2: Remove more checks on the return value of newStrangerke
2014-07-29CGE2: Implement setAutoColors().uruk
2014-07-25CGE2: Update another warningStrangerke
2014-07-25CGE2: Remove unused constant in Talk, fix a warningStrangerke
2014-07-17CGE2: Initialize _wideSpace in InfoLine's constructor.uruk
2014-07-09CGE2: Silence a GCC warning, reduce the scope of a variableStrangerke
2014-07-09CGE2: Rework number().uruk
2014-07-07CGE2: Replace NULL with nullptr everywhere.uruk
2014-06-27CGE2: Fix some GCC warningsStrangerke
2014-06-15CGE2: Fix coordinates of mouse handling.uruk
2014-06-15CGE2: Rework EventManager::handleEvents().uruk
2014-06-10CGE2: Move kLineMax to cge2.h.uruk
2014-06-08CGE2: Reduce the scope of a couple of variables, fix styleStrangerke
2014-06-08CGE2: Rework empty-checks of strings.uruk
2014-06-06CGE2: Implement InfoLine.uruk
2014-06-06CGE2: Implement Talk.uruk
2014-06-06CGE2: Implement Font.uruk
2014-05-19CGE2: Add stubbed Font and Talk.uruk