Age | Commit message (Expand) | Author |
2010-06-15 | Yet another WinCE fix | Max Horn |
2010-06-15 | Fix some warnings inside make-scumm-fontdata.c | Johannes Schickel |
2010-06-15 | Fix some warnings inside convbdf.c | Johannes Schickel |
2010-06-15 | Add translation feature support in create_msvc. | Johannes Schickel |
2010-06-15 | Use USE_TRANSLATION, USE_DETECTLANG and USE_TERMCONV instead of (ENABLE_)TRAN... | Johannes Schickel |
2010-06-15 | Fix linking of the cc_tests (gamecube too) | Andre Heider |
2010-06-15 | Surface is a struct, not a class | Filippos Karapetis |
2010-06-15 | Fix linking of the cc_tests | Andre Heider |
2010-06-15 | Added the same quit/restart test to print() as we have in so many other places. | Torbjörn Andersson |
2010-06-15 | Simplify code for the "ICONV_USES_CONST" case even more. (i.e. remove the "ms... | Johannes Schickel |
2010-06-15 | Fix compilation when using ICONV_USES_CONST. | Andre Heider |
2010-06-15 | GP2XWiz: Add port distribution rules into a makefile so they can be used with... | John Willis |
2010-06-15 | Strip out charset information from the system locale again (like it was done ... | Johannes Schickel |
2010-06-15 | Fix a typo. | Johannes Schickel |
2010-06-15 | SCI: only set mouse position, when cursor is visible (fixes non-stop, but esc... | Martin Kiewitz |
2010-06-15 | Output some warning in case an invalid ID was passed to TranslationManager::g... | Johannes Schickel |
2010-06-15 | Extend (and along with it add) some doxygen comments. | Johannes Schickel |
2010-06-15 | Use a Common::String instead of a fixed size array for _syslang in Translatio... | Johannes Schickel |
2010-06-15 | Remove unnecessary svn:executable properties | Willem Jan Palenstijn |
2010-06-15 | Some style fixes. | Johannes Schickel |
2010-06-15 | Fix iconv signature on BSD systems. (Based on what we do in tools/) | Johannes Schickel |
2010-06-15 | Some documentation cleanup to ease readability. | Johannes Schickel |
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, als... | Martin Kiewitz |
2010-06-15 | Don't disable kPalVary for SCI32, the semantics have remained the same. | Matthew Hoops |
2010-06-15 | Another attempt to fix WinCE compilation | Max Horn |
2010-06-15 | SCI: Pass resman to scanSource() methods | Max Horn |
2010-06-15 | Don't adjust the object's coordinates if the object does not belong to a plan... | Filippos Karapetis |
2010-06-15 | Add TranslationManager::getTranslation variant taking/returning a Common::Str... | Max Horn |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-15 | Code formatting | Max Horn |
2010-06-15 | Fixed comments | Filippos Karapetis |
2010-06-15 | Fixed detective Mosely's hotspot in GK1 (day 1) | Filippos Karapetis |
2010-06-15 | SCI: reset _gfxText16 for sci32, fixes gk1 | Martin Kiewitz |
2010-06-15 | Fix wave patches. | Matthew Hoops |
2010-06-15 | SCI: putting SciGui::init into SciEngine, removing it from SciGui(32) | Martin Kiewitz |
2010-06-15 | SCI: calling wait() directly and removing it from SciGui | Martin Kiewitz |
2010-06-15 | PSP: fixed up PowerManager and removed dependency on SDL | Yotam Barnoy |
2010-06-15 | SCI: move textSize and textFonts and textColors inside gfxText16 | Martin Kiewitz |
2010-06-15 | SCUMM: Fix composeFileHashMap | Max Horn |
2010-06-15 | SCI: Add FIXME regarding audio specific code in Resource(Source) | Max Horn |
2010-06-15 | SCI: Add Resource::getNumber method | Max Horn |
2010-06-15 | Fix some warnings about 'format not a string literal'. | Max Horn |
2010-06-15 | SCI: Saner and simpler conversion from msecs to ticks | Max Horn |
2010-06-15 | AGI: Specify bug reference for workaround | Max Horn |
2010-06-15 | Modify makeAIFFStream to match the other sound decoder factories | Max Horn |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | SCI: Make Resource::_id protected | Max Horn |
2010-06-15 | SCI: OOpify class ResourceId | Max Horn |
2010-06-15 | SCI: Add ResourceManager::getVolVersion() | Max Horn |
2010-06-15 | SCI: fix changes from r49806 | Martin Kiewitz |