aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/balloons.cpp
AgeCommit message (Expand)Author
2016-05-28PARALLACTION: Cleanup object initializationEugene Sandulenko
2014-02-18PARALLACTION: Make GPL headers consistent in themselves.Johannes Schickel
2013-05-02COMMON: Change kPlatformPC to kPlatformDOSMatthew Hoops
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-17PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...Johannes Schickel
2011-01-28Replaced char* with Common::String in balloon code.Nicola Mettifogo
2011-01-13PARALLACTION: Fix Valgrind Error When Displaying Location Balloons In Big Red...David Turner
2010-10-11PARALLACTION: Fix out of bounds access.Johannes Schickel
2010-04-02Fix whitespaceWillem Jan Palenstijn
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2009-10-09Remove some unused variablesMax Horn
2009-04-06Cleanup of Balloon and Dialogue code:Nicola Mettifogo
2009-03-21Set the right colors for dialogue text in BRA Amiga.Nicola Mettifogo
2009-02-26Fixed crashes and leaks when quitting BRA from menu and splash screen.Nicola Mettifogo
2008-12-24Simplified destructions of Balloon objects.Nicola Mettifogo
2008-12-14Removed references to _vm from the engine itself.Nicola Mettifogo
2008-12-13* Replaced char* with Common::String in the parser.Nicola Mettifogo
2008-09-27Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...Max Horn
2008-08-22Implement transition when entering a new location for BRA. Not pixel-perfect,...Nicola Mettifogo
2008-08-18* Split up blt routine (there is room for a ton of improvements)Nicola Mettifogo
2008-08-16Extended balloon manager to handle color constants and fixed color of text in...Nicola Mettifogo
2008-08-16Multiple balloons (answers) are now positioned correctly in BRA.Nicola Mettifogo
2008-08-16Removed unused variable.Torbjörn Andersson
2008-08-16Fixed half-invisible balloons.Nicola Mettifogo
2008-08-14Removed cross-references between the general parser and the text formatter. T...Nicola Mettifogo
2008-08-02Removed debug code I forgot a long time ago ;)Nicola Mettifogo
2008-08-02* Added a preprocessor to deal with the crappy location scripts in BRA.Nicola Mettifogo
2008-07-30Reordered initialization lists to silence warning.Nicola Mettifogo
2008-07-29Added dialogue text rendering for BRA.Nicola Mettifogo
2008-07-29* Fixed positioning of balloons and faces in BRA (dos, at least).Nicola Mettifogo
2008-07-04- Moved dialogue balloon management code from Gfx to its own classNicola Mettifogo