blender/source/gameengine/BlenderRoutines
Dalai Felinto 5184476fe1 bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get changed material mode
http://projects.blender.org/tracker/?func=detail&aid=28167&group_id=9&atid=306
Game Actuator (restart or load a new file) will not keep some settings alive (as
we had in 2.49).

In 2.49 the solution used was to use Blender globals (G.fileflags) to get/set
those settings. That was causing the blender file to change if you change the
material mode from the game.

In 2.5 this never worked, and the implementation was buggy (it's relying in the
scene settings, which get reset ever time we restart/load a new file).

My idea for fixing this is to create a new struct (GlobalSettings) where we
store any setting to be preserver during the course of the game. This is
specially important for options that require the game to restart/load new file
(graphic ones). But it later can be expanded to support other things such as
audio settings (e.g. volume), ...
I'm also planning to expand it for stereo and dome settings, but I prefer to
first get this committed and then build a new patch on top of that.


I had some problems in finding a correct way for build/link the blenderplayer
changes, so although it's working I'm not sure this is the best code (e.g. I
couldn't make forward declaration to work in GPG_Application.h for the struct
GlobalSettings so I ended up including KX_KetsjiEngine.h)

[note: I talked with Brecht and he find this is an ok solution. He implemented
it originally so it's good to have his go. However I still think there must be a way to make forward declaration to work. I will see with other devs if there is a better solution]
[also I'm likely renaming glsl to flags later if there are more settings stored in the flags to be used. But for now we are only handling glsl flags]
2011-09-11 05:54:07 +00:00
..
BL_KetsjiEmbedStart.cpp bugfix: [bf-blender-Game Engine][28167] Restart game actuator don't get changed material mode 2011-09-11 05:54:07 +00:00
BL_System.cpp Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
BL_System.h Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00
CMakeLists.txt cmake: cleanup include paths, some duplicates and going up some unneeded dirs. 2011-07-17 09:11:13 +00:00
KX_BlenderCanvas.cpp image.depth, 96/128 for float color images, was 24/32 for byte images. 2011-03-09 01:25:59 +00:00
KX_BlenderCanvas.h doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji 2011-02-22 10:33:14 +00:00
KX_BlenderGL.cpp quiet msvc/mingw compiler warnings. 2011-04-10 09:37:04 +00:00
KX_BlenderGL.h doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji 2011-02-22 10:33:14 +00:00
KX_BlenderInputDevice.cpp doxygen: gameengine/BlenderRoutines tagged. 2011-02-25 13:29:48 +00:00
KX_BlenderInputDevice.h whitespace edits 2011-09-03 02:15:49 +00:00
KX_BlenderKeyboardDevice.cpp doxygen: gameengine/BlenderRoutines tagged. 2011-02-25 13:29:48 +00:00
KX_BlenderKeyboardDevice.h doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji 2011-02-22 10:33:14 +00:00
KX_BlenderMouseDevice.cpp doxygen: gameengine/BlenderRoutines tagged. 2011-02-25 13:29:48 +00:00
KX_BlenderMouseDevice.h doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji 2011-02-22 10:33:14 +00:00
KX_BlenderRenderTools.cpp doxygen: gameengine/BlenderRoutines tagged. 2011-02-25 13:29:48 +00:00
KX_BlenderRenderTools.h doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji 2011-02-22 10:33:14 +00:00
KX_BlenderSystem.cpp doxygen: gameengine/BlenderRoutines tagged. 2011-02-25 13:29:48 +00:00
KX_BlenderSystem.h doxygen: entries for blenderroutines, converter, expressions, gamelogic, gameplayer, ketsji 2011-02-22 10:33:14 +00:00
SConscript Code cleanup: remove source/kernel module, this wasn't really the kernel of 2011-05-06 20:18:42 +00:00