Up-in-the-Air – shortlog

You can use Git to clone the repository via the web URL. Download snapshot (zip)
Up-in-the-Air
2024-09-24 Julian FietkauGame respects speed and collection radius settings
2024-09-24 Julian FietkauMore stuff respects the settings now
2024-09-24 Julian FietkauLoad and save settings
2024-09-23 Julian FietkauMock up complete options screen (mostly not functional...
2024-09-23 Julian FietkauBetter white outline for title screen footer text
2024-09-23 Julian FietkauAdd fediverse logo to title screen
2024-09-23 Julian FietkauShow error message if run as a local file
2024-09-23 Julian FietkauRe-randomize collectible placement when restarting...
2024-09-23 Julian FietkauAdd audio options and bring back music
2024-09-22 Julian FietkauPause game if scrolled out of view
2024-09-22 Julian FietkauAdd pause screen
2024-09-22 Julian FietkauImprovements to word placement in ending cutscene
2024-09-22 Julian FietkauAdded basic ending cutscene
2024-09-22 Julian FietkauAdjust loading bar visual style
2024-09-22 Julian FietkauPreload logo as texture
2024-09-22 Julian FietkauAdd placeholder title screen logo
2024-09-22 Julian FietkauPreserve font selection across tab refreshes
2024-09-22 Julian FietkauAdjustable font override
2024-09-22 Julian FietkauAdd navigable credits
2024-09-22 Julian FietkauImprovements to title screen and opening animation
2024-09-22 Julian FietkauPlaceholder intro cutscene
2024-09-22 Julian FietkauAdd placeholder title screen
2024-09-21 Julian FietkauRotate letters around their center instead of their...
2024-09-20 Julian FietkauProper word placement strategy across the course
2024-09-20 Julian FietkauInner game loop is now allocation free
2024-09-19 Julian FietkauAdd functional sunset fade
2024-09-19 Julian FietkauAdd sunset cloud variations
2024-09-19 Julian FietkauRejigger cloud scaling and distribution
2024-09-19 Julian FietkauLighter clouds for better contrast
2024-09-19 Julian FietkauNew cloud sprites, first integration attempt
2024-09-19 Julian FietkauDarker pinwheel for contrast purposes
2024-09-19 Julian FietkauAdd custom pinwheel sprite (and only paint it on one...
2024-09-19 Julian FietkauFirst pixel art asset: custom feather
2024-09-19 Julian FietkauAdd visible loading screen and basic ui page management
2024-09-19 Julian FietkauAdd placeholder windowsill texture
2024-09-19 Julian FietkauDo not loop music
2024-09-19 Julian FietkauAdd background music
2024-09-18 Julian FietkauLoad all assets before starting the game
2024-09-18 Julian FietkauIncrease speed limit for collecting
2024-09-18 Julian FietkauDo not collect words if feather is going too fast
2024-09-18 Julian FietkauSlightly reduce complexity of letter geometry
2024-09-18 Julian FietkauDeduplicate individual letter geometries
2024-09-17 Julian FietkauPage no longer goes past viewport height on mobile
2024-09-16 Julian FietkauSlightly nicer placeholer html
2024-09-16 Julian FietkauDraw collected words smaller as more are gathered
2024-09-16 Julian FietkauAdd the three.js addons we've been using
2024-09-16 Julian FietkauAdjust foreground/background contrast for collectible...
2024-09-16 Julian FietkauWords now move as individual shiny letters
2024-09-16 Julian FietkauActually add the required font
2024-09-16 Julian FietkauCollectibles are now words
2024-09-16 Julian FietkauSwitch back to full elapsed time instead of game time...
2024-09-16 Julian FietkauFix typo in easing function call
2024-09-16 Julian FietkauHide unsatisfying sunset effect for now
2024-09-16 Julian FietkauEase collectibles between animation states
2024-09-16 Julian FietkauTry harder to not place impossible to reach collectibles
2024-09-15 Julian FietkauExperiment with lighting: end game on sunset
2024-09-15 Julian FietkauAdd cloud texture (did I really forget to commit this?)
2024-09-15 Julian FietkauFine-tune collected words animation
2024-09-15 Julian FietkauHide mouse cursor above canvas (for now)
2024-09-15 Julian FietkauCollectibles can now be collected
2024-09-15 Julian FietkauAdd animated collectibles (not yet collectable)
2024-09-15 Julian FietkauLimit feather rotation speed
2024-09-15 Julian FietkauAdd rudimentary touch device support
2024-09-15 Julian FietkauAdd background clouds and course traversal
2024-09-14 Julian FietkauFeather can now rotate along its main axis
2024-09-14 Julian FietkauAdd placeholder textures form OpenClipArt
2024-09-14 Julian FietkauFeather kinda sways when the pinwheel is far away
2024-09-14 Julian FietkauCan now steer feather with the pinwheel
2024-09-14 Julian FietkauEstablish framework for gravity and wind
2024-09-14 Julian FietkauPinwheel follows mouse
2024-09-14 Julian FietkauFirst animation
2024-09-14 Julian FietkauSome colors and proportions
2024-09-14 Julian FietkauInitial commit of three.js minimal example