Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-17 | Missed a bit | Travis Howell | |
svn-id: r13335 | |||
2004-03-17 | Add Cygwin cross compile too. | Travis Howell | |
svn-id: r13334 | |||
2004-03-17 | Add mingw to configure (Not working yet) | Travis Howell | |
svn-id: r13333 | |||
2004-03-17 | Use the same syntax for accessing script variables as BS1 does, i.e. now | Torbjörn Andersson | |
it's Logic::_scriptVars[ID] instead of just ID. Apart from looking cool, it makes it much easier to tell the difference between variables and constants when looking at the code. Of course, this sort of sweeping changes is jolly good for introducing truly weird regressions, which is why I waited until after 0.6.0. svn-id: r13331 | |||
2004-03-17 | default savepath when /home/khalek is defined would be nice | Jonathan Gray | |
svn-id: r13330 | |||
2004-03-17 | add ability to acces journal via F5 for consistency with other engines | Jonathan Gray | |
svn-id: r13329 | |||
2004-03-17 | Typo | Travis Howell | |
svn-id: r13328 | |||
2004-03-17 | Bump version | James Brown | |
svn-id: r13327 | |||
2004-03-17 | Update issues | Travis Howell | |
svn-id: r13326 | |||
2004-03-17 | Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this ↵ | Max Horn | |
may introduce regressions, please report them (overall, this is a neat patch, it removes so many ugly hacks :-) svn-id: r13325 | |||
2004-03-17 | Fix (workaround?) for bugs #917700 and #917697 | Max Horn | |
svn-id: r13323 | |||
2004-03-17 | Fix for bug #917532 (GUI: BrowserDialog return value) | Max Horn | |
svn-id: r13320 | |||
2004-03-16 | Patch #917503: Remove stray semicolons | Max Horn | |
svn-id: r13319 | |||
2004-03-16 | Fixed warnings. I hope I didn't break anything! | Torbjörn Andersson | |
svn-id: r13317 | |||
2004-03-16 | Fixed typo. | Torbjörn Andersson | |
svn-id: r13316 | |||
2004-03-16 | Increase channel for Amiga V3 player. | Travis Howell | |
svn-id: r13315 | |||
2004-03-16 | Update | Travis Howell | |
svn-id: r13314 | |||
2004-03-15 | "int GraphicsMode *" was a rather creative type... :) | Marcus Comstedt | |
svn-id: r13313 | |||
2004-03-15 | cleanup | Max Horn | |
svn-id: r13312 | |||
2004-03-15 | Updated RH .spec files (Thanks wjp) | Max Horn | |
svn-id: r13311 | |||
2004-03-15 | Allow multi-line OSD messages; display virtual/real screen resolutions when ↵ | Max Horn | |
chaning the scaler or the aspect ratio correction svn-id: r13309 | |||
2004-03-15 | cleanup; added a TODO to Font class | Max Horn | |
svn-id: r13308 | |||
2004-03-15 | HACK needed for Spanish Simon1 Talkie too. | Travis Howell | |
svn-id: r13307 | |||
2004-03-15 | display saga option in help text | Jonathan Gray | |
svn-id: r13304 | |||
2004-03-15 | Ooops | Travis Howell | |
svn-id: r13303 | |||
2004-03-15 | turn illegal SCUMM var access into an error | Max Horn | |
svn-id: r13302 | |||
2004-03-15 | disambiguate the two talkingActor() methods (one was a getter, one a setter ↵ | Max Horn | |
-- reflect that in the name) svn-id: r13301 | |||
2004-03-15 | clearMsgQueue now just is a synonym for stopTalk -> remove it | Max Horn | |
svn-id: r13300 | |||
2004-03-15 | After the refactoring it's clearly that _messagePtr can be removed. Hooray, ↵ | Max Horn | |
yet another obscure global 'parameter' gone :-) svn-id: r13299 | |||
2004-03-15 | refactor use of _messagePtr -> instead of using it as an implicit parameter ↵ | Max Horn | |
for various methods, pass its value explicitly to those methods. Note: this *should* be just a code transformation, with no change to the program logic - unless I messed up once again <sigh> svn-id: r13298 | |||
2004-03-15 | Added remove_at method | Eugene Sandulenko | |
svn-id: r13297 | |||
2004-03-15 | Aaargh, didn't mean to commit this... | Max Horn | |
svn-id: r13296 | |||
2004-03-15 | ...and mor. Next big thing should be to document the overlay stuff, but ↵ | Max Horn | |
that'll have to wait till after I slept :-) svn-id: r13295 | |||
2004-03-15 | more tweaks to doxygen | Max Horn | |
svn-id: r13294 | |||
2004-03-15 | Use Saga namespace everywhere | Eugene Sandulenko | |
svn-id: r13293 | |||
2004-03-15 | fix circular header dependency, by moving StackLock class to common/system.h ↵ | Max Horn | |
(it ties closely into OSystem anyway) svn-id: r13292 | |||
2004-03-15 | implicitly declare use of OSystem | Max Horn | |
svn-id: r13291 | |||
2004-03-15 | Should probably be Simon2-only... | Oliver Kiehl | |
svn-id: r13290 | |||
2004-03-15 | Renamed OSystem::set_timer() to setTimerCallback(); more OSystem Doxygen changes | Max Horn | |
svn-id: r13289 | |||
2004-03-15 | Code formatting | Eugene Sandulenko | |
svn-id: r13288 | |||
2004-03-15 | Hack to prevent segfaults caused by insufficient allocated memory when | Oliver Kiehl | |
playing the french version of simon2 with subtitles enabled. svn-id: r13287 | |||
2004-03-15 | fix doxygen-comment mistakes | Max Horn | |
svn-id: r13286 | |||
2004-03-15 | Added getDefaultGraphicsMode for DC backend | Max Horn | |
svn-id: r13285 | |||
2004-03-15 | Added OSystem::getDefaultGraphicsMode(); renamed OSystem::get_height() and ↵ | Max Horn | |
get_width() to getHeight and getWidth(); augmented some doxygen comments in common/system.h svn-id: r13284 | |||
2004-03-15 | fix warnings | Max Horn | |
svn-id: r13283 | |||
2004-03-14 | rewrote talk_with_text from scratch. probably needs some testing | Oliver Kiehl | |
svn-id: r13282 | |||
2004-03-14 | Initial SAGA checkin | Eugene Sandulenko | |
svn-id: r13281 | |||
2004-03-14 | Initial SAGA checkin. Disabled by default, enable with --enable-saga | Eugene Sandulenko | |
but don't expect it to work. svn-id: r13280 | |||
2004-03-14 | Virtual keyboard. | Marcus Comstedt | |
svn-id: r13279 | |||
2004-03-14 | remove ugly goto | Oliver Kiehl | |
svn-id: r13278 |