Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-05 | updated code to use type MutexRef; added class StackLock (from sdl backend, ↵ | Max Horn | |
now in util.*) svn-id: r8777 | |||
2003-06-24 | only declare class MP3Sound if USE_MAD is #defined | Max Horn | |
svn-id: r8644 | |||
2003-06-21 | undo this change again - proper fix would be to correct the MP3 playback code | Max Horn | |
svn-id: r8593 | |||
2003-06-21 | delete _sound when SimonState is destroyed; fix leak & enian bug in ↵ | Max Horn | |
playSting (but somebody please test that, I don't have simon1dos) svn-id: r8582 | |||
2003-06-21 | some more memory inits; cleanup | Max Horn | |
svn-id: r8581 | |||
2003-06-21 | fix some memory leaks | Max Horn | |
svn-id: r8580 | |||
2003-06-21 | init some member vars previously not inited | Max Horn | |
svn-id: r8579 | |||
2003-06-21 | fix (?) for an invalid read report in valgrin | Max Horn | |
svn-id: r8578 | |||
2003-06-20 | reuse file, remove file2 usage | Max Horn | |
svn-id: r8573 | |||
2003-06-16 | misc. | Travis Howell | |
svn-id: r8514 | |||
2003-06-15 | Change GF_AMIGAS back to GF_AMIGA | Travis Howell | |
svn-id: r8510 | |||
2003-06-15 | cleanup | Max Horn | |
svn-id: r8509 | |||
2003-06-15 | renamed Sound -> BaseSound to avoid conflicts with the scumm class of the ↵ | Max Horn | |
same name (we really should start to put all the Scumm/Simon/Sky code into namespaces svn-id: r8508 | |||
2003-06-15 | cleanup | Max Horn | |
svn-id: r8507 | |||
2003-06-15 | small reorg (keep private classes out of header files, if possible -> ↵ | Max Horn | |
decreases compile times a bit); fixed a small memory leak for Simon2mac; don't delete _file twice in Sound subclasses svn-id: r8506 | |||
2003-06-15 | Stop simon1win crashing on loading of save game | Travis Howell | |
svn-id: r8504 | |||
2003-06-15 | fix for simon2 | Oliver Kiehl | |
svn-id: r8503 | |||
2003-06-15 | cleanup | Oliver Kiehl | |
svn-id: r8502 | |||
2003-06-15 | Small cleanup | Travis Howell | |
Fix small memory leak svn-id: r8501 | |||
2003-06-15 | Small cleanup | Travis Howell | |
svn-id: r8500 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-06-14 | revert some changes as simon uses dynamic file objects for sound objects ↵ | Jonathan Gray | |
later on svn-id: r8477 | |||
2003-06-14 | make file objects stack based where possible, fixes a bunch of leaks | Jonathan Gray | |
svn-id: r8476 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn | |
svn-id: r8364 | |||
2003-06-05 | Typo | Travis Howell | |
svn-id: r8327 | |||
2003-06-05 | Adjust default _subtitle values | Travis Howell | |
svn-id: r8326 | |||
2003-06-05 | Last commit should have been made simon1 only | Travis Howell | |
svn-id: r8325 | |||
2003-06-05 | Commit combined speech and subtitles patch | Travis Howell | |
Add support for nosubtitles config option svn-id: r8324 | |||
2003-06-02 | Revert my last change, was correct according to disasm. but casued other ↵ | Travis Howell | |
problems. svn-id: r8265 | |||
2003-06-02 | simon2dos uses different VGA_DELAY_BASE, fixes text disappearing in copy ↵ | Travis Howell | |
protection. svn-id: r8264 | |||
2003-06-01 | Rename SimonState to SimonEngine | Travis Howell | |
svn-id: r8228 | |||
2003-05-31 | Add german font set | Travis Howell | |
svn-id: r8167 | |||
2003-05-31 | A few notes, correction and a few more errors | Travis Howell | |
svn-id: r8164 | |||
2003-05-31 | Fix simon1dos regression | Travis Howell | |
svn-id: r8163 | |||
2003-05-30 | Broke simon | Travis Howell | |
svn-id: r8133 | |||
2003-05-30 | Small cleanup | Travis Howell | |
svn-id: r8132 | |||
2003-05-30 | Rename two unknown functions | Travis Howell | |
svn-id: r8131 | |||
2003-05-30 | Correct simon2 timing | Travis Howell | |
Remove unused function svn-id: r8130 | |||
2003-05-29 | added some doxygen comments to common/system.h; cleaned up the OSystem ↵ | Max Horn | |
interface a bit svn-id: r8116 | |||
2003-05-29 | Add some errors to check if these opcodes are actually used | Travis Howell | |
svn-id: r8084 | |||
2003-05-29 | More sprite renames | Travis Howell | |
svn-id: r8083 | |||
2003-05-29 | Missed a few sections | Travis Howell | |
svn-id: r8082 | |||
2003-05-29 | Correct name | Travis Howell | |
svn-id: r8081 | |||
2003-05-29 | Missed one section | Travis Howell | |
svn-id: r8080 | |||
2003-05-29 | Use shutdown function before quiting | Travis Howell | |
svn-id: r8079 | |||
2003-05-28 | Shorten Simon 1/2 title name to match others | Travis Howell | |
svn-id: r8045 | |||
2003-05-28 | Add french font set | Travis Howell | |
svn-id: r8042 | |||
2003-05-26 | Add / remove warning | Travis Howell | |
svn-id: r7996 |