Age | Commit message (Expand) | Author |
2010-06-24 | Created macosx port from sdl backend. | Alejandro Marzini |
2010-06-24 | Added a init function to OSystem_SDL for early backend setup, and so allowing... | Alejandro Marzini |
2010-06-24 | Refactored SDL mixer manager. Created a SdlMixerManager subclass for Mac OSX. | Alejandro Marzini |
2010-06-23 | Fixed Posix port problem with destructor and configure. | Alejandro Marzini |
2010-06-23 | Relocated Win32 and Posix ports. (Part 2) | Alejandro Marzini |
2010-06-23 | Relocated Win32 and Posix ports. (Part 1) | Alejandro Marzini |
2010-06-23 | Fixed AudioCDManager not having a public inheritance. Backend code cleanup. | Alejandro Marzini |
2010-06-22 | Created posix port subclassed from sdl backend. Removed unnecessary #include ... | Alejandro Marzini |
2010-06-20 | Created win32 port from sdl backend. | Alejandro Marzini |
2010-06-20 | Removed getMillis, delayMillis and getTimeAndDate functions from TimerManager. | Alejandro Marzini |
2010-06-16 | Fix for Valgrind Uninitialised Error from SDL_Event in sdl backend and derive... | David Turner |
2010-06-15 | SDL: only change mouse cursor, when mouse is currently within our window, als... | Martin Kiewitz |
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn |
2010-06-15 | Improved ModularBackend and OSystem_SDL destructors. | Alejandro Marzini |
2010-06-13 | Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to Com... | Alejandro Marzini |
2010-06-13 | Updated makefiles. | Alejandro Marzini |
2010-06-13 | Added SdlEventManager. | Alejandro Marzini |
2010-06-12 | Created SdlMixerImpl. Added setSampleRate method to Audio::MixerImpl. Updated... | Alejandro Marzini |
2010-06-11 | Fixed compilation error on Mac. | Alejandro Marzini |
2010-06-11 | Add Common::EventSource inheritance for ModularBackend. OSystem_SDL now subcl... | Alejandro Marzini |
2010-06-10 | Made creation of SdlMutexManager earlier than other modules. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-06-07 | Moved toggleMouseGrab from SdlGraphicsManager. Disabled some code, will fix l... | Alejandro Marzini |
2010-06-07 | Removed old subsystems design files. Removed graphics.cpp | Alejandro Marzini |
2010-06-07 | Removed code that is now in managers. Added mutex and graphics manager initia... | Alejandro Marzini |
2010-06-02 | OSYSTEM: Get rid of kFeatureAutoComputeDirtyRects | Max Horn |
2010-06-01 | Inline palettes in SDL backend into class OSystem_SDL | Max Horn |
2010-06-01 | Removed OSystem pointer. Added left initialization code to file subsystem. | Alejandro Marzini |
2010-06-01 | SDL audio subsystem created. | Alejandro Marzini |
2010-05-29 | Removed some unused variables, found by cppcheck. | Torbjörn Andersson |
2010-05-29 | Added again base-backend. Started sdl backend refatoring, file, mutex and tim... | Alejandro Marzini |
2010-05-21 | SDL: Split quit() method into deinit() so error codes could be returned. | Eugene Sandulenko |
2010-05-21 | Fix spelling | Eugene Sandulenko |
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. Config... | Andre Heider |
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this combin... | Andre Heider |
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to confi... | Andre Heider |
2010-04-20 | abort() when calling setPalette() or grabPalette() in non CLUT8 modes. | Andre Heider |
2010-04-04 | Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)". | Johannes Schickel |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-03-18 | COMMON: Move typedef StringList from str.h to new header str-array.h | Max Horn |
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ... | Max Horn |
2010-03-10 | Remove last traces of OSystem::getOutputSampleRate() | Max Horn |
2010-03-08 | Move some aspect ratio related stuff to graphics/scaler/aspect.h | Max Horn |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-01-25 | Fix sample buffer calculation. Now it really asks for a buffer of 2048 sample... | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-07 | - Adapt documentation, that keycolor in setMouseCursor may not exceed the max... | Johannes Schickel |
2009-12-19 | Silence some gcc 3.4.5 warnings. | Matthew Hoops |
2009-12-04 | Prevent SDL backend from eating up keypress events with Ctrl+Alt set. | Johannes Schickel |
2009-11-30 | Remove use_scaler defines around enum in order for graphics to compile properly. | Lars Persson |