Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-23 | PSP: commented out new PSP audio. Still has some clicking issues | Yotam Barnoy | |
svn-id: r49169 | |||
2010-05-23 | PSP: changed thread stack sizes to prevent crashes in COMI | Yotam Barnoy | |
svn-id: r49168 | |||
2010-05-23 | PSP: forgot to add a file | Yotam Barnoy | |
svn-id: r49162 | |||
2010-05-23 | PSP: replaced SDL's timer with much simpler and more efficient PspTimer class | Yotam Barnoy | |
svn-id: r49155 | |||
2010-05-23 | PSP: switched from SDL's audio to my own thread. Removed needless blocking ↵ | Yotam Barnoy | |
while playing and made it generally more efficient. To deactivate, simply comment out USE_PSP_AUDIO svn-id: r49149 | |||
2010-05-21 | sync with parent sdl backend | Paweł Kołodziejski | |
svn-id: r49134 | |||
2010-05-21 | SDL: Split quit() method into deinit() so error codes could be returned. | Eugene Sandulenko | |
svn-id: r49131 | |||
2010-05-21 | Fix spelling | Eugene Sandulenko | |
svn-id: r49130 | |||
2010-05-20 | PSP: Had to switch to different way of using callbacks as last one wasn't ↵ | Yotam Barnoy | |
working well. Seems to be working well this way, so I activated it. If need be, deactivate it by commenting out USE_DISPLAY_CALLBACK svn-id: r49115 | |||
2010-05-17 | PSP: added option for render by callback and fixed up and cleaned up debug ↵ | Yotam Barnoy | |
mechanism. This allows for about 4% speedup since we no longer need to wait for VSYNC in our main thread. I'll activate it as soon as I've tested it out properly. svn-id: r49055 | |||
2010-05-16 | Add back README.PSP | Joost Peters | |
svn-id: r49052 | |||
2010-05-12 | PSP: fixed debug function. Compiler optimization was calling the destructor ↵ | Yotam Barnoy | |
before the end of the function, causing incorrect stack output. svn-id: r49013 | |||
2010-05-10 | Error.cpp needs to be included in the application mmp also for error ↵ | Lars Persson | |
translation. svn-id: r48999 | |||
2010-05-10 | Revert r48979. Instead, make the HQ scalers depend on the normal ones. ↵ | Andre Heider | |
Configure reflects that now. svn-id: r48996 | |||
2010-05-09 | Since configure allows HQ scalers without the normal onces, allow this ↵ | Andre Heider | |
combination. svn-id: r48979 | |||
2010-05-09 | Remove unsupported platforms for UIQ3 | Lars Persson | |
svn-id: r48978 | |||
2010-05-09 | Rename DISABLE_*SCALERS to USE_*SCALERS, and move the mk/cpp defines to ↵ | Andre Heider | |
configure. svn-id: r48977 | |||
2010-05-09 | Updated build files, version nr and added v5 compability flag | Lars Persson | |
svn-id: r48976 | |||
2010-05-09 | N64: Remove a potentially dangerous define in makefile | Fabio Battaglia | |
svn-id: r48975 | |||
2010-05-05 | Replace various strncpy usages by strlcpy. | Johannes Schickel | |
svn-id: r48955 | |||
2010-04-30 | Fixed warnings when building a GC binary. | Andre Heider | |
svn-id: r48877 | |||
2010-04-29 | remove unused files | Frantisek Dufka | |
svn-id: r48862 | |||
2010-04-28 | PSP: added profiling support to custom makefile for ease of use | Yotam Barnoy | |
svn-id: r48826 | |||
2010-04-26 | PSP: Added support for profiling using configure: | Yotam Barnoy | |
svn-id: r48804 | |||
2010-04-26 | PSP: Cleanup trace.h a bit | Max Horn | |
svn-id: r48802 | |||
2010-04-25 | PSP: A couple of small fixes to the debugging support | Yotam Barnoy | |
svn-id: r48793 | |||
2010-04-25 | PSP:Implemented fingolfin's suggestion for cleaning up debugging code | Yotam Barnoy | |
svn-id: r48792 | |||
2010-04-20 | abort() when calling setPalette() or grabPalette() in non CLUT8 modes. | Andre Heider | |
svn-id: r48757 | |||
2010-04-20 | Round up the game texture dimensions if the requested size is incompatible ↵ | Andre Heider | |
to the hardware. svn-id: r48751 | |||
2010-04-19 | Add note about fix for 1.1.1 to README-WinCE.txt | Robin Watts | |
svn-id: r48739 | |||
2010-04-19 | Fix lockScreen() for 16bit modes. | Andre Heider | |
svn-id: r48728 | |||
2010-04-19 | Reinit the video mode when showing the console on an abnormal exit. This was ↵ | Andre Heider | |
not sccessful under some circumstances. svn-id: r48727 | |||
2010-04-16 | DS: Merge changes from 1.1.0 branch into trunk | Max Horn | |
svn-id: r48677 | |||
2010-04-15 | Replace ancient maemo patch with the one from 1.1.0 branch | Max Horn | |
svn-id: r48660 | |||
2010-04-12 | remove useless getObjectName() method | Joost Peters | |
svn-id: r48640 | |||
2010-04-12 | add const keyword to some methods | Joost Peters | |
svn-id: r48639 | |||
2010-04-12 | formatting | Max Horn | |
svn-id: r48638 | |||
2010-04-12 | PSP: Fix code formatting using astyle | Max Horn | |
svn-id: r48634 | |||
2010-04-12 | PSP: refactoring/redesign of the backend | Yotam Barnoy | |
svn-id: r48632 | |||
2010-04-04 | Commit of patch #2980597 "GSoC: GUI: Text input + Right Alt (bug #2978736)". | Johannes Schickel | |
svn-id: r48524 | |||
2010-04-03 | Updated README-WinCE.txt with release details. | Robin Watts | |
svn-id: r48484 | |||
2010-04-03 | Updated XCode project | Oystein Eftevaag | |
svn-id: r48479 | |||
2010-04-01 | Updated readme with history of releases | Lars Persson | |
svn-id: r48456 | |||
2010-03-31 | Tweak WinCE port readme file to correct version numbers. | Robin Watts | |
svn-id: r48451 | |||
2010-03-22 | Patch #2938173: LinuxMoto update 23012010 | Max Horn | |
svn-id: r48362 | |||
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn | |
svn-id: r48359 | |||
2010-03-21 | Ack, typo! | Marcus Comstedt | |
svn-id: r48352 | |||
2010-03-21 | Autodetect long V numbers and shorten them. | Marcus Comstedt | |
svn-id: r48351 | |||
2010-03-20 | Add missing tokenizer.h include. | Johannes Schickel | |
svn-id: r48326 | |||
2010-03-20 | DS: Changing version number on title screen | Neil Millstone | |
svn-id: r48322 |