blender/source/gameengine/GamePlayer/ghost
Benoit Bolsee 1c663bbc7e First batch of GE API cleanup.
The principle is to replace most get/set methods of logic bricks by direct property access. 
To make porting of game code easier, the properties have usually the same type and use than
the return values/parameters of the get/set methods. 
More details on http://wiki.blender.org/index.php/GameEngineDev/Python_API_Clean_Up

Old methods are still available but will produce deprecation warnings on the console: 

"<method> is deprecated, use the <property> property instead"

You can avoid these messages by turning on the "Ignore deprecation warnings" option in Game menu.

PyDoc is updated to include the new properties and display a deprecation warning
for the get/set methods that are being deprecated.
2008-12-29 16:36:58 +00:00
..
CMakeLists.txt B 2008-12-15 20:53:45 +00:00
GPG_Application.cpp First batch of GE API cleanup. 2008-12-29 16:36:58 +00:00
GPG_Application.h Fix (harmless) error print about GameLogic.globalDict being lost. Also 2008-09-16 19:25:35 +00:00
GPG_Canvas.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GPG_Canvas.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GPG_ghost.cpp patch [#18110] [patch] Update blenderplayer.exe -h text 2008-12-20 07:12:38 +00:00
GPG_KeyboardDevice.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GPG_KeyboardDevice.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GPG_System.cpp Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
GPG_System.h Patch from GSR that a) fixes a whole bunch of GPL/BL license 2008-04-16 22:40:48 +00:00
Makefile B 2008-12-15 20:53:45 +00:00
SConscript fix for [bf-blender-Bug Tracker][18089] scons compiling bug 2008-12-16 11:26:55 +00:00