Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-03 | Oops | Chris Apers | |
svn-id: r22868 | |||
2006-06-03 | Updated palmos FS based on lastest changes to the base class | Chris Apers | |
svn-id: r22867 | |||
2006-06-03 | Added AGI support | Chris Apers | |
svn-id: r22866 | |||
2006-06-03 | Added missing functions and fixed saving with AGI engine | Chris Apers | |
svn-id: r22865 | |||
2006-06-03 | Fixed calls | Chris Apers | |
svn-id: r22864 | |||
2006-06-03 | Missing propset | Chris Apers | |
svn-id: r22863 | |||
2006-06-03 | Don't reinvent the wheel, use MSL functions when available for better ↵ | Chris Apers | |
compatibility and smaller code size svn-id: r22862 | |||
2006-06-03 | More maemo port development | Eugene Sandulenko | |
svn-id: r22849 | |||
2006-06-01 | Specific resource file for UIQ3 added and updated. | Lars Persson | |
svn-id: r22821 | |||
2006-06-01 | Allow X11 backend to compile | James Brown | |
svn-id: r22819 | |||
2006-05-31 | Moved Symbian call to GUI::Actions::init(); to the Symbian backend | Lars Persson | |
svn-id: r22811 | |||
2006-05-31 | Project files for AGI added and support for S60V3 | Lars Persson | |
svn-id: r22803 | |||
2006-05-30 | free old buffers when changing resolution in the non-GU backend (not that ↵ | Joost Peters | |
it's ever used, but anyway) svn-id: r22787 | |||
2006-05-30 | - fix bug in copyRectToOverlay() that was introduced after _overlayScale ↵ | Joost Peters | |
cleanup. - implement grabOverlay() svn-id: r22772 | |||
2006-05-29 | some cleanup | Joost Peters | |
svn-id: r22753 | |||
2006-05-29 | Update makefile for the GP32 port. | Won Star | |
svn-id: r22752 | |||
2006-05-29 | fix 480x272 overlay drawing, set default overlay size to 480x272 | Joost Peters | |
svn-id: r22751 | |||
2006-05-29 | get rid of _overlayScale | Joost Peters | |
svn-id: r22750 | |||
2006-05-29 | add SCEkxploit rule | Joost Peters | |
svn-id: r22749 | |||
2006-05-28 | fix PSPFilesystemNode::parent() + some minor cleanup | Joost Peters | |
svn-id: r22727 | |||
2006-05-28 | make getNodeForPath() use the proper PSPFilesystemNode ctor (and remove the ↵ | Joost Peters | |
old, now unused, one). svn-id: r22726 | |||
2006-05-27 | The dirty rect produced by drawMouse() is updated without going through any | Torbjörn Andersson | |
scaling or aspect-ratio correction, so it has to be added using real surface coordinates. So I had to re-introduce the extra parameter to addDirtyRect(). svn-id: r22681 | |||
2006-05-27 | fix warpmouse in overlay-mode; fixes cursor jumps when opening menu | Willem Jan Palenstijn | |
svn-id: r22679 | |||
2006-05-26 | move psp_fs.cpp from backends/psp/ to backends/fs/psp/ | Joost Peters | |
svn-id: r22657 | |||
2006-05-26 | Update to adapt for AbstractFilesystemNode changes made recently. | Joost Peters | |
svn-id: r22655 | |||
2006-05-25 | unused variable | Willem Jan Palenstijn | |
svn-id: r22633 | |||
2006-05-25 | fix hotspot handling when overlay visible | Willem Jan Palenstijn | |
svn-id: r22631 | |||
2006-05-24 | The AGI engine's save/load dialog dirties the entire screen thirteen times | Torbjörn Andersson | |
each iteration of the loop, causing a serious slowdown on my computer. It empathically should not be doing that, of course, but to safe-guard against such patological cases, if the entire screen is dirtied even once we can set _forceFull to true. svn-id: r22616 | |||
2006-05-23 | fix VC & SDL 1.2.10 compilation error | Andrew Kurushin | |
svn-id: r22585 | |||
2006-05-23 | Update GP32 port. It still doesn't work very well... | Won Star | |
svn-id: r22584 | |||
2006-05-21 | Don't crash if drawMouse() is called before _mouseSurface is created. | Torbjörn Andersson | |
svn-id: r22562 | |||
2006-05-20 | fixed compilation when DISABLE_SCALERS | Paweł Kołodziejski | |
svn-id: r22551 | |||
2006-05-20 | fix compilation, that variable no longer exists | Paweł Kołodziejski | |
svn-id: r22550 | |||
2006-05-20 | Removed stray printf() from earlier commit. | Torbjörn Andersson | |
svn-id: r22542 | |||
2006-05-20 | Re-render the cursor when enabling/disabling cursor palette. Also, I don't | Torbjörn Andersson | |
think _cursorHasOwnPalette is needed any more, so I've removed it. svn-id: r22541 | |||
2006-05-20 | Our GUI uses the "cursor palette" feature, but the SDL backend did not use the | Torbjörn Andersson | |
cursor palette in overlay mode. Now it does, which fixes bug #1476666. The reason it worked at all before was that blitCursor() was called while still not in overlay mode. This, of course, means that the GUI can corrupt the in-game cursor palette. I don't have any game that uses this feature, so I don't know if it's properly restored again afterwards. But if it isn't, that should be fairly easy to fix. svn-id: r22539 | |||
2006-05-20 | Fixed cursor drawing in the classic theme. | Torbjörn Andersson | |
svn-id: r22538 | |||
2006-05-19 | Slighty modified patch #1491859: "Possible fix for recent cursor regressions" | Eugene Sandulenko | |
svn-id: r22535 | |||
2006-05-18 | --force-1x-overlay is no more. Remove leftovers. | Eugene Sandulenko | |
svn-id: r22519 | |||
2006-05-18 | - Revert additional setUpCursor() call as it broke in-game cursor palette | Eugene Sandulenko | |
- Disable scaling for cursors which have target scale defined svn-id: r22509 | |||
2006-05-17 | - Heavily modified patch #1214784: "Disable overlay scaling" | Eugene Sandulenko | |
- Eriktorbjorn's patch from same tracker item for scaling sword1/2 cutscenes is applied as is. It lacks resolution switch on-the-fly. - GUI widgets are repositioned on the fly and use most space, even aspect ratio corrected screen is used without scaling - Heavy tesing is required, but works for me in all cases except for bug #1483272: "GUI: SCUMM pause dialog breaks upon scaler switch" which needs more work. - I probavly broke some backend or two svn-id: r22505 | |||
2006-05-13 | Add code for get current directory | Travis Howell | |
svn-id: r22437 | |||
2006-05-13 | Get current directory via a path of '.' | Travis Howell | |
svn-id: r22435 | |||
2006-05-12 | Added the new AbstractFilesystemNode::getCurrentDirectory() method. Also ↵ | Max Horn | |
changed the semantics of the FilesystemNode constructors (see also the relevant doxygen comments for explanations). This also fixes bug #1485941. svn-id: r22424 | |||
2006-05-12 | Updated some comments | Max Horn | |
svn-id: r22422 | |||
2006-05-12 | Fixed memory leak in PSPFilesystemNode | Max Horn | |
svn-id: r22421 | |||
2006-05-12 | Make some tweaks to the GP32 and PSP FS code (trying to at least partially ↵ | Max Horn | |
bring them up to speed with the FS code changes). Note: If those files were inside backends/fs/, they wouldn't be overlooked as easily when making FS changes... svn-id: r22420 | |||
2006-05-12 | Updated WinCE backend to the new form of FilesystemNode::listDir | Max Horn | |
svn-id: r22419 | |||
2006-05-09 | Attempted fix for bug #1484881 | Max Horn | |
svn-id: r22398 | |||
2006-05-09 | - Updated MSVC8 project files | Eugene Sandulenko | |
- Renamed base/options.cpp to base/commandLine.cpp because of conflict with gui/options.cpp which sit in same directory in MSVC builds - Moved AudioCDManager singleton declaration outside of Audio namespace - Fixed numerous MSVC warning of potentially uninitialized variables and int <-> bool conversions. svn-id: r22397 |