summaryrefslogtreecommitdiff
path: root/NET/worlds/scape/BackgroundLoader.java
Commit message (Collapse)AuthorAgeFilesLines
* fix: Decompilation artifact repairs for Java 11 compilationFuwn2026-02-131-1/+1
| | | | | | | | | | - Duplicate variable declarations in switch-case branches (AvMenu, ServerInputStream, netData, AnimatedAction) - Ambiguous null constructor calls requiring explicit casts (ExpireDialog, PosableShape) - Deprecated getPeer() replaced with isDisplayable() (PolledDialog) - Decompiler $assertionsDisabled artifact removed (BackgroundLoader) - Missing null-safety on unboxing (BooleanFieldEditorDialog) - Raw generic types parameterized (ShallowEnumeration) - Raw Enumeration cast added (Shape)
* Initial commitFuwn2026-02-121-0/+95