Commit graph

184 commits

Author SHA1 Message Date
SwingTheVine
e8b0952cde
Merge branch 'code' into main 2025-08-11 23:50:42 -04:00
github-actions[bot]
e6d3ea866a v0.80.0; Added brief description about what Blue Marble does 2025-08-11 03:10:04 +00:00
github-actions[bot]
16f7594baf v0.79.0; Merge pull request #98 from SwingTheVine/documentation
Updated documentation
2025-08-11 01:41:04 +00:00
KrunchyKrisp
676bd85c6d Added a translucent gray checkerboard render for #deface 2025-08-10 16:21:20 -04:00
Endrik Tombak
d3e8211017 Change transform easing to 0s 2025-08-10 16:19:12 -04:00
SwingTheVine
aca7df4189 Added color palette to src/utils.js 2025-08-09 20:52:22 -04:00
SwingTheVine
13ff8fbe33 Merge branch 'main' of https://github.com/SwingTheVine/Wplace-BlueMarble 2025-08-09 20:49:26 -04:00
github-actions[bot]
f2d34d8093 v0.78.0; Merge pull request #64 from breakgimme/map-fix
fix map loading after migration from openfreemap to custom map backend
2025-08-09 19:04:11 +00:00
SwingTheVine
906d410578
Merge pull request #64 from breakgimme/map-fix
fix map loading after migration from openfreemap to custom map backend
2025-08-09 14:03:35 -05:00
breakgimme
5b3160f144 fix map loading after migration from openfreemap to custom map backend 2025-08-09 18:17:54 +02:00
github-actions[bot]
4ab2a7d1f3 v0.77.0; Fixed issues with Issue templates... (#65)
* Moved config.yml to correct directory

* Moved bug-report.yml to correct directory

* Moved feature-request.yml to correct directory

* Moved pull-request.yml to correct directory
2025-08-09 15:44:30 +00:00
SwingTheVine
70eb0a26fa Update to Wiki Docs 2025-08-08 19:38:49 -04:00
github-actions[bot]
428278f8af v0.76.0; Bug fixes for documentation wiki 2025-08-08 20:14:25 +00:00
SwingTheVine
4ff45bb9b7 Bug fixes for documentation wiki 2025-08-08 16:10:50 -04:00
github-actions[bot]
8f3c22cfb7 v0.75.0; Added Wiki for documentation 2025-08-08 20:00:06 +00:00
SwingTheVine
3e51e35b25 Added Wiki for documentation 2025-08-08 15:59:11 -04:00
github-actions[bot]
d934d19dc0 v0.74.0; Fixed status bug 2025-08-07 22:26:30 +00:00
SwingTheVine
cc8888400a Fixed status bug 2025-08-07 18:22:53 -04:00
SwingTheVine
b7f7927385 Added shields "Visitors" and "Tutorial" 2025-08-07 18:00:31 -04:00
SwingTheVine
e1e9e9816e Fixed bug with Firefox crash...
...but the overlay is still broken! However, the broken parts won't kill wplace.
2025-08-07 17:26:34 -04:00
SwingTheVine
ca34eeeea8 Added Enable/Disable buttons and functionality 2025-08-07 17:25:14 -04:00
SwingTheVine
221ef34551 Renamed enable button to create button 2025-08-07 12:20:41 -04:00
github-actions[bot]
9840004460 v0.73.0; Persistent template works (mostly) 2025-08-06 23:35:20 +00:00
SwingTheVine
5dcde7a9cd Persistent template works (mostly) 2025-08-06 19:34:44 -04:00
SwingTheVine
663ac2950c Optimized template-tile generation 2025-08-06 16:38:04 -04:00
SwingTheVine
11590007a7 Merge 2025-08-05 19:43:36 -04:00
github-actions[bot]
1836ddf590 v0.72.0; Fixed minimize bugs - from #29 Nick-machado/minimize-window-feature
Enhance overlay drag and file input handling
2025-08-05 22:50:50 +00:00
SwingTheVine
7817baabc1
Merge branch 'main' into minimize-window-feature 2025-08-05 17:44:24 -05:00
SwingTheVine
c42a95a170 Minor comment changes 2025-08-05 18:42:09 -04:00
SwingTheVine
d5e753faab Fixed version number
The version number automatically increments when pushed
2025-08-05 16:46:29 -04:00
SwingTheVine
a60b046eb2 Merge 2025-08-05 13:18:17 -04:00
Nicholas
1d78a140dd Enhance overlay drag and file input handling
Improved the overlay drag logic for smoother, GPU-accelerated movement using requestAnimationFrame and transform. Updated file input elements to use stronger hiding techniques, preventing browser-native text from appearing during minimize/maximize. Updated version to 0.72.0 and added additional debug logging and minor UI/UX improvements.
2025-08-05 14:18:12 -03:00
github-actions[bot]
e169a08864 v0.71.0; Added minimize button in #27 from Nick-machado/minimize-window-feature
Minimize Window Feature & Pixel Counting System
2025-08-05 02:27:28 +00:00
SwingTheVine
da77f2c55a Removed incorrect version numbers 2025-08-04 22:18:19 -04:00
SwingTheVine
70b07b8152
Update BlueMarble.meta.js 2025-08-04 22:03:59 -04:00
SwingTheVine
26ffa903f6 Added the concept of darkening pixels 2025-08-04 21:55:16 -04:00
SwingTheVine
9696990ed8
Merge branch 'main' into minimize-window-feature 2025-08-04 20:50:31 -05:00
Nicholas
533494c790 Refactor overlay maximize feedback and improve accessibility
Removes the status message when maximizing the overlay, as the state change is visually clear. Updates comments to clarify that accessibility information is still provided via alt text for screen readers and tooltips.
2025-08-04 22:23:03 -03:00
Nicholas
82bf8a3c3e Add pixel counting and minimize/maximize overlay features
Introduces a comprehensive pixel counting system to the Template class and integrates pixel statistics into the template creation and rendering process. Adds minimize/maximize functionality to the overlay UI, including responsive element visibility, fixed minimized dimensions, and improved user feedback. Updates documentation and comments to reflect new features and version history.
2025-08-04 22:08:12 -03:00
github-actions[bot]
c5152bf1a8 v0.70.0; Changed build.yml release message 2025-08-05 00:24:32 +00:00
Nicholas
a0df44e746 Add minimize/maximize functionality to overlay UI
Introduces a minimize/maximize toggle for the Blue Marble overlay via the icon, updating layout and visibility of UI elements accordingly. Updates CSS for smooth transitions and responsive sizing. Also adds debugging and logging improvements in the userscript, and updates the script name in metadata.
2025-08-04 19:01:33 -03:00
SwingTheVine
58db39b9d8 Fixed bugs in install inst. and drag with touch 2025-08-04 16:31:48 -04:00
github-actions[bot]
5a0087927f Release version; Clarified where the userscript can be downloaded from 2025-08-04 19:12:57 +00:00
github-actions[bot]
f4393c6454 Release version; Merge pull request #17 from CpdnCristiano/fix-template-pixel-offset
Fix template pixel offset calculation in createTemplateTiles()
2025-08-02 16:40:34 +00:00
Cristiano Nascimeno
0ce0647e30 Fix template pixel offset calculation 2025-08-02 08:43:16 -03:00
github-actions[bot]
1de09bcd6e Release version; Potentally fixed template alignment issue 2025-08-02 05:52:07 +00:00
SwingTheVine
ba1ee44d6a Potentally fixed template alignment issue 2025-08-02 01:51:23 -04:00
SwingTheVine
5879422b9d Added Move Palette button 2025-08-02 00:15:45 -04:00
SwingTheVine
cb6a89c330 Fixed security vulnerability, and blob queue bug 2025-08-01 23:10:11 -04:00
github-actions[bot]
f3529c0258 Release version; Finished multi-tile templates 2025-08-02 01:26:16 +00:00