|
|
|
@346
|
6 months |
ddangelo |
Bugs in the iCone setup file corrected.
|
|
|
|
@345
|
7 months |
tholt |
Replace tab indention by spaces to make epydoc happy
|
|
|
|
@344
|
7 months |
tholt |
Make AVANGO compile with OSG 2.6
|
|
|
|
@343
|
7 months |
cnowke |
added mouse speed scaling factor to be a field
|
|
|
|
@342
|
7 months |
ddangelo |
Minor changes in the positioning of the panel geometry. When using the …
|
|
|
|
@341
|
7 months |
ddangelo |
osg 1D texture wrapped. Added function to create an av::osg::Image node by …
|
|
|
|
@340
|
7 months |
rkuck |
Internal texture format of avango.osg.Image now accessable
|
|
|
|
@339
|
7 months |
rkuck |
Fixed silly import handling bug in avango.display
|
|
|
|
@338
|
8 months |
ddangelo |
Fields for setting the texture coordinates of the quad corners added
|
|
|
|
@337
|
8 months |
ddangelo |
UseFilename? flag allows no either the usage of loading a texture from a …
|
|
|
|
@336
|
8 months |
ddangelo |
Field for setting the 2D texture of the Quad added. To be backward …
|
|
|
|
@335
|
8 months |
rkuck |
CameraAttachment? can now contain an Image
|
|
|
|
@334
|
8 months |
rkuck |
Added utility method to osg::Image python binding for saving image
|
|
|
|
@333
|
8 months |
ddangelo |
A sample localdefs section added. This should help to get users started …
|
|
|
|
@332
|
8 months |
rkuck |
Added pre-render example
|
|
|
|
@331
|
8 months |
ddangelo |
Unknown class "DumpMatrix?" caused problems. Removed it. I suspect it was a …
|
|
|
|
@329
|
9 months |
bwoeldecke |
avango-osg: added member function make_ortho()
|
|
|
|
@328
|
9 months |
ddangelo |
Centering field for the Panel added. Left upper corner, or center of the …
|
|
|
|
@327
|
9 months |
sseele |
fixed placement bug, MinDistance? was ignored after standard_placement()
|
|
|
|
@326
|
9 months |
bwoeldecke |
avango-tools: new FieldSelector? tool
This tool selects all TargetHolders? …
|
|
|
|
@325
|
9 months |
sseele |
added an initial class for placing the menu on a regular desktop monitor
…
|
|
|
|
@324
|
9 months |
sseele |
--added function to set new drag tool
|
|
|
|
@323
|
10 months |
ddangelo |
boost_regex token for windows builds added
|
|
|
|
@322
|
10 months |
ddangelo |
Function to generate a clipped box added
|
|
|
|
@321
|
10 months |
ddangelo |
unnecessary code removed
|
|
|
|
@320
|
10 months |
ddangelo |
NameSelector? now supports regular expressions. Needs boost_regex.
|
|
|
|
@319
|
10 months |
ddangelo |
boost regex lib added
|
|
|
|
@318
|
10 months |
ddangelo |
ID field for clip planes wrapped. This field has to be specified for all …
|
|
|
|
@317
|
10 months |
ddangelo |
Missing init function call added
|
|
|
|
@316
|
10 months |
ddangelo |
OSG ClipNode? and ClipPlane? wrapped.
|
|
|
|
@315
|
10 months |
ddangelo |
Additional properties of the osg AutoTransform? node wrapped.
|
|
|
|
@314
|
10 months |
ddangelo |
Basic wrapper for osg::AutoTransform? added
|
|
|
|
@313
|
10 months |
bwoeldecke |
avango-python: added disconnect_auditors
|
|
|
|
@312
|
10 months |
ddangelo |
Function to get the current number of FieldContainers? in the evaluation …
|
|
|
|
@311
|
10 months |
bwoeldecke |
avango-python: better access to type info of avango objects
|
|
|
|
@310
|
10 months |
ddangelo |
Python binding of the remove_field function adjusted. The removed field is …
|
|
|
|
@309
|
10 months |
ddangelo |
Bug in the deletion of removed fields fixed.
|
|
|
|
@308
|
10 months |
ddangelo |
Minor changes
|
|
|
|
@307
|
10 months |
ddangelo |
Functions to remove fields added to the boost python wrapper of the …
|
|
|
|
@306
|
10 months |
ddangelo |
Functionality to dynamically remove fields added. Using this functionality …
|
|
|
|
@305
|
10 months |
ddangelo |
Missing header files to install target added
|
|
|
|
@304
|
10 months |
rkuck |
Fixed avango.display stereo selection
|
|
|
|
@303
|
10 months |
ddangelo |
Reordering of files
|
|
|
|
@302
|
10 months |
rkuck |
Added more flexible StereoMode? field instead of QuadBufferStereo?
Patch …
|
|
|
|
@301
|
10 months |
rkuck |
Added size setter and getter to Texture2D and Texture2DArrary in …
|
|
|
|
@300
|
10 months |
rkuck |
Added TextureCubeMap? to avango.osg
|
|
|
|
@299
|
10 months |
rkuck |
Added a low-level wrapper of osg::Camera in avango.osg
This does not …
|
|
|
|
@298
|
10 months |
mkrauss |
Added wrappers for OSG Depth and OSG BlendFunc? state attributes
|
|
|
|
@297
|
10 months |
rkuck |
Fixed order of search paths in avango.display
|
|
|
|
@296
|
10 months |
cnowke |
--fixed typo
|
|
|
|
@295
|
11 months |
rkuck |
Added proper support for Boost library naming to avango.build
|
|
|
|
@294
|
11 months |
rkuck |
Removed application specific display-setup TouchscreenEmulator?
|
|
|
|
@293
|
11 months |
rkuck |
Made BUILD_32 a avango.build option
I.e. instead of an AVANGO option. …
|
|
|
|
@292
|
11 months |
rkuck |
Only import avango.inspector in avango.display when needed
|
|
|
|
@291
|
11 months |
ddangelo |
Check if the BUILD_32 flag is set at all added. Otherwise all avango …
|
|
|
|
@290
|
11 months |
rkuck |
Added search path facility to avango.display
|
|
|
|
@289
|
11 months |
rkuck |
Display setups are now loaded as plugins
|
|
|
|
@288
|
11 months |
rkuck |
Each display setup now is encapsulated in one class in avango.display
|
|
|
|
@287
|
11 months |
rkuck |
Refactored screen setup in avango.display
|
|
|
|
@286
|
11 months |
rkuck |
Extracted command parsing in avango.display
|
|
|
|
@285
|
11 months |
rkuck |
Started to prepare class extraction in avango.display
|
|
|
|
@284
|
11 months |
cnowke |
--added new flag 'BUILD_32' forcing a 32 bit build on 64 bit machines
|
|
|
|
@283
|
11 months |
rkuck |
Added Width and Height output field to Image
|
|
|
|
@282
|
11 months |
ddangelo |
Minor changes due to a return type change (const char* instead of char*) …
|
|
|
|
@281
|
11 months |
bwoeldecke |
avango-python: added test for multiple inheritance of Script nodes
|
|
|
|
@280
|
11 months |
bwoeldecke |
avango-python: fixed implementation of super() to work correctly in case …
|
|
|
|
@279
|
11 months |
ddangelo |
Function to check the number of connected fields of a field added
|
|
|
|
@278
|
11 months |
acbernst |
added simple video example
|
|
|
|
@277
|
11 months |
acbernst |
added shader example to SConscript
|
|
|
|
@276
|
11 months |
acbernst |
added missing SConscript
|
|
|
|
@275
|
11 months |
acbernst |
added ImageStream? and LoadImageStream?
|
|
|
|
@274
|
11 months |
acbernst |
Used as a Videoloader. Might be unnecessary und and LoadImage? enough.
|
|
|
|
@273
|
11 months |
acbernst |
wrapper for ImageStream?
|
|
|
|
@272
|
11 months |
rkuck |
Fixed head-tracking bug in avango.display
Objects have to be keep …
|
|
|
|
@271
|
11 months |
rkuck |
Corrected UserSelector? functionality in avango.display
|
|
|
|
@270
|
11 months |
sseele |
--added missing files for capsule wrapper
|
|
|
|
@269
|
11 months |
cnowke |
--added osg capsule wrapper
|
|
|
|
@268
|
11 months |
cnowke |
--added osg box wrapper
|
|
|
|
@267
|
11 months |
cnowke |
--added 2 new buttons to spacemouse
|
|
|
|
@266
|
11 months |
bwoeldecke |
avango-python: added serialization support
The python binding now allows …
|
|
|
|
@265
|
11 months |
bwoeldecke |
avango-core: ASCII read of string fields was incorrect
When reading …
|
|
|
|
@264
|
12 months |
ddangelo |
Spring based graph for displaying the scenegraph added. Needs a lot of …
|
|
|
|
@263
|
12 months |
ddangelo |
Incomplete implementation of the avango-inspector with pyside. Not working …
|
|
|
|
@262
|
12 months |
bwoeldecke |
avango-doc: updated avango-connect documentation
- updated list of …
|
|
|
|
@261
|
12 months |
rkuck |
Reimplemented adapter fields using boost::function
It originally used …
|
|
|
|
@260
|
13 months |
rkuck |
Correct spelling
|
|
|
|
@259
|
13 months |
rkuck |
Allow input devices on subdisplays of Monitor
|
|
|
|
@258
|
13 months |
rkuck |
Fixed time delta calculation in SpaceMouse? node
|
|
|
|
@257
|
13 months |
rkuck |
Allow subdisplays in Monitor setup in avango.display
|
|
|
|
@256
|
13 months |
rkuck |
Returned non-options arguments in avango.display
... and not the …
|
|
|
|
@255
|
13 months |
rkuck |
Added make_device to avango.display
This allows special devices to be …
|
|
|
|
@254
|
13 months |
rkuck |
Reorganized display examples
|
|
|
|
@253
|
13 months |
ddangelo |
Combination of the inspector and the context menu sample added.
|
|
|
|
@252
|
13 months |
rkuck |
Reworked around pygtk implicit use of argv
We just rewrite sys.argv …
|
|
|
|
@251
|
13 months |
rkuck |
Corrected ill-formatted debug message
|
|
|
|
@250
|
13 months |
rkuck |
Removed command line parsing from avango.python
This functionality was …
|
|
|
|
@249
|
13 months |
rkuck |
Added optional parameter new to Python 2.6 to warn redirection
|
|
|
|
@248
|
13 months |
rkuck |
Wrapped OSG Billboard
Original patch from Matus Fiala
|
|
|
|
@247
|
13 months |
rkuck |
Correct bug in new inspector functionality in avango.display
|
|
|
|
@246
|
13 months |
rkuck |
avango.display now has inspector via command-line switch
|
|
|
|