Age | Commit message (Expand) | Author |
2008-01-19 | fixed potential unitialized variable | Paweł Kołodziejski |
2008-01-19 | one byte more for array :) | Paweł Kołodziejski |
2008-01-19 | increase a bit more | Paweł Kołodziejski |
2008-01-19 | fixed potential unitialized variables, one array overflow | Paweł Kołodziejski |
2008-01-19 | allow force flush fade track, it happen while very fast switching rooms | Paweł Kołodziejski |
2008-01-19 | changed warning into error, to be know for sure if it still trigger | Paweł Kołodziejski |
2008-01-19 | moved fadeDelay | Paweł Kołodziejski |
2008-01-19 | revert code to fade out first region if jump hit | Paweł Kołodziejski |
2008-01-19 | missed setting trackId while starSound, | Paweł Kołodziejski |
2008-01-19 | fixed support for compressed streams in dimuse | Paweł Kołodziejski |
2008-01-19 | Fixed a crash in the rat maze (reported on the forum) that made the game | Torbjörn Andersson |
2008-01-19 | malloc -> new, free -> delete, added few asserts | Paweł Kołodziejski |
2008-01-19 | fixed, it might overflow int32 | Paweł Kołodziejski |
2008-01-18 | Updated MSVC9 and MSVC8 project files for commit #30550 | Filippos Karapetis |
2008-01-18 | Removing duplicate content and adding GPL header | Max Horn |
2008-01-18 | Use explicit path in #include statement (DS port specific) | Max Horn |
2008-01-18 | Possible fix for bug #1874516 (QUEEN: Lockup on quit) | Max Horn |
2008-01-18 | iMuse Digital: Moved track & table definition from dimuse.h into separate hea... | Max Horn |
2008-01-18 | Don't hardcode value for which we have wonderful and nice constants defined ;) | Max Horn |
2008-01-18 | Enhanced Surface::writeSubstring to crop any string that exceeds the width of... | Paul Gilbert |
2008-01-18 | Increase talk dialog size by 2 pixels to accommodate a very long word in the ... | Paul Gilbert |
2008-01-17 | restore TrackId meaning | Paweł Kołodziejski |
2008-01-17 | reduction a bit of code | Paweł Kołodziejski |
2008-01-17 | implement exists(), isReadable() and isWritable() stubs using access() | Joost Peters |
2008-01-17 | fixed regression in allocSlot in dimuse, that fix bug #1874045 | Paweł Kołodziejski |
2008-01-17 | Fixed obsolete comment. | Kari Salminen |
2008-01-17 | Confirmed that the Amiga version of Space Quest II v2.0F using Amiga AGI 2.20... | Kari Salminen |
2008-01-17 | Bugfix for logging the description of actions being done | Paul Gilbert |
2008-01-17 | Fix for isalpha() assertions (Almost identical to revision 29924's fix). Adde... | Kari Salminen |
2008-01-17 | Updated required lure.dat version number | Paul Gilbert |
2008-01-17 | Corrected offset for animation of player operating rack in German version, an... | Paul Gilbert |
2008-01-17 | Bugfix for the position and size of the copy protection dialog instructions i... | Paul Gilbert |
2008-01-16 | Fixed some warnings | Oystein Eftevaag |
2008-01-16 | forgot disable that too | Paweł Kołodziejski |
2008-01-16 | experimental seek in compressed streams in dimuse in time ms resolution | Paweł Kołodziejski |
2008-01-16 | ops | Paweł Kołodziejski |
2008-01-16 | clarify warning | Paweł Kołodziejski |
2008-01-16 | Confirmed that Amiga version of King's Quest III (v1.01 1986-11-08) using Ami... | Kari Salminen |
2008-01-16 | Added code fragment to correctly set the walk to position for Goewin (for int... | Paul Gilbert |
2008-01-16 | Added workaround for Edwina's walk to position, and removed special case hand... | Paul Gilbert |
2008-01-16 | Added workaround for Edwina's walk to position, and removed special case hand... | Paul Gilbert |
2008-01-15 | Set the number of speech segments in The Feeble File. | Travis Howell |
2008-01-15 | Fixed bad memory access. (Wrong index variable when reading sound->marker[].) | Torbjörn Andersson |
2008-01-15 | Use scumm_stricmp() instead of plain stricmp(). | Torbjörn Andersson |
2008-01-15 | ops | Paweł Kołodziejski |
2008-01-15 | implement dimuse transition 12, not tested yet | Paweł Kołodziejski |
2008-01-15 | Fixed warnings. | Torbjörn Andersson |
2008-01-15 | Since the mixer uses 'delete' to free memory, we should allocate it with 'new'. | Torbjörn Andersson |
2008-01-15 | ops | Paweł Kołodziejski |
2008-01-15 | fix last commit to release, and add version 2 fallback for compressed files | Paweł Kołodziejski |