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
/
menu.cpp
Age
Commit message (
Expand
)
Author
2007-04-01
made Menu use _vm instead of _engine
Nicola Mettifogo
2007-03-30
made menu properly set language
Nicola Mettifogo
2007-03-28
Overhaul of palette management to bring it back to its original form. Gfx pal...
Nicola Mettifogo
2007-03-27
engine can now handle amiga and dos splash screens
Nicola Mettifogo
2007-03-18
changed remaining stuff to Common::Point and got rid of custom Point and Rect
Nicola Mettifogo
2007-03-18
removed unused parameter from Gfx::flatBlitCnv
Nicola Mettifogo
2007-03-15
moved remaining background related functions to disk.cpp, and changed Gfx acc...
Nicola Mettifogo
2007-03-13
enforced use of Common::Rect on all graphic routines
Nicola Mettifogo
2007-03-13
removed pointless dependencies
Nicola Mettifogo
2007-03-13
cleanup
Nicola Mettifogo
2007-03-12
renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...
Nicola Mettifogo
2007-03-12
got rid of remaining uses of kBit3 in Menu
Nicola Mettifogo
2007-03-12
overall revision of selectCharacter (protection code) to remove usage of Stat...
Nicola Mettifogo
2007-03-11
Disk is now completely responsible for retrieving localized location scripts
Nicola Mettifogo
2007-03-11
wrapped active location data into a new structure
Nicola Mettifogo
2007-03-11
cleanup
Nicola Mettifogo
2007-03-11
more refactoring
Nicola Mettifogo
2007-03-10
some refactoring
Nicola Mettifogo
2007-03-10
fixed old reimplementation bug
Nicola Mettifogo
2007-03-04
wrapped loader routines into a new class named Disk. The new class is also re...
Nicola Mettifogo
2007-03-04
no more overloading for loadBackground
Nicola Mettifogo
2007-03-04
separated slide from scenery loading to take care of filename aliases
Nicola Mettifogo
2007-03-04
moved background loading into disk.cpp
Nicola Mettifogo
2007-03-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-03-02
changed every font name to be platform independent, added font loader routine
Nicola Mettifogo
2007-02-27
changed font handling:
Nicola Mettifogo
2007-02-25
wrapped archive routines into a new class named Archive. File-level static va...
Nicola Mettifogo
2007-02-21
Add support for MIDI music. THough the music is not yet heard since
Eugene Sandulenko
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-02-11
added load/save support
Nicola Mettifogo
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko