Age | Commit message (Collapse) | Author |
|
Also, fix a bug when loading the default walking map (wasn't implemented)
and setting font size. The reason I move this code into a new module is
because I will augment it with other walking-related algorithms soon.
svn-id: r45510
|
|
Several TODO's added.
svn-id: r45298
|
|
We initialize them in the DraciEngine constructor, but don't play any sounds
yet. Checked that it works for all existing sound files (required several
work-arounds against unspoken specification).
When copying the interface from barchive.h, I decided to remove some const's
from there, because getFile() wasn't really behaving like const.
Removed some static Common::String instances.
svn-id: r44953
|
|
All currently defined featues will be supported. I have implemented
everything boilerplatish, except for the actual game saving/loading (which
will come in the next commit), getting volumes from the configuration
(because we don't play sounds yet), and changing subtitles.
svn-id: r44583
|
|
svn-id: r42069
|
|
intepreter.
svn-id: r41918
|
|
svn-id: r41906
|
|
svn-id: r41840
|
|
svn-id: r41655
|
|
svn-id: r41604
|
|
Modified the test animation to use it.
svn-id: r41509
|
|
animation to use the original game fonts. Removed the old drawString() hack.
svn-id: r41454
|
|
rudimentary GPL disassembler)
svn-id: r41390
|