index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
physics
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
9
-18
/
+18
*
Rename cull_AABB to cull_aabb
Rémi Verschelde
2017-08-16
1
-1
/
+1
*
Fix freeze on close of game using 2D physics introduced by #9832
Bojidar Marinov
2017-08-08
1
-2
/
+2
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
3
-27
/
+27
*
Improve cleanup of physics constraints
Pedro J. Estébanez
2017-08-01
3
-6
/
+18
*
Add missing initializers
Pedro J. Estébanez
2017-07-25
1
-1
/
+2
*
Extend check for same space to all 2D/3D bodies/shapes
Pedro J. Estébanez
2017-07-25
1
-2
/
+6
*
Fix early-accepting area-area match when masks don't match
Pedro J. Estébanez
2017-07-25
1
-3
/
+3
*
Clang-formatting *.cpp and *.h (some files excluded)
Poommetee Ketson
2017-07-22
2
-2
/
+2
*
-Renamed GlobalConfig to ProjectSettings, makes more sense.
Juan Linietsky
2017-07-19
2
-2
/
+2
*
Lots of work on Audio & Physics engine:
Juan Linietsky
2017-07-15
14
-37
/
+751
*
Refactor 'treshold' to 'threshold'
Poommetee Ketson
2017-07-08
7
-22
/
+22
*
ConeTwistJoint: Initialize 'm_angularOnly'.
dotquixote
2017-06-26
1
-0
/
+1
*
Refactor layer_mask to collision_layer
Poommetee Ketson
2017-06-14
6
-35
/
+35
*
renamed all Rect3.pos to Rect3.position
alexholly
2017-06-09
4
-8
/
+8
*
Improve documentation of thirdparty code snippets
Rémi Verschelde
2017-05-07
6
-5
/
+115
*
Merge pull request #8277 from tagcup/math_checks
Rémi Verschelde
2017-04-24
1
-2
/
+2
|
\
|
*
Added various functions basic math classes. Also enabled math checks only for...
Ferenc Arn
2017-04-06
1
-2
/
+2
*
|
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
43
-0
/
+43
|
/
*
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
5
-6
/
+6
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
43
-5005
/
+3986
*
Style: prevent bogus macro formatting by clang-format
Rémi Verschelde
2017-03-05
1
-3
/
+4
*
Merge pull request #7878 from RebelliousX/else
Rémi Verschelde
2017-02-28
1
-1
/
+1
|
\
|
*
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-28
1
-1
/
+1
*
|
Inf and NaN support added to GDScript.
Saracen
2017-02-28
1
-1
/
+1
|
/
*
Merge pull request #7802 from tagcup/physics_64bit
Rémi Verschelde
2017-02-26
30
-309
/
+261
|
\
|
*
Use real_t as floating point type in physics code.
Ferenc Arn
2017-02-13
30
-309
/
+261
*
|
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
2
-2
/
+2
|
/
*
Fixed property setter in G6DOF joint
m4nu3lf
2017-02-03
1
-1
/
+1
*
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
3
-3
/
+3
*
Style: Cleanups, added headers, renamed files
Rémi Verschelde
2017-01-16
1
-1
/
+1
*
Style: Cosmetic fixes to play nice with clang-format
Rémi Verschelde
2017-01-15
1
-8
/
+8
*
fixed to 2D physics, makes it work again
Juan Linietsky
2017-01-15
1
-1
/
+1
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
14
-71
/
+96
*
Type renames:
Juan Linietsky
2017-01-11
17
-85
/
+85
*
Merge pull request #7426 from m4nu3lf/bugfix/physics
Juan Linietsky
2017-01-10
14
-69
/
+143
|
\
|
*
Fixed inertia tensor computation and center of mass
m4nu3lf
2017-01-09
14
-69
/
+143
*
|
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
2
-39
/
+39
*
|
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-05
1
-3
/
+3
|
/
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
3
-3
/
+3
*
Merge remote-tracking branch 'origin/gles3' into gles3-on-master
Rémi Verschelde
2017-01-02
4
-5
/
+5
|
\
|
*
Begining of GLES3 renderer:
Juan Linietsky
2016-10-03
4
-5
/
+5
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
43
-43
/
+43
*
|
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
2
-2
/
+2
*
|
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-17
2
-0
/
+4
*
|
Expose more 2D/3D physics options in project settings
Fabio Alessandrelli
2016-10-03
2
-1
/
+2
|
/
*
Fix for incorrect velocity report due to a typo.
Alex Piola
2016-07-24
1
-4
/
+4
*
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-07-08
4
-13
/
+0
*
Drop fully commented-out files
Rémi Verschelde
2016-06-18
2
-570
/
+1
*
Drop empty .cpp files for header-only classes
Rémi Verschelde
2016-06-18
2
-65
/
+0
[prev]
[next]