Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-25 | The intro of IHNM is shown correctly now | Filippos Karapetis | |
svn-id: r28723 | |||
2007-08-25 | Some more fixes to Gfx::palFade. Benny's nightfall scene is shown correctly now | Filippos Karapetis | |
svn-id: r28722 | |||
2007-08-25 | Added a note on mouse right button action for IHNM | Filippos Karapetis | |
svn-id: r28721 | |||
2007-08-25 | Converse arrows scroll the conversation options correctly now | Filippos Karapetis | |
svn-id: r28720 | |||
2007-08-25 | Inventory arrows scroll the inventory correctly now | Filippos Karapetis | |
svn-id: r28719 | |||
2007-08-25 | Cleanup script routines. | Nicola Mettifogo | |
svn-id: r28718 | |||
2007-08-25 | Fixes end scene in Kyrandia 1 Macintosh. | Johannes Schickel | |
svn-id: r28716 | |||
2007-08-25 | - reformatting AdvancedDetector engines (looks like what the gob engine uses ↵ | Johannes Schickel | |
now) - add entry for Kyrandia 1 Mac svn-id: r28715 | |||
2007-08-25 | Completed the restart/restore dialog screen and functionality | Paul Gilbert | |
svn-id: r28714 | |||
2007-08-25 | Bugfix to prevent animations nuking the GUI element palette entries | Paul Gilbert | |
svn-id: r28713 | |||
2007-08-25 | Fixed up several sound system script methods | Paul Gilbert | |
svn-id: r28712 | |||
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo | |
- code has been consolidated in fewer files - new table-driven parsers/execution - some functions has been pushed down the engine hierarchy - Parallaction_br now inherits from Parallaction_ns svn-id: r28711 | |||
2007-08-24 | Some more fixes to Gfx::palFade | Filippos Karapetis | |
svn-id: r28710 | |||
2007-08-24 | The frame count needs to be updated for cutaways without an animation bit as ↵ | Filippos Karapetis | |
well. Removed a hack for the nightfall scene in Benny's chapter svn-id: r28709 | |||
2007-08-24 | Oops, fixed a regression introduced with the latest code cleanup | Filippos Karapetis | |
svn-id: r28708 | |||
2007-08-24 | Code cleanup for the IHNM demo | Filippos Karapetis | |
svn-id: r28707 | |||
2007-08-24 | Updated some comments | Filippos Karapetis | |
svn-id: r28706 | |||
2007-08-24 | Some more updates to Gfx::palFade (not finished yet, though) | Filippos Karapetis | |
svn-id: r28705 | |||
2007-08-24 | Clearcutaway now sets the scene's palette. Removed two workarounds for the ↵ | Filippos Karapetis | |
IHNM demo svn-id: r28704 | |||
2007-08-24 | Clean-up of event ops | Filippos Karapetis | |
svn-id: r28703 | |||
2007-08-23 | Added skeleton code for sfScriptFade. Work is still needed in Gfx::palFade ↵ | Filippos Karapetis | |
though, so it still doesn't work svn-id: r28702 | |||
2007-08-23 | The colors of the input text widgets are correct now in IHNM | Filippos Karapetis | |
svn-id: r28701 | |||
2007-08-23 | The Lost in Time demo uses Adlib. | Travis Howell | |
svn-id: r28700 | |||
2007-08-22 | Implemented music pause and resume | Filippos Karapetis | |
svn-id: r28698 | |||
2007-08-22 | Mutexes are now used in the MIDI music playing code | Filippos Karapetis | |
svn-id: r28697 | |||
2007-08-22 | Implemented Music::stop | Filippos Karapetis | |
svn-id: r28695 | |||
2007-08-22 | Sprite priorities are now calculated correctly for IHNM | Filippos Karapetis | |
svn-id: r28694 | |||
2007-08-21 | Fixed the cutscenes in the CD version of Lost in Time | Sven Hesse | |
(There's still something wrong with the second one, the one with the agent, though. Probably has to do with the sound key command 10) svn-id: r28693 | |||
2007-08-21 | The height of the save file list slider is calculated correctly now for IHNM | Filippos Karapetis | |
svn-id: r28691 | |||
2007-08-21 | The button sprites of the warnings dialogs of IHNM are loaded correctly now. ↵ | Filippos Karapetis | |
Also, the save file slider is shown correctly now (although it still needs some tweaking, as its virtual height is still the same as in ITE) svn-id: r28690 | |||
2007-08-21 | Fixed the position of some widgets in the option dialogs of IHNM | Filippos Karapetis | |
svn-id: r28689 | |||
2007-08-21 | An encountered zero in an Apple IIGS sample stream turns off looping for ↵ | Kari Salminen | |
that stream. Implemented this. svn-id: r28688 | |||
2007-08-21 | Simplified blackToPal | Filippos Karapetis | |
svn-id: r28686 | |||
2007-08-21 | Updated some comments | Filippos Karapetis | |
svn-id: r28685 | |||
2007-08-21 | Added note of clarification on enum AgiSoundType's different values. | Kari Salminen | |
svn-id: r28684 | |||
2007-08-20 | 64bit AGOS fix by Mark Weaver | Max Horn | |
svn-id: r28683 | |||
2007-08-20 | Cleanup: Removed obsolete TODOs | Filippos Karapetis | |
svn-id: r28682 | |||
2007-08-20 | Fix for bug #1776993 - "ITE: Cannot exit a room (regression)" | Filippos Karapetis | |
svn-id: r28679 | |||
2007-08-19 | Made Apple IIGS MIDI file parsing work (They aren't completely standard MIDI ↵ | Kari Salminen | |
files). Enables playing the MIDI files (No sound! Only stepping through). Speed's probably not correct. svn-id: r28674 | |||
2007-08-19 | Removed superfluous variable checkings. Made it so that Apple IIGS mixing ↵ | Kari Salminen | |
code doesn't try to mix MIDI sounds yet as mixing them isn't yet supported. svn-id: r28673 | |||
2007-08-19 | Fixes previously crashing sound. Crash happened because of PCjr 4-channel ↵ | Kari Salminen | |
mixing code trying to use uninitialized values (phase, ins etc) when mixSound was called before anything was playing. svn-id: r28672 | |||
2007-08-19 | Some cleanup / const correctness / OOfication | Max Horn | |
svn-id: r28671 | |||
2007-08-19 | Small correction | Sven Hesse | |
svn-id: r28670 | |||
2007-08-19 | Fixed warning about global symbol 'chn' being shadowed by local declaration ↵ | Max Horn | |
'chn' (note: naming a global var 'chn' is probably a bad idea. And using a class would be far better anyway ;) svn-id: r28669 | |||
2007-08-19 | Always update the video's position, even if it's already been loaded, because | Torbjörn Andersson | |
it won't necessarily be played at the same position every time. For instance, in Lost in Time you can look at the captain's chair several times. The position of the video seems to depend on exactly where on the screen you clicked. svn-id: r28668 | |||
2007-08-19 | Fixed bug #1777058. | Nicola Mettifogo | |
svn-id: r28666 | |||
2007-08-19 | Fixing code formatting | Max Horn | |
svn-id: r28665 | |||
2007-08-19 | Checking in patch #1777241 by Uwe Ryssel (GOB: Some optimizations for slow ↵ | Sven Hesse | |
computers) svn-id: r28664 | |||
2007-08-19 | Fixed two more warnings | Max Horn | |
svn-id: r28662 | |||
2007-08-19 | Fixed some - not all - warnings. | Torbjörn Andersson | |
svn-id: r28661 |