blender/source/gameengine
Mitchell Stokes 6a7a144f50 BGE: Fix for [#33053] "2.6x Joystick Sensor Event: Axis fails to fire at full tilt" reported by Auuman Anubis (auuman_anubis).
The problem was that SCA_Joystick::pAxisTest() was using shorts, and tried to store abs(MIN_SHRT) in a short. However, on most systems MIN_SHRT == -32768 and MAX_SHRT == 32767. This means that abs(MIN_SHRT) > MAX_SHRT, and thus the short would overflow.
2013-01-06 23:11:12 +00:00
..
BlenderRoutines add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
Converter Remove usage of deprecated TEX_USEALPHA from GE code 2013-01-05 13:51:07 +00:00
Expressions style cleanup 2012-12-29 01:54:58 +00:00
GameLogic BGE: Fix for [#33053] "2.6x Joystick Sensor Event: Axis fails to fire at full tilt" reported by Auuman Anubis (auuman_anubis). 2013-01-06 23:11:12 +00:00
GamePlayer BGE: Fixing an assert with the canvas' GetViewPort(). bf_gpu was changing the viewport when handling shadow buffers. KX_LightObject::BindShadowBuffer() now updates the canvas with the new viewport information from bf_gpu. 2012-12-25 06:20:50 +00:00
Ketsji BGE: The Blenderplayer wasn't calling PyEval_InitThreads, which caused async lib loading to crash. 2013-01-05 03:30:56 +00:00
Network Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
Physics add option WITH_SYSTEM_BULLET to link against the bullet installation found on the system. 2013-01-03 00:23:52 +00:00
Rasterizer code cleanup: warnings 2013-01-04 02:13:29 +00:00
SceneGraph Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
VideoTexture Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00
CMakeLists.txt code cleanup: use system includes for cmake, otherwise warnings get printed in headers. 2012-09-18 04:40:20 +00:00
SConscript Added GPL header to sconscripts! 2012-12-17 08:01:43 +00:00