Commit d3034221 authored by Jeffrey Lee's avatar Jeffrey Lee
Browse files

Disallow Wimp_SpriteOp 38 (create/remove alpha)

Detail:
  - s/Wimp01 - Add OS_SpriteOp 38 (create/remove alpha) to the list of banned SpriteOp's for Wimp_SpriteOp. OS_SpriteOp 38 is almost always guaranteed to modify the target sprite, and so in keeping with other sprite modification ops it shouldn't be allowed via Wimp_SpriteOp.
Admin:
  Tested on BB-xM


Version 5.38. Tagged as 'Wimp-5_38'
parent 41cb4f23
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.37"
Module_Version SETA 537
Module_MajorVersion SETS "5.38"
Module_Version SETA 538
Module_MinorVersion SETS ""
Module_Date SETS "09 Mar 2014"
Module_ApplicationDate SETS "09-Mar-14"
Module_Date SETS "27 Mar 2014"
Module_ApplicationDate SETS "27-Mar-14"
Module_ComponentName SETS "Wimp"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Wimp"
Module_FullVersion SETS "5.37"
Module_HelpVersion SETS "5.37 (09 Mar 2014)"
Module_FullVersion SETS "5.38"
Module_HelpVersion SETS "5.38 (27 Mar 2014)"
END
/* (5.37)
/* (5.38)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.37
#define Module_MajorVersion_CMHG 5.38
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 09 Mar 2014
#define Module_Date_CMHG 27 Mar 2014
#define Module_MajorVersion "5.37"
#define Module_Version 537
#define Module_MajorVersion "5.38"
#define Module_Version 538
#define Module_MinorVersion ""
#define Module_Date "09 Mar 2014"
#define Module_Date "27 Mar 2014"
#define Module_ApplicationDate "09-Mar-14"
#define Module_ApplicationDate "27-Mar-14"
#define Module_ComponentName "Wimp"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Wimp"
#define Module_FullVersion "5.37"
#define Module_HelpVersion "5.37 (09 Mar 2014)"
#define Module_LibraryVersionInfo "5:37"
#define Module_FullVersion "5.38"
#define Module_HelpVersion "5.38 (27 Mar 2014)"
#define Module_LibraryVersionInfo "5:38"
......@@ -3144,7 +3144,7 @@ dospriteopnext
spritebits ; 0 8 16 24 31
DCD 2_11100000011000111000000001110111
DCD 2_11010000001011110000001001101101
DCD 2_11010010001011110000001001101101
DCD 2_10111111111111111111111111111111
ASSERT SpriteReason_BadReasonCode < 96
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment