Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-19 | Fix Coverity reports of uninitialized scalar variable | Rémi Verschelde | |
Fixes most current reports on Coverity Scan of uninitialized scalar variable (CWE-457): https://cwe.mitre.org/data/definitions/457.html These happen most of the time (in our code) when instanciating structs without a constructor (or with an incomplete one), and later returning the instance. This is sometimes intended though, as some parameters are only used in some situations and should not be double-initialized for performance reasons (e.g. `constant` in ShaderLanguage::Token). | |||
2018-04-08 | Merge pull request #17594 from ivodopiviz/float-overflow | Juan Linietsky | |
Changed debug max distance to avoid overflow | |||
2018-03-21 | Fix missing const in CapsuleShapeSW::get_area | Marcelo Fernandez | |
2018-03-17 | Changed debug max distance to avoid overflow | Ivan Vodopiviz | |
Changed it to roughly sqrt(FLT_MAX), it's a little less to account for float inaccuracies. Fixes #1835 | |||
2018-02-20 | Merge pull request #16757 from AndreaCatania/kinpush | Rémi Verschelde | |
Improved kinematic body, Now can move rigid body | |||
2018-02-20 | Improved kinematic body 2D and 3D, Now can move rigid body | Andrea Catania | |
2018-02-19 | Merge pull request #16530 from AndreaCatania/rays | Rémi Verschelde | |
Improved ray shape (2D and 3D) by addiing the possibility to act as r… | |||
2018-02-19 | Improved ray shape (2D and 3D) by addiing the possibility to act as regular ↵ | Andrea Catania | |
shape | |||
2018-02-19 | Merge pull request #16751 from AndreaCatania/moreAPIs | Rémi Verschelde | |
Added Physics state APIs | |||
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa | |
2018-02-16 | Added Physics state APIs | Andrea Catania | |
2018-02-05 | Added physics API in order to enable/disable collisions between rigidbody ↵ | Andrea Catania | |
attached to a joint with bullet physics bullet Fixes #16424 | |||
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-10 | Implemented physics linear and angular lock | AndreaCatania | |
2017-12-09 | Merge pull request #12756 from Stratos695/master | Rémi Verschelde | |
Allowing double-axis lock in RigidBody & KinematicBody (Fixes #12500) | |||
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-11-21 | Removed type_mask and fixed some variable name | AndreaCatania | |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-10 | Allow double-axis lock in RigidBody and KinematicBody | Eric Rybicki | |
2017-11-10 | Disabled filter clip by default and made it optional, fixes #12368, likely ↵ | Juan Linietsky | |
others too | |||
2017-11-09 | Merge pull request #12713 from AndreaCatania/master | Juan Linietsky | |
Rewritten kinematic system | |||
2017-11-08 | Merge pull request #11379 from m4nu3lf/feature/no_bias_overrotation | Rémi Verschelde | |
Avoid bias over rotation in contact resolution | |||
2017-11-07 | Rewritten kinematic system | AndreaCatania | |
2017-10-31 | Merge pull request #11249 from m4nu3lf/bugfix/get_euler | Rémi Verschelde | |
Fix inertia tensor update & Generic6DOFJoint & Simplify Basis::get_euler() | |||
2017-10-31 | Merge pull request #10770 from RandomShaper/fix-joints | Rémi Verschelde | |
Fix joints collision exceptions, plus a bit more | |||
2017-10-21 | Rename RayCasts collision_layer to collision_mask | Pedro J. Estébanez | |
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed. | |||
2017-10-14 | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ↵ | Grosskopf | |
also a minor bugfix in the 3D Pinjoint. | |||
2017-10-09 | Merge pull request #11702 from AndreaCatania/bodyDS | Rémi Verschelde | |
Added new API to get body direct state | |||
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania | |
2017-09-29 | Added new API to get body direct state | AndreaCatania | |
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 | |
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||
2017-09-18 | Avoid bias overrotation in contact resolution | m4nu3lf | |
2017-09-14 | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | |
implementation | |||
2017-09-13 | Merge pull request #11125 from zavb074/master | Rémi Verschelde | |
Removed code that flips normal if facing away from test direction | |||
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | |
Fix unused variable warnings | |||
2017-09-09 | Remove joint freeing logic from physics servers | Pedro J. Estébanez | |
Since joint resources are created by joint nodes and also they take care of freeing them, the physics server doesn't need to free bodies' joints explicitly. The logic for clearing the constraints map/set is still relevant as there may be collision pairs and in their case its the server itself the one creating them and therefore releasing them. | |||
2017-09-09 | Removed code that flips normal if facing away from test direction | Lewis | |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam | |
The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-09-08 | Fix various assorted warnings | Hein-Pieter van Braam | |
Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | |||
2017-09-03 | -Added an optimization so physics shapes are configured later, speeds up ↵ | Juan Linietsky | |
grid map loading and editing | |||
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam | |
The second in my quest to make Godot 3.x compile with -Werror on GCC7 | |||
2017-08-27 | Dead code tells no tales | Rémi Verschelde | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-26 | Added/Fixed null pointer checks | Wilson E. Alvarez | |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez | |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg | |
Fixes #10244. |