Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-14 | Update build system | Max Horn | |
svn-id: r49664 | |||
2010-06-13 | Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to ↵ | Alejandro Marzini | |
Common::TimerManager, DefaultTimerManager and ModularBackend. Removed timer code from OSystem_SDL. svn-id: r49637 | |||
2010-06-13 | Updated makefiles. | Alejandro Marzini | |
svn-id: r49636 | |||
2010-06-13 | Added SdlEventManager. | Alejandro Marzini | |
svn-id: r49635 | |||
2010-06-12 | Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. ↵ | Alejandro Marzini | |
Updated and removed mixer code in OSystem_SDL for using SdlMixerImpl. svn-id: r49602 | |||
2010-06-12 | Added virtual desctructor to MutexManager. | Alejandro Marzini | |
svn-id: r49601 | |||
2010-06-11 | Fixed compilation error on Mac. | Alejandro Marzini | |
svn-id: r49600 | |||
2010-06-11 | Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now ↵ | Alejandro Marzini | |
subclass from ModularBackend insteand of BaseBackend. Added forceFullRedraw() to SdlGraphicsManager and removed _modeChanged. svn-id: r49590 | |||
2010-06-11 | Added missing virtual functions in abstract class GraphicsManager. | Alejandro Marzini | |
svn-id: r49589 | |||
2010-06-10 | Added ModularBackend base class for backends. | Alejandro Marzini | |
svn-id: r49584 | |||
2010-06-10 | Removed deleted DefaultMutexManager from makefile. | Alejandro Marzini | |
svn-id: r49557 | |||
2010-06-10 | Added an abstract version of MutexManager. Deleted DefaultMutexManager, now ↵ | Alejandro Marzini | |
it's NullMutexManager. svn-id: r49556 | |||
2010-06-10 | Made creation of SdlMutexManager earlier than other modules. | Alejandro Marzini | |
svn-id: r49555 | |||
2010-06-10 | Commented AudioCDManager | Alejandro Marzini | |
svn-id: r49554 | |||
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini | |
- Removed AudioCDManager Singleton, and changed code for using AudioCDManager in OSystem. - Added initialization code for new AudioCDManager in BaseBackend and OSystem_SDL. svn-id: r49548 | |||
2010-06-09 | Added an abstract version of AudioCDManager. | Alejandro Marzini | |
svn-id: r49547 | |||
2010-06-09 | Created DefaultAudioCDManager and SdlAudioCDManager | Alejandro Marzini | |
svn-id: r49532 | |||
2010-06-09 | Added directives for avoiding compilation of sdl managers on platforms that ↵ | Alejandro Marzini | |
don't use them (Other platforms may also need to be added later) svn-id: r49531 | |||
2010-06-09 | Removed feature methods. Destructor made virtual. | Alejandro Marzini | |
svn-id: r49529 | |||
2010-06-08 | Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure ↵ | Alejandro Marzini | |
virtual class GraphicsManager. svn-id: r49528 | |||
2010-06-08 | Merged from trunk. | Alejandro Marzini | |
svn-id: r49499 | |||
2010-06-08 | Added Graphics and Mutex managers to makefile. | Alejandro Marzini | |
svn-id: r49498 | |||
2010-06-08 | Made Mixer to subclass from Common::NonCopyable. | Alejandro Marzini | |
svn-id: r49497 | |||
2010-06-08 | Deleted DefaultAudioManager. | Alejandro Marzini | |
svn-id: r49496 | |||
2010-06-07 | SCI: slight cleanup on processPatch, etc. | Martin Kiewitz | |
svn-id: r49495 | |||
2010-06-07 | SCI: fix regression from #49484, we were ignoring 65535 patches and this ↵ | Martin Kiewitz | |
broke kq6 - the check was previously for -1 and this case wasn't able to happen at all, maybe it was left-over code from freesci somehow svn-id: r49494 | |||
2010-06-07 | Added support for SCI2+ base36 encoded patches (audio36 and sync36) | Filippos Karapetis | |
svn-id: r49491 | |||
2010-06-07 | Document the Groovie engine news and reorder in order to match the previous ↵ | Jordi Vilalta Prat | |
releases. svn-id: r49490 | |||
2010-06-07 | Remove some extra spaces | Jordi Vilalta Prat | |
svn-id: r49489 | |||
2010-06-07 | Fix some typos in a comment | Jordi Vilalta Prat | |
svn-id: r49488 | |||
2010-06-07 | Groovie: | Jordi Vilalta Prat | |
- Rewritten T7G's font code to subclass Graphics::Font and make it cleaner. - Use theme fonts for the Mac version of T7G (which used ugly system fonts originally). With this the Mac version should be completable. - Cleanup include interdependencies. svn-id: r49487 | |||
2010-06-07 | Fixed regression from commit #49465 - there are in fact two restAdjust ↵ | Filippos Karapetis | |
variables, the current and global one svn-id: r49486 | |||
2010-06-07 | PSP: found bug in fast getMillis() implementation. Fixed it by adding a ↵ | Yotam Barnoy | |
fixed amount to the time counter. svn-id: r49485 | |||
2010-06-07 | Fix gcc warning about an comparison which is always false due to data type ↵ | Johannes Schickel | |
range. svn-id: r49484 | |||
2010-06-07 | Allow for the other audio36 patch naming schemes (Mac and some Torin ones). | Matthew Hoops | |
svn-id: r49482 | |||
2010-06-07 | Added extra positioning and dummy depths surface so that the introduction ↵ | Paul Gilbert | |
cutscene now starts up svn-id: r49480 | |||
2010-06-07 | Changed a create call to setSize to fix compiler error | Paul Gilbert | |
svn-id: r49479 | |||
2010-06-07 | Initial conversion of the AnimviewView class to use the expanded ↵ | Paul Gilbert | |
MadsAnimation class, rather than the older AAFile skeleton class svn-id: r49478 | |||
2010-06-07 | Some initial code for audio36 and sync36 patch support | Filippos Karapetis | |
svn-id: r49477 | |||
2010-06-07 | Moved destruction of globals and resource manager to common M4 engine base ↵ | Paul Gilbert | |
class - this fixes a bug where resources were still being tossed after the resource manager was destroyed svn-id: r49476 | |||
2010-06-07 | Moved toggleMouseGrab from SdlGraphicsManager. Disabled some code, will fix ↵ | Alejandro Marzini | |
later. Added code for access for moved variables and functions in SdlGraphicsManager. svn-id: r49475 | |||
2010-06-07 | Removed old subsystems design files. Removed graphics.cpp | Alejandro Marzini | |
svn-id: r49474 | |||
2010-06-07 | Removed code that is now in managers. Added mutex and graphics manager ↵ | Alejandro Marzini | |
initialization and functions redirections. svn-id: r49473 | |||
2010-06-07 | Added constructor, destructor. Made some variables and methods public. ↵ | Alejandro Marzini | |
Removed toggleMouseGrab (now in events). Added feature methods. Fixed missing code for displayMessageOnOSD. svn-id: r49472 | |||
2010-06-07 | Removed setGraphicsMode(const char *name), as it is on OSystem already. | Alejandro Marzini | |
svn-id: r49471 | |||
2010-06-07 | SCI: Relax signature of kCreateTextBitmap. | Walter van Niftrik | |
svn-id: r49470 | |||
2010-06-07 | SCI: Adjust kGetSaveFiles for SCI32. | Walter van Niftrik | |
svn-id: r49469 | |||
2010-06-07 | Change some kString subops to use the raw string directly instead of through ↵ | Matthew Hoops | |
a Common::String. Fixes usage with strings from kGetSaveFiles(). svn-id: r49468 | |||
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some ↵ | Filippos Karapetis | |
more state-related variables to it, and remove several FIXME's about non-const global variables. Also, the entries in the data stack are now deleted when loading (fixes a memory leak - thanks to digitall for this). svn-id: r49465 | |||
2010-06-06 | Throw a warning in kString(At) if the index is out-of-bounds instead of ↵ | Matthew Hoops | |
having it assert out. svn-id: r49464 |