blender/source
Dalai Felinto 6a70a6bee2 Logic UI: partial implementation of state per controller
Adding two rna properties: state and state_number

For scripting "state_number" (integer) makes more sense while "state" (boolean/array) may be needed for the UI.
So far the UI is only showing the state number (using Label). Still have to decide how is the better way to "change the state".

If we don't need "state" (as boolean) for the UI, we can have only the integer one and rename it to "state".

+ some cosmetic changes (renamed ob "states" to "visible states")

ps.: 2 goals == 2 commits... let's see if I can keep that ratio until the middle of July ...
2010-06-16 08:29:40 +00:00
..
blender Logic UI: partial implementation of state per controller 2010-06-16 08:29:40 +00:00
blenderplayer blenderplayer building again (may need updates in libraries I dont compile with, but it' builds here). removed smoke declarations that are not needed anymore (not in windows, 2010-06-02 07:06:47 +00:00
creator CMake: 2010-06-06 13:32:58 +00:00
darwin OS X Makefiles: 2010-01-03 20:35:13 +00:00
gameengine bugfix [#21748] KX_Object scaling property not "writing" vector access .:. e.g. obj.scaling[2] = 2.0 2010-06-14 01:41:43 +00:00
icons missed a file in previous crosscompiling related commits 2010-02-18 06:53:10 +00:00
kernel remove config.h references, was added for automake build system rev around 124-126 but isnt used by any build systems now. 2010-04-18 10:28:37 +00:00
CMakeLists.txt correct fsf address 2010-02-12 13:34:04 +00:00
Makefile Change couple of strings. 2010-06-12 23:09:01 +00:00
nan_compile.mk Add support for >2GiB files (as r28267) and some cleanups. 2010-04-18 20:47:05 +00:00
nan_definitions.mk fixed typo that prevented tiff support from being enabled by default 2010-05-27 06:08:48 +00:00
nan_link.mk was curious if makefile still worked. they didnt, found 2 problems 2010-05-23 17:45:08 +00:00
nan_subdirs.mk correct fsf address 2010-02-12 13:34:04 +00:00
nan_warn.mk correct fsf address 2010-02-12 13:34:04 +00:00
SConscript this restores building on mingw with Collada support, also it restores cross compiling, thanks to Sergey Sharybin for the patch. Note that the icons for linux cross might not be committed here, if not i'll add them in another commit 2010-02-01 18:39:41 +00:00