blender/source/gameengine
Dalai Felinto 11e3b6b0b5 BGE Expressions: convert "\n" to real \n
example of usage:

0) Game Properties: text (String) and log (Boolean=True)
1) Keyboard Sensor set to AllKeys with log as logging and text as Target
2) Expression Controller: text=="quit\n"
3) Game Actuator: Quit Game

[1] <-> [2] <-> [3] .:. this will quit the game when you write quit + Enter

4) Keyboard Sensor: set to Return
5) And Controller
6) Property Actuator: Assign text property to "" 

[4] <-> [5] <-> [6] .:. this will reset the string everytime you press Enter

# # # # # # # # # # # # # # # # # # # # # # # 
Since the change is in the InputParser.cpp it actually affects all the text
input fields in the Logic Editor. So for instance you can use it in the
assign Property Actuator.
# # # # # # # # # # # # # # # # # # # # # # #
Connect an expression controller: text="idclip\n" with an actuator to disable
the Collision of your walls and you can re-create Doom with only Logic Bricks (:
2011-02-18 10:10:48 +00:00
..
BlenderRoutines remove nan-makefiles 2011-01-30 15:29:22 +00:00
Converter BGE: Action and ShapeKey Actuator PingPong playmode. 2011-02-16 19:53:39 +00:00
Expressions BGE Expressions: convert "\n" to real \n 2011-02-18 10:10:48 +00:00
GameLogic remove nan-makefiles 2011-01-30 15:29:22 +00:00
GamePlayer Fix #26064: blenderplayer is broken 2011-02-13 10:28:40 +00:00
Ketsji BGE: Action and ShapeKey Actuator PingPong playmode. 2011-02-16 19:53:39 +00:00
Network remove nan-makefiles 2011-01-30 15:29:22 +00:00
Physics remove nan-makefiles 2011-01-30 15:29:22 +00:00
PyDoc == python api doc == 2010-10-13 10:42:33 +00:00
Rasterizer minor edits, no functional changes. 2011-02-07 22:48:23 +00:00
SceneGraph remove nan-makefiles 2011-01-30 15:29:22 +00:00
VideoTexture remove nan-makefiles 2011-01-30 15:29:22 +00:00
CMakeLists.txt use cmake defined names for jpeg, png, zlib and python libs, building on *nix with non-standard libjpeg/png/zlib locations was broken. 2011-01-25 14:43:13 +00:00
SConscript enable building the game engine without bullet for scons & cmake 2010-10-10 07:01:56 +00:00