Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2 KB

DONE.md

File metadata and controls

63 lines (48 loc) · 2 KB

DONE

v1.6.0 (WIP)

  • nothing

v1.5.0

  • add new options (config-only):

    • rotation_amortizaton (0.91)
    • rotation_speed (20)
  • fix glcanvas background color

    • fixed by dynamically updating glcanvas color based on the fact if we successfully loaded a bg image
    • transparent
      • works with bg image and effects
      • doesn't work with static color bg
    • black
      • works with static color bg (no pattern effect)
      • doesn't work with image
  • bg image slideshow -> investigate bg slideshow works with fade

    • try loading -bg1.$bgext
    • if successful
      • cache and show it
      • start a setInterval, which
        • tries loading -bg$next.$bgext
        • if successful
          • cache and show it
          • increase $bgnext
        • if unsuccessful
          • reset $bgnext and show from cache
  • video background (use bgext=mp4) and have gamename-bg.mp4 available

  • rename extlink to openexclusively

  • rename extlink2 to extlink (also: options, README.md, bigbox3d.config.json.example)

  • vertically center the loading div

  • updated gl-matrix 2.3.2 to 3.4.3

v1.4.0

v1.3.0

  • extended functionality with bigbox3d.php

    • provides specific meta tags for sharing links in Facebook, Twitter etc.
    • utilized bigbox3d.conf.json so that you can omit URL params like path, ext and bg
  • some replacing in opts necessary because Facebook alters URL parameters

v1.2.0

  • optimize (see comments)
  • properly react to resize