Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-27Fix T46268: All Hotkey "C" are unexpectedly translated in menus.Bastien Montagne
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-04-16RNA: avoid past tense in property namesCampbell Barton
2015-04-16BGE: Fix for T42341 Sensor.frequency is badly namedJorge Bernal
2015-04-14Fix T44389: Tooltips swapped in Logic EditorJulian Eisel
2015-01-29Fix T42858: Non uniform gamelogic names on copyJorge Bernal
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-07-18BGE: Add property/material detection and X-Ray for mouse over any sensorMitchell Stokes
2014-06-17BGE: New Property sensor evaluation typesJorge Bernal
2014-04-17BGE - button for deactivate sensors, controllers and actuatorsJorge Bernal
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-03Cleanup: Internal degrees removal.Bastien Montagne
2013-09-12code cleanup: set enums as static or add RNA_enum_types.h where they are used...Campbell Barton
2013-09-05BGE: Removing the touch sensor and converting all touch sensors to collision ...Mitchell Stokes
2013-03-25I18n: use id_windowmanager context for keymap idnames. Solves some issues wit...Bastien Montagne
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-07use bool for rna funcs.Campbell Barton
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-12bugfix [#32538] 'Mouse Over Any' sensor 'Pulse' button missing since 2.5x [Pa...Dalai Felinto
2012-06-28code cleanup: compile with clang and quiet some warnings.Campbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-01-19patch [#29679] Expose connected logic bricks from pythonDalai Felinto
2011-12-04A (hopefully last) bunch of fixes and tweaks to UI label and messages (found ...Bastien Montagne
2011-11-04Fix #29024: Logic Bricks allow same name for multiple bricksSergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-18BGE: Upon further investigation this should have been 8 since up/down and lef...Mitchell Stokes
2011-08-18BGE: Upping the max Axis Number for the Axis event type on joystick sensors f...Mitchell Stokes
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-02Logic UI: reverting back the PROP_ANGLE propsDalai Felinto
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-07Logic UI: Armature Actuator + general Captalizing 1st letter of UI textDalai Felinto
2011-01-21Logic UI + missing listener in Outliner - changes on Armature Sensor and Visi...Dalai Felinto
2011-01-21Logic UI: more tooltips, adding (blank = all objects) for the Property field...Dalai Felinto
2011-01-21BGE Logic UI: Near Sensor tooltip updateDalai Felinto
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-11-26follow up of "Bugfix #23576" (Logic UI) - replacing hardcoded values by RNA_s...Dalai Felinto
2010-11-26BGE Bugfix: [#24926] Sensor 'Radar' les axes X+ et Y+ ont été inversé. (ou...Dalai Felinto
2010-11-14Logic UI bugfix: [#24628] two specific tooltips of keyboard sensor reversedDalai Felinto
2010-11-02Fix for some enum property identifiers, that were not using upper caseBrecht Van Lommel
2010-09-15Logic UI: reset the value of a key when clicking outside the input buttonDalai Felinto
2010-08-17apply logic brick rna renamingCampbell Barton
2010-08-03rna pointer poll function, not used yet.Campbell Barton