Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2013-01-02 | TOLTECS: Add credits for toltecs | Filippos Karapetis | |
2013-01-02 | NEWS: Mention toltecs support | Filippos Karapetis | |
2013-01-02 | TOLTECS: Fix the colors of the arrows in the sound volume screen | Filippos Karapetis | |
2013-01-02 | TRANSLATION: Add the new translatable files in the toltecs engine | Filippos Karapetis | |
2013-01-02 | TOLTECS: Add an option to use the ScummVM save/load screens | Filippos Karapetis | |
2013-01-02 | TOLTECS: Some more menu color fixes | Filippos Karapetis | |
2013-01-02 | TOLTECS: Fix more menu colors | Filippos Karapetis | |
2013-01-02 | NEWS: Mention sync with the latest munt snapshot | Filippos Karapetis | |
2013-01-02 | TOLTECS: Fix menu colors | Filippos Karapetis | |
2013-01-02 | TOLTECS: Cleanup | Filippos Karapetis | |
2013-01-02 | GUI: Improve the description of the Roland GS mode checkbox | Filippos Karapetis | |
2013-01-02 | MT-32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commits 3f0db2d and 2c5f314 | |||
2013-01-02 | NEWS: Mention the change in the movie speed options of the 7th Guest | Filippos Karapetis | |
2013-01-02 | README: Update documentation on the recently changed t7g movie speed settings | Filippos Karapetis | |
2013-01-02 | TRANSLATION: Add the new translatable game file in the groovie engine | Filippos Karapetis | |
2013-01-02 | GROOVIE: Simplify the movie speed settings and add a GUI option | Filippos Karapetis | |
This removes the "iOS" speed setting, where some movies could get out of sync. Two movie options are now available, "normal" and "fast" movie speed, which is the old "tweaked" setting. With the "fast" movie speed, the movie speed is changed to match that of the iOS version, but only in movies with sound. Movies without sound (like the supernatural animations, i.e. the "teeth" icon in-game) are still played at their regular speed, to avoid music sync issues. | |||
2012-12-31 | SCI32: Add more KScrollWindow notes | Willem Jan Palenstijn | |
2012-12-30 | SCI32: Add more KScrollWindow notes | Willem Jan Palenstijn | |
2012-12-30 | SCI32: Add notes about KScrollWindow/Where,Go | Willem Jan Palenstijn | |
2012-12-30 | SCI32: Add some notes about KScrollWindow/Add | Willem Jan Palenstijn | |
2012-12-28 | ANDROID: Minor fixes to build-specific makefile. | D G Turner | |
This fixes two minor issues when trying to cross-compile to Android on Win32 using the Win32 Android SDK/NDK and MinGW shell. However, this is still no working as DX and APKBUILDER are batch files in the Win32 SDK (which then call the real Java tools) and these fail to run in shell. However, using "cmd /C" also fails as the paths in the parameters have unix, rather than native separators. Unsure how to fix. | |||
2012-12-27 | MT32: Add missing initialization code | Filippos Karapetis | |
This code wasn't added when syncing with the official munt codebase | |||
2012-12-27 | MT32: Move the ROM file deletion code to the ScummVM MT32 driver | Filippos Karapetis | |
This removes the custom ScummVM file deletion code in the munt code | |||
2012-12-27 | GUI: Don't allow changing disabled popup widgets with mouse wheel | Torbjörn Andersson | |
This was another inconsistency between changing the widget by clicking and changing it with the mouse wheel. Hopefully the last one, though. | |||
2012-12-27 | GUI: Notify when popup widget changes by mousewheel | Torbjörn Andersson | |
This is consistent with the notification when the widget changes by clicking. As far as I can tell, that notification was added shortly before mouse wheel handling was added. It missing from the mouse wheel handler was presumably just an oversight. | |||
2012-12-27 | NEWS: Document slider mousewheel change | Torbjörn Andersson | |
It wasn't obvious that the feature was there at all, so now it is at least mentioned somewhere. | |||
2012-12-27 | GUI: Change value by one on mouse wheel, not by one pixel | Torbjörn Andersson | |
On file-grained sliders, changing the value by one pixel was unpredictable because it wouldn't change by the same amount every time. (And of course, some values were not possible to set.) On course-grained sliders, changing the value by one pixel would sometimes not change it at all, causing the slider to seem stuck. Now the slider can be set to any value. | |||
2012-12-27 | GUI: Redraw the popup widget when a the selection changes | Torbjörn Andersson | |
Otherwise, it will look like the value hasn't changed until the widget is redrawn for other reasons, e.g. by mouse-over. Incidentally, does anyone know why handleMouseDown() calls sendCommand() when the selection changes, while handleMouseWheel() does not? | |||
2012-12-26 | MT32: Update the MT32 emulator and adapt to its new API | Filippos Karapetis | |
Previous munt commit was 84b2819 (Dec 22, 2012) Current munt commit is 6afddaf (Dec 23, 2012) This commit also updates the MT32 driver code to the latest munt API | |||
2012-12-26 | GRAPHICS: Add ability to override outputPitch to ILBM decoder. | D G Turner | |
This allows loading an image into a buffer of a larger width. Thanks to Tomaz^ for this patch. | |||
2012-12-26 | VIDEO: Add support for missing copyFrame type in FLIC decoder. | D G Turner | |
Thanks to Tomaz^ for this patch. | |||
2012-12-26 | GRAPHICS: Allow ILBM bitmap loading for images with 6 planes. | D G Turner | |
Thanks to Tomaz^ for this. | |||
2012-12-26 | GRAPHICS: Add support for ILBM files containing uncompressed data. | D G Turner | |
Thanks to Tomaz^ for this patch. | |||
2012-12-25 | MT32: Update the MT32 emulator to a newer munt commit | Filippos Karapetis | |
Previous munt commit was f969d20 (Nov 15, 2012) Current munt commit is 84b2819 (Dec 22, 2012) We are still missing the changes from commit 788f7b1 onwards (Dec 22, 2012). There are bigger ROM access-related changes from that point, which we'll have to integrate as well. | |||
2012-12-24 | ANDROID: Remove parameter forcing use of Modern theme. | D G Turner | |
This parameter overrides any user choice in the GUI or config file, which is not good UX design (and is making it hard to debug loading issues associated with theme files). If we want to set this to default to Modern, we should do this in a different way i.e. do this by ConfMan.loadDefaultConfigFile() This is probably related to the Android issue with the backend init running before main() is called, rather than after... | |||
2012-12-23 | I18N: Update Hungarian translation from patch #3598125 | Thierry Crozat | |
2012-12-20 | JANITORIAL: Indent with tabs instead of spaces | Torbjörn Andersson | |
2012-12-18 | TINSEL: Enhanced music is not supported in the Mac version of DW1 | Filippos Karapetis | |
Also, did some minor whitespace formatting | |||
2012-12-17 | KYRA: (EOB) - fix bug #3596548 ("Crash when using Mage Spells such as Magic ↵ | athrxx | |
Missile") | |||
2012-12-17 | MOHAWK: Initialize the empty cursor before setting it inside setCursor() | Filippos Karapetis | |
2012-12-17 | MOHAWK: Set a 2x2 invisible cursor, instead of a 1x1 | Filippos Karapetis | |
This prevents an assert when hiding the mouse cursor while using a 2x scaled mode in Myst | |||
2012-12-16 | WINCE: Fix shadow variable warnings associated with GUIElement classes. | D G Turner | |
2012-12-16 | WINTERMUTE: Actually lock the framerate at 60fps. | Einar Johan Trøan Sømåen | |
2012-12-16 | WINTERMUTE: Don't check the entire ticket-queue for every ticket. | Einar Johan Trøan Sømåen | |
2012-12-16 | WINTERMUTE: Move draw-code to render_ticket.cpp | Einar Johan Trøan Sømåen | |
2012-12-16 | TOUCHE: Simplify external digital music support slightly. | D G Turner | |
Checked with valgrind and no leaks are evident. Thanks to LordHoto for suggesting these changes. | |||
2012-12-16 | TOUCHE: Fix external music to work with any music format. | D G Turner | |
This also removes the direct dependency on vorbis. Thanks to [md5] for the majority of this patch. | |||
2012-12-16 | TOUCHE: Add commands to play and stop music tracks to engine console. | D G Turner | |
2012-12-16 | Merge branch 'toucheExtMusic' | D G Turner | |