Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: ↵ | Filippos Karapetis | |
resource_types, sci0_palette and exit - Removed the "man" command - Removed the commands which set the SCI01 priority table flags and the crossblit alpha threshold (they're too specific, and not really useful anymore) - Removed some leftover debug code from gfxop_clear_box() svn-id: r41010 | |||
2009-05-29 | Fix warning about unused variable. | Johannes Schickel | |
svn-id: r41005 | |||
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 | 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 | 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-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 | 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 | 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 | 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-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 | Fixed a typo, and added parentheses to clarify order | Filippos Karapetis | |
svn-id: r40938 | |||
2009-05-27 | - Renamed the Audio commands to kSci*, from kSci1* (since they're pretty ↵ | Filippos Karapetis | |
much the same for SCI1.1) - Added enums for the audio sync cases - Added a warning when kDoSync is called with the new semantics (SQ4CD or newer) svn-id: r40936 | |||
2009-05-27 | Added a warning when kDoAudio is called with the new semantics (SQ4CD or ↵ | Filippos Karapetis | |
newer) and fixed the detection entry for SQ4CD svn-id: r40935 | |||
2009-05-27 | SCI: Cleanup. | Walter van Niftrik | |
svn-id: r40931 | |||
2009-05-26 | SCI: Changed signatures of StrLen and StrCpy to allow NULL pointers. This is | Walter van Niftrik | |
needed for a game bug in KQ6CD. svn-id: r40930 | |||
2009-05-26 | Fixed regression in Longbow | Filippos Karapetis | |
svn-id: r40924 | |||
2009-05-26 | Fixed regression of commit #40904, which caused the audio in KQ5CD to be ↵ | Filippos Karapetis | |
played incorrectly svn-id: r40923 | |||
2009-05-26 | Fixed a crash when exiting, a regression from the latest music driver changes | Filippos Karapetis | |
svn-id: r40922 | |||
2009-05-26 | SCI: Undo commit #40917 (SongIteratorChannel::resetSynthChannels now again ↵ | Max Horn | |
does something) svn-id: r40921 | |||
2009-05-26 | SCI: Added 'opcodes' command to the debugger; fixed output wrapping in the ↵ | Max Horn | |
selectors & kernelnames debugger commands svn-id: r40919 | |||
2009-05-26 | Fixed compilation under MSVC | Filippos Karapetis | |
svn-id: r40917 | |||
2009-05-26 | Silenced MSVC warning | Filippos Karapetis | |
svn-id: r40916 | |||
2009-05-26 | SCI: Merged vocab_debug.cpp into vocabulary.cpp; cleanup | Max Horn | |
svn-id: r40915 | |||
2009-05-26 | SCI: Removing obsolete soft sequencer files | Max Horn | |
svn-id: r40914 | |||
2009-05-26 | SCI: removed realtime and polled player, as well as the sfx/device dir, ↵ | Max Horn | |
after discussion with Walter svn-id: r40913 | |||
2009-05-26 | SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing ↵ | Max Horn | |
players to subclasses of that svn-id: r40912 | |||
2009-05-26 | SCI: Preparing to transform sfx_player_t into a class | Max Horn | |
svn-id: r40911 | |||
2009-05-26 | SCI: Turned the global 'static MessageState state' variable into a member of ↵ | Max Horn | |
EngineState svn-id: r40910 | |||
2009-05-26 | Turned some static tables into static const tables; added some FIXME ↵ | Max Horn | |
comments to global static vars that should be removed (many more exist in SCI, Tinsel, and some other engines) svn-id: r40908 | |||
2009-05-26 | Fix g++ warning. | Johannes Schickel | |
svn-id: r40905 |