Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-14 | Added contains() method to Common::List, same as in Common::Array | Filippos Karapetis | |
svn-id: r31499 | |||
2008-04-13 | Added eriktorbjorn's MemoryWriteStreamDynamic class - a stream that grows as ↵ | Filippos Karapetis | |
it's written to svn-id: r31498 | |||
2008-04-13 | Fixed warning. | Torbjörn Andersson | |
svn-id: r31497 | |||
2008-04-13 | Fixed palette after watching Kyra3 intro. | Johannes Schickel | |
svn-id: r31496 | |||
2008-04-12 | Cleanup. | Johannes Schickel | |
svn-id: r31495 | |||
2008-04-12 | fix crash and graphic glitch in non-playable HOF demo | Florian Kagerer | |
svn-id: r31494 | |||
2008-04-12 | Updated kyra MSVC project files for commit #31488 | Filippos Karapetis | |
svn-id: r31493 | |||
2008-04-12 | Initialize all screen buffers properly. | Johannes Schickel | |
svn-id: r31492 | |||
2008-04-12 | Hopefully fix messed up gfx in first screen of Kyra 1 demo. | Johannes Schickel | |
svn-id: r31491 | |||
2008-04-12 | Fixed graphics glitch in Kyra3 menu. | Johannes Schickel | |
svn-id: r31490 | |||
2008-04-12 | Added fade out time parameter for digital sounds. | Johannes Schickel | |
svn-id: r31489 | |||
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel | |
- removed unneeded map code in KyraEngine_v3 svn-id: r31488 | |||
2008-04-12 | Fix a couple of typos spotted by Raziel. | Kari Salminen | |
svn-id: r31487 | |||
2008-04-11 | Correct documentation | Jordi Vilalta Prat | |
svn-id: r31486 | |||
2008-04-11 | Show current text prompt when the accept_input opcode is called. This, ↵ | Filippos Karapetis | |
together with commit #31477 fix bugs #1875076 - "AGI GR: Input prompt not changing in outhouse" and #1939632 - "SQ2: Text prompt glitch" svn-id: r31485 | |||
2008-04-11 | Silence MSVC8+ warning C4800 about forcing an int value to bool that got ↵ | Kari Salminen | |
turned into error C2220 (Warning treated as error). svn-id: r31484 | |||
2008-04-11 | Allow mixed Adlib/MIDI mode in VGA version of SOMI. | Travis Howell | |
svn-id: r31483 | |||
2008-04-11 | Correct VAR_SOUNDCARD setting for PC Speaker and list all modes for ↵ | Travis Howell | |
VAR_SOUNDCARD. svn-id: r31482 | |||
2008-04-10 | towns music file name fix | Florian Kagerer | |
svn-id: r31481 | |||
2008-04-10 | Load all needed package files for kyra3 on startup. | Johannes Schickel | |
svn-id: r31480 | |||
2008-04-10 | Small bug fix. | Johannes Schickel | |
svn-id: r31479 | |||
2008-04-10 | Improved searchpath support. (Should again detect everything Common::File is ↵ | Johannes Schickel | |
able to load). svn-id: r31478 | |||
2008-04-10 | Initial attempt at handling non-default AGI game input prompt | Filippos Karapetis | |
svn-id: r31477 | |||
2008-04-10 | - Reverted r31454 changes to detection.cpp | Johannes Schickel | |
- Added ADGF_CD to all CD versions - Added ADGF_DROPLANGUAGE to Kyra2/3 CD version - Changed Kyrandia engine to use agumented target ids svn-id: r31476 | |||
2008-04-10 | Add way to denote CD versions of games and drop language in augmented | Eugene Sandulenko | |
names per LordHoto's request. svn-id: r31475 | |||
2008-04-10 | Fixed regression in Kyra1. | Johannes Schickel | |
svn-id: r31474 | |||
2008-04-10 | - fixed valgrind warning | Johannes Schickel | |
- reduced midi volume fadeout from 2s to 1s like HoF is doing (Kyra1 should use the same value) svn-id: r31473 | |||
2008-04-10 | Fixed track unloading for MIDI. | Johannes Schickel | |
svn-id: r31472 | |||
2008-04-10 | Don't mention EPOC as deonted in bug #1939634: "Web site should not mention ↵ | Eugene Sandulenko | |
EPOC" svn-id: r31470 | |||
2008-04-10 | Lock mutex in playSoundEffect, should help threading safeness of the code. | Johannes Schickel | |
svn-id: r31469 | |||
2008-04-10 | Small fix related to all notes off event. | Johannes Schickel | |
svn-id: r31468 | |||
2008-04-10 | fix make clean | Joost Peters | |
svn-id: r31466 | |||
2008-04-10 | Made KyraEngine::startup just loading soundfile instead of also playing track 0. | Johannes Schickel | |
svn-id: r31465 | |||
2008-04-10 | - Updated debug output for KyraEngine::snd_playTheme | Johannes Schickel | |
- cleanup svn-id: r31464 | |||
2008-04-10 | - Fixed missing static data for kyra1 demo | Johannes Schickel | |
- Fixed some warnings in create_kyradat - Updated kyra.dat for new data for kyra1 demo svn-id: r31463 | |||
2008-04-10 | Allow the predictive dialog to be shown when ego cannot be moved (i.e. when ↵ | Filippos Karapetis | |
_game.playerControl is 0), since in those cases it is possible to enter text in the input area. Should fix bugs #1935844 - "PQ1: Predictive Text does not load" and #1936374 - "LSL1: No predictive input at age verification page" svn-id: r31462 | |||
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-09 | Fixed warnings for msvc9. | Johannes Schickel | |
svn-id: r31460 | |||
2008-04-09 | Fixed an off-by one error in the AGI set_menu opcode. Fixes bug #1935896 - ↵ | Filippos Karapetis | |
"AGI: Fan(Beyond Titanic 2) - Assertion" svn-id: r31457 | |||
2008-04-08 | First attempt to support Japanese DIG | Eugene Sandulenko | |
svn-id: r31456 | |||
2008-04-08 | Oops removed leftover. | Johannes Schickel | |
svn-id: r31455 | |||
2008-04-08 | - Set language to Common::UNK_LANG for multilanguage games (kyra2cd and ↵ | Johannes Schickel | |
kyra3) in detection code - Save language changes done in menu in HoF to the config file svn-id: r31454 | |||
2008-04-08 | Ignore pointers on save | Eugene Sandulenko | |
svn-id: r31453 | |||
2008-04-08 | Spellifix | Eugene Sandulenko | |
svn-id: r31452 | |||
2008-04-08 | Implement the full range of Apple IIGS MIDI program number to instrument ↵ | Kari Salminen | |
mapping. Switch to using 8-bit signed sample data with Apple IIGS (In preparation for mixing multiple channels). Make Apple IIGS wavefile handling use SharedPtr and Array. svn-id: r31451 | |||
2008-04-08 | Fix compilation on my 64-bit system... | Sven Hesse | |
svn-id: r31450 | |||
2008-04-08 | Added a sanity check for original game script bugs in Agent06. Fixes bugs ↵ | Filippos Karapetis | |
#1935842 - "AGI: Fan(Agent06) - Graphic errors" and #1935838 - "AGI: Fan(Agent06) - Crash on Quit" svn-id: r31449 | |||
2008-04-08 | Change add_to_config_mk_if_no to the more natural add_to_config_mk_if_yes in ↵ | Jordi Vilalta Prat | |
some cases svn-id: r31448 | |||
2008-04-07 | Fixed compilation on gcc 2.95. | Johannes Schickel | |
svn-id: r31447 | |||
2008-04-07 | Advanced detector: Let the user define a language/platform override for ↵ | Max Horn | |
games which do not specify a fixed one (like multilingual versions) svn-id: r31446 |