Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-26 | Moved parser functions arrays to file scope, as they were tripping up the ↵ | Nicola Mettifogo | |
obsolete gcc used for the BeOS/Haiku port. If anybody can work out a better solution please apply it, because this makes me sick. svn-id: r42793 | |||
2009-07-26 | Formatting. | Johannes Schickel | |
svn-id: r42792 | |||
2009-07-26 | Fixed compilation from file changes to common and gob engine | Paul Gilbert | |
svn-id: r42791 | |||
2009-07-26 | Changed the events.cpp file to EventDispatcher.cpp, to avoid MSVC name ↵ | Paul Gilbert | |
clashes with sdl/events.cpp svn-id: r42790 | |||
2009-07-25 | Add optional readline support to the text debugger console. | Willem Jan Palenstijn | |
Make text/graphical console selectable with an option to configure. svn-id: r42787 | |||
2009-07-25 | GP2X Backend: Volume control code cleanup. | John Willis | |
svn-id: r42785 | |||
2009-07-25 | Adding more sanity checks to Vmd::renderFrame() | Sven Hesse | |
svn-id: r42783 | |||
2009-07-25 | Adding support for (new-style) stereo in DPCM audio | Sven Hesse | |
svn-id: r42782 | |||
2009-07-25 | use READ_UINT16 macro | Joost Peters | |
svn-id: r42780 | |||
2009-07-25 | Make sure that "buf" is properly terminated. Actually, we could probably get | Torbjörn Andersson | |
rid of "buf" completely, and replace it with face = syncChar[p] - '0', assuming that syncChar only contains digits. But for now, let's make a minimal change. This might fix bug #2826611 ("DRASCULA: Crash when smashing church window"). svn-id: r42776 | |||
2009-07-25 | Implement missing bits in KyraEngine_HoF::setCauldronState. | Johannes Schickel | |
svn-id: r42773 | |||
2009-07-25 | Fix palette regression in Kyra2. | Johannes Schickel | |
svn-id: r42771 | |||
2009-07-25 | Fixing Woodruff videos again after enabling block type 2 transparency | Sven Hesse | |
svn-id: r42768 | |||
2009-07-25 | Moved the decision whether subtitles should be displayed, so that the broken ↵ | Sven Hesse | |
subtitles in The Last Dynasty aren't shown svn-id: r42767 | |||
2009-07-25 | Added a workaround to fix the Last Dynasty video greenness for now | Sven Hesse | |
svn-id: r42766 | |||
2009-07-25 | Adept savegame name creation code to use Common::String::printf. | Johannes Schickel | |
svn-id: r42765 | |||
2009-07-25 | Yet another fix for the GP2x backend. | Johannes Schickel | |
svn-id: r42761 | |||
2009-07-25 | Fix gp2x port building. | Johannes Schickel | |
svn-id: r42759 | |||
2009-07-25 | Don't hog the CPU while waiting for the player to pick a conversation option. | Torbjörn Andersson | |
svn-id: r42757 | |||
2009-07-25 | Added word-wrapping to Drascula's conversation options. Fixes bug #2826607. | Torbjörn Andersson | |
svn-id: r42755 | |||
2009-07-25 | fix another aligned write | Joost Peters | |
svn-id: r42753 | |||
2009-07-25 | Strip trailing whitespaces. | Johannes Schickel | |
svn-id: r42752 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-25 | remove implicit SoundDigital::Sound ctor call, which is redundant because ↵ | Joost Peters | |
the required initialisation is done below -- this fixes a linker error with mipspro svn-id: r42748 | |||
2009-07-25 | fix unaligned writes | Joost Peters | |
svn-id: r42747 | |||
2009-07-25 | Formatting | Eugene Sandulenko | |
svn-id: r42746 | |||
2009-07-25 | Use new Common::String::printf | Willem Jan Palenstijn | |
svn-id: r42744 | |||
2009-07-25 | Add Common::String::printf to format a string | Willem Jan Palenstijn | |
svn-id: r42743 | |||
2009-07-25 | Whitespace fixes | Max Horn | |
svn-id: r42742 | |||
2009-07-25 | Whitespace changes. | Travis Howell | |
svn-id: r42740 | |||
2009-07-25 | Fixed GCC warnings. | Torbjörn Andersson | |
svn-id: r42739 | |||
2009-07-25 | Update credits. | Travis Howell | |
svn-id: r42738 | |||
2009-07-25 | Add patch #2821100 - MM C64 Objects / Verb fixes, with minor clean up applied. | Travis Howell | |
svn-id: r42737 | |||
2009-07-25 | Add patch #2816140 - MM C64 Costume Animation. | Travis Howell | |
svn-id: r42736 | |||
2009-07-25 | Add enum which marks global priorites of the EventManager event dispatcher. | Johannes Schickel | |
svn-id: r42729 | |||
2009-07-25 | - EventDispatcher is no longer a singleton. | Johannes Schickel | |
- Add "getEventDispatcher" method to EventManager. svn-id: r42728 | |||
2009-07-25 | - Adapt DefaultEventManager to use Common::ArtificialEventSource | Johannes Schickel | |
- Adapt Keymapper to implement EventMapper interface svn-id: r42727 | |||
2009-07-25 | Moved ArtificialEventSource to common/events.h. | Johannes Schickel | |
svn-id: r42726 | |||
2009-07-25 | Change DefaultEventManager to use EventDispatcher. | Johannes Schickel | |
svn-id: r42725 | |||
2009-07-25 | - Add marco to easily access the EventDispatcher instance. | Johannes Schickel | |
- Add events.cpp to module.mk svn-id: r42724 | |||
2009-07-25 | Made DefaultEventManager a subclass of EventObserver. | Johannes Schickel | |
svn-id: r42723 | |||
2009-07-25 | Replaced "_artificialEventQueue" by an EventSource. | Johannes Schickel | |
svn-id: r42722 | |||
2009-07-25 | Prevent EventMapper events from being mapped. | Johannes Schickel | |
svn-id: r42721 | |||
2009-07-25 | Add function "allowMapping" to EventSource, for testing whether the event ↵ | Johannes Schickel | |
source allows mapping (via the Keymapper for example.) svn-id: r42720 | |||
2009-07-25 | Got rid of EventManger::artificialEventQueue. | Johannes Schickel | |
svn-id: r42719 | |||
2009-07-25 | Replace "EventProvider" class of the DefaultEventManager implementation with ↵ | Johannes Schickel | |
"Common::EventSource". svn-id: r42718 | |||
2009-07-25 | Add new event dispatching API. | Johannes Schickel | |
svn-id: r42717 | |||
2009-07-24 | Merging Map_v4 into Map_v2 | Sven Hesse | |
svn-id: r42716 | |||
2009-07-24 | CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ↵ | Sven Hesse | |
notifyPaused() svn-id: r42715 | |||
2009-07-24 | Moving all implementations into the cpp | Sven Hesse | |
svn-id: r42714 |