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-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
simplified NoteOn calculations
Norbert Lange
2009-07-14
removed one more useless variable and turned often used flags into bools
Norbert Lange
2009-07-13
cleaned up NoteOn a bit
Norbert Lange
2009-07-13
added routine pickvoice to dinamically choose a fitting channel
Norbert Lange
2009-07-10
made all structures that are only written when loading song/samples const
Norbert Lange
2009-07-10
added initialisation of channels
Norbert Lange
2009-07-10
changed: period in Paula get set immediately instead of queued
Norbert Lange
2009-07-10
added timebased effects
Norbert Lange
2009-07-09
fixed some mismatched new[]/delete
Norbert Lange
2009-07-09
fixed up some constants
Norbert Lange
2009-07-09
fixed (and inlined) the "Antilog" function
Norbert Lange
2009-07-08
implemented setting note-periods, likely still somewhat wrong.
Norbert Lange
2009-07-06
fix identation and replaced the "goto-workaround" with something simpler
Norbert Lange
2009-07-06
GCC thinks it's wrong to goto past variables being initialised (even if they
Torbjörn Andersson
2009-07-06
Implemented a few commands
Norbert Lange
2009-07-04
Added tons of members to MaxTrax, songs get fully loaded and stored internally
Norbert Lange
2009-07-01
whoops - now its compiling again
Norbert Lange
2009-07-01
added a skeleton for maxtrax modules. Not much happening yet, just reading an...
Norbert Lange
2009-07-01
some Code-Formatting
Norbert Lange
2009-07-01
Merging in changes from trunk
Norbert Lange
2009-07-01
Added kyra project
Norbert Lange
2009-06-30
engines/scumm/*: enabled choosing of the colorpalette, by setting RenderMode ...
Norbert Lange
2009-06-30
Made the music/sfx volume settings actually affect the in-game music/sfx volume
Paul Gilbert
2009-06-29
Add some more explanation to Graphics::CursorManager::showMouse and OSystem::...
Johannes Schickel
2009-06-29
Fix invisible mouse cursor, when picking up items.
Johannes Schickel
2009-06-29
Fix bug in drawShape.
Johannes Schickel
2009-06-29
Fix LoL cursor in DOS version.
Johannes Schickel
2009-06-29
Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed inco...
Johannes Schickel
2009-06-29
Fix palette regression caused by r41949.
Johannes Schickel
2009-06-29
Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959.
Johannes Schickel
2009-06-29
- Get rid of code duplication for mouse cursor setup
Johannes Schickel
2009-06-29
Removed obsolete TODOs in HoF code.
Johannes Schickel
2009-06-29
Resolved some TODOs in Kyra3 code.
Johannes Schickel
2009-06-29
Removed more obsolete TODO messages.
Johannes Schickel
2009-06-29
Update the screen animations while dropping items in Hand of Fate.
Johannes Schickel
2009-06-29
Removed some obsolete TODOs.
Johannes Schickel
2009-06-29
Adapted various code parts to use Palette::fill.
Johannes Schickel
2009-06-29
Add a "fill" method to Palette.
Johannes Schickel
2009-06-29
Replaced some raw palette loads.
Johannes Schickel
2009-06-29
Cleanup GUI_HoF::setupPalette.
Johannes Schickel
2009-06-29
Cleanup KyraEngine_MR::updateCharPal.
Johannes Schickel
2009-06-29
Change LoLEngine::generateFlashPalette to take Palette objects as parameters.
Johannes Schickel
2009-06-29
Change Screen_LoL::loadSpecialColors to take an Palette object as parameter.
Johannes Schickel
2009-06-29
Change raw palette read to Screen::loadPalette call.
Johannes Schickel
2009-06-29
Chang Palette parameter of LolEngine::setPaletteBrightness to be const.
Johannes Schickel
2009-06-29
Change LoLEngine::generateBrightnessPalette to take Palette objects as parame...
Johannes Schickel
2009-06-29
Changed LoLEngine::setPaletteBrightness to take an Palette object.
Johannes Schickel
2009-06-29
Change LoLEngine::processMagicIce to use Palette objects internally.
Johannes Schickel
[next]