Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | Fix valgrind warning about mismatched delete. | Johannes Schickel | |
svn-id: r38429 | |||
2009-02-17 | Fix for long delay while fading palette in Zanthia's home, when mixing potions. | Johannes Schickel | |
svn-id: r38425 | |||
2009-02-16 | LOL: fixed invalid memory access | Florian Kagerer | |
svn-id: r38383 | |||
2009-02-16 | LOL: - more work on the user interface | Florian Kagerer | |
- fixed non interactive demo svn-id: r38374 | |||
2009-02-15 | LOL: fix bug in kyra.dat | Florian Kagerer | |
svn-id: r38246 | |||
2009-02-15 | portability fix for platforms with unsigned char | Willem Jan Palenstijn | |
svn-id: r38229 | |||
2009-02-15 | LOL: - implemented proper button processing (works exactly as in Kyra 2 and ↵ | Florian Kagerer | |
3, so we do have some code duplication atm, I just fixed right mouse button support for LOL) - keyboard control now works svn-id: r38190 | |||
2009-02-14 | LOL: fixed a bug in moveParty() and implemented some more gui code | Florian Kagerer | |
svn-id: r36328 | |||
2009-02-14 | LOL: fixed bug in text displayer and some cleanup | Florian Kagerer | |
svn-id: r36327 | |||
2009-02-14 | LOL: add missing debug info to some script functions | Florian Kagerer | |
svn-id: r36324 | |||
2009-02-14 | LOL: | Florian Kagerer | |
- implemented some input code - you can walk around now (not very far though, since doors don't work yet). Keyboard control is still missing - processButtonList isn't really implemented yet for LOL. I'll still have to check which features are needed here. svn-id: r36320 | |||
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r36236 | |||
2009-02-05 | Allow ScummVM to quit while a character is talking in Kyra3. | Johannes Schickel | |
svn-id: r36221 | |||
2009-02-02 | KYRA: cleanup | Florian Kagerer | |
svn-id: r36207 | |||
2009-02-01 | Fixed graphics glitches when replaying intro. | Johannes Schickel | |
svn-id: r36193 | |||
2009-02-01 | - Cleanup | Johannes Schickel | |
- This time fixed the real cause of the mismatching malloc / delete[] call. svn-id: r36191 | |||
2009-02-01 | Removed uneeded setupPrologueData calls. | Johannes Schickel | |
svn-id: r36188 | |||
2009-02-01 | Oops wrong parameter in last commit. | Johannes Schickel | |
svn-id: r36187 | |||
2009-02-01 | - Fixed mismatching new[] / free. | Johannes Schickel | |
- Fixed bad casting svn-id: r36186 | |||
2009-02-01 | Implemented per voice volume control. (Used for example in LoL intro) | Johannes Schickel | |
svn-id: r36184 | |||
2009-02-01 | Moved some code to newly added files sequences_lol.cpp (more static sequence ↵ | Johannes Schickel | |
code is coming up in the future anyway...) svn-id: r36183 | |||
2009-02-01 | Oops removed accidently commited code. | Johannes Schickel | |
svn-id: r36182 | |||
2009-02-01 | Removed obsolete fixme. | Johannes Schickel | |
svn-id: r36181 | |||
2009-02-01 | Fixed out of bounds memory access. | Johannes Schickel | |
svn-id: r36180 | |||
2009-02-01 | Fixed compilation for now. | Johannes Schickel | |
svn-id: r36179 | |||
2009-02-01 | svn-id: r36178 | Florian Kagerer | |
2009-01-31 | o2_loadSoundFile is a dummy for non DOS versions. | Johannes Schickel | |
svn-id: r36168 | |||
2009-01-31 | Fixed o2_loadSoundFile implementation. | Johannes Schickel | |
svn-id: r36163 | |||
2009-01-31 | Fix for bug #2551436 "KYRA2: ScummVM quits after death". | Johannes Schickel | |
svn-id: r36161 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn | |
svn-id: r36022 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵ | Max Horn | |
(const); same for Archive::openFile svn-id: r36020 | |||
2009-01-22 | Minor cleanup (got rid of a dynamic array). | Johannes Schickel | |
svn-id: r35999 | |||
2009-01-21 | Fixed GMM save/load functionallity in kyra1. | Johannes Schickel | |
svn-id: r35980 | |||
2009-01-20 | Cleanup. | Johannes Schickel | |
svn-id: r35943 | |||
2009-01-20 | Yet another two small formatting fixes. | Johannes Schickel | |
svn-id: r35942 | |||
2009-01-20 | - Fixed formatting | Johannes Schickel | |
- Added FIXME about falling through case blocks svn-id: r35940 | |||
2009-01-20 | - Moved some script related code to script_lol.cpp | Johannes Schickel | |
- Renamed opcodes from o2_* to olol_* svn-id: r35938 | |||
2009-01-20 | Fixed warnings (nice example of why heeding warnings is useful: one of the ↵ | Max Horn | |
changes seems to fix a NULL deref) svn-id: r35933 | |||
2009-01-19 | LOL: some work on the music handling | Florian Kagerer | |
svn-id: r35929 | |||
2009-01-19 | LOL: some renaming | Florian Kagerer | |
svn-id: r35919 | |||
2009-01-19 | Fixed warning. | Torbjörn Andersson | |
svn-id: r35918 | |||
2009-01-18 | LOL: basic music support and some cleanup | Florian Kagerer | |
svn-id: r35917 | |||
2009-01-18 | LOL: fix some valgrind warnings | Florian Kagerer | |
svn-id: r35910 | |||
2009-01-18 | Formatting. | Johannes Schickel | |
svn-id: r35908 | |||
2009-01-18 | Fixed mismatching delete call. | Johannes Schickel | |
svn-id: r35907 | |||
2009-01-18 | - Fixed some delete[] misuse | Johannes Schickel | |
- Fixed regression introduced with r35904 svn-id: r35906 |