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
2013-05-11Fix #35262: assiging shortcuts from e.g. delete or selection mode menus did notBrecht Van Lommel
2013-04-26Fix a few more cases where an operator should not show in the search menu.Brecht Van Lommel
2013-03-26misc minor changesCampbell Barton
2013-03-25I18n: use id_windowmanager context for keymap idnames. Solves some issues wit...Bastien Montagne
2013-03-18code cleanupCampbell Barton
2013-03-16revert own change: don't use memchr for strnlen, causes problems when the len...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-30BGE: Some various changes to make moving the character physics type easier:Mitchell Stokes
2013-01-28[BGE Controllers] reverting my own commits #54103 and #54102, no longer neces...Dalai Felinto
2013-01-28fix annoyance noticed at the global-game-jam, adding controllers would rememb...Campbell Barton
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-26real fix for Logic Bricks UI smart controller (#33746)Dalai Felinto
2013-01-15Logic window usability:Ton Roosendaal
2012-12-28style cleanupCampbell Barton
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-12Holiday coding log :)Ton Roosendaal
2012-10-30Usability: Logic editorTon Roosendaal
2012-10-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-26style cleanupCampbell Barton
2012-10-26Fix for r51634, without this define, translation won’t happen (all i18n mac...Bastien Montagne
2012-10-25fix scons compilation after 51634Jens Verwiebe
2012-10-25adding logic editor strings to .poDalai Felinto
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-21Logic Editor code cleanup > 2500 lines removed - old 2.49 UI codeDalai Felinto
2012-09-212.49 Logic Editor functionality - Add Sensor/Controller/Actuator now possible...Dalai Felinto
2012-09-212.49 feature: Game Controller State name shows up when mouse over them (the n...Dalai Felinto
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-12code cleanup: changing the INT define to an enum conflicts with INT typedef o...Campbell Barton
2012-09-12bugfix [#32538] 'Mouse Over Any' sensor 'Pulse' button missing since 2.5x [Pa...Dalai Felinto
2012-09-09style cleanup:Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-08-23bugfix for [32368] Added controllers don't count over 10Dalai Felinto
2012-08-22style cleanupCampbell Barton
2012-08-20macros for rectangle center and sizeCampbell Barton
2012-08-18use rctf struct for UI buttons and blocks, easier to read and means we can us...Campbell Barton
2012-08-08code cleanup: rename G.rt to G.debug_valueCampbell Barton
2012-07-29style cleanupCampbell Barton
2012-06-20style cleanup: use TRUE/FALSE for ui align args.Campbell Barton
2012-06-06style cleanup: (indentation)Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-14was casting to short for int args.Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30style cleanup: re - http://wiki.blender.org/index.php/Dev:Doc/CodeStyle#Brace...Campbell Barton