Skip to content

Releases: R-unic/flamework-template

v1.6.0

26 Oct 18:54
88e80fd
Compare
Choose a tag to compare
  • Reworked data solution
    • More secure
    • Simpler
  • Lazy<T> utility class
  • SmoothListLayout UI component
  • Tons of new method decorators, listed in README
  • Many fixes & optimizations
  • Debloating, refactoring, and cleanup

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.6.0

v1.5.2

05 May 02:45
Compare
Choose a tag to compare
  • Create Singleton snippet
  • Fix controller/service snippets

Full Changelog: v1.5.1...v1.5.2

v1.5.1

05 May 02:37
Compare
Choose a tag to compare
  • Movement component
    • Rotational movement
      • Makes pressing left/right buttons spin your character rather than moving left/right
      • Has control panel setting!
    • Restrictive movement
      • Does not allow you to walk off of edges
      • Creates a barrier (not using a part) between you and walls you're about to collide with
      • Has control panel setting!
  • Singleton decorator for client/server independent dependencies
  • Created Range class
  • New utility functions
    • 3D: createRayVisualizer()
    • numbers: isEven()

Full Changelog: v1.5.0...v1.5.1

v1.5.0

02 May 02:01
Compare
Choose a tag to compare
  • Created OnCharacterAdd & OnCharacterRemove hooks
  • Created procedural animation system
  • Created FirstPersonAnimatedCamera
    • Uses procedural animation system
    • Has control panel setting!
  • P to unlock mouse for control panel
  • Lock first person toggle in control panel
  • Movement component
    • Fixed jumping being inconsistent
    • Fixed acceleration
  • Fixes & improvements

Full Changelog: v1.4.1...v1.5.0

v1.4.1

26 Apr 04:07
Compare
Choose a tag to compare
  • Moved server/pakt to shared/pakt
  • Fixes & improvements

Full Changelog: v1.4.0...v1.4.1

v1.4.0

22 Apr 10:49
Compare
Choose a tag to compare
  • Created InputInfluenced class
  • Created CharacterController
  • Created PageRoute UI component
  • Created ToggleSwitch widget UI component
  • Created RobloxService
  • Created PlayerHidingController
  • GitHubInfoService now automatically fetches repository name from package.json
  • Created a few new utility functions
  • Fixes & improvements

Full Changelog: v1.3.0...v1.4.0

v1.3.0

16 Apr 23:11
Compare
Choose a tag to compare
  • Control panel made with Iris:
    • Camera settings
    • Movement settings
  • New camera components:
    • AerialCamera
    • FixedCamera
    • FlyOnTheWallCamera
  • MouseController improvements
  • Movement system improvements:
    • Jump momentum
    • Allow moving midair toggle
    • Gravitational constant (G)
    • Default values similar to Skyrim

Full Changelog: v1.2.0...v1.3.0

v1.2.0

15 Apr 05:46
Compare
Choose a tag to compare
  • Movement component for custom movement
  • CameraController to control custom camera modules (comes with DefaultCamera and FirstPersonCamera by default currently)
  • slugToPascal utility function

Note: A default camera for CameraController is set and Movement is started in InitializationController

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Apr 20:29
Compare
Choose a tag to compare
  • A lot of structure refactoring

Full Changelog: v1.0.0...v1.1.0

v1.0.0

05 Apr 03:28
Compare
Choose a tag to compare