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
/
regex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-2
/
+2
|
\
|
*
Merge pull request #99020 from Mickeon/documentation-example-pruning-2
Thaddeus Crews
2024-11-12
1
-2
/
+2
|
|
\
|
|
*
Clean up more `[b]Example:[/b]` lines from the class reference
Micky
2024-11-11
1
-2
/
+2
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
6
-12
/
+12
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
6
-0
/
+12
|
/
/
*
/
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
1
-2
/
+2
|
\
|
*
StringName Dictionary keys
rune-scape
2024-08-29
1
-2
/
+2
*
|
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-25
/
+25
|
/
*
[RegEx] Add show_error parameter to control error printing on compilation fail
Nikita\Nick
2024-08-28
4
-13
/
+70
*
Style: Optimize `.svg` files with `svgo`
Thaddeus Crews
2024-06-23
2
-2
/
+2
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Add additional unit tests for RegEx
toastedbreadandomelette
2024-04-10
1
-0
/
+42
*
pcre2: Remove unused sjlit files after last update
Rémi Verschelde
2024-03-15
1
-1
/
+2
*
pcre2: Update to 10.43
Jakub Marcowski
2024-03-11
1
-0
/
+1
*
Fix for RegEx.sub truncating string when 'end' is used
Sofox
2024-02-20
2
-1
/
+13
*
Fixed RegEx search_all for zero length matches/lookahead/lookbehind
Sofox
2023-12-08
2
-6
/
+145
*
Adds additional tests for RegEx class
BrunoArmondBraga
2023-09-25
1
-4
/
+76
*
GDScript: Add raw string literals (r-strings)
Danil Alexeev
2023-09-11
1
-1
/
+1
*
Move the new RegEx icons into their respective module
MewPurPur
2023-08-25
2
-0
/
+2
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
2
-2
/
+2
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
2
-2
/
+2
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
4
-3
/
+7
*
pcre2: Update to upstream version 10.42 (take two)
Rémi Verschelde
2023-06-12
2
-2
/
+4
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
2
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
5
-145
/
+145
*
Revert "pcre2: Update to upstream version 10.42"
Rémi Verschelde
2022-12-23
1
-1
/
+1
*
pcre2: Update to upstream version 10.42
Rémi Verschelde
2022-12-22
1
-1
/
+1
*
Unify String and StringName
rune-scape
2022-12-05
1
-2
/
+1
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Clarify offset parameter behavior in RegEx methods
Haoyu Qiu
2022-11-01
1
-3
/
+6
*
Fix small mistakes throughout much of the documentation
VolTer
2022-10-21
1
-1
/
+1
*
SCons: Fix MSVC warning LNK4042 about dupe objects in regex
Rémi Verschelde
2022-09-27
1
-1
/
+1
*
Change Array arguments to TypedArray
kobewi
2022-09-01
3
-4
/
+4
*
Replace Array return types with TypedArray
kobewi
2022-08-22
4
-5
/
+5
*
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-08
2
-16
/
+16
*
Add static method for creating RegEx
kobewi
2022-08-02
3
-4
/
+23
*
Generate error if RegEx offset is negative
Marcel Admiraal
2022-07-29
2
-10
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
2
-6
/
+6
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+13
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
2
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
5
-10
/
+10
*
Add support for the RISC-V architecture
Aaron Franke
2021-10-22
1
-1
/
+1
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
2
-4
/
+0
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
2
-56
/
+28
*
Implement the ability to disable classes
reduz
2021-07-13
1
-2
/
+2
*
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
3
-7
/
+7
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
2
-5
/
+3
[next]