Releases: R-unic/flamework-template
Releases · R-unic/flamework-template
v1.6.0
- Reworked data solution
- More secure
- Simpler
Lazy<T>
utility classSmoothListLayout
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
- Create
Singleton
snippet - Fix controller/service snippets
Full Changelog: v1.5.1...v1.5.2
v1.5.1
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!
- Rotational movement
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
- 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
- Moved
server/pakt
toshared/pakt
- Fixes & improvements
Full Changelog: v1.4.0...v1.4.1
v1.4.0
- 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
- 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
Movement
component for custom movementCameraController
to control custom camera modules (comes withDefaultCamera
andFirstPersonCamera
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
- A lot of structure refactoring
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Full Changelog: https://github.com/R-unic/flamework-template/commits/v1.0.0