Skip to content

Commit

Permalink
Merge branch 'release-2.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
odorajbotoj committed Oct 15, 2024
2 parents 85b3c43 + 4c05ed2 commit ce22101
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.2.0] - 2024-10-16

### Added

+ Added lua api `vec3.newFromRotation`
+ Added lua api `vec2.newFromDirection`

### Fixed

+ Fixed simplayer lookat
+ Fixed rotation set when spawn simplayer

### Changed

+ SimPlayerInfo api now will throw error when ptr simPlayer is null

## [2.1.2] - 2024-10-14

We skipped `v2.1.0` and `v2.1.1`. They have some serious bugs.
Expand Down Expand Up @@ -39,6 +55,7 @@ We skipped `v2.1.0` and `v2.1.1`. They have some serious bugs.
+ Move CoralFans SimulatedPlayer System from [CoralFans](https://github.com/CoralFans-Dev/CoralFans) to here
+ Added Script Arg

[2.2.0]: https://github.com/CoralFans-Dev/CFSP/compare/v2.1.2...v2.2.0
[2.1.2]: https://github.com/CoralFans-Dev/CFSP/compare/v2.0.0...v2.1.2
[2.0.0]: https://github.com/CoralFans-Dev/CFSP/compare/v1.0.0...v2.0.0
[1.0.0]: https://github.com/CoralFans-Dev/CFSP/releases/tag/v1.0.0
1 change: 0 additions & 1 deletion src/cfsp/simplayer/luaapi/Vec3.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "mc/math/Vec3.h"
#include "cfsp/base/Macros.h"
#include "cfsp/simplayer/luaapi/Utils.h"
#include "mc/world/level/BlockPos.h"
#include "mc/world/level/BlockSource.h"
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion tooth.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"tooth": "github.com/CoralFans-Dev/CFSP",
"version": "2.1.2",
"version": "2.2.0",
"info": {
"name": "CFSP",
"description": "CoralFans SimulatedPlayer",
Expand Down

0 comments on commit ce22101

Please sign in to comment.