summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpartan322 <Megacake1234@gmail.com>2024-11-01 03:39:20 -0400
committerSpartan322 <Megacake1234@gmail.com>2024-11-01 03:39:20 -0400
commit246d3ecb5782f1f2db90a910e956fbc006972bd7 (patch)
treefde1ad2d0fe41d4e76c75f7bb950ed5be11c3d8a
parentbebc98d4eab0ca9164282d9c0770914025751d24 (diff)
downloadredot-cpp-246d3ecb5782f1f2db90a910e956fbc006972bd7.tar.gz
Fix README documentation issues
Fix redot-cpp rebranding for minor docs
-rw-r--r--README.md28
-rw-r--r--doc/cmake.md2
-rw-r--r--test/doc_classes/Example.xml2
3 files changed, 11 insertions, 21 deletions
diff --git a/README.md b/README.md
index d754eab..0fc1867 100644
--- a/README.md
+++ b/README.md
@@ -3,20 +3,10 @@
> [!WARNING]
>
> This repository's `master` branch is only usable with
-> [GDExtension](https://redotengine.org/article/introducing-gd-extensions)
+> [GDExtension](https://godotengine.org/article/introducing-gd-extensions)
> from Redot's `master` branch.
->
-> For users of stable branches, switch to the branch matching your target Redot version:
-> - [`4.2`](https://github.com/Redot-Engine/redot-cpp/tree/4.2)
-> - [`4.1`](https://github.com/Redot-Engine/redot-cpp/tree/4.1)
-> - [`4.0`](https://github.com/Redot-Engine/redot-cpp/tree/4.0)
->
-> Or check out the Git tag matching your Redot version (e.g. `redot-4.3-stable`).
->
-> For GDNative users (Godot 3.x), switch to the [`3.x`](https://github.com/godotengine/godot-cpp/tree/3.x)
-> or the [`3.5`](https://github.com/godotengine/godot-cpp/tree/3.5) branch.
-This repository contains the *C++ bindings* for the [**Redot Engine**](https://github.com/Redot-Engine/godot)'s GDExtensions API.
+This repository contains the *C++ bindings* for the [**Redot Engine**](https://github.com/Redot-Engine/redot-engine)'s GDExtensions API.
- [**Versioning**](#versioning)
- [**Compatibility**](#compatibility)
@@ -31,9 +21,7 @@ repository](https://github.com/Redot-Engine/redot-engine):
- `master` tracks the current GDExtension development branch for the next Redot
4.x minor release.
-- `3.x` tracks the development of the GDNative plugin for the next 3.x minor
- release.
-- Other versioned branches (e.g. `4.0`, `3.5`) track the latest stable release
+- Other versioned branches (e.g. `4.3`) track the latest stable release
in the corresponding branch.
Stable releases are also tagged on this repository:
@@ -51,15 +39,17 @@ Redot version.**
> [!WARNING]
>
-> The GDExtension API is brand new in Redot 4.0, and is still
-considered in **beta** stage, despite Redot 4.0 itself being released.
+> The GDExtension API is brand new since Godot 4.0, and is still
+considered in **beta** stage, despite Redot 4.3 itself being released.
>
> This applies to both the GDExtension interface header, the API JSON, and this
first-party `redot-cpp` extension.
>
> Some compatibility breakage is to be expected as GDExtension and `redot-cpp`
> get more used, documented, and critical issues get resolved. See the
-> [Redot issue tracker](https://github.com/Redot-Engine/redot-engine/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension)
+> [Redot issue tracker](https://github.com/Redot-Engine/redot-engine/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension),
+> the [Godot issue tracker](ttps://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension),
+> the [godot-cpp issue tracker](https://github.com/godotengine/godot-cpp/issues),
> and the [redot-cpp issue tracker](https://github.com/Redot-Engine/redot-cpp/issues)
> for a list of known issues, and be sure to provide feedback on issues and PRs
> which affect your use of this extension.
@@ -78,7 +68,7 @@ so formatting is done before your changes are submitted.
You need the same C++ pre-requisites installed that are required for the `redot-engine` repository. Follow the [official build instructions for your target platform](https://docs.redotengine.org/en/latest/contributing/development/compiling/index.html#building-for-target-platforms).
-Getting started with GDExtensions is a bit similar to what it was for 3.x but also a bit different.
+Getting started with GDExtensions is a bit similar to what it was for Godot 3.x but also a bit different.
This new approach is much more akin to how core Redot modules are structured.
diff --git a/doc/cmake.md b/doc/cmake.md
index 68dbc0a..c81108c 100644
--- a/doc/cmake.md
+++ b/doc/cmake.md
@@ -4,7 +4,7 @@
`CMAKE_BUILD_TYPE`: Compilation target (Debug or Release defaults to Debug)
-### godot-cpp cmake arguments
+### redot-cpp cmake arguments
- `GODOT_GDEXTENSION_DIR`: Path to the directory containing GDExtension interface header and API JSON file
- `GODOT_SYSTEM_HEADERS`: Mark the header files as SYSTEM. This may be useful to suppress warnings in projects including this one.
- `GODOT_WARNING_AS_ERROR`: Treat any warnings as errors
diff --git a/test/doc_classes/Example.xml b/test/doc_classes/Example.xml
index 457709d..741e6e8 100644
--- a/test/doc_classes/Example.xml
+++ b/test/doc_classes/Example.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="Example" inherits="Control" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/godotengine/godot/master/doc/class.xsd">
+<class name="Example" inherits="Control" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/Redot-Engine/redot-engine/master/doc/class.xsd">
<brief_description>
A test control defined in GDExtension.
</brief_description>