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
/
main
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix -Wsuggest-attribute=format warnings.
marxin
2019-02-27
1
-1
/
+1
*
Don't crash when parse_utf8 receives a NULL pointer
Hein-Pieter van Braam
2019-02-22
1
-0
/
+8
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
2
-8
/
+8
*
GDScript: Remove unused `switch`, `case` and `do` CF keywords
Rémi Verschelde
2019-02-20
1
-3
/
+0
*
Merge pull request #25481 from hpvb/fix-ubsan-asan-reports
Rémi Verschelde
2019-02-12
1
-2
/
+2
|
\
|
*
Fix many asan and ubsan reported issues
Hein-Pieter van Braam
2019-01-30
1
-2
/
+2
*
|
Be explicit about usage of GDScript tests
Rémi Verschelde
2019-02-10
4
-122
/
+5
*
|
[Core] Rename Matrix3 file to Basis
Aaron Franke
2019-02-09
1
-1
/
+1
|
/
*
Fix some errors found by static analysis
Rémi Verschelde
2019-01-16
1
-17
/
+6
*
Repair String lstrip and rstrip.
Ibrahn Sahir
2019-01-07
1
-0
/
+76
*
String[size()] should return a default constructed CharType
Hein-Pieter van Braam
2019-01-04
1
-0
/
+28
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
26
-52
/
+52
*
Fix maybe-uninitialized warnings from GCC 4.8.x
Rémi Verschelde
2018-12-17
1
-1
/
+1
*
Tests: Drop old test_io referencing data which isn't included
Rémi Verschelde
2018-12-05
3
-185
/
+0
*
Fix many errors found by PVS-Studio
Aaron Franke
2018-11-28
1
-1
/
+1
*
Merge pull request #22548 from fire/visualscript_whitespace
Rémi Verschelde
2018-10-16
1
-41
/
+132
|
\
|
*
Make visualscript search better.
K. S. Ernest (iFire) Lee
2018-10-11
1
-41
/
+132
*
|
Add testcase whether OAHashMap loses keys
Florian Jung
2018-10-11
1
-0
/
+29
|
/
*
Fix GCC 8 warnings about potentially unitialized variables
Rémi Verschelde
2018-10-04
1
-1
/
+1
*
Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-...
Rémi Verschelde
2018-10-02
1
-1
/
+1
*
Fix build after ##21492
Rémi Verschelde
2018-10-02
2
-5
/
+6
*
Merge pull request #21492 from Maykeye/astar
Rémi Verschelde
2018-10-02
3
-0
/
+164
|
\
|
*
Changed A* exit condition, added 2 tests for it
Maykeye
2018-08-28
3
-0
/
+164
*
|
Fix various Clang 7 warnings about unused stuff
Rémi Verschelde
2018-10-01
1
-2
/
+0
*
|
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-4
/
+0
*
|
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-27
2
-0
/
+6
*
|
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
\
|
*
|
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
|
|
/
*
/
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
24
-73
/
+73
|
/
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
4
-7
/
+7
*
Add static type checks in the parser
George Marques
2018-07-20
1
-12
/
+3
*
Visual Shaders are back.
Juan Linietsky
2018-07-14
1
-2
/
+2
*
Correct test list returned by test_get_names
Emmanuel Leblond
2018-06-09
1
-4
/
+9
*
updated OAHashMap to use robinhood hashing
karroffel
2018-05-03
1
-3
/
+3
*
Add radio-button-looking entries to PopupMenu
Pedro J. Estébanez
2018-03-27
1
-0
/
+4
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
26
-3
/
+27
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
26
-52
/
+52
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
10
-12
/
+12
*
disable caching for targets using helper functions
Rhody Lugo
2017-11-28
1
-2
/
+1
*
use the same cache for all branches for appveyor
Rhody Lugo
2017-11-28
1
-1
/
+1
*
GDScript: Refactor "GD" class prefix to "GDScript"
Rémi Verschelde
2017-11-16
1
-149
/
+149
*
Reworked how servers preallocate RIDs, should fix #10970
Juan Linietsky
2017-11-09
3
-12
/
+14
*
added OAHashMap type
Karroffel
2017-09-19
3
-0
/
+143
*
Merge pull request #10318 from endragor/ordered-hash-map
Rémi Verschelde
2017-09-01
3
-0
/
+215
|
\
|
*
Implement OrderedHashMap
Ruslan Mustakov
2017-08-13
3
-0
/
+215
*
|
removed DISCARD built in variable, replaced by actual discard GLSL instructio...
Juan Linietsky
2017-08-29
1
-2
/
+3
*
|
Dead code tells no tales
Rémi Verschelde
2017-08-27
11
-767
/
+5
*
|
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
26
-26
/
+26
*
|
Removed unnecessary returns and break statements
Wilson E. Alvarez
2017-08-22
1
-2
/
+0
[next]