Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-23 | Fixed clipping code for texts which do not fit on screen, and added a ↵ | Filippos Karapetis | |
warning when this happens svn-id: r40807 | |||
2009-05-23 | Fixed the incorrect placement of the copyright message in KQ6 on screen | Filippos Karapetis | |
svn-id: r40806 | |||
2009-05-23 | The third and fourth parameter in changePortBounds() are x2 and y2, not ↵ | Filippos Karapetis | |
width and height svn-id: r40805 | |||
2009-05-23 | Turned some errors into warnings, as they occur in KQ5CD | Filippos Karapetis | |
svn-id: r40804 | |||
2009-05-23 | Fixed the incorrectly placed views in the KQ6 intro, by reintroducing port ↵ | Filippos Karapetis | |
bounds in the graphics resource manager and removing two relevant hacks svn-id: r40803 | |||
2009-05-23 | SCI: Added partial support for SCI1.1 adlib music | Walter van Niftrik | |
svn-id: r40800 | |||
2009-05-23 | Cleanup. | Johannes Schickel | |
svn-id: r40799 | |||
2009-05-23 | Reserve opcode array entries beforehand, should save some reallocation and ↵ | Johannes Schickel | |
copying. svn-id: r40798 | |||
2009-05-22 | Better safe than sorry, add an explicit default constructor for Button. | Johannes Schickel | |
svn-id: r40797 | |||
2009-05-22 | Yet another fix for MSVC (it seems it initializes all pointers in debug mode ↵ | Johannes Schickel | |
to 0xCCCCCCCC instead of 0). svn-id: r40796 | |||
2009-05-22 | Fix crash with MSVC. | Johannes Schickel | |
svn-id: r40795 | |||
2009-05-22 | struct Button contains non POD members, thus don't use memset on it. | Johannes Schickel | |
svn-id: r40794 | |||
2009-05-22 | Change button list handling to closer match original. This fixes a crash ↵ | Johannes Schickel | |
when loading via GMM. svn-id: r40793 | |||
2009-05-22 | Do not define checkInput as virtual. | Johannes Schickel | |
svn-id: r40792 | |||
2009-05-22 | Handle mouse move events like the original. | Johannes Schickel | |
svn-id: r40791 | |||
2009-05-22 | Some initial WIP code on kDoAudio (still not working) | Filippos Karapetis | |
svn-id: r40790 | |||
2009-05-22 | LOL: (temporary) fix for button callback assignment. The automatic list ↵ | Florian Kagerer | |
capacity increase seems to fail somehow. svn-id: r40786 | |||
2009-05-22 | Add hack so LoL intro demo will init MT-32 properly. | Johannes Schickel | |
svn-id: r40784 | |||
2009-05-22 | Use correct file for MT-32 initialization for Kyra2 SEQ player based Lands ↵ | Johannes Schickel | |
of Lore demo. svn-id: r40783 | |||
2009-05-22 | Oops typo. | Johannes Schickel | |
svn-id: r40782 | |||
2009-05-22 | Properly initialize MT-32 for LoL demos. | Johannes Schickel | |
svn-id: r40781 | |||
2009-05-22 | Fix crash when playing LoL demo. | Johannes Schickel | |
svn-id: r40780 | |||
2009-05-22 | Cleanup. | Johannes Schickel | |
svn-id: r40779 | |||
2009-05-22 | Fix RTL in Lands of Lore. | Johannes Schickel | |
svn-id: r40778 | |||
2009-05-21 | LOL: - implemented Lightning Spell | Florian Kagerer | |
svn-id: r40776 | |||
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik | |
svn-id: r40774 | |||
2009-05-21 | Proper fix for bug #2537054: "AGI: Using GMM to load causes graphics glitches". | Eugene Sandulenko | |
Save/load via GMM is not allowed in certain situations now. svn-id: r40773 | |||
2009-05-21 | SCI: Removed the 'save_dir' gui hack | Max Horn | |
svn-id: r40772 | |||
2009-05-21 | SCI: got rid of vocabulary_lookup_sname | Max Horn | |
svn-id: r40771 | |||
2009-05-21 | Changed code to closer match original input handling. | Johannes Schickel | |
svn-id: r40770 | |||
2009-05-21 | Fix some Kyra1 movies. | Johannes Schickel | |
svn-id: r40768 | |||
2009-05-21 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis | |
svn-id: r40767 | |||
2009-05-21 | Only process key/mouse press/release events in GUI. | Johannes Schickel | |
svn-id: r40766 | |||
2009-05-21 | Splitting a few helper functions out of gob.h | Sven Hesse | |
svn-id: r40765 | |||
2009-05-21 | Ooops: Forgot to check in my changes in the detection array for the demo ↵ | Sven Hesse | |
changes (r40746) svn-id: r40764 | |||
2009-05-21 | LOL: - implemented freeze spell | Florian Kagerer | |
- fixed saveload code - added some opcode for the swamp svn-id: r40763 | |||
2009-05-21 | Remove trailing tabs/whitespaces. | Johannes Schickel | |
svn-id: r40760 | |||
2009-05-21 | Renamed the DXA, SMK and FLIC video decoders to reflect the fact that ↵ | Filippos Karapetis | |
they're decoders, not players svn-id: r40759 | |||
2009-05-21 | Moved the Coktel video player into its own subdirectory | Filippos Karapetis | |
svn-id: r40755 | |||
2009-05-21 | Slight cleanup to kGetTime() | Filippos Karapetis | |
svn-id: r40754 | |||
2009-05-21 | Made BRA demos start again by partially reverting commit 39773. Multiple ↵ | Nicola Mettifogo | |
inventory support must be done somehow differently. svn-id: r40750 | |||
2009-05-21 | simplified sound handling in animation sequences | Gregory Montoir | |
svn-id: r40747 | |||
2009-05-20 | - Changed the demo player to allow playing directly inlined scripts using a ↵ | Sven Hesse | |
new demoIndex field in the detection array - Changed the Inca 2 demo entry to use a directly included script instead of triggering on "demo.bat" svn-id: r40746 | |||
2009-05-20 | Fix bug #1544799: "ALL: Engine creates launcher entry when failing to launch" | Eugene Sandulenko | |
svn-id: r40745 | |||
2009-05-20 | Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's ↵ | Sven Hesse | |
VMDs) to graphics/video/ svn-id: r40744 | |||
2009-05-20 | Remove superfluous indeo3-includes | Sven Hesse | |
svn-id: r40743 | |||
2009-05-20 | removed trailing whitespaces | Max Horn | |
svn-id: r40742 | |||
2009-05-20 | SCI: Moved code related to loading/setting up kernel function names from ↵ | Max Horn | |
vocab_debug.cpp to engine/kernel.cpp svn-id: r40741 | |||
2009-05-20 | SCI: Changed EngineState::opcodes to a Common::Array (maybe we shold just ↵ | Max Horn | |
remove the relevant code completely, though, it seems useless, esp. as long as we hardcode the way we interpret every opcode svn-id: r40740 | |||
2009-05-20 | SCI: Moved some private decls from kernel.h to kernel.cpp; removed pointless ↵ | Max Horn | |
(and incorrect) fallback code in k_Unknown svn-id: r40739 |