Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-31 | PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3 | Yotam Barnoy | |
svn-id: r46810 | |||
2009-12-31 | PSP: added disable_dosbox_opl to custom makefile | Yotam Barnoy | |
svn-id: r46809 | |||
2009-12-31 | N64: some cleanup in osystem | Fabio Battaglia | |
svn-id: r46799 | |||
2009-12-30 | remove bad hackery caused by n64 port and avoid polluting StdioStream using ↵ | Fabio Battaglia | |
a custom Stream subclass svn-id: r46777 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 | |||
2009-12-22 | Patch #2896875: "dist update for linuxmoto-platform" | Eugene Sandulenko | |
svn-id: r46491 | |||
2009-12-19 | Silence some gcc 3.4.5 warnings. | Matthew Hoops | |
svn-id: r46415 | |||
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn | |
svn-id: r46315 | |||
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn | |
svn-id: r46311 | |||
2009-12-04 | Prevent SDL backend from eating up keypress events with Ctrl+Alt set. | Johannes Schickel | |
svn-id: r46259 | |||
2009-12-02 | PSP: experiment to help resolve flicker bug | Yotam Barnoy | |
svn-id: r46239 | |||
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r46232 | |||
2009-11-30 | Remove use_scaler defines around enum in order for graphics to compile properly. | Lars Persson | |
svn-id: r46216 | |||
2009-11-30 | Add includepath to find gui\ includepath from sci | Lars Persson | |
svn-id: r46215 | |||
2009-11-30 | Add support for teenagent. Add missing support for Feeble files! | Lars Persson | |
svn-id: r46214 | |||
2009-11-30 | Add support for DRACI! | Lars Persson | |
svn-id: r46212 | |||
2009-11-25 | apply patch #2903175: "PSP: compile cleanup/fix for gprof and Windows" | Joost Peters | |
svn-id: r46134 | |||
2009-11-24 | PSP: Fix whitespace usage and code formatting | Max Horn | |
svn-id: r46126 | |||
2009-11-24 | formatting | Joost Peters | |
svn-id: r46124 | |||
2009-11-24 | fix building via Makefile | Joost Peters | |
svn-id: r46123 | |||
2009-11-24 | revert psp.spec mutilation too | Joost Peters | |
svn-id: r46122 | |||
2009-11-24 | PSP: Replaced virtual keyboard and cleaned up makefiles in the process. | Yotam Barnoy | |
svn-id: r46120 | |||
2009-11-23 | PS2: Further tweak PS2FileStream; fix potential leak in ps2_fopen | Max Horn | |
svn-id: r46115 | |||
2009-11-23 | PS2: Add new PS2FileStream class for std I/O. | Max Horn | |
* Add new class PS2FileStream as substitute for class StdioStream on PS2 * Remove PS2 specific hacks from stdiostream.cpp / class StdioStream * Remove various ps2_f*() wrapper funcs, merging them into PS2FileStream TODO: Merge class Ps2File into PS2FileStream svn-id: r46111 | |||
2009-11-23 | Remove unnecessary #include errno.h | Max Horn | |
svn-id: r46109 | |||
2009-11-23 | PS2 & NDS: Remove ps2_fprintf and some useless typedefs and #defines; use ↵ | Max Horn | |
fputs instead of fprintf svn-id: r46107 | |||
2009-11-23 | PS2: cleanup | Max Horn | |
svn-id: r46105 | |||
2009-11-23 | Remove obsolete OSX & NDS specific stuff from StdioStream code | Max Horn | |
svn-id: r46104 | |||
2009-11-18 | fix compilation of null backend | Joost Peters | |
svn-id: r45979 | |||
2009-11-18 | WINCE: Use correct include paths | Max Horn | |
svn-id: r45977 | |||
2009-11-18 | cleanup | Max Horn | |
svn-id: r45976 | |||
2009-11-18 | Modify WinCE, LinuxMoto and GP2xWiz backends to use ↵ | Max Horn | |
graphics/scaler/downscaler* code (untested as of now) svn-id: r45975 | |||
2009-11-18 | PS2: Remove custom OSystem::fillScreen implementation as well as clearScreen() | Max Horn | |
svn-id: r45973 | |||
2009-11-18 | samsungtv: cleanup | Paweł Kołodziejski | |
svn-id: r45972 | |||
2009-11-18 | samsungtv: no need make surface conversion here any more, sdl do that with ↵ | Paweł Kołodziejski | |
internal emulation svn-id: r45971 | |||
2009-11-17 | samsungtv: cleanup | Paweł Kołodziejski | |
svn-id: r45953 | |||
2009-11-17 | samsungtv: since new sdl lib port support mouse and keyboard, adopting ↵ | Paweł Kołodziejski | |
handle remote controller events svn-id: r45952 | |||
2009-11-16 | samsungtv: no need workaround to subclasses, alternate sdl static library ↵ | Paweł Kołodziejski | |
works fine svn-id: r45940 | |||
2009-11-16 | samsungtv: remap keycode, main tv software tell with SDLK_POWER to ↵ | Paweł Kołodziejski | |
imediately quit sdl app svn-id: r45939 | |||
2009-11-15 | samsungtv: no need anymore exception for broken SDL_ShowCursor | Paweł Kołodziejski | |
svn-id: r45931 | |||
2009-11-15 | Make _mouseKeyColor a uint32 when USE_RGB_COLOR is defined to fix key color ↵ | Matthew Hoops | |
with some cursors when using a >8bpp cursor. svn-id: r45929 | |||
2009-11-15 | Made Alt-s (screenshot) work again. | Torbjörn Andersson | |
svn-id: r45921 | |||
2009-11-14 | samsungtv: continue reduction of code duplication | Paweł Kołodziejski | |
svn-id: r45900 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-11-14 | reduce code duplication, unconst pixel format | Paweł Kołodziejski | |
svn-id: r45895 | |||
2009-11-13 | samsungtv: ops that should not go here | Paweł Kołodziejski | |
svn-id: r45883 | |||
2009-11-13 | samsungtv: remove code duplication | Paweł Kołodziejski | |
svn-id: r45882 | |||
2009-11-13 | samsungtv: revert last hasFeature change, feature kFeatureCursorHasPalette ↵ | Paweł Kołodziejski | |
is needed svn-id: r45881 | |||
2009-11-13 | samsungtv: fix hasFeature flag | Paweł Kołodziejski | |
svn-id: r45880 | |||
2009-11-13 | update includes | Paweł Kołodziejski | |
svn-id: r45879 |