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
/
sky
/
intro.cpp
Age
Commit message (
Expand
)
Author
2018-07-03
SKY: Show full 320x200px in intro where possible
Torbjörn Andersson
2014-02-18
SKY: Make GPL headers consistent in themselves.
Johannes Schickel
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-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-02-16
SKY: Restore old sequence delay behaviour.
dhewg
2011-02-16
SKY: Stop intro sound before freeing the buffer.
Alyssa Milburn
2011-02-14
SKY: get rid of timer based gfx updates
dhewg
2011-02-09
AUDIO: Rename sound/ dir to audio/
Max Horn
2010-04-12
AUDIO: Rename Mixer::playInputStream to playStream
Max Horn
2010-02-28
Don't try to dispose of "_bgBuf + 256" automatically when playing the BASS
Torbjörn Andersson
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-19
Started to get rid of Audio::FLAG_LOOP
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Get rid of Mixer::playRaw for good
Max Horn
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-03-06
cleanup
Joost Peters
2009-02-13
Formatting changes / consistency
Joost Peters
2008-12-07
Fixed bug #2394861 ("BASS: artifacts if skipping intro on wrong screen"). As an
Torbjörn Andersson
2008-08-13
Fixed some memory leaks
Christopher Page
2008-07-16
Quit and RTL code is more modular now. EVENT_RTL no longer sets _shouldQuit,...
Christopher Page
2008-06-26
Quit or RTL from the main menu now triggers an EVENT_QUIT in DefaultEventMana...
Christopher Page
2008-06-26
Fixed quitting from BASS intro, cleaned up comments in agos
Christopher Page
2008-06-25
Scumm and sky now use the new _quit flag
Christopher Page
2007-09-20
This workaround is no longer needed
Max Horn
2007-09-19
Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...
Nicola Mettifogo
2007-06-22
Converted BASS to use Common::KeyState
Max Horn
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-03-31
fixed graphic glitch when playing the floppy intro with spanish subtitles and...
Robert Göffringmann
2007-03-30
BASS is not Counter Strike, so redrawing the screen at 70 fps feels a little ...
Robert Göffringmann
2007-03-29
Update the screen in escDelay(). Seems to fix some glitches when changing
Torbjörn Andersson
2007-03-17
Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...
Max Horn
2007-03-17
SKY: Changed Control class to use event manager for mouse coord tracking, and...
Max Horn
2007-03-17
Force all code to use EventManager::pollEvent instead of OSystem::pollEvent
Max Horn
2007-02-03
Fixing various doxygen warnings
Max Horn
2007-02-03
* Reimplemented Mixer::pauseAll to simply invoke pause on all channels
Max Horn
2006-07-14
More whitespace changes.
Torbjörn Andersson
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn