Age | Commit message (Expand) | Author |
2003-07-08 | Update to new virtual functions, protected members and so on, take one | Nicolas Bacca |
2003-07-07 | More languages | Chris Apers |
2003-07-07 | New thread emu | Chris Apers |
2003-07-07 | Fixed %c modifier | Chris Apers |
2003-07-07 | Language option support + music and MP3 related options | Chris Apers |
2003-07-07 | MP3 and sound thread fixes | Chris Apers |
2003-07-07 | More options | Chris Apers |
2003-07-06 | fix compile | Oliver Kiehl |
2003-07-06 | const fix; expannded TODO comment a bit | Max Horn |
2003-07-06 | some backend fixes | Max Horn |
2003-07-06 | "Better" fix... (Die C++, die!) | Marcus Comstedt |
2003-07-06 | Fixed parse error. | Marcus Comstedt |
2003-07-06 | make x11 backend compile again, still doesn't actually work though... | Jonathan Gray |
2003-07-05 | fixed stack lock at startup | Max Horn |
2003-07-05 | updated backends to use type MutexRef | Max Horn |
2003-07-05 | Add more OpenGL fixes, patch #762815 | Travis Howell |
2003-07-05 | Implement new interface functions | Ruediger Hanke |
2003-07-04 | fixed two leaks | Max Horn |
2003-07-03 | const correctness | Max Horn |
2003-07-03 | const correctness | Max Horn |
2003-07-03 | fix for bug #765402: no shaking with 1x scaler | Max Horn |
2003-07-03 | Removed the calls to SDL_SetGamma(). No one could understand what they were | Torbjörn Andersson |
2003-07-02 | cleanup | Max Horn |
2003-07-02 | cleanup; made mutex protection of graphics code a little bit tighter by prote... | Max Horn |
2003-06-30 | Allow the 3x scaler in fullscreen mode. Since we have aspect ratio | Torbjörn Andersson |
2003-06-30 | Add OpenGL fixes, patch #762815 | Travis Howell |
2003-06-26 | Count CD tracks from the beginning, not the end... ^^;; | Marcus Comstedt |
2003-06-24 | fixed volume controller (compared to the core midi backend, volumes are now e... | Max Horn |
2003-06-22 | fixed warnings | Paweł Kołodziejski |
2003-06-22 | Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratio | Torbjörn Andersson |
2003-06-22 | use float instead of double | Max Horn |
2003-06-22 | Ooops | Travis Howell |
2003-06-22 | Revert poll_event change | Travis Howell |
2003-06-22 | Add opengl filter option | Travis Howell |
2003-06-22 | Aspect ratio works with all sclaers in opengl backend | Travis Howell |
2003-06-22 | Patch #757827: Aspect-ratio correction | Max Horn |
2003-06-20 | typo | Max Horn |
2003-06-20 | uhm - dunno how that slipped in =) | Max Horn |
2003-06-20 | some changes for the 320x256 code - the new code *might* work (can't test sin... | Max Horn |
2003-06-20 | oops | Max Horn |
2003-06-20 | cleanup | Max Horn |
2003-06-19 | fixed non-bilinear mode (no black line in that anymore; fixing the bilinear c... | Max Horn |
2003-06-19 | some fixes for the GL backend - but there are still many things broken, e.g. ... | Max Horn |
2003-06-18 | Moved include of stdafx.h to top. | Marcus Comstedt |
2003-06-18 | Added casts to EventCode. | Marcus Comstedt |
2003-06-18 | Added some missing methods and a constructor. | Marcus Comstedt |
2003-06-17 | OpenGL working right now | Travis Howell |
2003-06-17 | Missed one | Travis Howell |
2003-06-17 | Update backend with recent changes, hope this is right. | Travis Howell |
2003-06-17 | temporary & nasty workaround for crash-on-exit in OS X + SDL/GL backend | Max Horn |