Age | Commit message (Expand) | Author |
2004-03-15 | cleanup | Max Horn |
2004-03-15 | Updated RH .spec files (Thanks wjp) | Max Horn |
2004-03-15 | Allow multi-line OSD messages; display virtual/real screen resolutions when c... | Max Horn |
2004-03-15 | cleanup; added a TODO to Font class | Max Horn |
2004-03-15 | HACK needed for Spanish Simon1 Talkie too. | Travis Howell |
2004-03-15 | display saga option in help text | Jonathan Gray |
2004-03-15 | Ooops | Travis Howell |
2004-03-15 | turn illegal SCUMM var access into an error | Max Horn |
2004-03-15 | disambiguate the two talkingActor() methods (one was a getter, one a setter -... | Max Horn |
2004-03-15 | clearMsgQueue now just is a synonym for stopTalk -> remove it | Max Horn |
2004-03-15 | After the refactoring it's clearly that _messagePtr can be removed. Hooray, y... | Max Horn |
2004-03-15 | refactor use of _messagePtr -> instead of using it as an implicit parameter f... | Max Horn |
2004-03-15 | Added remove_at method | Eugene Sandulenko |
2004-03-15 | Aaargh, didn't mean to commit this... | Max Horn |
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but that'... | Max Horn |
2004-03-15 | more tweaks to doxygen | Max Horn |
2004-03-15 | Use Saga namespace everywhere | Eugene Sandulenko |
2004-03-15 | fix circular header dependency, by moving StackLock class to common/system.h ... | Max Horn |
2004-03-15 | implicitly declare use of OSystem | Max Horn |
2004-03-15 | Should probably be Simon2-only... | Oliver Kiehl |
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn |
2004-03-15 | Code formatting | Eugene Sandulenko |
2004-03-15 | Hack to prevent segfaults caused by insufficient allocated memory when | Oliver Kiehl |
2004-03-15 | fix doxygen-comment mistakes | Max Horn |
2004-03-15 | Added getDefaultGraphicsMode for DC backend | Max Horn |
2004-03-15 | Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ge... | Max Horn |
2004-03-15 | fix warnings | Max Horn |
2004-03-14 | rewrote talk_with_text from scratch. probably needs some testing | Oliver Kiehl |
2004-03-14 | Initial SAGA checkin | Eugene Sandulenko |
2004-03-14 | Initial SAGA checkin. Disabled by default, enable with --enable-saga | Eugene Sandulenko |
2004-03-14 | Virtual keyboard. | Marcus Comstedt |
2004-03-14 | remove ugly goto | Oliver Kiehl |
2004-03-14 | cleanup | Oliver Kiehl |
2004-03-14 | cleanup | Paweł Kołodziejski |
2004-03-14 | prevent journal from reappearing when F1 is pressed more than once | Gregory Montoir |
2004-03-14 | Protect against multiple inclusion. | Marcus Comstedt |
2004-03-14 | Sound buffer adjustment. | Marcus Comstedt |
2004-03-14 | In stereo. | Marcus Comstedt |
2004-03-14 | fixed inventory scrolling using keyboard | Gregory Montoir |
2004-03-13 | some cleanup | Joost Peters |
2004-03-13 | Patch #902111: Change remaining random function calls to use RandomSource | Max Horn |
2004-03-13 | update | Paweł Kołodziejski |
2004-03-13 | fix for voice bundle bug in german version comi | Paweł Kołodziejski |
2004-03-13 | Reworked scaling logic, and added kFeatureAspectRatioCorrection support. | Marcus Comstedt |
2004-03-13 | While moving things down by one line 'looks better' (IMO), it also means that... | Max Horn |
2004-03-13 | Less strange. | Marcus Comstedt |
2004-03-13 | Cleanup. | Marcus Comstedt |
2004-03-13 | Use default implementation for setGraphicsMode(const char *). | Marcus Comstedt |
2004-03-13 | Use the name "scummvm_main" for the common main function, like WinCE. | Marcus Comstedt |
2004-03-13 | Document the backend feature flags a bit, I hope this clarifies their purpose... | Max Horn |