Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz | |
svn-id: r50678 | |||
2010-07-05 | Bugfixes for new player code - Rex is now correctly positioned when the ↵ | Paul Gilbert | |
player manager takes over from the wakeup animation sequence svn-id: r50669 | |||
2010-07-04 | Add a hexDumpReg function to view references that are not raw and fix SCI32 ↵ | Matthew Hoops | |
strings/arrays in segmentInfo. svn-id: r50660 | |||
2010-07-04 | SCI: Removed the unused line number parameter from validate_variable() and ↵ | Filippos Karapetis | |
related functions svn-id: r50654 | |||
2010-07-04 | SCI: Added a short description for all opcodes, so that it's easier to ↵ | Filippos Karapetis | |
understand what they do without cross referencing the wiki, and removed some obsolete and unused code svn-id: r50645 | |||
2010-07-04 | Implemented more of the support methods for player display | Paul Gilbert | |
svn-id: r50644 | |||
2010-07-04 | Cleanup: Treat booleans as booleans, not integers. (I hope I didn't mess up, | Torbjörn Andersson | |
because that would cause some nasty regressions...) svn-id: r50643 | |||
2010-07-04 | Added support for horizontally flipped foreground sprites, which are ↵ | Paul Gilbert | |
indicated by setting the high bit of frame numbers svn-id: r50638 | |||
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug ↵ | Martin Kiewitz | |
output for kernel signatures svn-id: r50626 | |||
2010-07-03 | Implemented necessary logic for the abort timer/action code, which allows ↵ | Paul Gilbert | |
the player manager to be correctly activated when the 'getting up' animation finishes svn-id: r50622 | |||
2010-07-03 | SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P | Martin Kiewitz | |
svn-id: r50621 | |||
2010-07-03 | Adding the beginnings of a player control class, as well as various changes ↵ | Paul Gilbert | |
to the other classes to support it svn-id: r50620 | |||
2010-07-03 | SCI: added resetting of SoundCommandParser, so that error()s before that one ↵ | Martin Kiewitz | |
got initialized wont crash svn-id: r50619 | |||
2010-07-03 | Finish support of compressed dubbing | Robert Špalek | |
Now even the length of a compressed stream is measured precisely and the dubbing sounds exactly like the original. svn-id: r50618 | |||
2010-07-03 | Dragon History tries uses compressed dubbing when available | Robert Špalek | |
Timing of speaking is not fixed yet. svn-id: r50614 | |||
2010-07-03 | KYRA/PC98 Audio: fix invalid mem access | Florian Kagerer | |
svn-id: r50608 | |||
2010-07-02 | AGI: Removed the deprecated (and confusing) getGameId() function inside the ↵ | Filippos Karapetis | |
AgiEngine class, and fixed a related bug, too svn-id: r50607 | |||
2010-07-02 | AGI: Fixed bug #3017905 - "AGI: GR - Crash on start". A free() was done on ↵ | Filippos Karapetis | |
an already freed reference svn-id: r50606 | |||
2010-07-02 | KYRA/PC98: fix long standing bug were certain sound effects would bring each ↵ | Florian Kagerer | |
other out of tune svn-id: r50604 | |||
2010-07-02 | KYRA/PC98: cleanup | Florian Kagerer | |
svn-id: r50603 | |||
2010-07-02 | KYRA/PC98: fix sfx volume control | Florian Kagerer | |
svn-id: r50602 | |||
2010-07-02 | SCI: change drawing of fonts, so that we never do triple pixel line ↵ | Martin Kiewitz | |
duplications. sierra didn't do this, but it looks much better - "fixes" gk1, kq6 font rendering when running in hires svn-id: r50599 | |||
2010-07-02 | Some slight fixes so that Phantom/Dragon start again | Filippos Karapetis | |
svn-id: r50598 | |||
2010-07-02 | Add checks for null reference to strncpy() and strlen() - happens for ↵ | Filippos Karapetis | |
example when trying to talk to inanimate objects in KQ6 svn-id: r50596 | |||
2010-07-02 | Added handling for kLock called with resource id -1 (unlock all resources of ↵ | Filippos Karapetis | |
the requested type). Happens e.g. in KQ6 and LSL6 svn-id: r50595 | |||
2010-07-02 | SCI: added possible workaround or final solution for hires portraits not ↵ | Martin Kiewitz | |
fully removed from screen in kq6 - needs to get investigated further but this will get a little bit difficult svn-id: r50594 | |||
2010-07-02 | SCI: changing adjusting of upscaled hires box coordinates | Martin Kiewitz | |
svn-id: r50593 | |||
2010-07-02 | Extended the SCI2 text drawing hack for SCI2.1 too, and added font caching | Filippos Karapetis | |
svn-id: r50592 | |||
2010-07-02 | getString() on a NULL pointer is an empty string (verified in SCI2.1) | Filippos Karapetis | |
svn-id: r50591 | |||
2010-07-01 | Only print the ambiguous object notice in findObjectByName if we didn't ↵ | Matthew Hoops | |
specify an index. svn-id: r50584 | |||
2010-07-01 | Fix code formatting | Max Horn | |
svn-id: r50581 | |||
2010-07-01 | Added a workaround for an unitialized variable in GK2 | Filippos Karapetis | |
svn-id: r50580 | |||
2010-07-01 | Accidentally missed this file in commit 50577 | Lars Skovlund | |
svn-id: r50578 | |||
2010-07-01 | Support the CD kernel call (stub) and add the TRUE_REG constant. | Lars Skovlund | |
Would be nice to use this constant in pre-existing code. svn-id: r50577 | |||
2010-07-01 | SCI: adding jones/ega to detection tables | Martin Kiewitz | |
svn-id: r50575 | |||
2010-07-01 | SCI: added another workaround for uninit temps, this time for jones/cd | Martin Kiewitz | |
svn-id: r50574 | |||
2010-07-01 | Added some slight fixes for the RAMA demo, which starts now, though it dies ↵ | Filippos Karapetis | |
horribly when clicking on anything svn-id: r50569 | |||
2010-07-01 | The Shivers demo calls the debug kernel function 0x83 (PrintDebug), thus it ↵ | Filippos Karapetis | |
isn't unused (thanks to clone2727 for pointing that out) svn-id: r50568 | |||
2010-07-01 | SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused ↵ | Filippos Karapetis | |
(dummy) - we haven't seen them being used anywhere. Added a check and an error in case a kernel function which is considered to be unused is called. svn-id: r50567 | |||
2010-07-01 | Add support for the 'fallback' MIDI in T7G's intro when the CD track cannot ↵ | Matthew Hoops | |
be found. The intro music in the Mac version now plays. svn-id: r50564 | |||
2010-07-01 | KYRA/PC98: minor cleanup | Florian Kagerer | |
svn-id: r50563 | |||
2010-07-01 | SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA and ↵ | Filippos Karapetis | |
VGA), and added information on the SQ6 uninitialized workarounds svn-id: r50562 | |||
2010-07-01 | KYRA/PC98: implement proper volume control (which distinguishes between ↵ | Florian Kagerer | |
music and sfx) svn-id: r50561 | |||
2010-07-01 | SCI: Removed duplicate warning for missing audio samples | Filippos Karapetis | |
svn-id: r50560 | |||
2010-07-01 | Fix a typo in the RAW format bugfix :-) | Robert Špalek | |
svn-id: r50559 | |||
2010-07-01 | Fix playing RAW and RAW80 streams | Robert Špalek | |
svn-id: r50558 | |||
2010-07-01 | SCI: Invoke resetSegMan from SegManager::saveLoadWithSerializer, not from ↵ | Max Horn | |
EngineState::saveLoadWithSerializer svn-id: r50554 | |||
2010-07-01 | SCI: Rename some more stuff | Max Horn | |
svn-id: r50553 | |||
2010-07-01 | SCI: Make SegManager::_heap private | Max Horn | |
svn-id: r50552 | |||
2010-07-01 | SCI: Make SegManager::_classTable private. | Max Horn | |
This require a small tweak to the save/load code: I moved the syncing logic for _classtable from EngineState::saveLoadWithSerializer to SegManager::saveLoadWithSerializer, which in theory should have no effect (luckily, _classtable was being synced right after the segment manager). svn-id: r50551 |