Age | Commit message (Expand) | Author |
2010-11-18 | BACKENDS: Implement logging API proposed by Max on -devel. | Johannes Schickel |
2010-11-18 | PSP: reduced fragmentation by allocating overlay just once | Yotam Barnoy |
2010-11-18 | PSP: added backtracing function for debugging | Yotam Barnoy |
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn |
2010-11-10 | PSP: changed renderer to render huge images properly | Yotam Barnoy |
2010-11-04 | PSP: cleaning up some stuff from plugin merge | Yotam Barnoy |
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy |
2010-10-31 | Updated with latest from trunk | Yotam Barnoy |
2010-10-31 | PSP: Enable use of forbidden symbols | Max Horn |
2010-10-29 | PSP: Improved image viewer movement | Yotam Barnoy |
2010-10-29 | PSP: corrected png loader to use bit depth rather than palette size | Yotam Barnoy |
2010-10-27 | PSP: Fixed ImageViewer code to deallocate TimedMessageDialog | Yotam Barnoy |
2010-10-23 | PSP: Fix up imageViewer to pause game | Yotam Barnoy |
2010-10-23 | PSP: make vkbd's function keys match their visual representation | Joost Peters |
2010-10-20 | PSP: added dummy function to allow BS2.5 to build | Yotam Barnoy |
2010-10-19 | PSP: add missing return statements to image viewer | Yotam Barnoy |
2010-10-14 | PSP: made image in viewer movable by pushing nub continuously | Yotam Barnoy |
2010-10-14 | PSP: made image viewer reset to the first image between engine loads | Yotam Barnoy |
2010-10-14 | PSP: added image viewer for viewing images during games | Yotam Barnoy |
2010-10-14 | PSP: clarify and fix up display code | Yotam Barnoy |
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat |
2010-10-10 | PSP: factored PngLoader out of virtual keyboard for further use | Yotam Barnoy |
2010-10-06 | PSP: rewrote input code and added an input mode | Yotam Barnoy |
2010-09-25 | PSP: ME MP3: cache stereo status | Yotam Barnoy |
2010-09-23 | PSP: fix issue in ME MP3 code. Release and init the ME when seeking. | Yotam Barnoy |
2010-09-20 | PSP: switch from wrapping memcpy to defining our own memcpy | Yotam Barnoy |
2010-09-20 | PSP: Split up PspMemory class. | Yotam Barnoy |
2010-09-20 | PSP: moved VramAllocator to display_manager.cpp. | Yotam Barnoy |
2010-09-17 | RELEASE: This is 1.3.0svn | Eugene Sandulenko |
2010-09-15 | PLUGINS: Cleanup. | Andre Heider |
2010-09-05 | MERGE: Merge trunk to branch. | Andre Heider |
2010-09-05 | PLUGINS: Move all ELF loader related files to its own directory. | Andre Heider |
2010-09-01 | PSP: removed strict-aliasing | Yotam Barnoy |
2010-08-31 | PSP: fix BS2 crash by disabling strict aliasing | Yotam Barnoy |
2010-08-24 | PSP: switched to using BufferedSeekableReadStream and BufferedWriteStream | Yotam Barnoy |
2010-08-19 | PSP: made PSP compile with plugins. | Yotam Barnoy |
2010-08-18 | PSP: fixed issue in ME MP3 player that prevented different MP3 layers and ver... | Yotam Barnoy |
2010-08-17 | PSP: changed display options to Full Screen, Keep Aspect Ratio and Original R... | Yotam Barnoy |
2010-08-15 | PSP: slight fix to ME MP3 player | Yotam Barnoy |
2010-08-14 | removed psploader.o from objects in psp makefile (psp should be using abstrac... | Tony Puccinelli |
2010-08-11 | manually merged trunk/backends into branch and removed some now redundant elf... | Tony Puccinelli |
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli |
2010-08-07 | removed psploader code, as it is covered by the mipsloader and elfloader in b... | Tony Puccinelli |
2010-08-07 | modified psp to use mips-loader.cpp (and added things to backends/module.mk) | Tony Puccinelli |
2010-08-03 | added checks for ELF_LOADER_TARGET before including the elf plugin provider | Tony Puccinelli |
2010-08-03 | PSP: Factored out thread creation routines into PspThreadable class. | Yotam Barnoy |
2010-07-30 | PSP: optimized memcpy some more and fixed memcpy testing | Yotam Barnoy |
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn |
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn |
2010-07-27 | Continued abstraction of generic ELF-loader, splitting off MIPS-processor spe... | Tony Puccinelli |