Eugene Sandulenko
34f96756d6
ALL: Update license in ARM assembly files too
2021-12-26 19:02:46 +01:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Cameron Cawley
de096f56a5
GRAPHICS: Remove unused scaler code
2019-12-17 01:18:11 +02:00
Johannes Schickel
e499a25a00
GRAPHICS: Manually specify function alignment in ARM assembly.
2014-03-06 20:21:48 +01:00
Willem Jan Palenstijn
a1f12c25ca
ARM: Fix normal2x scaler for width % 4 != 0
...
The first jump to 'thin:' didn't leave r14 (remaining width)
in the right state.
2011-06-10 21:31:03 +02:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Robin Watts
9bb92eba9e
Fix for ARM Normal2xAspect scaler that was causing crashes when the screen
...
'shakes' (such as when the head/bomb goes of at the start of sam'n'max).
Was overwriting the end of the screen when asked to plot a non-multiple of
5 lines.
svn-id: r48690
2010-04-17 15:45:06 +00:00
Arnaud Boutonné
1f79fd5788
Some more header modifications ("Graphic Adventure Engine" and the legal property paragraph)
...
svn-id: r47489
2010-01-23 22:50:24 +00:00
Max Horn
5884ac58c6
Whitespace changes
...
svn-id: r44546
2009-10-02 20:21:07 +00:00
Andre Heider
fa3e257aa2
Removed the svn:executable property on non-executables
...
svn-id: r44444
2009-09-28 09:16:53 +00:00
Robin Watts
816bd9a7ea
Add ARM code version of Normal2x scaler.
...
Add ARM only aspect ratio correcting version of Normal2x scaler.
Make WinCE port use Normal2x by default if the screen is large enough.
Make WinCE port use aspect ratio correcting version if panel is hidden.
svn-id: r42843
2009-07-27 16:29:36 +00:00