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_parser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
VariantParser: Fix crash on malformed vectors
Rémi Verschelde
2020-06-08
1
-64
/
+15
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-13
/
+13
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-72
/
+136
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-153
/
+0
*
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
1
-1
/
+1
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-5
/
+15
*
Renamed plane's d to distance
Marcus Elg
2020-05-10
1
-1
/
+1
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Merge pull request #36042 from sumit0190/exportInfNan
Rémi Verschelde
2020-03-04
1
-2
/
+8
|
\
|
*
Read and write exported infs/nans correctly (#35388)
sumit0190
2020-02-09
1
-2
/
+8
*
|
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-20
/
+96
*
|
Fix project.godot for projects with class_name
nathanwfranke
2020-02-24
1
-0
/
+4
*
|
Merge pull request #36461 from akien-mga/c++17-fallthrough-attribute
Rémi Verschelde
2020-02-23
1
-1
/
+1
|
\
\
|
*
|
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-23
1
-1
/
+1
*
|
|
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-22
1
-0
/
+55
|
/
/
*
|
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-2
/
+30
*
|
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-56
/
+51
*
|
Remove more deprecated methods and code
Rémi Verschelde
2020-02-13
1
-199
/
+2
*
|
Fix VariantParser::StreamString EOF determination
Pedro J. Estébanez
2020-02-10
1
-2
/
+8
|
/
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Encodes property names properly in project.godot
Haoyu Qiu
2019-12-20
1
-3
/
+0
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-1
/
+1
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-2
/
+0
*
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-14
/
+0
*
Merge pull request #26787 from ptrojahn/utf8assign
Rémi Verschelde
2019-04-22
1
-0
/
+3
|
\
|
*
Support UTF-8 input action names
Paul Trojahn
2019-03-08
1
-0
/
+3
*
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
|
/
*
Fix VariantWriter overflow on 64-bit int
Rémi Verschelde
2019-02-21
1
-1
/
+1
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-16
/
+16
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-2
/
+2
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-2
/
+2
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
|
/
*
add template argument for size in StringBuffer
karroffel
2018-01-20
1
-3
/
+3
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Make old scenes readable again
Juan Linietsky
2017-11-20
1
-1
/
+1
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-5
/
+5
*
Optimize memory allocations in VariantParser::get_token
Evgeny Zuev
2017-09-05
1
-10
/
+12
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-1
/
+1
*
Fix tokenization of doubles
Pedro J. Estébanez
2017-08-21
1
-3
/
+1
*
Update GDScript completion names for Pool*Arrays
Andrii Doroshenko (Xrayez)
2017-07-25
1
-2
/
+2
*
renamed all Rect3.pos to Rect3.position
alexholly
2017-06-09
1
-1
/
+1
*
Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFix
Rémi Verschelde
2017-06-07
1
-2
/
+6
|
\
|
*
Fix Variant::OBJECT token parsing
Carter Anderson
2017-06-04
1
-2
/
+6
*
|
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-1
/
+1
|
/
*
-Added .hdr format support
Juan Linietsky
2017-05-28
1
-13
/
+146
*
Removal of InputEvent as built-in Variant type..
Juan Linietsky
2017-05-20
1
-151
/
+30
[next]