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
/
sci
/
engine
/
message.cpp
Age
Commit message (
Expand
)
Author
2017-03-30
SCI: Update formatting strings to match updated Span API
Colin Snover
2017-03-27
SCI: Implement bounds-checked reads of game resources
Colin Snover
2017-02-05
SCI: Fix more unsafe C-string usage
Colin Snover
2016-10-26
SCI: Rename hexDigitToInt to indicate it's intentionally broken
Willem Jan Palenstijn
2016-10-25
SCI: Implement SSCI bug in hexadecimal escape sequences
Colin Snover
2016-09-29
SCI32: Rewrite kArray & kString
Colin Snover
2015-12-29
SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE
Martin Kiewitz
2014-02-18
SCI: Make GPL headers consistent in themselves.
Johannes Schickel
2013-05-01
SCI: Fix a non-initialized variable in MessageReader - CID 1003120
Filippos Karapetis
2013-04-15
SCI: Fix memory leak
Willem Jan Palenstijn
2013-03-30
SCI: Fix two script bugs in PQ1 (message tuple typos) - bug #3605654
Filippos Karapetis
2013-02-17
SCI: Fix bug #3538416 - "SCI: SQ4 CD text glitches in introduction"
Filippos Karapetis
2013-02-17
SCI: Fix bug #3604944 - "SCI: QFG1VGA: Missing dialogue when speaking to Kaspar"
Filippos Karapetis
2012-07-05
SCI: Handle calls from MessageState::outputString() to arrays
Filippos Karapetis
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-02-03
SCI: Fix GK1 Mac messages
Matthew Hoops
2010-11-01
COMMON: Rename String::printf() to String::format()
Max Horn
2010-08-02
SCI: Fix memory leak.
Johannes Schickel
2010-07-29
Oops, removed leftover code
Filippos Karapetis
2010-07-29
SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and comment...
Filippos Karapetis
2010-06-20
SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew...
Martin Kiewitz
2010-06-17
Strict mode: Turned several severe errors (almost all detection related) into...
Filippos Karapetis
2010-06-10
Allow for digits in stage directions in SCI32 games: GK1 floppy uses them.
Matthew Hoops
2010-05-18
Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...
Matthew Hoops
2010-03-22
Patch #2973290: Semicolon cleanup
Max Horn
2010-02-13
SCI: Get rid of EngineState::resMan
Max Horn
2010-02-13
SCI: Add global g_sci pointer to the active SciEngine instance
Max Horn
2009-12-30
SCI32:
Matthew Hoops
2009-12-23
Some SCI32 (minor) String bug fixes and cleanup.
Matthew Hoops
2009-12-21
Add a TODO for the SCI 2.1 message version (5).
Matthew Hoops
2009-10-16
Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...
Filippos Karapetis
2009-10-11
SCI: Fix bug in Message() recursion
Walter van Niftrik
2009-10-10
SCI: Fixed bug in new Message() code
Walter van Niftrik
2009-10-10
SCI: Fix warnings
Willem Jan Palenstijn
2009-10-10
SCI: kMessage() rewrite
Walter van Niftrik
2009-10-04
SCI: fixed crash in sq5/german (umlauts)
Martin Kiewitz
2009-09-02
Some renaming:
Filippos Karapetis
2009-08-31
SCI: Fix messages in QFG remake.
Walter van Niftrik
2009-08-25
- Simplified the parameters of some functions
Filippos Karapetis
2009-08-10
SCI: Improved multilanguage support for SCI1 and SCI1.1.
Walter van Niftrik
2009-06-07
SCI: Moved resource36 handling into resource manager.
Walter van Niftrik
2009-06-04
SCI: Message: Added support for escape sequences.
Walter van Niftrik
2009-05-20
removed trailing whitespaces
Max Horn
2009-05-13
SCI: Message: Added a few more subfunctions; cleanup.
Walter van Niftrik
2009-05-12
SCI: Merged Message() and GetMessage(). Set SCI1.1 to use SCI1 kernel table (...
Walter van Niftrik
2009-05-12
SCI: Message: Added resource-internal recursion (currently untested).
Walter van Niftrik
2009-05-11
SCI: Message: Fixed a bug when game requests message with seq != 1.
Walter van Niftrik
2009-05-10
SCI: Minor changes to Message(). Some of the text in KQ6 floppy should now be...
Walter van Niftrik
2009-05-10
Cleanup
Filippos Karapetis
[next]