Age | Commit message (Collapse) | Author |
|
In preparation of using the sound code with Winnie
|
|
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
|
|
|
|
Some backends may break as I only compiled SDL
|
|
svn-id: r55850
|
|
This makes AGI quite a bit less noisy by default.
svn-id: r53868
|
|
Now the sound subsystem of the engine finally is possible to grasp.
Also now it is obvious why CoCo3 sounds are not functioning.
svn-id: r49757
|