Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-14 | SWORD1: Initialize class variables in constructor | Thierry Crozat | |
CID 1002998. | |||
2013-05-14 | DRASCULA: Remove superfluous strcpy() | Filippos Karapetis | |
2013-05-14 | HOPKINS: Bugfix for #3612410 - hotspots are off | Paul Gilbert | |
2013-05-14 | TOLTECS: Fix operator order (pre-decrement instead of post-decrement) | Filippos Karapetis | |
A typo in commit 98fa064. Thanks to LordHoto for pointing that out | |||
2013-05-14 | TOLTECS: Fix bug #3613032 - "TOLTECS: Crash during peace pipe coughing scene" | Filippos Karapetis | |
Check for the end of the movie resource before buffering more audio chunks. This avoids reading past the end of the movie resource. Also, clean up some movie related checks | |||
2013-05-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-13 | I18N: Update Swedish translation (from patch #3613226) | Thierry Crozat | |
2013-05-13 | DOC: Update Swedish README (from patch #3613219) | Thierry Crozat | |
2013-05-12 | PEGASUS: Fix going left initially in the globe game | Matthew Hoops | |
2013-05-13 | HOPKINS : Added a lines debugger command | sylvaintv | |
2013-05-12 | HOPKINS: Use different colors for displaying hotspot zones | Strangerke | |
2013-05-12 | CONFIGURE: Fix 16bit test for Dreamcast | Marcus Comstedt | |
The Dreamcast backend is called "dc", not "dreamcast". | |||
2013-05-12 | HOPKINS: Clean debug channels, add Pathfinding traces | Strangerke | |
2013-05-11 | HOPKINS: Courtesy of SylvainTV - Fix long diagonals to bottom left and right | Strangerke | |
2013-05-11 | QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene" | Filippos Karapetis | |
We now check if the engine should quit in the loop of the end credits animation | |||
2013-05-11 | AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" | Filippos Karapetis | |
We now only test for events in testKeypressed() without updating the game cycle at all (NAGI doesn't update the game cycle either). This fixes the slowdowns in some animations where have.key() is issued, like Manannan's lightnings in the intro of KQ3 and the bullets in the intro of PQ1 | |||
2013-05-11 | AGI: Remove obsolete TODO | Filippos Karapetis | |
We now set the play time - commit 5e10737015faa15d225f70b364096982923eb415 | |||
2013-05-11 | HOPKINS: Fix bug #3613068 - Detection of Hopkins Russian | Strangerke | |
2013-05-10 | I18N: Patch #3612991: "Update for Russian (ru_RU) translation of ScummVM" | Eugene Sandulenko | |
2013-05-10 | HOPKINS: Added a zones debugger command | Paul Gilbert | |
2013-05-08 | I18N: Fix missing quote in Ukrainian translation | Thierry Crozat | |
2013-05-08 | DOC: Update Czech README (from patch #3612592) | Thierry Crozat | |
2013-05-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-08 | I18N: Update Czech translation (from patch #3612592) | Thierry Crozat | |
2013-05-08 | HOPKINS: Fix bug #3612566 - scaling glitch on Samantha | sylvaintv | |
2013-05-08 | * HOPKINS: Fix bug #3611824 - problem when changing clothes | sylvaintv | |
2013-05-08 | HOPKINS: Fix bug #3611824 - music cut during dialogs after loading from launcher | Strangerke | |
2013-05-08 | HOPKINS: Fix bug #3612115 - Courtesy of SylvainTV: Fix palette in thumbnails | Strangerke | |
2013-05-07 | AGOS: Initialize _mouseToggle | Torbjörn Andersson | |
This shouldn't actually be necessary since, as far as I can tell, its only purpose is to toggle between true and false to slow down some mouse cursor animations. But Valgrind doesn't know that. | |||
2013-05-07 | HOPKINS: Fix bug #3612036 - partially broken thumbnail - Courtesy of SylvainTV | Strangerke | |
2013-05-06 | Merge pull request #320 from johndoe123/sword25-gfx | Eugene Sandulenko | |
SWORD25: Optimized graphics drawing | |||
2013-05-06 | HOPKINS: Remove useless assert | Strangerke | |
2013-05-06 | HOPKINS: Get rid of magic values | Strangerke | |
2013-05-05 | HOPKINS: Fix bug #3612483 - FadeOut length issue after lift animation | Strangerke | |
2013-05-05 | I18N: Updated translations.dat | Eugene Sandulenko | |
2013-05-05 | I18N: Updated Russian and Ukrainian translations | Eugene Sandulenko | |
2013-05-05 | GIT: Fix build failures on new release tagging. | D G Turner | |
This occurs because previously when the current version was equal to a tag i.e. v1.7.0, the output of git --describe was shortened. This ensures that the output is of the form v1.7.0-0-gXXXXX even when the revision is equal to the tag. | |||
2013-05-05 | I18N: Update Catalan translation | Jordi Vilalta Prat | |
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 | |