Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-15 | SCI: make umlauts work in kFrameout for sci32 | Martin Kiewitz | |
svn-id: r49890 | |||
2010-06-15 | Surface is a struct, not a class | Filippos Karapetis | |
svn-id: r49883 | |||
2010-06-15 | Added the same quit/restart test to print() as we have in so many other places. | Torbjörn Andersson | |
This makes it easier to quit the game during the text box in the King's Quest 3 into, and probably other places as well. svn-id: r49881 | |||
2010-06-15 | SCI: only set mouse position, when cursor is visible (fixes non-stop, but ↵ | Martin Kiewitz | |
escapeable mouse position setting to 0, 0 in eco quest 1 floppy during intro) svn-id: r49874 | |||
2010-06-15 | Remove unnecessary svn:executable properties | Willem Jan Palenstijn | |
svn-id: r49870 | |||
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, ↵ | Martin Kiewitz | |
also enable mouse position changing again for SCI svn-id: r49866 | |||
2010-06-15 | Don't disable kPalVary for SCI32, the semantics have remained the same. | Matthew Hoops | |
svn-id: r49865 | |||
2010-06-15 | SCI: Pass resman to scanSource() methods | Max Horn | |
svn-id: r49863 | |||
2010-06-15 | Don't adjust the object's coordinates if the object does not belong to a ↵ | Filippos Karapetis | |
plane in kIsOnMe(). It's now possible to start the interactive part of the Phantasmagoria 1 demo svn-id: r49862 | |||
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz | |
svn-id: r49860 | |||
2010-06-15 | Fixed comments | Filippos Karapetis | |
svn-id: r49858 | |||
2010-06-15 | Fixed detective Mosely's hotspot in GK1 (day 1) | Filippos Karapetis | |
svn-id: r49857 | |||
2010-06-15 | SCI: reset _gfxText16 for sci32, fixes gk1 | Martin Kiewitz | |
svn-id: r49856 | |||
2010-06-15 | Fix wave patches. | Matthew Hoops | |
svn-id: r49855 | |||
2010-06-15 | SCI: putting SciGui::init into SciEngine, removing it from SciGui(32) | Martin Kiewitz | |
svn-id: r49854 | |||
2010-06-15 | SCI: calling wait() directly and removing it from SciGui | Martin Kiewitz | |
svn-id: r49853 | |||
2010-06-15 | SCI: move textSize and textFonts and textColors inside gfxText16 | Martin Kiewitz | |
svn-id: r49851 | |||
2010-06-15 | SCUMM: Fix composeFileHashMap | Max Horn | |
svn-id: r49850 | |||
2010-06-15 | SCI: Add FIXME regarding audio specific code in Resource(Source) | Max Horn | |
svn-id: r49849 | |||
2010-06-15 | SCI: Add Resource::getNumber method | Max Horn | |
svn-id: r49848 | |||
2010-06-15 | SCI: Saner and simpler conversion from msecs to ticks | Max Horn | |
svn-id: r49846 | |||
2010-06-15 | AGI: Specify bug reference for workaround | Max Horn | |
svn-id: r49845 | |||
2010-06-15 | Modify makeAIFFStream to match the other sound decoder factories | Max Horn | |
svn-id: r49844 | |||
2010-06-15 | Fix spelling, cleanup | Max Horn | |
svn-id: r49843 | |||
2010-06-15 | SCI: Make Resource::_id protected | Max Horn | |
svn-id: r49842 | |||
2010-06-15 | SCI: OOpify class ResourceId | Max Horn | |
svn-id: r49841 | |||
2010-06-15 | SCI: Add ResourceManager::getVolVersion() | Max Horn | |
svn-id: r49840 | |||
2010-06-15 | SCI: fix changes from r49806 | Martin Kiewitz | |
svn-id: r49839 | |||
2010-06-15 | cleanup | Max Horn | |
svn-id: r49837 | |||
2010-06-15 | Reduce header dependencies | Max Horn | |
svn-id: r49836 | |||
2010-06-15 | SCI: Move decompress & readResourceInfo to Resource; more cleanup | Max Horn | |
svn-id: r49835 | |||
2010-06-15 | SCI: cleanup | Max Horn | |
svn-id: r49834 | |||
2010-06-15 | SCI: Move several methods from ResourceManager to Resource | Max Horn | |
svn-id: r49833 | |||
2010-06-15 | SCI: Add ResourceManager::updateResource(); change some code to use ↵ | Max Horn | |
addResource() svn-id: r49832 | |||
2010-06-15 | SCI: Move _associatedMap to VolumeResourceSource and make it const | Max Horn | |
svn-id: r49831 | |||
2010-06-15 | SCI: Move _audioCompression(Type|OffsetMapping) to AudioVolumeResourceSource | Max Horn | |
svn-id: r49830 | |||
2010-06-15 | SCI: cleanup | Max Horn | |
svn-id: r49829 | |||
2010-06-15 | SCI: Get rid of ugly resMan params to ResourceSource methods | Max Horn | |
We might want to add a ResourceSource::_resMan member, but for now I am not adding one on purpose; many more things might still move between ResourceSource and ResourceManager, so we should wait till the refactoring is complete. svn-id: r49828 | |||
2010-06-15 | SCI: Merge ResourceManager::checkIfAudioVolumeIsCompressed into ↵ | Max Horn | |
AudioVolumeResourceSource constructor svn-id: r49827 | |||
2010-06-15 | SCI: Make ResourceSource::_resourceFile const | Max Horn | |
svn-id: r49826 | |||
2010-06-15 | SCI: Revise how ResourceManager is instantiated. | Max Horn | |
This should allow for better error handling. Also, it means that g_sci->getResMan() returns a valid value much sooner, allowing me to simplify some code. Also added a note about potentially replacing Common::FSList usage by Common::Archive (and FSNode by Archive/ArchiveMember ?). This might be a way to unify the addAppropriateSources variants again. svn-id: r49825 | |||
2010-06-15 | SCI: Doxygen fixes | Max Horn | |
svn-id: r49824 | |||
2010-06-15 | SCI: Rename ResourceSource members to follow _camelCase convention | Max Horn | |
svn-id: r49823 | |||
2010-06-15 | SCI: Pass volume number to ResourceSource subclass constructors; make ↵ | Max Horn | |
ResourceSource::volume_number const svn-id: r49822 | |||
2010-06-15 | SCI: Add loadResource impls for WaveResourceSource and AudioVolumeResourceSource | Max Horn | |
svn-id: r49821 | |||
2010-06-15 | SCI: Add loadResource impls to MacResourceForkResourceSource and ↵ | Max Horn | |
PatchResourceSource; move _macResMan to MacResourceForkResourceSource svn-id: r49820 | |||
2010-06-15 | SCI: Move code from ResourceManager::loadResource to ↵ | Max Horn | |
ResourceSource::loadResource svn-id: r49819 | |||
2010-06-15 | SCI: Rename ResourceSource::resourceFile to _resourceFile | Max Horn | |
svn-id: r49818 | |||
2010-06-15 | SCI: Merge MacResourceForkResourceSource::scanSource and ↵ | Max Horn | |
ResourceManager::readMacResourceFork svn-id: r49817 | |||
2010-06-15 | SCI: Add virtual method ResourceSource::scanSource | Max Horn | |
svn-id: r49816 |