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 (Collapse)Author
2011-08-05fix for GHOST/SDL key input with uppercase keys.Campbell Barton
2011-08-04stricter guards for disabling NDOF code (will test in 3.. 2.. 1..)Mike Erwin
2011-08-03- Do not add GHOST_NDOFManager.cpp to list of sources ifSergey Sharybin
NDOF is disabled in CMake. - Added "default" section to switch in sendMotionEvent. It's what strict gcc rules don't like much and it's And it's good practice in general, imo.
2011-08-03Debug print removed.Nathan Letwory
2011-08-03removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left ↵Mike Erwin
the others in their ugly new state)
2011-08-03whitespace edits.Campbell Barton
2011-08-03compensate for lack of 3D mouse calibration on WindowsMike Erwin
2011-08-02More flexible configuration for 3dmouse library for scons.Sergey Sharybin
Needed for release environment and buildbot. Buildbot rules would be updated with next commit after environment will be tested.
2011-08-02typo fixNathan Letwory
2011-08-02Don't include NDOF files when disabled.Nathan Letwory
2011-08-02Some more silencing. Enable with BF_GHOST_DEBUGNathan Letwory
2011-08-02Indentation changesNathan Letwory
2011-08-02Properly disable NDOF code when WITH_INPUT_NDOF is not define.Nathan Letwory
2011-08-02whitespaceNathan Letwory
2011-08-02Turn off ndof button debugNathan Letwory
2011-08-02tabs -> spacesNathan Letwory
2011-08-02 - Blender could be build with scons again.Jiri Hnidek
2011-08-02more cmake/x11 editsCampbell Barton
- added includes for spnav - added FindSpacenav.cmake which allows using spacenav from a nonstandard path. - remove NDOF_LIBPATH, use a full library path instead.
2011-08-02NDOF related editsCampbell Barton
- fix for building without NDOF on X11 - quiet some warnings
2011-08-02SVN maintenance.Guillermo S. Romero
2011-08-023D mouse support from merwin-spacenav branchMike Erwin
2011-08-02svn merge -r38814:38905 ↵merwin-spacenavMike Erwin
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-08-01support for older SpacePilot (sans Pro), minor tidyingMike Erwin
2011-07-30Hides console on win32 even if python path is 2 or more linesAlexander Kuznetsov
Adding tlhelp32.h header
2011-07-30Bugfix #28109Ton Roosendaal
Old issue with OSX Cocoa code: shift+scrollwheel should send a 'horizontal wheel' event to Blender. Blender only recognizes scroll events in general though. The old code then just didn't send an event at all, not passing on shift+scrolls. Now the scroll event is sent anyway, relying on Blender's keymapping to define what to do with shift+scroll. This fixes things like shift+scroll to scale ListBox widgets.
2011-07-30Patch [#27925] by Andrew Cox and meAlexander Kuznetsov
Modifier key sticks after Alt-tab on Win32
2011-07-24minor cleanup of Mac ndof managerMike Erwin
2011-07-24more cautious device detection, minor cleanupMike Erwin
2011-07-22Fix compile error due to faulty merge.Nathan Letwory
2011-07-22Simple ifndef guards, so we don't get redefines.Nathan Letwory
2011-07-21svn merge -r37276:38555 ↵Nathan Letwory
https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-07-19consistent Starting/InProgress/Finishing ndof events with dead-zone filteringMike Erwin
2011-07-19patch: [#27783] "Problem with clock" at 18:39:00 by Daniel Dionne (mrzeon)Dalai Felinto
the overflow of the clock was causing crash in the game engine in Linux. (on June 11 2011, 18:39:00 GMT) running to the "where is waldo (wally)" bug award of 2011.
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
remove missing includes and use more strict formatting.
2011-07-15removed unused ndof codeMike Erwin
2011-07-15more consistent and modal-friendly ndof events, fly mode v1Mike Erwin
2011-07-13Advanced CMake option to build the player without blender: WITH_BLENDERCampbell Barton
2011-07-13- don't build ghost's event printer unless ghost debug is enabled.Campbell Barton
- use char rather then STR_String for the event printer. - added option to build WITH_GHOST_DEBUG for cmake - renamed WITH_SDL_GHOST --> WITH_GHOST_SDL
2011-07-13make X11's getModifierKeys more compact and don't run XKeysymToKeycode 8 ↵Campbell Barton
times for call.
2011-07-13SVN maintenance.Guillermo S. Romero
2011-07-13changes to ghost/sdlCampbell Barton
- mouse coords made absolute - window position set - building with SDL 1.2 gives an error.
2011-07-12Fix for recent GHOST SDL commit.Sergey Sharybin
SCons rules haven't been changed to deal with new option.
2011-07-12build option to use SDL 1.3 for GHOST rather then X11/Win32/Cocoa api's,Campbell Barton
This opens up the option for blender to be more easily ported to other devices, OS's. TODO - continuous grab. - text glitch with multiple windows (was a bug in X11 too for a while, will check on this)
2011-07-12correction to cursor enum and make GHOST_SystemX11's convertXKey into a ↵Campbell Barton
static function.
2011-07-09fix for using uninitialized value in gpu_shader_materialCampbell Barton
2011-07-09ghost multi-test builds again, now uses BLF font libraryCampbell Barton
2011-07-06various fixes to enable MSVC build, removed crusty old Win32 ndof codeMike Erwin
2011-07-06Fix #27865: weird mouse warping with continuous grab on OS X.Brecht Van Lommel
2011-07-05Patch #27829: fix X11 compile problem due to missing XF86XK_AudioForward defineBrecht Van Lommel
on Debian Lenny. Patch by "dungeoneer".