Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-06 | Fixed regression: the ITE Mac version works correctly again | Filippos Karapetis | |
svn-id: r35749 | |||
2009-01-06 | Fixed broken condition check for displaying dialogue balloons. | Nicola Mettifogo | |
svn-id: r35748 | |||
2009-01-05 | Got rid of updateAnim2() | Filippos Karapetis | |
svn-id: r35747 | |||
2009-01-05 | Added Haiku support to configure (due to Begasus) | Max Horn | |
svn-id: r35746 | |||
2009-01-05 | Workaround issue in Graphics::Surface code on Haiku | Max Horn | |
svn-id: r35745 | |||
2009-01-05 | Updated config.guess and config.sub from http://git.savannah.gnu.org | Max Horn | |
svn-id: r35744 | |||
2009-01-05 | Tweak gui/ThemeData.* to not produce errors on certain system like Haiku (at ↵ | Max Horn | |
least I hope this will work :) svn-id: r35743 | |||
2009-01-05 | Added a copyFrameToBuffer() method to the FLIC player too, like in the other ↵ | Filippos Karapetis | |
players svn-id: r35742 | |||
2009-01-05 | Added Doxygen-like comments to the FLIC player, and changed it a bit to have ↵ | Filippos Karapetis | |
similar method names as the DXA and Smacker players. Also, removed the convenience method hasFrames(), as it's the same as getFrameCount() > 0 svn-id: r35741 | |||
2009-01-05 | Removed unused reference to OSystem | Filippos Karapetis | |
svn-id: r35740 | |||
2009-01-05 | Deleted unused declarations, sorted others, and removed some dead code. | Nicola Mettifogo | |
svn-id: r35739 | |||
2009-01-05 | Remove unused code, since room flags are always zero in Elvira 1. | Travis Howell | |
svn-id: r35738 | |||
2009-01-05 | Quit immediately in Elvira 1, and don't let opcodes continue. | Travis Howell | |
svn-id: r35737 | |||
2009-01-05 | Add support for RIFF sound format in createSound(). | Travis Howell | |
svn-id: r35736 | |||
2009-01-05 | fix quitting in Mickey's Space Adventure as well as other minor cleanup | Matthew Hoops | |
svn-id: r35735 | |||
2009-01-05 | fix infinite loop when trying to quit in Troll's Tale | Matthew Hoops | |
svn-id: r35734 | |||
2009-01-04 | had forgotten the case of a rect being partially off the top of the screen ↵ | Kostas Nakos | |
(and not the bottom at the same time). fixes bug #2470228 svn-id: r35733 | |||
2009-01-04 | fix infinite loop when trying to quit in Winnie | Matthew Hoops | |
svn-id: r35732 | |||
2009-01-04 | fix bug #2480870: crash when shaking (not stirring) | Kostas Nakos | |
svn-id: r35731 | |||
2009-01-04 | Fixed warning | Max Horn | |
svn-id: r35730 | |||
2009-01-04 | follow new SAGA engine defines | Kostas Nakos | |
svn-id: r35729 | |||
2009-01-04 | Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by ↵ | Kostas Nakos | |
CE. Scalers are pre-selected by magic on CE. Overriding these selections leads to crashes svn-id: r35728 | |||
2009-01-04 | Got rid of explicit game sound info | Filippos Karapetis | |
svn-id: r35727 | |||
2009-01-04 | Made sure to display labels on animations. | Nicola Mettifogo | |
svn-id: r35726 | |||
2009-01-04 | Made sure each event is processed only once. This wasn't always the case ↵ | Nicola Mettifogo | |
when _inputMode changed as a result of a game action. This also caused the comment mode to be apparently skipped. svn-id: r35725 | |||
2009-01-04 | Improved handling of sound resources | Filippos Karapetis | |
svn-id: r35724 | |||
2009-01-04 | Implemented counters in BRA. Only valid answer options are shown, and ↵ | Nicola Mettifogo | |
counter calculations in scripts are performed. svn-id: r35723 | |||
2009-01-04 | Fixed a crash when quitting Swampy Adventures. (Regression from the RTL ↵ | Torbjörn Andersson | |
changes.) svn-id: r35722 | |||
2009-01-04 | Update. | Travis Howell | |
svn-id: r35720 | |||
2009-01-04 | Blue's 123 Time Activities is supported. | Travis Howell | |
svn-id: r35717 | |||
2009-01-04 | Fix no input, when playing cards in Blue's 123 Time Activies. | Travis Howell | |
svn-id: r35716 | |||
2009-01-04 | Fix assert triggered when sorting out meals in Blue's 123 Time Activies. | Travis Howell | |
svn-id: r35715 | |||
2009-01-04 | Use cache when converting 16bit colors, for faster conversions. | Travis Howell | |
svn-id: r35714 | |||
2009-01-04 | Use slow palette color match, for 16bit color HE games for now. | Travis Howell | |
svn-id: r35713 | |||
2009-01-03 | reorganized introduction sequence static data (to simplify code when using ↵ | Gregory Montoir | |
compressed audio files) svn-id: r35710 | |||
2009-01-03 | debug Makefile targets | Andre Heider | |
svn-id: r35709 | |||
2009-01-03 | tweak the cache values for better video streaming | Andre Heider | |
svn-id: r35708 | |||
2009-01-03 | AGOS Smacker player: Wait for the *next* frame to be displayed, not the ↵ | Filippos Karapetis | |
current one svn-id: r35707 | |||
2009-01-03 | - Prevented full theme search when "builtin" theme was specified | Johannes Schickel | |
- Only do a recursive search for themes with depth 1 in '.' svn-id: r35706 | |||
2009-01-03 | Typo | Filippos Karapetis | |
svn-id: r35705 | |||
2009-01-03 | Simplified the Smacker video playing code for FTA2 | Filippos Karapetis | |
svn-id: r35704 | |||
2009-01-03 | Add missing src checks in drawWizPolygonTransform(). | Travis Howell | |
svn-id: r35703 | |||
2009-01-03 | Considerably shortened the detection table with use of macros. | Eugene Sandulenko | |
svn-id: r35702 | |||
2009-01-03 | Formatting | Eugene Sandulenko | |
svn-id: r35701 | |||
2009-01-03 | Dropped the script preprocessor introduced to fix the broken scripts. The ↵ | Nicola Mettifogo | |
parser has evolved in the meantime and can deal with it accordingly. svn-id: r35700 | |||
2009-01-03 | Properly using SMKPlayer::getFrameWaitTime() in MoviePlayerSMK::processFrame() | Sven Hesse | |
svn-id: r35699 | |||
2009-01-03 | Proper lag calculation even if the SMK has no audio | Sven Hesse | |
svn-id: r35698 | |||
2009-01-03 | Make it possible to quit or return to launcher while the Feeble Files list of | Torbjörn Andersson | |
savegames is scrolling by. (Agonizingly slowly.) svn-id: r35697 | |||
2009-01-03 | This should fix the SMK playing bug discussed in the forums | Sven Hesse | |
SMKPlayer::getFrameDelay() returns the time to wait _in 1/100 ms_. svn-id: r35696 | |||
2009-01-03 | Bugfix for #2480853 - Skorl doesn't follow Minnow into Cellar | Paul Gilbert | |
svn-id: r35695 |