Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-18 | Clean up cursor stack on engine quit properly. | Johannes Schickel | |
svn-id: r35427 | |||
2008-12-04 | Removed obsolete refs to OSystem::kFeatureAutoComputeDirtyRects | Max Horn | |
svn-id: r35240 | |||
2008-11-14 | Committed my patch #2123680 "SDL: Backend transaction / rollback support". | Johannes Schickel | |
svn-id: r35062 | |||
2008-10-02 | Engine class changed: | Max Horn | |
- Moved initCommonGFX() && GUIErrorMessage() out of class Engine - got rid of the _autosavePeriod member (this prevented users from changing the autosave period during runtime) - Got rid of an evil 'using GUI::Dialog' statement - Clarified some Doxygen comments svn-id: r34720 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-14 | Fix potentional bug in Screen::setResolution. | Johannes Schickel | |
svn-id: r34533 | |||
2008-09-14 | Typo. | Johannes Schickel | |
svn-id: r34528 | |||
2008-09-14 | Fixed thumbnail creation / loading in kyra. | Johannes Schickel | |
svn-id: r34527 | |||
2008-09-10 | Cleanup. | Johannes Schickel | |
svn-id: r34484 | |||
2008-08-16 | Cleanup. | Johannes Schickel | |
svn-id: r33948 | |||
2008-08-02 | Fixed regressions in kyra1 amiga. | Johannes Schickel | |
svn-id: r33522 | |||
2008-07-27 | - Fixed fadePalette for HoF and Kyra3 | Johannes Schickel | |
- Fixed bug in wsaFrameAnimationStep svn-id: r33334 | |||
2008-06-26 | - improved hof music support for fm-towns (driver for *.twn tracks) (still ↵ | Florian Kagerer | |
needs quite some work) - some PC-98 music support since it uses a very similar driver, but this can't be considered working yet) - Kyra 1 PC-98 music doen't work at all since I haven't figured out yet how to turn track numbers into the corresponding music file names (might require a hard coded track map) svn-id: r32807 | |||
2008-05-13 | More descriptive error message when encountering invalid font data. | Johannes Schickel | |
svn-id: r32092 | |||
2008-05-12 | Fixed some valgrind warnings. | Johannes Schickel | |
svn-id: r32065 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-11 | Formatting. | Johannes Schickel | |
svn-id: r32037 | |||
2008-05-08 | Silenced some g++ 4.3 warnings. | Johannes Schickel | |
svn-id: r31956 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 | |||
2008-04-26 | Fixed unitialized variable in Screen. | Johannes Schickel | |
svn-id: r31732 | |||
2008-04-26 | Fixed kyra screen initialization. | Johannes Schickel | |
svn-id: r31730 | |||
2008-04-25 | minor drawShape() bug fix for Malcolm's shadow | Florian Kagerer | |
svn-id: r31728 | |||
2008-04-23 | - cleanup | Johannes Schickel | |
- some valgrind warning fixes svn-id: r31669 | |||
2008-04-20 | Fixed yet another two long standing bugs in Screen::encodeShape. | Johannes Schickel | |
svn-id: r31633 | |||
2008-04-20 | Fixed long standing bug in encodeShape. | Johannes Schickel | |
svn-id: r31593 | |||
2008-04-17 | Little fix in drawShape. | Johannes Schickel | |
svn-id: r31555 | |||
2008-04-17 | Commented out unused variables. | Torbjörn Andersson | |
svn-id: r31539 | |||
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-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 | 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-12 | Initialize all screen buffers properly. | Johannes Schickel | |
svn-id: r31492 | |||
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel | |
- removed unneeded map code in KyraEngine_v3 svn-id: r31488 | |||
2008-04-09 | fix drawShape glitch (Brandon's feet got mutilated and one vertical line was ↵ | Florian Kagerer | |
not drawn when leaving the screen to the left or to the right ) svn-id: r31461 | |||
2008-04-06 | implement missing Screen::drawShapePlotType11_15() | Florian Kagerer | |
svn-id: r31441 | |||
2008-04-04 | Added partial support for main menu. Only load, save and resume buttons are ↵ | Johannes Schickel | |
working currently svn-id: r31375 | |||
2008-03-30 | Cleanup. | Johannes Schickel | |
svn-id: r31319 | |||
2008-03-30 | Always clip rect to copy in Screen::copyRegion now, like the original does. | Johannes Schickel | |
This fixes bug #1537373 "KYRA1: Crash when meeting Zanthia". svn-id: r31318 | |||
2008-03-30 | - get rid of const_cast | Florian Kagerer | |
svn-id: r31317 | |||
2008-03-30 | Cleanup. | Johannes Schickel | |
svn-id: r31313 | |||
2008-03-30 | Renamed some functions according to our coding guidelines. | Johannes Schickel | |
svn-id: r31310 | |||
2008-03-30 | - fixed formatting | Johannes Schickel | |
- fixed const correctness (needed a const_cast though :-/) svn-id: r31309 | |||
2008-03-29 | New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear ↵ | Florian Kagerer | |
mutilated. This also fixes bug #1582675 (KYRA1: Brandon standing IN the floor). This still needs some testing (for both Kyra 1 and Kyra 2). svn-id: r31306 | |||
2008-03-27 | Fixed palette loading debug command for amiga version. | Johannes Schickel | |
svn-id: r31266 |