Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-26 | force screen update to update mouse pointer position (bug #1016446) | Gregory Montoir | |
svn-id: r14763 | |||
2004-08-24 | Rewrote the way strings are extracting from the datafiles, now it should be ↵ | Gregory Montoir | |
'alignment safe'. Maybe it will fix bugs #923570 and #1013886, too. svn-id: r14734 | |||
2004-08-17 | remove some debug information and fix bug #1010929 | Gregory Montoir | |
svn-id: r14639 | |||
2004-08-14 | minor cleanp | Gregory Montoir | |
svn-id: r14616 | |||
2004-08-14 | fixed warnings | Paweł Kołodziejski | |
svn-id: r14603 | |||
2004-08-06 | forgot to reset dynalum color index during init | Gregory Montoir | |
svn-id: r14489 | |||
2004-08-06 | cleanup and simplify Resource class a bit more | Gregory Montoir | |
svn-id: r14488 | |||
2004-08-06 | minor cleanup | Gregory Montoir | |
svn-id: r14484 | |||
2004-08-05 | forgot that | Gregory Montoir | |
svn-id: r14473 | |||
2004-08-05 | simplified some code | Gregory Montoir | |
svn-id: r14472 | |||
2004-08-05 | not needed anymore, as File::open() handles the current directory | Gregory Montoir | |
svn-id: r14471 | |||
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few ↵ | Max Horn | |
more getGameDataPath() calls svn-id: r14090 | |||
2004-06-27 | Thanks to File::setDefaultDirectory(), in most cases it is *not* necessary ↵ | Max Horn | |
to pass getGameDataPath() on to File::open() svn-id: r14087 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-04 | handle long command strings better (see bug report 962828) | Gregory Montoir | |
svn-id: r13928 | |||
2004-05-05 | make use of OSystem::setMouseCursor() change | Gregory Montoir | |
svn-id: r13792 | |||
2004-04-06 | fix for bug #928549. | Gregory Montoir | |
Animations on objects/persons setup by cutaways can still be played after the end of the cutscene. (the only ?) one room in which this is reproducable is the first time you talk to the Oracle (first c44, then c47). As a Cutaway object is created for each cutscene, the _cutAnim member should be moved to an more "persistant" object. Otherwise we're reading data from free'd memory... svn-id: r13488 | |||
2004-04-03 | patch #910779 (with minor tweaks), fotaq hebrew support : | Gregory Montoir | |
- reversed button captions in journal - reversed command text in pinnacle room - reverse order of lines in dialogue chooser thanks Ori Avtalion ! svn-id: r13447 | |||
2004-03-28 | Fix bug #925059 | Nicolas Bacca | |
svn-id: r13416 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-26 | does this fixes the journal issue for spanish version ? | Gregory Montoir | |
svn-id: r13384 | |||
2004-03-25 | try to track the journal issue in spanish version | Gregory Montoir | |
svn-id: r13382 | |||
2004-03-23 | Fix for bug #921681 - clear _quickSave when exiting cutaways | Joost Peters | |
svn-id: r13376 | |||
2004-03-23 | Fix #922003 - FOTAQ crash on PocketPC | Nicolas Bacca | |
svn-id: r13372 | |||
2004-03-19 | Fixed | Chris Apers | |
svn-id: r13342 | |||
2004-03-18 | minor cleanup | Gregory Montoir | |
svn-id: r13340 | |||
2004-03-18 | fixed issue when loading a savegame in last room (robot/frank fight) | Gregory Montoir | |
svn-id: r13338 | |||
2004-03-17 | Added PalmOS support | Chris Apers | |
svn-id: r13336 | |||
2004-03-17 | add ability to acces journal via F5 for consistency with other engines | Jonathan Gray | |
svn-id: r13329 | |||
2004-03-15 | implicitly declare use of OSystem | Max Horn | |
svn-id: r13291 | |||
2004-03-14 | prevent journal from reappearing when F1 is pressed more than once | Gregory Montoir | |
svn-id: r13272 | |||
2004-03-14 | fixed inventory scrolling using keyboard | Gregory Montoir | |
svn-id: r13265 | |||
2004-03-09 | Respond to volume-altering songs | Joost Peters | |
svn-id: r13225 | |||
2004-03-09 | Enable music volume slider in Journal | Joost Peters | |
svn-id: r13222 | |||
2004-03-07 | cleanup (removed irrevelant comments and useless XXX'ed code) | Gregory Montoir | |
svn-id: r13214 | |||
2004-03-02 | Display keyboard when saving | Nicolas Bacca | |
svn-id: r13156 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-28 | forgot to change that, too | Gregory Montoir | |
svn-id: r13086 | |||
2004-02-28 | dropped the 'always' verb feature, as it is more confusing than useful | Gregory Montoir | |
svn-id: r13084 | |||
2004-02-28 | simplified alt_intro check | Gregory Montoir | |
svn-id: r13082 | |||
2004-02-28 | removed hack from loading code | Gregory Montoir | |
svn-id: r13080 | |||
2004-02-28 | Forgot to add this to xref.txt | Joost Peters | |
svn-id: r13076 | |||
2004-02-27 | Handle comic book case, enable music toggle and some minor cleanup. | Joost Peters | |
svn-id: r13074 | |||
2004-02-27 | Handle "compressed" songs | Joost Peters | |
svn-id: r13066 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-22 | Patch #885904 (Flac Support) with some tweaks by me | Max Horn | |
svn-id: r12984 | |||
2004-02-21 | I am an idiot. | Joost Peters | |
Better fix for bug #899881 (Sounds played when sound turned off) - I forgot I added the isSpeech flag a while back. :) svn-id: r12976 | |||
2004-02-21 | Fix for bug #899881 (Sounds played when sound turned off) | Joost Peters | |
svn-id: r12975 | |||
2004-02-21 | Fixed arrow dialogue glitches (partial display) in non-english versions. ↵ | Gregory Montoir | |
This was due to a (wrong) blitting order of the bobs, arrows are now the last ones. svn-id: r12959 | |||
2004-02-14 | fix yet another piece of broken music | Joost Peters | |
svn-id: r12861 |