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
/
location.cpp
Age
Commit message (
Expand
)
Author
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-10
some refactoring
Nicola Mettifogo
2007-03-04
made loadScript and loadLocation benefit from Script's ability to dispose of ...
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
replaced memAlloc/memFree with standard malloc/free
Nicola Mettifogo
2007-03-03
corrected parsing of LOCATION command
Nicola Mettifogo
2007-03-02
enforced convention on loader names: load[ItemType]
Nicola Mettifogo
2007-03-02
changed every font name to be platform independent, added font loader routine
Nicola Mettifogo
2007-03-02
added openLocation as loader for location scripts resources
Nicola Mettifogo
2007-02-27
changed font handling:
Nicola Mettifogo
2007-02-25
made Archive inherit from Common::File, added some methods to comply to inter...
Nicola Mettifogo
2007-02-25
made Archive behave more like Common::File, preparing for inheritance
Nicola Mettifogo
2007-02-25
wrapped archive routines into a new class named Archive. File-level static va...
Nicola Mettifogo
2007-02-25
got rid of ArchievedFile. Since only one single file is being read from the a...
Nicola Mettifogo
2007-02-24
ArchiveFile's details are now known only to archive code
Nicola Mettifogo
2007-02-23
Fix fixed spelling :)
Max Horn
2007-02-23
Fix spelling.
Eugene Sandulenko
2007-02-21
Add support for MIDI music. THough the music is not yet heard since
Eugene Sandulenko
2007-02-20
made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...
Nicola Mettifogo
2007-02-20
changed parseComment to use Script stream instead of file
Nicola Mettifogo
2007-02-20
cleanup and small fixes
Nicola Mettifogo
2007-02-19
first step in parser simplification
Nicola Mettifogo
2007-02-19
fixed engine bug preventing savegames from being consistent with the actual g...
Nicola Mettifogo
2007-02-18
replaced magic number with kFlagsVisited where needed
Nicola Mettifogo
2007-02-17
Some indentation and format changes. Mostly replacing spaces with tabs.
Torbjörn Andersson
2007-02-10
fixed wrong implementation: zones and animations now survive location switche...
Nicola Mettifogo
2007-02-04
applied 2nd workaround to avoid crashes caused by labels when switching location
Nicola Mettifogo
2007-02-04
added more debug levels and comments
Nicola Mettifogo
2007-02-04
_hoverZone now is handled as in the original engine
Nicola Mettifogo
2007-02-01
Used Fingolfin's workaround for a bogus (?) warning produced by some versions
Torbjörn Andersson
2007-01-26
added more debug messages
Nicola Mettifogo
2007-01-15
Fixing const related warnings in the parallaction engine
Max Horn
2007-01-14
Initial import of Parallaction engine
Eugene Sandulenko
[prev]