index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
gdnative
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
93
-19759
/
+0
*
Core: Use forward declares for Vector3/Vector3i
Rémi Verschelde
2022-02-19
3
-0
/
+4
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
3
-17
/
+16
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
2
-2
/
+5
*
Merge pull request #35679 from Calinou/doc-add-xml-schema
Rémi Verschelde
2022-02-15
5
-5
/
+5
|
\
|
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
5
-5
/
+5
*
|
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
3
-5
/
+4
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
3
-3
/
+12
*
Remove support for ARMv7 (32-bit) on iOS
Hugo Locurcio
2022-02-08
1
-1
/
+0
*
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
2
-2
/
+2
*
Core: Move Vector2i to its own `vector2i.h` header
Rémi Verschelde
2022-02-04
4
-1
/
+5
*
Core: Move Rect2i to its own `rect2i.h` header
Rémi Verschelde
2022-02-04
1
-0
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-4
/
+4
*
Improve locale detection.
bruvzg
2022-01-18
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
79
-158
/
+158
*
Fix various typos
luz paz
2022-01-02
1
-1
/
+1
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
4
-9
/
+8
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
*
Replace Godot docs URL with `$DOCS_URL` in XML class reference
Rémi Verschelde
2021-11-15
1
-2
/
+2
*
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-11-03
2
-2
/
+2
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-7
/
+0
*
Remove unimplemented methods
Marcel Admiraal
2021-10-21
3
-8
/
+0
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
1
-3
/
+3
*
doc: Update links to latest documentation after content reorganization
Rémi Verschelde
2021-10-06
1
-2
/
+2
*
doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs
Rémi Verschelde
2021-10-05
1
-1
/
+1
*
Merge pull request #53290 from Faless/mp/4.x_opts_names
Fabio Alessandrelli
2021-10-01
1
-1
/
+1
|
\
|
*
[Net] Rename RPC constants and annotation arguments.
Fabio Alessandrelli
2021-10-01
1
-1
/
+1
*
|
Implement TextServer GDExtension interface, remove TextServer GDNative interf...
bruvzg
2021-10-01
10
-2193
/
+0
|
/
*
Use range iterators for `Map`
Lightning_A
2021-09-30
3
-73
/
+73
*
[Net/Docs] Update extensions documentation.
Fabio Alessandrelli
2021-09-24
5
-45
/
+0
*
[Net/GDNative] Remove GDNative network bits.
Fabio Alessandrelli
2021-09-24
17
-981
/
+0
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
10
-30
/
+0
*
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
9
-24
/
+24
*
Fix missing SConscript warning when building using SCons
Hugo Locurcio
2021-09-02
1
-1
/
+0
*
[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".
Fabio Alessandrelli
2021-08-30
1
-6
/
+2
*
Fix double named size parameter
Bastiaan Olij
2021-08-28
1
-1
/
+1
*
Makes FontData importable resource.
bruvzg
2021-08-27
4
-298
/
+572
*
Adding GDExtension support to XRInterface
Bastiaan Olij
2021-08-26
12
-910
/
+1
*
Remove underscore hacks
Max Hilbrunner
2021-08-17
1
-6
/
+2
*
Refactors the memnew_placement.
AndreaCatania
2021-08-13
2
-61
/
+57
*
Merge pull request #51178 from Geometror/layout-options-textline-textparagraph
Rémi Verschelde
2021-08-11
2
-3
/
+3
|
\
|
*
Various text layout improvements (TextLine, TextParagraph, Label, TextServer)
Hendrik Brucker
2021-08-11
2
-3
/
+3
*
|
Merge pull request #51180 from RandomShaper/native_script_inherits
Rémi Verschelde
2021-08-09
2
-6
/
+33
|
\
\
|
*
|
Implement inherits_script() for NativeScript and PluginScript
Pedro J. Estébanez
2021-08-02
2
-6
/
+33
|
|
/
*
|
[Text Server] Improve object (image/table) inline alignment.
bruvzg
2021-08-08
2
-4
/
+4
*
|
[Net] Implement RPC channels in MultiplayerAPI.
Fabio Alessandrelli
2021-07-30
3
-0
/
+15
|
/
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
5
-40
/
+20
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
4
-9
/
+9
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
6
-45
/
+31
*
Update GDNative API version for changes from #50659
David Snopek
2021-07-21
1
-2
/
+2
[next]