Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-15 | SLUDGE: Remove unused global variable captureAllKeys | Simei Yin | |
2018-04-15 | I18N: Update translations templates | Thierry Crozat | |
2018-04-15 | Merge branch 'Joefish-merge_nova' | Thierry Crozat | |
2018-04-15 | SUPERNOVA: Removes global nullObject | Joseph-Eugene Winzer | |
Before nullObject was a static member of Object class and now a member of GameManager. Also the Inventory constructor was extended for taking a pointer to the nullObject that Invetory::get() returns if no Object was found. | |||
2018-04-15 | SUPERNOVA: Implements renderImage with ImageId | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Removes renderImageSection() from SupernovaEngine | Joseph-Eugene Winzer | |
This function is never called by itself. It is a helper function for renderImage(). | |||
2018-04-15 | SUPERNOVA: Moves constants to screen.h | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Corrects header includes | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Removes unused RNG instance | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Fixes type camel case | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Wraps resources in ScopedPtr | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Recreates ProtrackerStream on getSoundStream | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Renames Music/AudioIndex to Music/AudioId | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Fixes fallthrough warning | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Moves font data to screenstatic.cpp | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Moves cursor buffer to resman.cpp | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Fixes setCurrentImage | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Moves VGA Palette to screenstatic.cpp | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Implements render functions | Joseph-Eugene Winzer | |
Although SupernovaEngine forwards render calls to screen, it also exposed members publicly like _brightness. Therefore, a few changes were necessary in rooms and state. | |||
2018-04-15 | SUPERNOVA: Adds skeleton for screen abstraction | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Adds image information | Joseph-Eugene Winzer | |
ImageID gives every image a name that will be used as an index into imageInfo that returns filenumber and section. | |||
2018-04-15 | SUPERNOVA: Implements image buffering | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Adds comment for using KNIFE on WIRE2 | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Renames NULL to nullptr | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Renames MSNImageDecoder to MSNImage | Joseph-Eugene Winzer | |
2018-04-15 | SUPERNOVA: Adds resource abstraction | Joseph-Eugene Winzer | |
The resource abstraction includes loading of sound files and cursor graphics. | |||
2018-04-15 | MOHAWK: MYST: Fix Observatory displayed hour from 0:XX to 12:XX | David Fioramonti | |
Fixes #Trac10486. For 12 Hr format versions, in ScummVM when the hour was set to what should be 12:XX it was displayed as 0:XX. This differs with the original English versions which displays the 12:xx. I verified this fix in both Myst ME and Myst English CD. | |||
2018-04-15 | JANITORIAL: Indent GFXTransaction code blocks | Adrian Frühwirth | |
2018-04-15 | JANITORIAL: Fix whitespace | Adrian Frühwirth | |
2018-04-15 | XEEN: Mode renamings, fix loading savegame during script dragging party | Paul Gilbert | |
2018-04-15 | IMAGE: INDEO: Use the system pixel format for non-8bpp screen modes | Cameron Cawley | |
2018-04-15 | XEEN: Fix opening of Ali Baba's chest | Paul Gilbert | |
2018-04-15 | XEEN: Yet further fixes to clip scene drawing to scene area | Paul Gilbert | |
2018-04-15 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (967 of 967 strings) | |||
2018-04-15 | MOHAWK: MYST: Fix observatory slider sounds repeating too quickly | Bastien Bouclet | |
Add delays to simulate running at a lower framerate. | |||
2018-04-15 | MOHAWK: MYST: Make changeBackgroundSound wait for the effect to complete | Bastien Bouclet | |
Fixes #10489. | |||
2018-04-15 | LILLIPUT: More renaming | Strangerke | |
2018-04-15 | SLUDGE: Replace linked list by Common::List in RegionManager | Simei Yin | |
2018-04-15 | SLUDGE: Rename KillAll to Kill in RegionManager | Simei Yin | |
2018-04-15 | I18N: Update translation (Swedish) | Adrian Frühwirth | |
Currently translated at 99.7% (965 of 967 strings) | |||
2018-04-15 | I18N: Update translation (German) | Adrian Frühwirth | |
Currently translated at 99.8% (966 of 967 strings) | |||
2018-04-15 | SLUDGE: Objectify Region Manager | Simei Yin | |
2018-04-14 | XEEN: Fix entering Great Southern Tower | Paul Gilbert | |
2018-04-14 | XEEN: Fix Book of Great Power removing skills | Paul Gilbert | |
2018-04-14 | XEEN: Clear prior pending treasure when loading savegame | Paul Gilbert | |
2018-04-14 | XEEN: Fix aborting combat loop prematurely via bad sleeping check | Paul Gilbert | |
Previously combat was being aborted prematurely, though it wasn't noticeable in most casees since the next turn combat started up again seamlessly. But there were a few edge cases, such as defeating monsters in a single turn, but having more to the side, where it resulted in the list of active monsters being fought being redrawn with no contents | |||
2018-04-14 | I18N: Update translation (Finnish) | Timo Mikkolainen | |
Currently translated at 100.0% (967 of 967 strings) | |||
2018-04-14 | SUPERNOVA: Removes stopAudio() | Joseph-Eugene Winzer | |
2018-04-14 | SUPERNOVA: Adds init function to SupernovaEngine | Joseph-Eugene Winzer | |
2018-04-14 | SUPERNOVA: Adds sound abstraction | Joseph-Eugene Winzer | |