Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-04 | SCI: Fix warnings | Max Horn | |
svn-id: r39103 | |||
2009-03-04 | - Make Lands of Lore compileable optionally as suggested by _sev. (via ↵ | Johannes Schickel | |
ENABLE_LOL define) - Change default build system to support LoL as a subengine of KYRA. LoL is currently disabled by default. (- Minor enum name fixes for Lands of Lore code.) svn-id: r39099 | |||
2009-03-03 | - ResourceManager uses HashMap to store and access resource info. | Greg Frieger | |
- Changes and clean-ups in resource loading code. svn-id: r39098 | |||
2009-03-03 | LOL: implemented some walking code for the monsters | Florian Kagerer | |
svn-id: r39097 | |||
2009-03-03 | Added missing checkCd() execution when loading through GMM | Fabio Battaglia | |
svn-id: r39096 | |||
2009-03-03 | Enabled and hopefully fixed GMM saving/loading for sword1 | Fabio Battaglia | |
svn-id: r39095 | |||
2009-03-03 | Renamed parameter to silence warning. | Torbjörn Andersson | |
svn-id: r39094 | |||
2009-03-03 | Merged unpackDCL_hdyn() and unpackDCL() and removed some unused code | Filippos Karapetis | |
svn-id: r39093 | |||
2009-03-03 | Fixed crash in SQ4 | Filippos Karapetis | |
svn-id: r39091 | |||
2009-03-03 | Cleaned up some comments | Fabio Battaglia | |
svn-id: r39090 | |||
2009-03-03 | SCI1: Improved color mapping when drawing line/box/text. Text with ↵ | Greg Frieger | |
transparent background now displays correctly. svn-id: r39089 | |||
2009-03-03 | Corrected click handling when a text message is displaying to properly ↵ | Paul Gilbert | |
dismiss the text, rather than trying to immediately perform another action svn-id: r39088 | |||
2009-03-03 | Changed the int16[5] array used in pathfinding to a structure with ↵ | Paul Gilbert | |
explicitly named fields svn-id: r39087 | |||
2009-03-03 | Formatting fixes | Paul Gilbert | |
svn-id: r39086 | |||
2009-03-02 | Add playtime feature support to sword1 | Fabio Battaglia | |
svn-id: r39083 | |||
2009-03-02 | Gave decompression methods more descriptive names. Some cleanup | Filippos Karapetis | |
svn-id: r39082 | |||
2009-03-02 | Cleanup | Filippos Karapetis | |
svn-id: r39081 | |||
2009-03-02 | Marked PUT, PRINT and WAIT commands as not used in the scripts of BRA (thus ↵ | Nicola Mettifogo | |
they won't be implemented). svn-id: r39075 | |||
2009-03-02 | Avoid using unnecessary buffers in psxShrinkedBackgroundToIndexed | Fabio Battaglia | |
svn-id: r39074 | |||
2009-03-02 | Implemented 'open', 'close' and 'leave' commands. | Nicola Mettifogo | |
svn-id: r39073 | |||
2009-03-02 | Avoid using unnecessary buffers in psxBackgroundToIndexed | Fabio Battaglia | |
svn-id: r39072 | |||
2009-03-02 | Formatting changes in older PSX related functions | Fabio Battaglia | |
svn-id: r39071 | |||
2009-03-02 | Changed the way Broken Sword PSX parallax are handled to improve speed | Fabio Battaglia | |
svn-id: r39070 | |||
2009-03-02 | Slight cleanup | Filippos Karapetis | |
svn-id: r39069 | |||
2009-03-02 | Slight cleanup | Filippos Karapetis | |
svn-id: r39068 | |||
2009-03-02 | Enabled walking delay for follower animation. | Nicola Mettifogo | |
svn-id: r39067 | |||
2009-03-02 | Bugfix for frequent freezes when doing actions - the main movement state ↵ | Paul Gilbert | |
switch statement was actually relying on falling through case statements to work properly svn-id: r39066 | |||
2009-03-02 | Fixed selection of zone and animation for removal in BRA. This enables the ↵ | Nicola Mettifogo | |
follower animation to follow the main character across location switches. svn-id: r39065 | |||
2009-03-02 | Initialize and save zones flags and follower position when a location switch ↵ | Nicola Mettifogo | |
occurs. svn-id: r39064 | |||
2009-03-02 | Formatting fixes, and added extra constants and function name corrections | Paul Gilbert | |
svn-id: r39063 | |||
2009-03-02 | Fixed overflow in flag table. | Nicola Mettifogo | |
svn-id: r39062 | |||
2009-03-01 | Partial revert of "Fix handling of parentheses in said specs" (20080705) | Willem Jan Palenstijn | |
This fixes, among other things, "get up" followed by "get shirt" at the start of Iceman. svn-id: r39060 | |||
2009-03-01 | SCI: Unified some of the decompression funcs (they share so much code, would ↵ | Max Horn | |
be nice to reduce the code duplication) svn-id: r39057 | |||
2009-03-01 | add virtual keyboard backend hints for savegame name | Kostas Nakos | |
svn-id: r39056 | |||
2009-03-01 | SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ↵ | Max Horn | |
or printf svn-id: r39055 | |||
2009-03-01 | SCI: Reimplemented the SCI mixer based on the old SCI DC mixer by walter, ↵ | Max Horn | |
and by taking advantage of ScummVM's mixers capabilities. Got rid of sfx_pcm_mixer_t svn-id: r39053 | |||
2009-03-01 | only center vertically in DW2 | Kostas Nakos | |
svn-id: r39052 | |||
2009-03-01 | LOL: implement some opcodes for dialogue sequences | Florian Kagerer | |
svn-id: r39051 | |||
2009-03-01 | silence compiler warnings: the names of some tinsel defines were shadowing ↵ | Kostas Nakos | |
standard winapi defines svn-id: r39049 | |||
2009-03-01 | remove spurious links | Andre Heider | |
svn-id: r39047 | |||
2009-03-01 | verified/added a couple of amiga versions. | Andre Heider | |
svn-id: r39041 | |||
2009-03-01 | Check for "track01" as well as "track1". (I hope I didn't break compilation by | Torbjörn Andersson | |
modifying Windows-only code.) svn-id: r39040 | |||
2009-03-01 | LOL: implemented some monster related code (monsters now get placed in the ↵ | Florian Kagerer | |
maze, but they still don't do anything) svn-id: r39039 | |||
2009-03-01 | Don't free a sfx_pcm_feed_t that's still in use. | Willem Jan Palenstijn | |
It's a rather hackish fix, but this feed-wrapping code should only be temporary anyway. svn-id: r39033 | |||
2009-03-01 | Removed some (the last?) remains of the BS1 MPEG cutscene player. | Torbjörn Andersson | |
svn-id: r39032 | |||
2009-03-01 | rescanned all amiga version from back2roots.org and added the onces which ↵ | Andre Heider | |
used to run with r39005 svn-id: r39031 | |||
2009-03-01 | Add DOS demo of Elvira 1. | Travis Howell | |
svn-id: r39026 | |||
2009-03-01 | Remove extra whitespaces | Jordi Vilalta Prat | |
svn-id: r39024 | |||
2009-03-01 | Groovie: Merged init() and go() into run() | Jordi Vilalta Prat | |
svn-id: r39023 | |||
2009-03-01 | Added an explicit clearing of all animation fields for new animations - this ↵ | Paul Gilbert | |
fixes a problem where the player could disappear if he had to rotate to face a selected object svn-id: r39019 |