Go to file
Mitchell Stokes c07c572373 Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by Monster.
KX_RadarSensor.angle was returning the angle that was used to construct Bullet's physics shape, which is calculated from the logic brick gui. KX_RadarSensor.angle now recalculates the original value from the gui. However, m_coneradius isn't actually used by KX_RadarSensor that I can see, so it might be better to just assign the original angle to m_coneradius instead of the calculated value. I've also made KX_RadarSensor.angle read-only, since setting m_coneradius does not appear to have any affect, which means writing to KX_RadarSensor.angle never worked properly.
2012-06-14 08:01:20 +00:00
build_files Enable cuda sm_30 kernels for buildbot 2012-06-05 19:23:52 +00:00
doc Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by Monster. 2012-06-14 08:01:20 +00:00
extern Masking support for motion tracks 2012-06-12 11:13:53 +00:00
intern simple assignments added to pre-processor temporary section of function to avoid unused argument compiler warnings. 2012-06-13 21:37:39 +00:00
release added mask tool to recalculate handles (Ctrl+N) 2012-06-13 14:09:20 +00:00
source Fix for [#31813] "bge.types.KX_RadarSensor incorrect attributes" reported by Monster. 2012-06-14 08:01:20 +00:00
CMakeLists.txt minor fixes 2012-06-11 12:13:41 +00:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile cmake edits 2012-05-27 10:03:13 +00:00
SConstruct Scons: 2012-05-29 12:13:45 +00:00