Age | Commit message (Expand) | Author |
2010-07-23 | SDL: Fix bug #3025258 | Eugene Sandulenko |
2010-07-23 | GP2XWIZ: Fix warning | Willem Jan Palenstijn |
2010-07-23 | Began abstraction of generic ELF-loader | Tony Puccinelli |
2010-07-23 | OPENGL: Add basic game screen drawing. Changed Overlay PixelFormat to RGBA5551. | Alejandro Marzini |
2010-07-23 | Added abstracted elf32 header file to plugins directory | Tony Puccinelli |
2010-07-23 | Added linker flags to ensure R_ARM_TARGET1 is treated as R_ARM_ABS32 | Tony Puccinelli |
2010-07-22 | OPENGL: Add antialiasing, hotkey: ctrl+alt+f. Fixed minor bugs. | Alejandro Marzini |
2010-07-22 | Added code for relocation R_ARM_TARGET1 (untested) | Tony Puccinelli |
2010-07-21 | switched out linker script for plugin linking on ds, added in check for RELA ... | Tony Puccinelli |
2010-07-20 | General: Fixed building the SEQ MIDI driver | Torbjörn Andersson |
2010-07-20 | BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detection | Max Horn |
2010-07-20 | MIDI: Build and use ALSA driver if and only if USE_ALSA is defined | Max Horn |
2010-07-20 | Fix warning about float->int conversion | Max Horn |
2010-07-20 | Change CHECK_GL_ERROR to not take a 'call statement' as parameter | Max Horn |
2010-07-20 | OPENGL: Implement fullscreen mode. | Alejandro Marzini |
2010-07-20 | coded for more relocations, added check for RELA type relocations, added comm... | Tony Puccinelli |
2010-07-20 | OPENGL: Fix SDL OpenGL context not resizing well on Linux. | Alejandro Marzini |
2010-07-19 | OPENGL: Fix adjustment of mouse coordinates when screen is resized and scaled. | Alejandro Marzini |
2010-07-19 | ALSA: Get ALSA port settings from the new device config settings. | Torbjörn Andersson |
2010-07-19 | OPENGL: Add basic scaler handle. | Alejandro Marzini |
2010-07-19 | SDL: Hack to handle special SDL events. | Alejandro Marzini |
2010-07-19 | SUBSYSTEM: ALSA music driver | Torbjörn Andersson |
2010-07-19 | OPENGL: Fix issue when GFX changes. | Alejandro Marzini |
2010-07-19 | OPENGL: Fix palette issues. | Alejandro Marzini |
2010-07-18 | trying to fix psp build for case sensitive filesystems. | Andre Heider |
2010-07-18 | PSP: switched to using my memcpy | Yotam Barnoy |
2010-07-18 | PSP: forgot test files | Yotam Barnoy |
2010-07-18 | Made memcpy faster but not as fast with uncached mem. | Yotam Barnoy |
2010-07-18 | Fixed rect size when drawing npot textures. Added OpenGL attr for SDL. | Alejandro Marzini |
2010-07-18 | Improved cursor drawing. | Alejandro Marzini |
2010-07-17 | Remove PalmOS port | Max Horn |
2010-07-16 | Added basic cursor drawing. | Alejandro Marzini |
2010-07-16 | change post-increment to pre-increment in return value of nextHighest2(), as ... | Joost Peters |
2010-07-16 | put in initial relocations for R_ARM_ABS32, R_ARM_THM_CALL and R_ARM_V4BX | Tony Puccinelli |
2010-07-16 | Added basic screen drawing (only overlay working). | Alejandro Marzini |
2010-07-15 | added necessary #includes to loader | Tony Puccinelli |
2010-07-15 | Fixed function prototype typos | Tony Puccinelli |
2010-07-15 | Fixed header for OS X, and added OpenGL feature to configure script. (Patch b... | Alejandro Marzini |
2010-07-15 | Optimized nextHigher2. | Alejandro Marzini |
2010-07-15 | Fixed problem with OpenGL headers and windows. | Alejandro Marzini |
2010-07-15 | Fixed doing OpenGL calls before a graphical context was created. | Alejandro Marzini |
2010-07-15 | Replaced nextHigher2, so CHAR_BIT define is not needed. | Alejandro Marzini |
2010-07-15 | restructured ps2loader to use Common::SeekableReadStream instead of a file de... | Tony Puccinelli |
2010-07-15 | Silence gcc warnings. | Matthew Hoops |
2010-07-15 | Replaced the extra SDL functions added to GraphicsManager with an EventObserv... | Alejandro Marzini |
2010-07-14 | If the ALSA driver hasn't been opened, closing it should do nothing. This keeps | Torbjörn Andersson |
2010-07-14 | various dsloader fixes, including initializing _symtab_sect to -1 in the header | Tony Puccinelli |
2010-07-14 | changed Elf32_Rela to Elf32_Rel | Tony Puccinelli |
2010-07-13 | formatting fix for dsloader.h | Tony Puccinelli |
2010-07-13 | PSP: Typos in trace.h | Yotam Barnoy |