Le Philousophe
9bdf1233b1
BACKENDS: Migrate to Path API
2023-12-24 13:19:25 +01:00
Le Philousophe
f61400075f
PSP: Don't use unsafe sprintf and vsprintf
2022-10-23 22:46:19 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
aryanrawlani28
2fdb7bb894
BACKENDS: PSP: Fix compilation due to incorrect type in TimedMessageDialog
2020-08-30 20:03:26 +01:00
Henrik "Henke37" Andersson
8ff38d7409
PSP: Use PauseToken.
2020-05-11 01:35:03 +02:00
Johannes Schickel
2a7e57dd48
PSP: Make GPL headers consistent in themselves.
2014-02-18 02:39:37 +01:00
Christoph Mallon
c21f87836e
PSP: Pass the stream as reference to PngLoader.
2011-08-07 15:19:08 +02:00
Christoph Mallon
bf580e6e6b
JANITORIAL: Add missing NL at EOF.
2011-08-07 13:53:33 +02:00
Max Horn
88913c0139
ALL: Remove trailing whitespaces
...
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-20 00:59:48 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Johannes Schickel
a1d99836cd
BACKENDS: Fix SVN keyword usage.
...
svn-id: r54584
2010-11-29 18:48:43 +00:00
Max Horn
ac748c2ebd
PSP: Enable use of forbidden symbols
...
svn-id: r53970
2010-10-31 00:01:00 +00:00
Yotam Barnoy
547e028b93
PSP: Improved image viewer movement
...
Before the limit was arbitrary. Now we check the proper location on screen and move in increments relative to the size on screen.
svn-id: r53918
2010-10-29 07:55:18 +00:00
Yotam Barnoy
13b6e0d69a
PSP: Fixed ImageViewer code to deallocate TimedMessageDialog
...
Not deallocating it before loading the next image causes fragmentation in memory which eventually prevents big things from being loaded into memory.
svn-id: r53873
2010-10-27 11:09:03 +00:00
Yotam Barnoy
4af9057eaa
PSP: Fix up imageViewer to pause game
...
The only real way to pause the game is to take over the event loop, which is a little sad... Also fixed a possible crash when loading an image that was to big, by only rendering when we have _init set.
svn-id: r53741
2010-10-23 19:01:34 +00:00
Yotam Barnoy
00bf6ab791
PSP: add missing return statements to image viewer
...
svn-id: r53601
2010-10-19 07:37:50 +00:00
Yotam Barnoy
6fc10aeeac
PSP: made image in viewer movable by pushing nub continuously
...
svn-id: r53462
2010-10-14 22:33:32 +00:00
Yotam Barnoy
a4537b84bd
PSP: made image viewer reset to the first image between engine loads
...
svn-id: r53460
2010-10-14 22:11:17 +00:00
Yotam Barnoy
7c22545899
PSP: added image viewer for viewing images during games
...
svn-id: r53455
2010-10-14 13:19:32 +00:00