Age | Commit message (Expand) | Author |
2006-04-04 | Removed extra exclamation marks in warning() calls as well. | Eugene Sandulenko |
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko |
2006-04-02 | Don't try to copy str to _talkBuffer if str is pointing to _talkBuffer. Apart | Torbjörn Andersson |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-29 | Alphabetical build order | Max Horn |
2006-03-28 | - Commits heaviliy modifed patch #1459951 ("KYRA: Combining MIDI music with A... | Johannes Schickel |
2006-03-28 | Renamed various container isEmpty() methods to empty() to match STL conventions | Max Horn |
2006-03-27 | Comments out unneeded code in enterNewScene (only used for cd audio version). | Johannes Schickel |
2006-03-26 | Cleaned up update_playRhythmSection(). It's almost possible to understand what | Torbjörn Andersson |
2006-03-25 | I believe that the purpose of updateCallback45() is to add a signed value to a | Torbjörn Andersson |
2006-03-25 | More renamings: | Torbjörn Andersson |
2006-03-25 | - Implemented case insensitive file reading. Left old system as a fallback | Eugene Sandulenko |
2006-03-24 | Fix MSVC warnings | Andrew Kurushin |
2006-03-21 | Implemented "sound triggers" so that the music does not stop shortly after | Torbjörn Andersson |
2006-03-20 | Implements cmd_shakeScreen. | Johannes Schickel |
2006-03-20 | Initialise _haveScrollButtons, since Valgrind complained about it. | Torbjörn Andersson |
2006-03-19 | Makes sure Brandon actually dies when he turns to stone in the kyragem room | Oystein Eftevaag |
2006-03-19 | Fixes a potential problem in the pathfinder where an array could be accessed ... | Oystein Eftevaag |
2006-03-19 | Adds button press animations to the menu, and resets the cursor when the Dial... | Oystein Eftevaag |
2006-03-18 | Oops, forgot to change a variable declaration in the last commit | Oystein Eftevaag |
2006-03-18 | Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ... | Oystein Eftevaag |
2006-03-18 | - started to rework static resource loading | Johannes Schickel |
2006-03-18 | Fixes the color of the quitting dialog text after drinking a potion | Oystein Eftevaag |
2006-03-18 | Extends seq_drinkPotionAnim() so that the color of the flask Brandon | Oystein Eftevaag |
2006-03-17 | Fixes animations when brandon turns inivisible/visible. | Johannes Schickel |
2006-03-17 | Fixes bug #1401337 ("KYRA: Platform with pegasi graphics glitch") | Johannes Schickel |
2006-03-17 | - Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle cata... | Johannes Schickel |
2006-03-17 | Oops, I never meant to remove *that* line! Put it back again. (This fixes the | Torbjörn Andersson |
2006-03-17 | The opcode functions are not allowed to modify their own channel.dataptr | Torbjörn Andersson |
2006-03-16 | More cleanups and renamings: _sfxSecondByteOfSong -> _sfxPriority | Torbjörn Andersson |
2006-03-16 | Went through callbacks 51, 52 and 53, comparing them to LordHoto's annotated | Torbjörn Andersson |
2006-03-16 | We have several functions where we need to find the pointer to a program or an | Torbjörn Andersson |
2006-03-16 | More renamings: | Torbjörn Andersson |
2006-03-16 | I don't know if it's our bug, or a bug in the original Kyra music driver, but | Torbjörn Andersson |
2006-03-16 | Oops. removes some unneeded shifts and fixes now the feather bug. | Johannes Schickel |
2006-03-16 | Fixed some comments and made a couple of cleanups to make it a bit more clear | Torbjörn Andersson |
2006-03-16 | - Fixes some gfx glitches (the falling feather and the falling leaf now have ... | Johannes Schickel |
2006-03-15 | - removes a wrong space in debugC calls in screen.cpp | Johannes Schickel |
2006-03-15 | This is a bit of a hack: Before showing the mouse cursor, take care of any | Torbjörn Andersson |
2006-03-15 | On second thought, that comment is probably not necessary. | Torbjörn Andersson |
2006-03-15 | Added mouse wheel scrolling to save/restore dialogs. | Torbjörn Andersson |
2006-03-15 | Revert previous change. I'm told some backends don't draw the mouse cursor | Torbjörn Andersson |
2006-03-15 | The backend handled cursor drawing -- no need to update the screen manually. | Torbjörn Andersson |
2006-03-14 | Cleanup. | Torbjörn Andersson |
2006-03-14 | Gave the loadBitmap debug message its old debug level back. (I.e. made it less | Torbjörn Andersson |
2006-03-14 | Added workaround in FMOPL for the pathological case where a note was turned off | Torbjörn Andersson |
2006-03-14 | - Deletes wrong spaces in debugC calls in resource.cpp | Johannes Schickel |
2006-03-14 | Fix typo in comment. | Torbjörn Andersson |
2006-03-14 | - Fixes a bug in update_primaryEffect (wrong sound from the birds outside bra... | Johannes Schickel |
2006-03-14 | Fixes wrong sound then showing the death screen. | Johannes Schickel |