Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-17 | Little fix in drawShape. | Johannes Schickel | |
svn-id: r31555 | |||
2008-04-17 | Fixed setShapePages maxY default value. | Johannes Schickel | |
svn-id: r31554 | |||
2008-04-17 | Tiny cleanup: Fix a parameter name discrepancy between ↵ | Kari Salminen | |
IIgsChannelInfo::noteOn-function's declaration and definition introduced in r31550. svn-id: r31553 | |||
2008-04-17 | GP2X: 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-17 | Cleanup the shell script that puts a GP2X archive together. | John Willis | |
svn-id: r31551 | |||
2008-04-17 | Fixed gcc warnings. | Johannes Schickel | |
svn-id: r31550 | |||
2008-04-17 | Cleanup. | Johannes Schickel | |
svn-id: r31549 | |||
2008-04-17 | Implemented volume handling for SFX. | Johannes Schickel | |
svn-id: r31548 | |||
2008-04-17 | Cleanup. | Johannes Schickel | |
svn-id: r31547 | |||
2008-04-17 | Implemented sfx support for Kyra3. | Johannes Schickel | |
svn-id: r31546 | |||
2008-04-17 | Fix building with GCC (a few extra ;'s got in there somehow). | John Willis | |
svn-id: r31545 | |||
2008-04-17 | Implemented 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-17 | Fixed gcc warning. | Johannes Schickel | |
svn-id: r31543 | |||
2008-04-17 | Update 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-17 | Fixed Kyra 3 TLK file loading. | Johannes Schickel | |
svn-id: r31541 | |||
2008-04-17 | Implemented support for Kyra3 TLK files. | Johannes Schickel | |
svn-id: r31540 | |||
2008-04-17 | Commented out unused variables. | Torbjörn Andersson | |
svn-id: r31539 | |||
2008-04-17 | Properly implemented KyraEngine_v3::lineIsPassable. | Johannes Schickel | |
svn-id: r31538 | |||
2008-04-17 | Added partial implementation of updateMouse cursor. | Johannes Schickel | |
svn-id: r31537 | |||
2008-04-17 | Implemented 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.cpp | Johannes Schickel | |
- fix for memory leak in Kyra3 - fixed enterNewSceneUnk2 svn-id: r31534 | |||
2008-04-17 | Fixed 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-17 | Replaced unpackBlt with a more general version that can also unpack ↵ | Nicola Mettifogo | |
animation in BRA. svn-id: r31532 | |||
2008-04-17 | Cleanup of background loading for BRA. | Nicola Mettifogo | |
svn-id: r31531 | |||
2008-04-17 | Updated MSVC project files for commit #31518 | Filippos Karapetis | |
svn-id: r31530 | |||
2008-04-17 | Enable original load/save system in HE100 games. | Travis Howell | |
svn-id: r31529 | |||
2008-04-17 | some more drawShape plot functions now (after Lord Hoto's additions) ↵ | Florian Kagerer | |
required for Kyra 1 svn-id: r31528 | |||
2008-04-17 | Fix bug #1932150 - SIMON1: Sousaphone Bug. | Travis Howell | |
svn-id: r31527 | |||
2008-04-17 | Fix Bug #1555117 - SIMON2: Cannot load Savegame. | Travis Howell | |
svn-id: r31526 | |||
2008-04-16 | Fixed another warning, so that I can steal some of LordHoto's Kyra 3-related | Torbjörn Andersson | |
glory and make it my own. ;-) svn-id: r31525 | |||
2008-04-16 | Fixed mask page handling in ScreenEx::copyWsaRect, this time it should be ↵ | Johannes Schickel | |
correct... svn-id: r31524 | |||
2008-04-16 | - Some more mask page handling fixes for Kyra3. | Johannes Schickel | |
- Implemented a few scene animation opcodes - basic run loop (all the user can do is quit though) - music related fix Wee you can see the squirrel animation and listen to the music now! svn-id: r31523 | |||
2008-04-16 | Fixed warning. | Torbjörn Andersson | |
svn-id: r31522 | |||
2008-04-16 | Fixed shape drawing in HoF (regression) and Kyra3. | Johannes Schickel | |
svn-id: r31521 | |||
2008-04-16 | Fixed Malcolm upside down bug. | Johannes Schickel | |
svn-id: r31520 | |||
2008-04-16 | Some more kyra3 code. | Johannes Schickel | |
svn-id: r31519 | |||
2008-04-16 | Some more kyra3 code. This should show the first scene for a brief second. ↵ | Johannes Schickel | |
(and it initializes a bit more internal stuff) svn-id: r31518 | |||
2008-04-16 | fix sjis text color (ship scene) | Florian Kagerer | |
svn-id: r31517 | |||
2008-04-16 | Correct time events duration, when saving in Elvira 1. | Travis Howell | |
svn-id: r31516 | |||
2008-04-16 | Small cleanup of the GP2X backend. Still a few odd things I need to glance ↵ | John Willis | |
at (like it is not working ;-)). svn-id: r31515 | |||
2008-04-16 | Minor cleanup. | Travis Howell | |
svn-id: r31514 | |||
2008-04-16 | Remove unused opcode and minor cleanup. | Travis Howell | |
svn-id: r31513 | |||
2008-04-16 | Cleanup. | Travis Howell | |
svn-id: r31512 | |||
2008-04-16 | Add English Windows version of Blue's Birthday Adventure (Red). | Travis Howell | |
svn-id: r31511 | |||
2008-04-15 | Make convertWave-function static as it uses no member variables. | Kari Salminen | |
svn-id: r31510 | |||
2008-04-15 | Cleanup (Remove unneeded functions and rename a struct correctly). | Kari Salminen | |
svn-id: r31509 | |||
2008-04-15 | Move MIDI program change mappings to their own structs (Useful for later ↵ | Kari Salminen | |
changes). svn-id: r31508 | |||
2008-04-14 | Fixed warning. | Torbjörn Andersson | |
svn-id: r31507 | |||
2008-04-14 | Fixed music fade out. | Johannes Schickel | |
svn-id: r31506 |