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
Age
Commit message (
Expand
)
Author
2009-08-05
fixed wrong indentation
Norbert Lange
2009-08-05
check if modplayers should be compiled based on engine-macros
Norbert Lange
2009-08-05
replace workaround in case musicfiles are missing with a simpler one
Norbert Lange
2009-08-04
remove a former workaround for Amiga MI
Norbert Lange
2009-08-04
fixed hanging intro (and possible other scenes) when music cant be loaded
Norbert Lange
2009-08-04
cleaned up sound_amiga.cpp a bit, added checks for missing files
Norbert Lange
2009-08-04
added warning should the sound files not be available (intro will hang if the...
Norbert Lange
2009-08-04
moved helper functions from the header file into the cpp file
Norbert Lange
2009-08-04
added doxygeb comments
Norbert Lange
2009-08-04
moved code for initialising patterns into own function
Norbert Lange
2009-08-04
Some formatting changes and added comments
Norbert Lange
2009-08-02
synced the branch with the palette patch (#2819787)
Norbert Lange
2009-08-02
made some unused methods private
Norbert Lange
2009-08-02
fix some more harmless warnings to make gcc shutup
Norbert Lange
2009-08-02
fixed some constness warnings
Norbert Lange
2009-08-02
made MdatResource struct private and changed the signatures of functions whic...
Norbert Lange
2009-08-01
stole formatting for constructors from existing code
Norbert Lange
2009-08-01
engines/scumm/scumm.cpp: terminate method is pretty redundant - removed
Norbert Lange
2009-08-01
Removing the tfmx test module to make the branch compile again
Sven Hesse
2009-08-01
refactored and commented player_va4 a bit
Norbert Lange
2009-07-31
Added the last 2 patterncommands just so I dont have to warn about unimplemen...
Norbert Lange
2009-07-31
process all DMA Events before Macros, for the unlikely chance of making a dif...
Norbert Lange
2009-07-31
using accessmodifiers in Tfmx now and removed/disabled functions that now don...
Norbert Lange
2009-07-21
Use 50Hz ticks in Kyra1 Amiga instead of 60Hz ticks.
Johannes Schickel
2009-07-20
missed some files when merging
Norbert Lange
2009-07-19
now using tick for fadeout through the nowmal delay function
Norbert Lange
2009-07-19
reverted fadeout to using plain delay as delayWithTicks crashes >(
Norbert Lange
2009-07-19
use own soundhandle as the ones in Kyra::Sound seem to be used for voices (an...
Norbert Lange
2009-07-19
use ticks for timing fadeout
Norbert Lange
2009-07-19
fixed retiring of external Notes
Norbert Lange
2009-07-19
fixed: intro-music started twice because it was hardcoded in the engine
Norbert Lange
2009-07-19
add support for fadeout
Norbert Lange
2009-07-19
some more tables included, for tempo and volume values
Norbert Lange
2009-07-18
fixed some initialisation issues
Norbert Lange
2009-07-18
found and use another table, soundeffects in intro are now working
Norbert Lange
2009-07-18
first attempt at enabling soundeffects using an table from the executeable. D...
Norbert Lange
2009-07-17
merge with trunk
Norbert Lange
2009-07-17
added missing file
Norbert Lange
2009-07-17
added primitive support for Kyrandia`s Intro Music.
Norbert Lange
2009-07-17
Cleanup.
Johannes Schickel
2009-07-17
- Moved SoundAdlibPC definition to new header file sound_adlib.h
Johannes Schickel
2009-07-17
Replace LGPL header by GPL header.
Johannes Schickel
2009-07-17
Correct error in saveBackGround.
Travis Howell
2009-07-17
Fix bug #2822956 - ELVIRA2: Crash at the beginning (regression).
Travis Howell
2009-07-17
Fix input glitch regression, after pausing in PN.
Travis Howell
2009-07-17
Added an explicit break out of the event processing loop for mouse buttons an...
Paul Gilbert
2009-07-17
precalculating some more from CalcNote
Norbert Lange
2009-07-17
avoid some calculations from being done every time in CalcNote
Norbert Lange
2009-07-17
Making TOTResourceItem::size unsigned, fixing a graphics bug that crept in
Sven Hesse
2009-07-17
Added some more debug warnings when resources can't be loaded
Sven Hesse
[next]