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
/
core
/
variant_call.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-2
/
+1
*
Add Basis constants and format Transform constants
Aaron Franke
2019-08-09
1
-9
/
+17
*
[Mono] Deprecate Set methods
Aaron Franke
2019-07-28
1
-1
/
+1
*
Added count method to String
Chaosus
2019-07-23
1
-0
/
+5
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-1
/
+1
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-2
/
+2
*
Add sha1 functions to string (using new CryptoCore)
Fabio Alessandrelli
2019-07-03
1
-0
/
+4
*
CryptoCore class to access to base crypto utils.
Fabio Alessandrelli
2019-07-02
1
-5
/
+2
*
Merge pull request #28648 from KoBeWi/substr-1
Rémi Verschelde
2019-06-19
1
-1
/
+1
|
\
|
*
Make second parameter of substr optional
Tomasz Chabora
2019-05-03
1
-1
/
+1
*
|
Merge pull request #29598 from GodotExplorer/uri-encode
Rémi Verschelde
2019-06-19
1
-0
/
+4
|
\
\
|
*
|
Expose String.http_escape and String.http_unescape
geequlim
2019-06-08
1
-0
/
+4
*
|
|
Improved documentation of rsplit Method for String class.
Zak
2019-06-11
1
-3
/
+3
|
/
/
*
|
Merge pull request #27789 from Giacom/move_towards
Rémi Verschelde
2019-06-01
1
-0
/
+4
|
\
\
|
*
|
Added move_toward functions for float, Vector2 and Vector3
Giacom
2019-05-28
1
-0
/
+4
|
|
/
*
/
Fix and expose String::strip_escapes(), use it in LineEdit paste
Rémi Verschelde
2019-05-31
1
-0
/
+2
|
/
*
Merge pull request #24269 from xsellier/feature/master-add-sha256
Hein-Pieter van Braam
2019-04-23
1
-0
/
+15
|
\
|
*
Feature: Add SHA256 for PoolByteArray
Xavier Sellier
2018-12-10
1
-0
/
+15
*
|
Add ability to edit editor feature profiles
Juan Linietsky
2019-04-08
1
-0
/
+2
*
|
Merge pull request #27452 from Chaosus/direction_to
Rémi Verschelde
2019-04-08
1
-0
/
+4
|
\
\
|
*
|
Added direction_to method to vectors
Chaosus
2019-04-05
1
-0
/
+4
*
|
|
Fixed Transform FLIP_Y and FLIP_Z set as identity transform
PouleyKetchoupp
2019-04-06
1
-2
/
+2
*
|
|
Some improvements to is_equal_approx, restored Quat operator.
Juan Linietsky
2019-04-01
1
-0
/
+4
|
/
/
*
|
Fix return value for Dictionary.erase()
Windy Darian
2019-02-21
1
-1
/
+1
*
|
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-17
/
+17
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
|
Bind `is_valid_hex_number` string method to GDScript
Andrii Doroshenko (Xrayez)
2018-12-24
1
-0
/
+2
|
/
*
Merge pull request #20627 from malcolmhoward/core-dictionary-get-key
Rémi Verschelde
2018-11-19
1
-0
/
+2
|
\
|
*
Added Python-like .get() method to Dictionary in GDScript #20488
m
2018-11-19
1
-0
/
+2
*
|
Always initialize VariantCall return_type.
Fabio Alessandrelli
2018-11-17
1
-2
/
+0
|
/
*
add ONE constants to Vector2 and Vector3
Kelly Thomas
2018-10-07
1
-0
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-5
/
+5
*
Added max() and min() functions to array to return greater or lesser element ...
Juan Linietsky
2018-08-23
1
-0
/
+4
*
Merge pull request #21253 from aaronfranke/plane-constants
Rémi Verschelde
2018-08-21
1
-3
/
+3
|
\
|
*
Rename Plane constants, add to Mono
Aaron Franke
2018-08-21
1
-3
/
+3
*
|
Remove circle/diamond and NodePath String constants
Rémi Verschelde
2018-08-21
1
-12
/
+0
|
/
*
add project method to Vector2/3
Thomas Herzog
2018-08-16
1
-0
/
+4
*
Merge pull request #20945 from neikeq/dict-erase-retbool
Rémi Verschelde
2018-08-15
1
-1
/
+1
|
\
|
*
Dictionary: remove erase_checked(key), make erase(key) return bool
Ignacio Etcheverry
2018-08-14
1
-1
/
+1
*
|
Fix int(String) != int(int) conversion
Chaosus
2018-08-14
1
-1
/
+1
*
|
Allow some non-integer built-in constants in gdscript
Bernhard Liebl
2018-07-31
1
-5
/
+77
|
/
*
Merge pull request #18282 from aaronfranke/better-mathf
Rémi Verschelde
2018-07-26
1
-2
/
+10
|
\
|
*
Expose 64-bit Color methods to GDScript and fix/update Color XML doc
Aaron Franke
2018-07-25
1
-2
/
+10
*
|
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-1
/
+1
|
/
*
Sync classref with current source
Rémi Verschelde
2018-05-28
1
-0
/
+2
*
Merge pull request #14715 from Krakean/string_add_rsplit2
Max Hilbrunner
2018-05-23
1
-0
/
+2
|
\
|
*
Added rsplit() for String class
Dmitry Koteroff
2017-12-15
1
-0
/
+2
*
|
Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.
tagcup
2018-05-12
1
-1
/
+17
*
|
Vector3::round, Vector2::round & Vector2::ceil methods were added.
Alexander Alekseev
2018-05-04
1
-0
/
+6
*
|
Merge pull request #16649 from ibrahn/visual-script-release-crash
Rémi Verschelde
2018-05-01
1
-1
/
+1
|
\
\
[next]