index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
physics
/
joints
Age
Commit message (
Expand
)
Author
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-13
Added angular restitution
Geoffrey Irons
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-27
Fix warnings about unhandled enum value in switch [-Wswitch]
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-10-31
Merge pull request #11249 from m4nu3lf/bugfix/get_euler
Rémi Verschelde
2017-10-14
Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ...
Grosskopf
2017-09-22
Fix wrong index in get_euler_xyz and wrong get_euler in G6DF Joint
m4nu3lf
2017-09-22
Fix Inertia tensor update & Generic 6DOF Joint
m4nu3lf
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-16
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-07
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-06-26
ConeTwistJoint: Initialize 'm_angularOnly'.
dotquixote
2017-05-07
Improve documentation of thirdparty code snippets
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-24
Fix typos in source code using codespell
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-02-13
Use real_t as floating point type in physics code.
Ferenc Arn
2017-02-03
Fixed property setter in G6DOF joint
m4nu3lf
2017-01-16
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-11
Type renames:
Juan Linietsky
2017-01-09
Fixed inertia tensor computation and center of mass
m4nu3lf
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-11-01
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-10-17
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-06-18
Drop empty .cpp files for header-only classes
Rémi Verschelde
2016-06-18
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-05-23
Remove noisy print
Carter Anderson
2015-11-01
Cosmetic fixes to SCons buildsystem
Rémi Verschelde
2015-05-01
-Fixes from source code analyzizer, closes #1768
Juan Linietsky
2014-09-15
3D Physics Rework, Other Stuff
Juan Linietsky