Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-26 | GUI: Fix regression from r51265. | Johannes Schickel | |
This makes the GMM's option dialog work again. The fix itself is exactly the same like I made in r50468, which also broke the GMM's option dialog. svn-id: r51330 | |||
2010-07-26 | SCI: reverting r51304, broke kq6 hires | Martin Kiewitz | |
svn-id: r51329 | |||
2010-07-26 | SOUND: The rate in Mac snd's is fixed, not floating point (fix the comment) | Matthew Hoops | |
svn-id: r51328 | |||
2010-07-26 | SOUND: Move the Mac snd decoder from SCI to /sound | Matthew Hoops | |
For use with Kyra1 Mac instrument samples. T7G Mac and Loom Mac also use this format for their custom instrument samples. svn-id: r51327 | |||
2010-07-26 | SCI: extending rats workaround kq6 to all rooms | Martin Kiewitz | |
fixes bug #3034597 svn-id: r51326 | |||
2010-07-26 | SCI: adding workaround for kq6 room 210 | Martin Kiewitz | |
fixes bug #3034565 svn-id: r51325 | |||
2010-07-26 | KYRA: Fix assertion when using "enter" to scene with instant death. | Johannes Schickel | |
svn-id: r51324 | |||
2010-07-26 | SCI: fixing transition 9 | Martin Kiewitz | |
fixes castle of dr. brain intro on amiga svn-id: r51323 | |||
2010-07-26 | SCI: adding workaround for castle brain room 320 | Martin Kiewitz | |
solves bug #3034473, happened also in DOS version of the game but only when exiting the puzzle before solving it svn-id: r51322 | |||
2010-07-26 | SCI: making kq5 workaround work in every room | Martin Kiewitz | |
fixes bug #3034700 svn-id: r51321 | |||
2010-07-26 | SCI: forgot one workaround for r51319 | Martin Kiewitz | |
svn-id: r51320 | |||
2010-07-26 | SCI: adding workaround for island of dr. brain | Martin Kiewitz | |
room 290 elevator puzzle, solves bug #3034485 svn-id: r51319 | |||
2010-07-26 | SCI: commenting out picture cel debug msg | Martin Kiewitz | |
svn-id: r51315 | |||
2010-07-26 | SCI: adding scrollcapability to sci32 | Martin Kiewitz | |
svn-id: r51313 | |||
2010-07-26 | AGI: Fix valgrind warning | Eugene Sandulenko | |
svn-id: r51312 | |||
2010-07-26 | AGI: Fix crash on exit thanks to valgrind | Eugene Sandulenko | |
svn-id: r51311 | |||
2010-07-26 | AGI: Fix spelling and formatting | Eugene Sandulenko | |
svn-id: r51310 | |||
2010-07-26 | SCI: Fixed menu reset in SCI0/SCI01 games when restarting | Filippos Karapetis | |
svn-id: r51309 | |||
2010-07-26 | SCI: some scrolling support for sci32 | Martin Kiewitz | |
not fully done yet svn-id: r51308 | |||
2010-07-26 | SCI: combined lb2 workaround | Martin Kiewitz | |
svn-id: r51307 | |||
2010-07-26 | SCI: Some cosmetic changes to the warning thrown when fixing invalid windows | Filippos Karapetis | |
svn-id: r51306 | |||
2010-07-26 | SCI: Fixed bug #3034519, "GK1 Demo: kIsObject Sig Mismatch". | Filippos Karapetis | |
svn-id: r51305 | |||
2010-07-26 | SCI: Fixed bug #3034506, "QFG4 Demo: kPalette Subfunction Sig Mismatch", ↵ | Filippos Karapetis | |
plus another sig mismatch on kDrawCel later on, when Dr. Cranium talks svn-id: r51304 | |||
2010-07-26 | SCI: Added room number to signature mismatch errors | Filippos Karapetis | |
svn-id: r51303 | |||
2010-07-26 | SCI: Fixed bug #3034536 - "AMIGAOS4: SCI - Compiler error". | Filippos Karapetis | |
svn-id: r51302 | |||
2010-07-26 | SCI: Fixed a script bug in the intro of LB2 (invalid call to kMemory), room ↵ | Filippos Karapetis | |
220 (while talking to Mr. Augustini) svn-id: r51301 | |||
2010-07-26 | SCI: Fixed bug #3034490 , "signature mismatch in laura bow 2 introduction" | Filippos Karapetis | |
svn-id: r51298 | |||
2010-07-26 | MIDI: Make it possible to specify MIDI device by music driver id | Torbjörn Andersson | |
If getDeviceHandle() gets a music driver id it will pick the driver's first device, which should hopefully be a sensible default. E.g. it's once again possible to use "-e alsa" rather than the much more cumbersome "-e 'alsa_Emu10k1 WaveTable'". svn-id: r51297 | |||
2010-07-26 | Janitorial: Fix punctuation in error/warning | Torbjörn Andersson | |
svn-id: r51296 | |||
2010-07-26 | SCI: Fixed bug #3034507, "PQ2 Demo: Non-existant menu item" | Filippos Karapetis | |
svn-id: r51294 | |||
2010-07-26 | SCI: Fixed bug #3034464, "ECOQUEST2: Crash near beginning" | Filippos Karapetis | |
svn-id: r51293 | |||
2010-07-25 | Fixed LSL6 hires resources, speech and lip sync work now (thanks to a ↵ | Filippos Karapetis | |
discussion we had with clone2727) svn-id: r51287 | |||
2010-07-25 | SCI: adding kAddPicAt dummy | Martin Kiewitz | |
svn-id: r51283 | |||
2010-07-25 | SCI: blacking out planes that got deleted | Martin Kiewitz | |
svn-id: r51282 | |||
2010-07-25 | SCI: some changes for kq7 | Martin Kiewitz | |
- resetting negative plane left/top - kSave(0) returns SIGNAL svn-id: r51281 | |||
2010-07-25 | SCI: adding gk2 uninit workaround | Martin Kiewitz | |
svn-id: r51280 | |||
2010-07-25 | SCI: removing onControl from coordAdjuster32 | Martin Kiewitz | |
svn-id: r51278 | |||
2010-07-25 | GUI: Fix MIDI gain position in MIDI tab for lowres classic theme. | Johannes Schickel | |
svn-id: r51277 | |||
2010-07-25 | SCI: using coordadjuster in GfxView | Martin Kiewitz | |
svn-id: r51276 | |||
2010-07-25 | SCI: sci32 coord adjustment changes | Martin Kiewitz | |
- fixes lsl6hires inventory svn-id: r51275 | |||
2010-07-25 | Silenced false positive warning in MSVC | Filippos Karapetis | |
svn-id: r51274 | |||
2010-07-25 | SCI: adding separate kCantBeHere32 (stub) | Martin Kiewitz | |
svn-id: r51273 | |||
2010-07-25 | SCI: adjust z coordinate for views (sci32) | Martin Kiewitz | |
fixes gk1 newspaper svn-id: r51272 | |||
2010-07-25 | SCI: signature change for kPalVary(8) | Martin Kiewitz | |
svn-id: r51271 | |||
2010-07-25 | SCI: sci32 changes | Martin Kiewitz | |
- mouse position now gets adjusted inside kGetEvent - priority is read out during kFrameout - check planeRect - check if plane picture resource actually exists fixes sq6 svn-id: r51270 | |||
2010-07-24 | AMIGAOS4: Patch #3033938: "Configure change" | Eugene Sandulenko | |
AmigaOS4 core devs tell that the special directory "SObjs" (that holds the shared object files) should only be used by the end user (games, apps, etc.) but not by projects that are to be build. This patch fixes it. svn-id: r51269 | |||
2010-07-24 | GUI: Fix overdrawn tabs | Eugene Sandulenko | |
If tabs are scrolled, do not draw those which are supposed to be invisible. svn-id: r51268 | |||
2010-07-24 | GUI: Update built-in theme | Eugene Sandulenko | |
svn-id: r51266 | |||
2010-07-24 | GUI: Fix bug #3027772 by adding MT-32 tab | Eugene Sandulenko | |
Bug #3027772: "Can't switch between Text and Speech". The problem was in overcrowded Audio tab in any resolution with height < 480. Solved by adding new MT-32 tab and grouping all relevant widgets there. TODO: - The problem still exists for 320x200 resolution where Subtitle speed control is not accessible - Apparently nobody tested tab control scrolling after switching to new GUI, and now there are artifacts svn-id: r51265 | |||
2010-07-24 | SCI: changing how insectRect gets applied | Martin Kiewitz | |
svn-id: r51259 |