45cf8d673e
add numpad key input for ghost/sdl
2011-08-16 13:07:46 +00:00
39cbcdf187
Window was losing focus when switching from full screen via Alt+F11
...
Fixes [#28243 ]
2011-08-15 16:26:37 +00:00
c9216e390c
Commiting patch from jensverwiebe for NDOF support on OSX
2011-08-11 15:59:19 +00:00
ffd5fa3eea
off by 1 error with number keys in ghost/sdl
2011-08-09 07:09:49 +00:00
8eec116d0e
add missing keys for ghost/sdl
2011-08-08 06:54:07 +00:00
0160901c90
- update X3D and FBX testing checksums
...
- building with GHOST/SDL now adds the PREFIX
- image.external_edit operator errors out if the filepath isnt set (was annoying and loaded gimp while running tests)
2011-08-08 03:31:25 +00:00
5681380db0
simplify x11 path code, had unneeded NULL checks and std namespace
2011-08-07 17:38:36 +00:00
479c203dad
stricter WITH_INPUT_NDOF guards, general cleanup
2011-08-07 16:44:10 +00:00
6c821f4078
stricter NDOF guards for Windows (forgot in earlier commit)
2011-08-06 23:13:36 +00:00
4d319f8059
fix for GHOST/SDL key input with uppercase keys.
2011-08-05 17:39:44 +00:00
a6fed14da4
stricter guards for disabling NDOF code (will test in 3.. 2.. 1..)
2011-08-04 03:14:00 +00:00
d4909c5628
- Do not add GHOST_NDOFManager.cpp to list of sources if
...
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-03 07:30:24 +00:00
Nathan Letwory
02ab2b473c
Debug print removed.
2011-08-03 07:08:28 +00:00
3b541b259f
removed attempted WITH_BF_3DMOUSE detection, fixed just one indention (left the others in their ugly new state)
2011-08-03 06:42:55 +00:00
6c9d0f2b7a
whitespace edits.
2011-08-03 06:27:44 +00:00
6233430c23
compensate for lack of 3D mouse calibration on Windows
2011-08-03 05:01:55 +00:00
13eefec9dd
More flexible configuration for 3dmouse library for scons.
...
Needed for release environment and buildbot.
Buildbot rules would be updated with next commit after
environment will be tested.
2011-08-02 17:59:43 +00:00
Nathan Letwory
222190c618
typo fix
2011-08-02 14:45:35 +00:00
Nathan Letwory
7561d10c2e
Don't include NDOF files when disabled.
2011-08-02 10:50:22 +00:00
Nathan Letwory
467475590e
Some more silencing. Enable with BF_GHOST_DEBUG
2011-08-02 10:39:46 +00:00
Nathan Letwory
6bc101fa7e
Indentation changes
2011-08-02 10:26:20 +00:00
Nathan Letwory
69b4962fc0
Properly disable NDOF code when WITH_INPUT_NDOF is not define.
2011-08-02 10:20:47 +00:00
Nathan Letwory
c1cf646bb7
whitespace
2011-08-02 09:36:44 +00:00
Nathan Letwory
1828e37794
Turn off ndof button debug
2011-08-02 09:09:07 +00:00
Nathan Letwory
28ed1b6745
tabs -> spaces
2011-08-02 09:07:24 +00:00
2e860a3e85
- Blender could be build with scons again.
2011-08-02 07:02:40 +00:00
baa37b1b46
more cmake/x11 edits
...
- 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-02 06:32:53 +00:00
fcd7d2b486
NDOF related edits
...
- fix for building without NDOF on X11
- quiet some warnings
2011-08-02 05:52:27 +00:00
8f3016098d
SVN maintenance.
2011-08-02 05:31:32 +00:00
56918978b7
3D mouse support from merwin-spacenav branch
2011-08-02 04:28:05 +00:00
dc2609da3d
svn merge -r38814:38905 https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-08-02 01:01:56 +00:00
19b38034f9
support for older SpacePilot (sans Pro), minor tidying
2011-07-31 22:59:36 +00:00
6e788c37df
Hides console on win32 even if python path is 2 or more lines
...
Adding tlhelp32.h header
2011-07-30 19:09:34 +00:00
681b26a48e
Bugfix #28109
...
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-30 10:14:50 +00:00
6b987910e4
Patch [ #27925 ] by Andrew Cox and me
...
Modifier key sticks after Alt-tab on Win32
2011-07-29 20:21:37 +00:00
Nathan Letwory
73a9ce7ec0
svn merge -r38558:38752 https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-07-27 07:42:53 +00:00
c2c62134cc
minor cleanup of Mac ndof manager
2011-07-24 00:52:18 +00:00
5fae765187
more cautious device detection, minor cleanup
2011-07-23 21:29:19 +00:00
f4a30e473b
Cherry pick merge: /branches/soc-2011-pepper/intern/audaspace/OpenAL:r38630
...
Original log: Corrected the OpenAL device's threading code. This is a bugfix for #27913 , thanks to Juha Mäki-Kanto for helping to resolve this.
2011-07-23 16:08:37 +00:00
Nathan Letwory
8c5f028f4a
Fix compile error due to faulty merge.
2011-07-22 14:13:28 +00:00
Nathan Letwory
b326a6841e
Simple ifndef guards, so we don't get redefines.
2011-07-21 20:54:47 +00:00
Nathan Letwory
eea7c358c7
svn merge -r37276:38555 https://svn.blender.org/svnroot/bf-blender/trunk/blender .
2011-07-21 09:40:59 +00:00
5f47123fde
consistent Starting/InProgress/Finishing ndof events with dead-zone filtering
2011-07-18 22:42:09 +00:00
Dalai Felinto
1f5d60ba01
patch: [ #27783 ] "Problem with clock" at 18:39:00 by Daniel Dionne (mrzeon)
...
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-18 22:28:42 +00:00
8c11a26285
Fixed compile error on Fedora 15, when FFMPEG was enabled.
2011-07-17 10:28:31 +00:00
5792bd7cc7
cmake: cleanup include paths, some duplicates and going up some unneeded dirs.
2011-07-17 09:11:13 +00:00
410c5e3cd2
cmake source definitions:
...
remove missing includes and use more strict formatting.
2011-07-16 23:01:14 +00:00
2d8c1e60e6
print an error message if Python.h can't be found for cmake and scons since its such a common problem.
2011-07-16 06:55:45 +00:00
b0c8abf04e
removed unused ndof code
2011-07-14 22:01:09 +00:00
cc1ba4569c
more consistent and modal-friendly ndof events, fly mode v1
2011-07-14 21:20:45 +00:00