Small tweaks to the changelog.

This commit is contained in:
Relintai 2024-02-24 07:41:57 +01:00
parent dc68cb400c
commit 8bd1c25844

View File

@ -10,26 +10,26 @@ Nothing Yet.
### Added ### Added
-Added get_global_class_name method to Script. Now GDScriptParser uses this first to determine global class names, instead of parsing the script file again. - Added get_global_class_name method to Script. Now GDScriptParser uses this first to determine global class names, instead of parsing the script file again.
-Added a way for platforms to define a custom resource pack location. - Added a way for platforms to define a custom resource pack location.
-Added more defines for platform specific configs. - Added more defines for platform specific configs.
-Added S3TC_NOT_SUPPORTED define to be used by platforms externally. - Added S3TC_NOT_SUPPORTED define to be used by platforms externally.
-Added optional GLES2_LOAD_EXT_NO_DLCFN_AVAILABLE define for the rasterizer storage. - Added optional GLES2_LOAD_EXT_NO_DLCFN_AVAILABLE define for the rasterizer storage.
### Changed ### Changed
-Turn custom module paths relative to the engine's directory when they reside inside the engine's folder. - Turn custom module paths relative to the engine's directory when they reside inside the engine's folder.
### Fixed ### Fixed
-Found and updated some remaining old Java package paths. - Found and updated some remaining old Java package paths.
-Fix checking the wrong property in the Android's export plugin. - Fix checking the wrong property in the Android's export plugin.
-Moved dlfcn.h include in RasterizerStorageGLES2 to it's proper place according to the comment above it. - Moved dlfcn.h include in RasterizerStorageGLES2 to it's proper place according to the comment above it.
-Fix custom module paths for the editor builds. - Fix custom module paths for the editor builds.
-Small tweaks to HTTPServerSimple, mostly related to ssl handling. - Small tweaks to HTTPServerSimple, mostly related to ssl handling.
-Fix FileCache for files in .pck-s. - Fix FileCache for files in .pck-s.
-Fix DirAccess::get_filesystem_abspath_for() for .pck files. - Fix DirAccess::get_filesystem_abspath_for() for .pck files.
-Fix build on MSVC. - Fix build on MSVC.
## [4.2.0] ## [4.2.0]