2
0
Fork 0
godot/core
Jcrespo 1a3d57f319 Solve discrepancy between code and class reference for Plane
On #43310, class reference was automatically updated from source,
causing xml documentation to disagree with parameter naming
description on Plane.intersects_segment().

Weirdly, it also changed the parameter for Plane.is_point_over()
from point to plane, when only the first has sense (and it is
defined on math.Plane as "const Vector3 &p_point"). Manual
mistake?

* Update begin/end to from/to on Plane.intersects_segment(...)
  docs description to match source
* Update Plane bindings to use points instread of plane for
  is_point_over(...)
* Change Plane.is_point_over(plane) to Plane.is_point_over(point)
  AND its description on docs

Fixes godotengine/godot-docs#5976
2022-07-24 18:21:25 +07:00
..
config Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +07:00
crypto Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>` 2022-05-03 01:43:50 +07:00
debugger Fix editor re-focus on debugger break on Windows 2022-07-21 21:47:05 +07:00
error Errors: Fallback to `fprintf` if `OS` singleton doesn't exist 2022-06-30 16:00:30 +07:00
extension Changed bool to GdNativeBool 2022-07-16 18:09:36 +07:00
input Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +07:00
io Merge pull request #62996 from reduz/feature-build-profiles 2022-07-22 12:50:20 +07:00
math Rename `epsilon` to `tolerance` in the `Plane::has_point` method 2022-07-21 20:15:15 +07:00
multiplayer Merge pull request #63262 from dsnopek/multiplayer-peer-custom-4.x 2022-07-24 01:24:22 +07:00
object Merge pull request #63141 from reduz/implement-thread-runner 2022-07-22 13:25:31 +07:00
os Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +07:00
string Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. 2022-07-07 11:07:18 +07:00
templates Implement a Worker ThreadPool 2022-07-22 11:46:48 +07:00
variant Solve discrepancy between code and class reference for Plane 2022-07-24 18:21:25 +07:00
SCsub Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +07:00
core_bind.cpp Implement a BitField hint 2022-07-05 22:13:37 +07:00
core_bind.h Implement a BitField hint 2022-07-05 22:13:37 +07:00
core_builders.py Use maximum zlib compression when generating editor translation headers 2021-10-29 19:07:48 +07:00
core_constants.cpp Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +07:00
core_constants.h Make enum/constant binds 64-bit. 2022-06-17 16:36:26 +07:00
core_string_names.cpp Cleanup metadata usage 2022-05-06 00:27:10 +07:00
core_string_names.h Cleanup metadata usage 2022-05-06 00:27:10 +07:00
doc_data.cpp Implement a BitField hint 2022-07-05 22:13:37 +07:00
doc_data.h Merge pull request #62713 from YuriSizov/docs-scripting-annotations 2022-07-06 15:31:19 +07:00
register_core_types.cpp Implement a Worker ThreadPool 2022-07-22 11:46:48 +07:00
register_core_types.h Fix extension registration order. 2022-02-20 10:58:46 +07:00
typedefs.h Change some math macros to constexpr 2022-03-09 16:24:32 +07:00
version.h Core: Move generated `VERSION_HASH` to a `.cpp` file 2022-02-09 09:20:17 +07:00