Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-05-02 | Moved some character code from kyra2/kyra3 to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31822 | |||
2008-05-02 | - Renamed TextDisplayer_v2 to TextDisplayer_HoF | Johannes Schickel | |
- Moved some character shape code to KyraEngine_v2 svn-id: r31821 | |||
2008-05-02 | First step to international version support. Moved all texts to arrays | Eugene Sandulenko | |
svn-id: r31820 | |||
2008-05-02 | Moved common kyra2/kyra3 item to KyraEngine_v2. | Johannes Schickel | |
svn-id: r31819 | |||
2008-05-02 | Added missing files, compiling should work again. | Johannes Schickel | |
svn-id: r31818 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 | |||
2008-05-02 | Added support to load plugins from different directories and the ability to ↵ | Jordi Vilalta Prat | |
specify the default directory from configure. svn-id: r31816 | |||
2008-05-02 | Move talk_* to talk.cpp | Eugene Sandulenko | |
svn-id: r31815 | |||
2008-05-02 | habla[r] -> talk | Eugene Sandulenko | |
svn-id: r31814 | |||
2008-05-02 | Translated the action verbs: | Jordi Vilalta Prat | |
MIRAR -> LOOK COGER -> PICK ABRIR -> OPEN CERRAR -> CLOSE HABLAR -> TALK MOVER -> MOVE svn-id: r31813 | |||
2008-05-02 | Update MSVC project files (For drascula/rooms.cpp). | Kari Salminen | |
svn-id: r31812 | |||
2008-05-02 | Update MSVC project files (For gob/goblin_v4.cpp and drascula/animation.cpp). | Kari Salminen | |
svn-id: r31811 | |||
2008-05-02 | - Added patch #1955698: MADE: Add "The Manhole" Detection | Benjamin Haisch | |
- Added detection for Leather Goddesses of Phobos 2 Note that these two games will definitely not work as expected and will probably crash! svn-id: r31810 | |||
2008-05-02 | Move rooms_* and update_* to rooms.cpp | Eugene Sandulenko | |
svn-id: r31809 | |||
2008-05-02 | lee_dibujos -> loadPic | Eugene Sandulenko | |
descomprime_dibujo -> decompressPic pantalla_disco -> roomDisk refresca_*() -> update_*() refresca_*_antes() -> update_*_pre() borra_pantalla -> clearRoom pausa -> pause refresca_pantalla -> updateRoom actualiza_refresco -> updateRefresh actualiza_refresco_antes -> updateRefresh_pre pantalla_* -> room_* svn-id: r31807 | |||
2008-05-02 | Enable drascula engine by default | Eugene Sandulenko | |
svn-id: r31806 | |||
2008-05-02 | Move animation functions to separate file | Eugene Sandulenko | |
svn-id: r31805 | |||
2008-05-02 | DIBUJA_FONDO -> copyBackground | Eugene Sandulenko | |
DIBUJA_BLOQUE -> copyRect DIBUJA_BLOQUE_CUT -> copyRectClip VUELCA_PANTALLA -> updateScreen animacion* -> animation svn-id: r31804 | |||
2008-05-02 | Updated the list of the DC plugins' exported symbols | Jordi Vilalta Prat | |
svn-id: r31802 | |||
2008-05-02 | Properly document the default manpage directory | Jordi Vilalta Prat | |
svn-id: r31801 | |||
2008-05-01 | Fixed some valgrind warnings. | Johannes Schickel | |
svn-id: r31798 | |||
2008-05-01 | Fixing object video related segfault | Sven Hesse | |
svn-id: r31797 | |||
2008-05-01 | fix broken save file list | Florian Kagerer | |
svn-id: r31796 | |||
2008-05-01 | Fixing the object video offsets | Sven Hesse | |
svn-id: r31795 | |||
2008-04-30 | Implemented savegame loading/saving and sprite clipping | Benjamin Haisch | |
Fixed bug in Screen::printTextEx Implemented opcodes: - o1_DRAWTEXT - o1_DRAWMENU - o1_MENUCOUNT - o1_SAVEGAME - o1_LOADGAME - o1_GAMENAME svn-id: r31794 | |||
2008-04-30 | Fixing path finding in Woodruff | Sven Hesse | |
svn-id: r31793 | |||
2008-04-30 | Changed signess of some drawing order related vars, fixing a drawing glitch ↵ | Sven Hesse | |
in Gob3 svn-id: r31792 | |||
2008-04-30 | Reverting accidently made revert of the gob3 walk fix | Sven Hesse | |
svn-id: r31791 | |||
2008-04-30 | Update AGOS section in NEWS. | Travis Howell | |
svn-id: r31789 | |||
2008-04-30 | Fix subtitle regressions in The Dig. | Travis Howell | |
svn-id: r31788 | |||
2008-04-30 | Fix cycling of speech and subtitle options via Ctrl t. | Travis Howell | |
svn-id: r31787 | |||
2008-04-30 | Ooops, missed one difference. | Travis Howell | |
svn-id: r31786 | |||
2008-04-30 | Revert string clipping changes, as they only applied to The Dig (Second ↵ | Travis Howell | |
release) and COMI. svn-id: r31785 | |||
2008-04-30 | The Dig (Second release) used similar charset code to COMI. This could cause ↵ | Travis Howell | |
regressions, if there are differences between the two releases of The Dig. svn-id: r31784 | |||
2008-04-30 | Add language.bnd size, for the Japanese version of The Dig. | Travis Howell | |
svn-id: r31783 | |||
2008-04-30 | Add extra hard coded strings translations, from second release of The Dig. | Travis Howell | |
svn-id: r31782 | |||
2008-04-29 | Fixed bug in o1_READMENU where an incorrect string length was returned. | Benjamin Haisch | |
Also fixed o1_EVENT to return the correct event number when a key was pressed and removed the debug code there. svn-id: r31781 | |||
2008-04-29 | Turned printf into warning. | Benjamin Haisch | |
svn-id: r31780 | |||
2008-04-29 | Fixed possible endian problems in getObjectPropertyPtr. | Benjamin Haisch | |
svn-id: r31779 | |||
2008-04-29 | Fix warning | Max Horn | |
svn-id: r31778 | |||
2008-04-29 | Update AGI timers while waiting for a key to be pressed (e.g. when showing ↵ | Filippos Karapetis | |
blocking text windows). Fixes bugs #1935909 and #1943872 svn-id: r31777 | |||
2008-04-29 | Fix for original game bug #1942476 - "AGI: Fan(Get Outta SQ) - Score is lost ↵ | Filippos Karapetis | |
on restart" svn-id: r31776 | |||
2008-04-29 | Fixed crash that occurred when skipping a video while MIDI music was active | Filippos Karapetis | |
svn-id: r31775 | |||
2008-04-29 | Fixed crash that occurred when Ms Peeper's test started | Filippos Karapetis | |
svn-id: r31774 | |||
2008-04-29 | - Renamed ScriptInterpreter -> EMCInterpreter | Johannes Schickel | |
- Renamed ScriptState -> EMCState, ScriptData -> EMCData - Removed 'Script' from function names inside EMCInterpreter - Fixed KyraEngine::readSettings and KyraEngine::writeSettings for kyra3 svn-id: r31773 | |||
2008-04-29 | Various cleanup. | Johannes Schickel | |
svn-id: r31772 | |||
2008-04-29 | Prevent analog sound driver to be created for Kyra3. | Johannes Schickel | |
svn-id: r31771 | |||
2008-04-29 | - Added volume param to KyraEngine::snd_playSoundEffect (0xFF per default as ↵ | Johannes Schickel | |
in original) - Renamed KyraEngine_v3::playSoundEffect to KyraEngine_v3::snd_playSoundEffect - Renamed KyraEngine_v3::playMusicTrack to KyraEngine_v3::snd_playWanderScoreViaMap - Renamed KyraEngine_v3::o3_playMusicTrack to KyraEngine_v3::o3_playWanderScoreViaMap svn-id: r31770 | |||
2008-04-29 | Updated the MSVC kyra project files | Filippos Karapetis | |
svn-id: r31769 | |||
2008-04-29 | Fixed MSVC warning | Filippos Karapetis | |
svn-id: r31768 |