Calling #clone on certain classes such as Sprite or Window should raise TypeError #17
Labels
No Label
RGSS accuracy
bug
compilation
discussion
documentation
duplicate
enhancement
invalid
performance issue
port request
question
ruby incompatibility
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: MapleShrine/mkxp#17
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to compile a list of these classes first.
Exception message: "can't clone "
From RGSS1 (Ruby built-in classes were excluded): Plane, Sprite, Tilemap, Window, RPG::Sprite and Viewport raise TypeError.
RPG::Troop raises NameError in mkxp while in Game.exe is clonable.
Extraction method (using runtime scripts):
Then just
$ diff output-mkxp output-wine
I can't check RGSS2 and 3 right now, but this method should work too.