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
/
regex.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
StringName Dictionary keys
rune-scape
2024-08-29
1
-2
/
+2
*
[RegEx] Add show_error parameter to control error printing on compilation fail
Nikita\Nick
2024-08-28
1
-9
/
+12
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Fix for RegEx.sub truncating string when 'end' is used
Sofox
2024-02-20
1
-1
/
+1
*
Fixed RegEx search_all for zero length matches/lookahead/lookbehind
Sofox
2023-12-08
1
-5
/
+7
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-0
/
+1
*
pcre2: Update to upstream version 10.42 (take two)
Rémi Verschelde
2023-06-12
1
-1
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify String and StringName
rune-scape
2022-12-05
1
-2
/
+1
*
Change Array arguments to TypedArray
kobewi
2022-09-01
1
-2
/
+2
*
Replace Array return types with TypedArray
kobewi
2022-08-22
1
-2
/
+2
*
Add static method for creating RegEx
kobewi
2022-08-02
1
-2
/
+11
*
Generate error if RegEx offset is negative
Marcel Admiraal
2022-07-29
1
-0
/
+4
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-2
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-168
/
+61
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-17
/
+34
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-48
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-13
/
+13
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Assign pointer null in RegEx::clear to avoid double free on destruction.
Ibrahn Sahir
2018-11-15
1
-2
/
+6
*
Fixes several resource leaks in ...
Crazy-P
2018-08-26
1
-0
/
+6
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-4
/
+4
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-0
/
+4
*
Fixes RegEx::sub injecting null character (issue 15409)
Bernhard Liebl
2018-01-07
1
-11
/
+16
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Added RegEx.search_all() for multiple matches
Zher Huei Lee
2017-11-14
1
-0
/
+16
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-3
/
+3
*
Merge pull request #10148 from leezh/pcre2
Rémi Verschelde
2017-08-31
1
-1285
/
+275
|
\
|
*
Replacement of internal RegEx with PCRE2
Zher Huei Lee
2017-08-19
1
-1285
/
+275
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
|
/
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-1
/
+1
*
Revert "Revert "Fixed RegEx::search missing return type hint""
Rémi Verschelde
2017-06-26
1
-1
/
+1
*
Revert "Fixed RegEx::search missing return type hint"
Juan Linietsky
2017-06-26
1
-1
/
+1
*
Merge pull request #9379 from leezh/regex_bind_fix
Rémi Verschelde
2017-06-26
1
-1
/
+1
|
\
|
*
Fixed RegEx::search missing return type hint
Zher Huei Lee
2017-06-26
1
-1
/
+1
*
|
Fixed inverted group thrown off by quantifiers
Zher Huei Lee
2017-06-26
1
-3
/
+4
*
|
Fixes RegEx capture grabbing too much #9382
Zher Huei Lee
2017-06-26
1
-6
/
+13
|
/
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-235
/
+226
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-1
/
+1
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-16
/
+16
*
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-1
/
+1
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-16
/
+16
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Make regex compilable with RTTI disabled
Pedro J. Estébanez
2016-11-01
1
-4
/
+9
*
Changed RegEx to inherit Resource
Zher Huei Lee
2016-10-27
1
-2
/
+6
[next]