Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-25 | SCI: Adlib: fix crash in SQ4. | Walter van Niftrik | |
svn-id: r40886 | |||
2009-05-25 | Fixed crash when starting KQ6 | Filippos Karapetis | |
svn-id: r40885 | |||
2009-05-25 | SCI: Force movie palettes (KQ6). | Walter van Niftrik | |
svn-id: r40883 | |||
2009-05-25 | Objectified the AudioResource code (used for speech and digitized music in ↵ | Filippos Karapetis | |
CD talkie games) svn-id: r40880 | |||
2009-05-24 | SCI: Adlib: added support for rhythm channel | Walter van Niftrik | |
svn-id: r40874 | |||
2009-05-24 | SCI: reset system palette when loading a new PIC. | Willem Jan Palenstijn | |
This improves the colours of background images, but is still partially broken. The mouse cursor becomes transparent when changing scenes, and there is a brief moment of palette corruption between scenes. svn-id: r40870 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-24 | SCI: re-xlate pixmap when palette revision changed | Willem Jan Palenstijn | |
svn-id: r40859 | |||
2009-05-24 | Fixed audio synchronization in the CD version of KQ5 | Filippos Karapetis | |
svn-id: r40855 | |||
2009-05-23 | SCI: add (unused) palette revisioning support | Willem Jan Palenstijn | |
svn-id: r40838 | |||
2009-05-23 | Moved the "dump" and "dissectscript" commands to console.cpp and renamed ↵ | Filippos Karapetis | |
them to "hexdump" and "dissect_script" respectively svn-id: r40818 | |||
2009-05-23 | Oops, fixed silly typo | Filippos Karapetis | |
svn-id: r40816 | |||
2009-05-23 | Some more WIP code for kDoAudio(), taken from Greg's SCI engine. Sound and ↵ | Filippos Karapetis | |
speech in KQ5CD should be working now svn-id: r40815 | |||
2009-05-23 | Added a stub for SetVideoMode(), and fixed some of the palette glitches in ↵ | Filippos Karapetis | |
the intro of KQ6 thanks to some comments by waltervn. Also, commented out the bounds rect in gfxr_pic_t, as it's currently unused svn-id: r40808 | |||
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-22 | Some initial WIP code on kDoAudio (still not working) | Filippos Karapetis | |
svn-id: r40790 | |||
2009-05-21 | SCI: Added support for KQ6 movies. | Walter van Niftrik | |
svn-id: r40774 | |||
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 | Removed the PREG, PSTK, IS_NULL_REG and REG_EQ defines | Filippos Karapetis | |
svn-id: r40767 | |||
2009-05-21 | Slight cleanup to kGetTime() | Filippos Karapetis | |
svn-id: r40754 | |||
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 | |||
2009-05-20 | SCI: Moved the few kernel functions that were in kernel.cpp to a new file ↵ | Max Horn | |
kmisc.cpp svn-id: r40738 | |||
2009-05-19 | SCI: Some debugger fixes and cleanup. | Walter van Niftrik | |
svn-id: r40732 | |||
2009-05-19 | Removed some redundant variables, and renamed some variables with strange ↵ | Filippos Karapetis | |
names ("foo"?) svn-id: r40727 | |||
2009-05-19 | SCI: Changed K_FILEIO_FILE_EXISTS to check regular files too. | Walter van Niftrik | |
svn-id: r40724 | |||
2009-05-19 | SCI: Doxygenified a few comments | Max Horn | |
svn-id: r40720 | |||
2009-05-19 | SCI: Added some stubs for LSL6CD (lores). | Walter van Niftrik | |
svn-id: r40719 | |||
2009-05-19 | SCI: Introduce a new subclass StringFrag of MemObject (does nothing right ↵ | Max Horn | |
now); switched MemObject to subclass Common::Serializable svn-id: r40714 | |||
2009-05-19 | SCI: got rid of EngineState::savegame_version; some cleanup | Max Horn | |
svn-id: r40713 | |||
2009-05-19 | SCI: Init the diff .#&$ EngineState::flags field in the constructor and when ↵ | Max Horn | |
loading -- fixes many weird crashes upon loading (lesson to be learned: if you add fields to a class, then (a) init it in the construtor and (b) if the class support serializing, make sure the new field is handled when saving/loading :-) svn-id: r40712 | |||
2009-05-19 | SCI: Cleanup/paranoia checks | Max Horn | |
svn-id: r40711 | |||
2009-05-18 | SCI: Added FIXME | Max Horn | |
svn-id: r40695 | |||
2009-05-18 | SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting ↵ | Max Horn | |
code should be even stricter in detecting invalid VM stack access (and some bugs when loading saves might be fixed now...) svn-id: r40694 | |||
2009-05-18 | Removed a leftover simple_said define | Filippos Karapetis | |
svn-id: r40692 | |||
2009-05-18 | SCI: Removed SCI_SIMPLE_SAID_CODE and the associated heavily bitrotted code | Max Horn | |
svn-id: r40691 | |||
2009-05-18 | SCI: Removed ENTRY_IS_VALID macro | Max Horn | |
svn-id: r40690 | |||
2009-05-18 | SCI: cleanup | Max Horn | |
svn-id: r40689 | |||
2009-05-18 | SCI: Tweaks, cleanup | Max Horn | |
svn-id: r40688 | |||
2009-05-18 | SCI: Fixed Table::initTable to invoke _table.clear() | Max Horn | |
svn-id: r40687 | |||
2009-05-18 | SCI: Changed SegManager to not pre-allocate _heap entries (leave the memory ↵ | Max Horn | |
management to Common::Array) svn-id: r40686 | |||
2009-05-18 | SCI: Removed the unused member SegManager::gc_mark_bits; changed some int ↵ | Max Horn | |
params to SegmentId svn-id: r40685 |