Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-05 | LURE: Fix getNumGroats | Willem Jan Palenstijn | |
This fixes bug #3612682 | |||
2013-05-04 | PEGASUS: Fix two missing frames in the globe game | Matthew Hoops | |
2013-05-04 | PEGASUS: Fix floor 2/3 elevator buttons not being shown pressed | Matthew Hoops | |
2013-05-05 | RELEASE: This is 1.7.0git | Eugene Sandulenko | |
2013-05-04 | Merge pull request #329 from SimSaw/master | Eugene Sandulenko | |
DREAMWEB: Changed Italian LOGON command | |||
2013-05-04 | DREAMWEB: Changed Italian LOGON command | Simon Sawatzki | |
Changed REGISTRA to ACCEDI for better user convenience. | |||
2013-05-04 | XMIDI: Forget old loop points when changing track | Torbjörn Andersson | |
This fixes warnings that would appear after a little while in Kyrandia 2, which would happen because every time the music changed it would add a new loop point. This was probably harmless because once the list was full it would keep re-using the last element, and I imagine all songs were set to loop forever. But this should be more correct, as I understand it. | |||
2013-05-04 | HOPKINS: Hide the mouse cursor, which was still visible in some part of the ↵ | Strangerke | |
intro of the OS/2 and Win95 versions | |||
2013-05-04 | HOPKINS: Add another workaround for the BeOS version, so it displays at ↵ | Strangerke | |
least "The End" | |||
2013-05-04 | HOPKINS: Workaround for bug #3612611 - Missing credit file in BeOS version! | Strangerke | |
2013-05-04 | HOPKINS: Search for alternate names for ending animations | Strangerke | |
Based on the BeOS executable. | |||
2013-05-04 | HOPKINS: Hide mouse before displaying credits | Strangerke | |
2013-05-04 | HOPKINS: Fix bug #3612482 - ending credits issues | Strangerke | |
2013-05-03 | HOPKINS: Fix bug #3612114 - Mouse accidentally enabled during intro, leading ↵ | Strangerke | |
to graphic corruption | |||
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops | |
"PC" was very ambiguous and now it matches what we show in the GUI. This also corrects sword2's platform to Windows. | |||
2013-05-02 | DREAMWEB: Change Spanish LOGON command to ACCESO | Thierry Crozat | |
2013-05-02 | AGI: Fix unitialized variables. CID 1002922 | Eugene Sandulenko | |
2013-05-02 | AUDIO: Fix uninitalized variable. CID 1003160 | Eugene Sandulenko | |
2013-05-02 | AUDIO: Fix unitialized variable. CID 1003161 | Eugene Sandulenko | |
2013-05-02 | AUDIO: Fix unitialized variable. CID 1003162 | Eugene Sandulenko | |
2013-05-01 | HOPKINS: Fix bug #3612406 - New version not detected | Strangerke | |
2013-05-01 | HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an ↵ | Strangerke | |
alternate animation file name | |||
2013-05-01 | HOPKINS: Remove an incomplete hack in playAnim(), rework related code to ↵ | Strangerke | |
avoid low/high res missing files | |||
2013-05-01 | HOPKINS: Remove double comma in animation sequences | Strangerke | |
2013-05-01 | HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence | Strangerke | |
2013-05-01 | HOPKINS: Fix bug#3612423 - Crash while playing 421 using the OS2 Version | Strangerke | |
2013-05-01 | KYRA: Fix loading from the Kyrandia 2 title menu | Torbjörn Andersson | |
2013-05-01 | HOPKINS: Remove debug warning, fix code alignment | Strangerke | |
2013-05-01 | HOPKINS: Fix bug#3612110 - Script bug in FBI lab | Strangerke | |
2013-05-01 | KYRA: Fix missing music in Kyra 1 DOS intro. | Johannes Schickel | |
This is a regression from 93e69aa4da0558b05fc235684355ed38eed9863d. Thanks to eriktorbjorn to noticing that the music is missing. | |||
2013-05-01 | MT32: Fix some non-initialized fields in MidiDriver_MT32 - CID 1002949 | Filippos Karapetis | |
2013-05-01 | AUDIO: Add missing breaks to switch statement - CID 1003770 | Filippos Karapetis | |
A mistake in commit 3dc788da63520b8baad2b5c0726f34168ab55356 | |||
2013-05-01 | SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCAL | Torbjörn Andersson | |
For consistency with NUM_SCRIPT_SLOT. | |||
2013-05-01 | SCUMM: Fix out-of-bounds access in runScript() debug messages | Torbjörn Andersson | |
I believe this fixes CID 1003954, 1003957, 1003958, 1003962 and 1003966. | |||
2013-05-01 | TINSEL: Clear the screen with the correct color in DW1 Mac | Filippos Karapetis | |
2013-05-01 | TINSEL: Simplify palette endianess conversions | Filippos Karapetis | |
2013-05-01 | SAGA: Fix some non-initialized variables in the Music class - CID 1003131 | Filippos Karapetis | |
2013-05-01 | SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, ↵ | Filippos Karapetis | |
1003542 | |||
2013-05-01 | SCI: Fix a non-initialized variable in GfxScreen - CID 1003105 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxCursor - CID 1003112 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114 | Filippos Karapetis | |
2013-05-01 | SCI: Fix some non-initialized variables in SegManager - CID 1003116 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in MessageState - CID 1003119 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in MessageReader - CID 1003120 | Filippos Karapetis | |
2013-05-01 | SCI: Fix a non-initialized variable in GfxMenu - CID 1003110 | Filippos Karapetis | |
2013-05-01 | SCI: Initialize some members of GfxPaint16 - CID 1010057 | Filippos Karapetis | |
2013-04-30 | SCUMM: Cleanup | Torbjörn Andersson | |
We only need to initialize 'args' in runInventoryScript() when we are actually using them. | |||
2013-04-30 | SCUMM: Use correct array size when calling initializeLocals() | Torbjörn Andersson | |
The initializeLocals() function assumes that it can copy 25 elements when being provided an array of values. But this array was frequently a lot smaller than that. I've introduced a constant for the number of locals (though VirtualMachineState has one more for some reason), and fixed the array sizes in a number of places. CID 1003951, 1003952, 1003953, 1003955, 1003956, 1003959, 1003960, 1003961, 1003963, 100394, 1003965 | |||
2013-04-29 | DREAMWEB: Add commands in Spanish for the Network Terminal | Thierry Crozat | |
Also changed the German HELP command to HILF at the translator request (which means both HILF and HILFE work since the parser only matches the start of the string). | |||
2013-04-29 | I18N: Regenerate translations data file | Thierry Crozat | |