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
Age
Commit message (
Expand
)
Author
2007-03-13
enforced use of Common::Rect on all graphic routines
Nicola Mettifogo
2007-03-13
removed special case of Graphics::copyRect in favor of more general code
Nicola Mettifogo
2007-03-13
removed pointless dependencies
Nicola Mettifogo
2007-03-13
Moved inventory surface management into inventory.cpp, thus removing Graphics...
Nicola Mettifogo
2007-03-13
cleanup
Nicola Mettifogo
2007-03-13
made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples
Nicola Mettifogo
2007-03-12
oops forgot to add a file
Nicola Mettifogo
2007-03-12
moved background path buffer management into walk.cpp
Nicola Mettifogo
2007-03-12
removed useless routines (maybe leftovers from the amiga conversion)
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
The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...
Nicola Mettifogo
2007-03-12
overall revision of selectCharacter (protection code) to remove usage of Stat...
Nicola Mettifogo
2007-03-11
oops
Nicola Mettifogo
2007-03-11
fixed bug: loading a game from the start menu doesn't lead to a crash anymore
Nicola Mettifogo
2007-03-11
Disk is now completely responsible for retrieving localized location scripts
Nicola Mettifogo
2007-03-11
removed some dead code and formatting
Nicola Mettifogo
2007-03-11
fixed bug: now considering Array's ability to shift values when removing elem...
Nicola Mettifogo
2007-03-11
wrapped active location data into a new structure
Nicola Mettifogo
2007-03-11
changed changeLocation to use StringList instead of multiple nested if's
Nicola Mettifogo
2007-03-11
some simplification for changeLocation
Nicola Mettifogo
2007-03-11
added comment to changeLocation
Nicola Mettifogo
2007-03-11
some refactoring for music management
Nicola Mettifogo
2007-03-11
should stop Q's Visual Studio from complaining
Nicola Mettifogo
2007-03-11
cleanup
Nicola Mettifogo
2007-03-11
more refactoring
Nicola Mettifogo
2007-03-10
changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna
Nicola Mettifogo
2007-03-10
simplified character mode handling
Nicola Mettifogo
2007-03-10
some refactoring
Nicola Mettifogo
2007-03-10
commented nasty hack in the original code
Nicola Mettifogo
2007-03-10
fixed old reimplementation bug
Nicola Mettifogo
2007-03-10
fixed regression: head and talks are now loaded only for real characters, i.e...
Nicola Mettifogo
2007-03-10
more robust font management
Nicola Mettifogo
2007-03-10
Silence MSVC8 warnings.
Eugene Sandulenko
2007-03-10
character loading/freeing routines now also handle Heads and Talks, instead o...
Nicola Mettifogo
2007-03-10
got rid of calls to close() since streams and archives clean after themselves
Nicola Mettifogo
2007-03-08
deleted useless code
Nicola Mettifogo
2007-03-04
fixed regression: background used to get broken when items were picked up
Nicola Mettifogo
2007-03-04
made loadScript and loadLocation benefit from Script's ability to dispose of ...
Nicola Mettifogo
2007-03-04
made Script optionally take ownership and dispose input text
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
hid mask and path loading details from the engine, so it is now independent f...
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
moved platform-dependant resource loading routines into disk.cpp
Nicola Mettifogo
2007-03-04
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-03-03
removed common-case code from loadBackground
Nicola Mettifogo
2007-03-03
loadBackground simplified: palette cycling is still broken, though
Nicola Mettifogo
2007-03-03
corrected parsing of LOCATION command
Nicola Mettifogo
[next]