index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
parallaction
/
balloons.cpp
Age
Commit message (
Expand
)
Author
2016-05-28
PARALLACTION: Cleanup object initialization
Eugene Sandulenko
2014-02-18
PARALLACTION: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-02
COMMON: Change kPlatformPC to kPlatformDOS
Matthew Hoops
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-17
PARALLACTION: Prefer Surface::create taking a PixelFormat over the one taking...
Johannes Schickel
2011-01-28
Replaced char* with Common::String in balloon code.
Nicola Mettifogo
2011-01-13
PARALLACTION: Fix Valgrind Error When Displaying Location Balloons In Big Red...
David Turner
2010-10-11
PARALLACTION: Fix out of bounds access.
Johannes Schickel
2010-04-02
Fix whitespace
Willem Jan Palenstijn
2010-03-20
Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).
Johannes Schickel
2009-10-09
Remove some unused variables
Max Horn
2009-04-06
Cleanup of Balloon and Dialogue code:
Nicola Mettifogo
2009-03-21
Set the right colors for dialogue text in BRA Amiga.
Nicola Mettifogo
2009-02-26
Fixed crashes and leaks when quitting BRA from menu and splash screen.
Nicola Mettifogo
2008-12-24
Simplified destructions of Balloon objects.
Nicola Mettifogo
2008-12-14
Removed references to _vm from the engine itself.
Nicola Mettifogo
2008-12-13
* Replaced char* with Common::String in the parser.
Nicola Mettifogo
2008-09-27
Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor...
Max Horn
2008-08-22
Implement 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-16
Extended balloon manager to handle color constants and fixed color of text in...
Nicola Mettifogo
2008-08-16
Multiple balloons (answers) are now positioned correctly in BRA.
Nicola Mettifogo
2008-08-16
Removed unused variable.
Torbjörn Andersson
2008-08-16
Fixed half-invisible balloons.
Nicola Mettifogo
2008-08-14
Removed cross-references between the general parser and the text formatter. T...
Nicola Mettifogo
2008-08-02
Removed 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-30
Reordered initialization lists to silence warning.
Nicola Mettifogo
2008-07-29
Added 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 class
Nicola Mettifogo