Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-29 | SCI: Revised code for listing savegames | Max Horn | |
svn-id: r40999 | |||
2009-05-29 | Merged res_view0.cpp and res_view1.cpp | Filippos Karapetis | |
svn-id: r40997 | |||
2009-05-29 | Some WIP code on the speech used in KQ6CD | Filippos Karapetis | |
svn-id: r40996 | |||
2009-05-29 | Fixed a bug with the "size" console command | Filippos Karapetis | |
svn-id: r40995 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ↵ | Max Horn | |
fprintf calls should probably be replaced by suitable debug/debugC/debugN invocations) svn-id: r40993 | |||
2009-05-29 | SCI: Removing useless adlib-via-OSS code | Max Horn | |
svn-id: r40992 | |||
2009-05-29 | Formatting. | Johannes Schickel | |
svn-id: r40991 | |||
2009-05-29 | Add Lands of Lore copyright string to KyraMetaEngine::getOriginalCopyright. | Johannes Schickel | |
svn-id: r40990 | |||
2009-05-29 | Cleanup. | Johannes Schickel | |
svn-id: r40989 | |||
2009-05-29 | Enable autosaves in Lands of Lore. | Johannes Schickel | |
svn-id: r40988 | |||
2009-05-29 | Reduced the word spacing width by one pixel to precisely match the original game | Paul Gilbert | |
svn-id: r40987 | |||
2009-05-29 | Cleanup. | Johannes Schickel | |
svn-id: r40986 | |||
2009-05-29 | Bugfix for rendering text that caused corruption when the width was an odd ↵ | Paul Gilbert | |
number and a line was completely filled svn-id: r40985 | |||
2009-05-29 | Add MD5 for another The Last Dynasty FR | Arnaud Boutonné | |
svn-id: r40984 | |||
2009-05-29 | Fix valgrind warnings. | Johannes Schickel | |
svn-id: r40983 | |||
2009-05-29 | Cleanup and slight bugfix in drawShapeProcessLineScale* functions. | Johannes Schickel | |
svn-id: r40982 | |||
2009-05-29 | Bugfix for screen redrawing when waiting for mouse click - this fixes a ↵ | Paul Gilbert | |
blank screen at 3:00pm svn-id: r40981 | |||
2009-05-29 | Fixed hopefully the last regression in kSetCursor. KQ5CD should work ↵ | Filippos Karapetis | |
correctly again svn-id: r40980 | |||
2009-05-29 | - Fixed usage of kSetCursor in SCI1.1 games (e.g. when starting KQ6 floppy) | Filippos Karapetis | |
- Removed a static variable (vocab_version) - vocab.996 is now freed after creating the class table in SCI1 games, like in SCI0 games svn-id: r40979 | |||
2009-05-29 | Moved the "size" console debugger command to console.cpp and silenced a warning | Filippos Karapetis | |
svn-id: r40978 | |||
2009-05-29 | Cleanup | Filippos Karapetis | |
svn-id: r40977 | |||
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of ↵ | Filippos Karapetis | |
GF_SCI1_NEWSETCURSOR - Removed the 3 mouse pointer view, loop and cell variables (and their 3 "save" versions) from the game state, as they're all actually not used anywhere - Cleanup svn-id: r40976 | |||
2009-05-29 | Formatting. | Johannes Schickel | |
svn-id: r40975 | |||
2009-05-28 | LOL: - fix valgrind warning | Florian Kagerer | |
- fix more input code issues - add workround for another script bug (some invalid monster sound index in urbish mine level 2) svn-id: r40974 | |||
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to ↵ | Max Horn | |
member methods) svn-id: r40973 | |||
2009-05-28 | Clean up PC Speaker output implementation. (Stripping out unused code) | Johannes Schickel | |
svn-id: r40972 | |||
2009-05-28 | SCI: Fix potential dangling pointer more robustly, | Willem Jan Palenstijn | |
by changing the executionStack implementation to a list. svn-id: r40971 | |||
2009-05-28 | Cleanup | Filippos Karapetis | |
svn-id: r40969 | |||
2009-05-28 | SCI: Merged NewPlayer and SfxPlayer | Max Horn | |
svn-id: r40968 | |||
2009-05-28 | Fix mismatching new/delete[] | Johannes Schickel | |
svn-id: r40967 | |||
2009-05-28 | oops | Max Horn | |
svn-id: r40966 | |||
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn | |
svn-id: r40965 | |||
2009-05-28 | SCI: Fix potential dangling pointer after reallocation | Willem Jan Palenstijn | |
svn-id: r40963 | |||
2009-05-28 | Merged some of the SCI1 and SCI1.1 view and loop drawing functions | Filippos Karapetis | |
svn-id: r40961 | |||
2009-05-28 | Fix for pathfinding bug that could occasionally stop the player from moving | Paul Gilbert | |
svn-id: r40960 | |||
2009-05-28 | SCI: cleanup | Max Horn | |
svn-id: r40959 | |||
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn | |
svn-id: r40958 | |||
2009-05-28 | SCI: Some SFX player cleanup | Max Horn | |
svn-id: r40956 | |||
2009-05-28 | SCI: Turned vocab_version into a static var, and added several FIXMEs ↵ | Max Horn | |
related to it (either vocab_version needs to become a member of EngineState/SciEngine, or we need to derive its value e.g. from the game version/flags, if that's possible) svn-id: r40955 | |||
2009-05-28 | Replaced the original implementation of walk box handling with a cleaner, ↵ | Paul Gilbert | |
structure array based one svn-id: r40954 | |||
2009-05-27 | SCI: Make standard EGA palette a part of gfx_sci0_pic_colors. | Willem Jan Palenstijn | |
This fixes regressions in at least SQ3 and Iceman from r40870 svn-id: r40952 | |||
2009-05-27 | SCI: Fix crash in seginfo debug command. | Walter van Niftrik | |
svn-id: r40951 | |||
2009-05-27 | Added a fix to get QFG3 working and changed an error to a warning to get ↵ | Filippos Karapetis | |
EcoQuest 2 working svn-id: r40944 | |||
2009-05-27 | - SQ5 floppy starts now | Filippos Karapetis | |
- Added a new console command, "room", which shows the current room svn-id: r40943 | |||
2009-05-27 | Prevent accidental MT-32 initialization for PC speaker output, when ↵ | Johannes Schickel | |
"native_mt32" is set to true. svn-id: r40940 | |||
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel | |
- Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939 | |||
2009-05-27 | Fixed a typo, and added parentheses to clarify order | Filippos Karapetis | |
svn-id: r40938 | |||
2009-05-27 | sword2: base psx demo detection on screens.clu, and let the user decide ↵ | Fabio Battaglia | |
between full and demo version at the time of adding the game svn-id: r40937 |