Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-03 | Avoid putting non-ASCII chars into source files | Max Horn | |
svn-id: r18761 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18756 | |||
2005-09-03 | PalmOS : ARM optimization | Chris Apers | |
svn-id: r18755 | |||
2005-09-03 | More ARM stuffs | Chris Apers | |
svn-id: r18754 | |||
2005-09-03 | Fixed assert | Chris Apers | |
svn-id: r18753 | |||
2005-09-03 | Added caching capability and custom disk access function | Chris Apers | |
svn-id: r18752 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18750 | |||
2005-09-03 | PalmOS : ARM optimized blendRect | Chris Apers | |
svn-id: r18749 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18748 | |||
2005-09-03 | Prepare new backends and potential native version | Chris Apers | |
svn-id: r18747 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18746 | |||
2005-09-03 | Fixed compilation | Chris Apers | |
svn-id: r18745 | |||
2005-09-03 | Change PalmOS ident and fix ARM bug using global initializers | Chris Apers | |
svn-id: r18744 | |||
2005-09-03 | Change PalmOS ident | Chris Apers | |
svn-id: r18743 | |||
2005-09-03 | fix 1257536 Dragon walks in the air | Andrew Kurushin | |
some memory allocation minimization svn-id: r18742 | |||
2005-09-03 | Fix bug #1281055 "ITE: Graphical glitch when pressing escape at company logo" | Eugene Sandulenko | |
svn-id: r18741 | |||
2005-09-03 | o Fix bug #1258633 "ITE: Second Rif appears in wall of dog castle prison" | Eugene Sandulenko | |
o Added debug output method to Location structure o Fixed long-standing bug with save version being saved not in constant endianness svn-id: r18740 | |||
2005-09-02 | Fix bug #1258489 "ITE: Rif's tail remains in door at Alamma's house" | Eugene Sandulenko | |
svn-id: r18739 | |||
2005-09-02 | Implement option buttons functionality. This fixes bug #1259518 "ITE: Buttons | Eugene Sandulenko | |
in Options Dialog not fully functional" svn-id: r18738 | |||
2005-09-02 | fix shape loading for cdrom version | Gregory Montoir | |
svn-id: r18737 | |||
2005-09-02 | Clarify that currently, only the first of the Goblins games is supported. | Torbjörn Andersson | |
svn-id: r18736 | |||
2005-09-02 | Fixed potential memory error on system that can't return a pointer of 0 byte | Chris Apers | |
svn-id: r18735 | |||
2005-09-02 | cleanup | Gregory Montoir | |
svn-id: r18734 | |||
2005-09-02 | added special sequence opcode 8 | Gregory Montoir | |
svn-id: r18733 | |||
2005-09-02 | removed unneeded includes | Gregory Montoir | |
svn-id: r18732 | |||
2005-09-02 | workaround bug #1223621 | Gregory Montoir | |
svn-id: r18731 | |||
2005-09-02 | Fix bug #1257110 "ITE: Subtitles get striped" | Eugene Sandulenko | |
svn-id: r18730 | |||
2005-09-02 | Add debuggins method. Whitespace fixes. | Eugene Sandulenko | |
svn-id: r18729 | |||
2005-09-02 | Match original games, only the music file is essential in COMI. | Travis Howell | |
svn-id: r18728 | |||
2005-08-31 | cleanup | Gregory Montoir | |
svn-id: r18727 | |||
2005-08-31 | add fillWizPixel() | Gregory Montoir | |
svn-id: r18726 | |||
2005-08-31 | get rid of the GF_DEFAULT_TO_1X_SCALER hack for _heversion >= 71 | Gregory Montoir | |
svn-id: r18725 | |||
2005-08-31 | some WIP code, add drawShape() | Gregory Montoir | |
svn-id: r18724 | |||
2005-08-30 | Use a quieter helicopter sound during the "He was only a robot. Oh, I loved | Torbjörn Andersson | |
the little guy." line to keep it from being drowned out. I don't know what the original did, but one of my old patches (pre-0.5.0, I think) messed around here, so I may have broken it then. Or not. Anyway, this sounds better to me. svn-id: r18723 | |||
2005-08-30 | Correct path to psptoolchain. | Joost Peters | |
svn-id: r18722 | |||
2005-08-30 | Fix regression in Amiga version of simon2. | Travis Howell | |
svn-id: r18721 | |||
2005-08-30 | Add German version of pajama2. | Travis Howell | |
svn-id: r18720 | |||
2005-08-30 | The intro asks to play song number 0. I'm almost sure that the music that | Torbjörn Andersson | |
is supposed to play at this point has resource number 32. _songTable[0] contains the value 32 at this point, so song 0 is probably a valid music request, and not a request to stop the music. At the other end of the list, I believe the song number has to be *less* than _songTableLen, not less or equal to it. But feel free to revert this change if I'm messing things up. svn-id: r18719 | |||
2005-08-30 | Downgraded warning() to debug(1, ...) since it was drowning out all other | Torbjörn Andersson | |
messages. svn-id: r18718 | |||
2005-08-30 | Implement sfPlayMusic for IHNM | Eugene Sandulenko | |
svn-id: r18717 | |||
2005-08-30 | Fix compilation. | Eugene Sandulenko | |
svn-id: r18716 | |||
2005-08-28 | Fix compile error. | Travis Howell | |
svn-id: r18715 | |||
2005-08-28 | mingw can handle heap checking now. | Travis Howell | |
NOTE: Requires mingw-runtime-3.8 svn-id: r18714 | |||
2005-08-26 | Implement looping sounds. This should fix bug #1273741, hopefully without | Torbjörn Andersson | |
causing any problems. (I assume either the game scripts or the engine will make sure that looped sounds are stopped.) svn-id: r18713 | |||
2005-08-26 | Allowed IHNM to use the opSpeak opcode. Aborting that code path early meant | Torbjörn Andersson | |
that the instruction wasn't fully read, so the next opcode would be wrong. This is what caused it to crash. To keep the game from hanging, I also allowed the engine to call the _actors->direct() function for IHNM. This allows AM's intro speech to be played in its entirety. Since this includes the "hate" speech, I've removed that part from the hard-coded intro. To get the right music playing, I've enabled the sfPlayMusic() function for IHNM. This is pure guesswork, though. Once the scene changes, the wrong music plays again. However, this is scene music, i.e. not scripted. It doesn't play the background sound. Looks like _fxTable[] isn't generated for IHNM. More noticeably, until the scene changes it doesn't show any graphics apart from the subtitles, which are drawn in the wrong colour and (I believe) the wrong font. svn-id: r18712 | |||
2005-08-25 | Added keyboard repeating. | Torbjörn Andersson | |
svn-id: r18711 | |||
2005-08-24 | The dialog windows now react to "Enter" and "Escape" in what I hope is a | Torbjörn Andersson | |
sensible way. This is an extension of feature request #1265893. svn-id: r18710 | |||
2005-08-22 | Applied my patch #1263153 to work around bug #1243280. It's not an ideal | Torbjörn Andersson | |
solution, but should be good enough for 0.8.0 at least. svn-id: r18709 | |||
2005-08-22 | Fixed two cases where a bad pointer would be freed, causing ScummVM to | Torbjörn Andersson | |
crash on my Debian box. svn-id: r18708 | |||
2005-08-19 | typo | Gregory Montoir | |
svn-id: r18707 |