Skip to content

Commit

Permalink
Rearranged the 3.9.0 changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Oct 15, 2022
1 parent edeca40 commit 3ad1612
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Backported everything up to and including https://github.com/godotengine/godot/c
- Added msvc versions of the no-rtti and no-exceptions options. (They are disabled temporarily)
- Use FALLTHROUGH macro instead on [[fallthrough]];

#### Engine

- Added a new World class and made Viewport inherit from it. Moved World2D and World3D related things to World from Viewport. Also added the ability for overriding Worlds. Still needs some work, it should be already usable. (Sometimes when changing world overrides, a few camera related errors are emitted.)

#### Editor

- Now menu items can be added to the convert menu in the editor.
- Added an option to automatically reload or save instead of asking what to do after a file changed outside the editor.

#### Engine

- Added a new World class and made Viewport inherit from it. Moved World2D and World3D related things to World from Viewport. Also added the ability for overriding Worlds. Still needs some work, it should be already usable. (Sometimes when changing world overrides, a few camera related errors are emitted.)

#### Modules

##### GridMap
Expand Down Expand Up @@ -58,14 +58,6 @@ Backported everything up to and including https://github.com/godotengine/godot/c

### Changed

#### Releases / Builds / CI

- Now export templates are created in the .tpz format for easy installation. (Note that you can rename them to zip, and unpack them yourself if you need / want.)
- Replaced the default project editor icon, and the logo editor icon.
- Pass all arguments into the build commands in the podman build all file instead of the hardcoded -j4.
- Now versions will be handled differently, unlike in godot, I'll commit version information to the repository.
- Update hungarian translation from godot.

#### Core

- Added missing projection * projection Variant operator.
Expand Down Expand Up @@ -128,22 +120,20 @@ Backported everything up to and including https://github.com/godotengine/godot/c
- Add quotes when passing the custom module folders parameter.
- Now the app project helper build script supports custom module folders.

#### Releases / Builds / CI

- Now export templates are created in the .tpz format for easy installation. (Note that you can rename them to zip, and unpack them yourself if you need / want.)
- Replaced the default project editor icon, and the logo editor icon.
- Pass all arguments into the build commands in the podman build all file instead of the hardcoded -j4.
- Now versions will be handled differently, unlike in godot, I'll commit version information to the repository.
- Update hungarian translation from godot.

### Fixed

#### Core

- Now String and CharString Types properly move the null terminator on resize and remove.

#### Build System

- Don't try to include x86 assembly into non-x86 based platforms when cross compiling the x11 platform on x86.
- Fix build when 3d is off.

#### Releases / Builds / CI

- Don't remove the module config file in the build all script anymore.
- Fix the job name of the android editor's github action.

#### Editor

- Now all gozmo plugins return gizmo names properly.
Expand Down Expand Up @@ -179,6 +169,16 @@ Backported everything up to and including https://github.com/godotengine/godot/c
- Fix mimetype handling in the simle server. Also added a few misisng ones.
- Fixed rendering the menu of the BrowsableFolderServeWebPage and StaticWebPage.

#### Build System

- Don't try to include x86 assembly into non-x86 based platforms when cross compiling the x11 platform on x86.
- Fix build when 3d is off.

#### Releases / Builds / CI

- Don't remove the module config file in the build all script anymore.
- Fix the job name of the android editor's github action.

## [3.8.0]

### Added
Expand Down

0 comments on commit 3ad1612

Please sign in to comment.