blender/source/gameengine/BlenderRoutines
2012-11-29 05:21:24 +00:00
..
BL_KetsjiEmbedStart.cpp code cleanup: check for msvc directly when using warning pragma's. 2012-10-15 02:15:07 +00:00
BL_System.cpp style cleanup: follow style guide for/with/if spacing 2012-03-24 07:52:14 +00:00
BL_System.h use __ prefix on header guards to avoid mixing up defines with api functions / classes. 2012-02-23 10:41:31 +00:00
CMakeLists.txt Compile fixes for recent boost changes 2012-11-05 15:23:09 +00:00
KX_BlenderCanvas.cpp style cleanup 2012-10-20 18:46:57 +00:00
KX_BlenderCanvas.h code cleanup: remove redundant casts 2012-10-14 08:49:01 +00:00
KX_BlenderGL.cpp BGE: Removing some glIsEnabled() calls from DisableForText() in KX_BlenderGL.cpp. Use of glIsEnabled() is discouraged since it causes a potential sync with the graphics card. Also, it's faster to just always use glDisable() (even if that feature is already disabled) then to check if it's enabled first. 2012-11-22 06:11:05 +00:00
KX_BlenderGL.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
KX_BlenderInputDevice.cpp remove $Id: tags after discussion on the mailign list: http://markmail.org/message/fp7ozcywxum3ar7n 2011-10-23 17:52:20 +00:00
KX_BlenderInputDevice.h style cleanup: tabs & whitespace 2012-11-03 15:35:03 +00:00
KX_BlenderKeyboardDevice.cpp BGE: Fix for [#33027] "logic.keyboard polling rate extremely low" reported by Josiah Lane (solarlune). The embedded player now treats KM_DBL_CLICK the same as KM_PRESS. 2012-11-27 17:41:39 +00:00
KX_BlenderKeyboardDevice.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
KX_BlenderMouseDevice.cpp BGE: Fixing the double-click issue for mouse events too. The previous fix only fixed double-click keyboard events. 2012-11-29 05:21:24 +00:00
KX_BlenderMouseDevice.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
KX_BlenderRenderTools.cpp style cleanup 2012-10-22 08:15:51 +00:00
KX_BlenderRenderTools.h code cleanup: use float sizes for function args. 2012-10-15 23:11:59 +00:00
KX_BlenderSystem.cpp code cleanup: check for msvc directly when using warning pragma's. 2012-10-15 02:15:07 +00:00
KX_BlenderSystem.h code cleanup: make header defines more consistent, JOYSENSOR header guard had a typo too. 2012-10-09 13:36:42 +00:00
SConscript Compile fixes for recent boost changes 2012-11-05 15:23:09 +00:00