aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-19Ops isInPakList behavior was still not quite correct. Fixed bug with ↵Johannes Schickel
embedded pak files. svn-id: r31574
2008-04-19Fixed Resource::isInPakList behavior.Johannes Schickel
svn-id: r31573
2008-04-19- some minor renaming in TIM codeJohannes Schickel
- added exists function to Resource - started to add checks via exists to assure that important files are present svn-id: r31572
2008-04-19Renamed function for consistency.Johannes Schickel
svn-id: r31571
2008-04-19Added some asserts to prevent out of bounds access.Johannes Schickel
svn-id: r31570
2008-04-19- reworked tim handlingJohannes Schickel
- moved tim interpreter to new class TIMInterpreter svn-id: r31569
2008-04-19Added a debugger command 'script' to allow execution of script engine methodsPaul Gilbert
svn-id: r31568
2008-04-18Oops...Johannes Schickel
svn-id: r31567
2008-04-18Cleanup.Johannes Schickel
svn-id: r31566
2008-04-18Fixed mismatching operator delete.Johannes Schickel
svn-id: r31565
2008-04-18Fixed some valgrind warnings.Johannes Schickel
svn-id: r31564
2008-04-18Fixed a Valgrind warning. I hope this is what the function was intended to do.Torbjörn Andersson
svn-id: r31563
2008-04-18update kyradat toolFlorian Kagerer
svn-id: r31562
2008-04-18update kyra.dat (HOF demo text data)Florian Kagerer
svn-id: r31561
2008-04-18- complete support for the playable HOF demoFlorian Kagerer
svn-id: r31560
2008-04-18Some kyra1 menu tweaking, now all languages should use the same clean layout ↵Johannes Schickel
instead of variable width button system (widths even changed at runtime, which looked rather strange). svn-id: r31559
2008-04-18Fixed displaying text speed settings in CD version.Johannes Schickel
svn-id: r31558
2008-04-18Always correct time events duration, when saving games.Travis Howell
svn-id: r31557
2008-04-17Update a few debug messages.Travis Howell
svn-id: r31556
2008-04-17Little fix in drawShape.Johannes Schickel
svn-id: r31555
2008-04-17Fixed setShapePages maxY default value.Johannes Schickel
svn-id: r31554
2008-04-17Tiny cleanup: Fix a parameter name discrepancy between ↵Kari Salminen
IIgsChannelInfo::noteOn-function's declaration and definition introduced in r31550. svn-id: r31553
2008-04-17GP2X: Fix 'oops'. No point not initialising the joystick when you need to ↵John Willis
use it to have some form of input ;). svn-id: r31552
2008-04-17Cleanup the shell script that puts a GP2X archive together.John Willis
svn-id: r31551
2008-04-17Fixed gcc warnings.Johannes Schickel
svn-id: r31550
2008-04-17Cleanup.Johannes Schickel
svn-id: r31549
2008-04-17Implemented volume handling for SFX.Johannes Schickel
svn-id: r31548
2008-04-17Cleanup.Johannes Schickel
svn-id: r31547
2008-04-17Implemented sfx support for Kyra3.Johannes Schickel
svn-id: r31546
2008-04-17Fix building with GCC (a few extra ;'s got in there somehow).John Willis
svn-id: r31545
2008-04-17Implemented Apple IIGS MIDI playing with software mixing.Kari Salminen
(NOTE: As you can hear this is a work in progress ;-)) - Added IIgsSoundMgr class for handling Apple IIGS sounds and moved functionality inside it - Added IIgsMidiChannel class for handling Apple IIGS MIDI channels - Made sound effects playing use the IIgsSoundMgr class too - Modified software mixing routine to mix multiple sounds svn-id: r31544
2008-04-17Fixed gcc warning.Johannes Schickel
svn-id: r31543
2008-04-17Update MSVC 7, 7.1, 8 & 9 project files for r31536 (Added timer_v3.cpp to ↵Kari Salminen
kyra's project file). svn-id: r31542
2008-04-17Fixed Kyra 3 TLK file loading.Johannes Schickel
svn-id: r31541
2008-04-17Implemented support for Kyra3 TLK files.Johannes Schickel
svn-id: r31540
2008-04-17Commented out unused variables.Torbjörn Andersson
svn-id: r31539
2008-04-17Properly implemented KyraEngine_v3::lineIsPassable.Johannes Schickel
svn-id: r31538
2008-04-17Added partial implementation of updateMouse cursor.Johannes Schickel
svn-id: r31537
2008-04-17Implemented kyra3 timer code.Johannes Schickel
svn-id: r31536
2008-04-17- fixed bug in script interpreter code (could've also affected HoF)Johannes Schickel
- some more Kyra3 code: -> start sequence should show up now partially -> fixed a scene animation related bug -> a few more opcodes svn-id: r31535
2008-04-17- minor cleanup in script.cppJohannes Schickel
- fix for memory leak in Kyra3 - fixed enterNewSceneUnk2 svn-id: r31534
2008-04-17Fixed usage of SharedPtr, so that reference counting is proper and there are ↵Nicola Mettifogo
no more objects that need constructors at global level (helps PalmOS). svn-id: r31533
2008-04-17Replaced unpackBlt with a more general version that can also unpack ↵Nicola Mettifogo
animation in BRA. svn-id: r31532
2008-04-17Cleanup of background loading for BRA.Nicola Mettifogo
svn-id: r31531
2008-04-17Updated MSVC project files for commit #31518Filippos Karapetis
svn-id: r31530
2008-04-17Enable original load/save system in HE100 games.Travis Howell
svn-id: r31529
2008-04-17some more drawShape plot functions now (after Lord Hoto's additions) ↵Florian Kagerer
required for Kyra 1 svn-id: r31528
2008-04-17Fix bug #1932150 - SIMON1: Sousaphone Bug.Travis Howell
svn-id: r31527
2008-04-17Fix Bug #1555117 - SIMON2: Cannot load Savegame.Travis Howell
svn-id: r31526
2008-04-16Fixed another warning, so that I can steal some of LordHoto's Kyra 3-relatedTorbjörn Andersson
glory and make it my own. ;-) svn-id: r31525