godot/modules/bullet
Rémi Verschelde cdc411fd54 Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more
Fixes the following GCC 5 warnings:
```
core/os/file_access.cpp:49:19: warning: the address of 'FileAccess::create_func' will always evaluate as 'true' [-Waddress]
servers/audio_server.cpp:192:70: warning: comparison with string literal results in unspecified behaviour [-Waddress]

drivers/gles2/rasterizer_storage_gles2.cpp:4095:90: warning: NULL used in arithmetic [-Wpointer-arith]

modules/gdnative/register_types.cpp:237:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
platform/android/export/export.cpp:207:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

modules/gdscript/gdscript.h:150:67: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:119:56: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:123:56: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:127:50: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:131:52: warning: returning reference to temporary [-Wreturn-local-addr]

editor/plugins/skeleton_editor_plugin.cpp:34:36: warning: extra tokens at end of #include directive
modules/bullet/bullet_types_converter.cpp:31:9: warning: #pragma once in main file

editor/import/editor_scene_importer_gltf.cpp:1996:51: warning: name lookup of 'i' changed
modules/visual_script/visual_script_property_selector.cpp:402:45: warning: name lookup of 'E' changed
scene/gui/tree.cpp:1268:25: warning: name lookup of 'i' changed
scene/resources/visual_shader.cpp:808:32: warning: name lookup of 'i' changed
```
2018-09-27 16:33:52 +02:00
..
doc_classes doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
area_bullet.cpp Fiex bullet crash 2018-09-10 07:55:11 +02:00
area_bullet.h Optimized in case is used just 1 shape with no transform 2018-09-06 18:19:05 +02:00
btRayShape.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
btRayShape.h Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
bullet_physics_server.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
bullet_physics_server.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
bullet_types_converter.cpp Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more 2018-09-27 16:33:52 +02:00
bullet_types_converter.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
bullet_utilities.h Fixing trimesh precision 2018-09-06 18:53:03 +02:00
collision_object_bullet.cpp Fixing trimesh precision 2018-09-06 18:53:03 +02:00
collision_object_bullet.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
cone_twist_joint_bullet.cpp Fix build after c2a9cb34 2018-08-27 10:10:40 +02:00
cone_twist_joint_bullet.h Improved 6DOF joint implementation, and removed useless function from cone joint 2018-08-15 18:14:32 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
constraint_bullet.cpp Added physics API in order to enable/disable collisions between rigidbody attached to a joint with bullet physics bullet 2018-02-05 18:54:07 +01:00
constraint_bullet.h Added physics API in order to enable/disable collisions between rigidbody attached to a joint with bullet physics bullet 2018-02-05 18:54:07 +01:00
generic_6dof_joint_bullet.cpp Fix build after c2a9cb34 2018-08-27 10:10:40 +02:00
generic_6dof_joint_bullet.h Improved 6DOF joint implementation, and removed useless function from cone joint 2018-08-15 18:14:32 +02:00
godot_collision_configuration.cpp Added rayshape solver algorithm to soft body configurator fixes #22283 fixes #22249 fixes #22281 2018-09-22 09:42:19 +02:00
godot_collision_configuration.h Added rayshape solver algorithm to soft body configurator fixes #22283 fixes #22249 fixes #22281 2018-09-22 09:42:19 +02:00
godot_collision_dispatcher.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
godot_collision_dispatcher.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
godot_motion_state.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
godot_ray_world_algorithm.cpp Improved ray shape (2D and 3D) by addiing the possibility to act as regular shape 2018-02-19 20:59:57 +01:00
godot_ray_world_algorithm.h Fix inconsistencies and typos in argument names 2018-02-01 16:47:20 +01:00
godot_result_callbacks.cpp Add null check in godot result callback 2018-09-16 16:02:15 +02:00
godot_result_callbacks.h Fixed crash during raycast and CCD radius calculation 2018-09-07 20:38:30 +02:00
hinge_joint_bullet.cpp Fix build after c2a9cb34 2018-08-27 10:10:40 +02:00
hinge_joint_bullet.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
joint_bullet.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
joint_bullet.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pin_joint_bullet.cpp Fix build after c2a9cb34 2018-08-27 10:10:40 +02:00
pin_joint_bullet.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_types.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rid_bullet.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rigid_body_bullet.cpp Added automatically set velocity when rigid is kinematic 2018-09-19 19:46:07 +02:00
rigid_body_bullet.h Optimized in case is used just 1 shape with no transform 2018-09-06 18:19:05 +02:00
SCsub Fix indentation in bullet SCsub 2018-09-10 12:22:23 +07:00
shape_bullet.cpp Fixing trimesh precision 2018-09-06 18:53:03 +02:00
shape_bullet.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
shape_owner_bullet.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
shape_owner_bullet.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
slider_joint_bullet.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
slider_joint_bullet.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
soft_body_bullet.cpp Fixed SoftBody pinned point offset calculation 2018-08-03 17:44:09 +02:00
soft_body_bullet.h Implemented Soft body 2018-07-23 20:50:23 +02:00
space_bullet.cpp Corrected cast_motion query behaviour 2018-09-22 11:17:31 +02:00
space_bullet.h Corrected cast_motion query behaviour 2018-09-22 11:17:31 +02:00