Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-01-18 | - Fixed bug in script code of LoL | Johannes Schickel | |
- Cleanup svn-id: r35905 | |||
2009-01-18 | Fixed compilation. | Johannes Schickel | |
svn-id: r35904 | |||
2009-01-18 | LOL: Some drawing code and some opcodes so that the first scene will show ↵ | Florian Kagerer | |
up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. svn-id: r35903 | |||
2009-01-18 | Fixed bug in PAK link list code, now file links are correctly initialized. | Johannes Schickel | |
svn-id: r35902 | |||
2009-01-18 | Update scene number internally so it gets displayed correctly in the debugger. | Johannes Schickel | |
svn-id: r35900 | |||
2009-01-13 | When reverting to text only mode update the config manager settings accordingly. | Johannes Schickel | |
svn-id: r35847 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-29 | Removed unused variable. | Johannes Schickel | |
svn-id: r35618 | |||
2008-12-29 | Reset screen dimension settings after closing menu. | Johannes Schickel | |
svn-id: r35609 | |||
2008-12-29 | - Cleanup | Johannes Schickel | |
- Implemented Screen_LoL::fprintString svn-id: r35608 | |||
2008-12-29 | Extended some comments. | Johannes Schickel | |
svn-id: r35606 |