Krisjanis Rijnieks
7bbf58d384
Remove paramPtr unused variable from RadioList
8 years ago
Krisjanis Rijnieks
1800eba9e5
Remove unused variable key from TextureMappingMode
8 years ago
Krisjanis Rijnieks
be4d830c54
Remove unused variables from TextureEditorWidget
8 years ago
Krisjanis Rijnieks
cd95c14b80
Remove unused variable boxAspect from ScaleWidget
8 years ago
Krisjanis Rijnieks
211992c265
Add ofxPiMapper::toggleShift method
8 years ago
Krisjanis Rijnieks
cb1947d145
Add ofxPiMapper::toggleLayerPanel
8 years ago
Krisjanis Rijnieks
3b63753ad1
Add wrappers for Application::addGrid col and row methods
8 years ago
Theodoros Papatheodorou
f38f8b7449
set all sources associated with presets to display=false when loaded vial xml
8 years ago
Theodoros Papatheodorou
7099fee8f5
fixed minor bugs here and there and made sure media server sets displayed flag to false once source is unloaded
8 years ago
Theodoros Papatheodorou
df78944c12
made default state of display equal to true so that preview of source is possible
8 years ago
Theodoros Papatheodorou
5531170862
added ability not to update/draw fbo sources when they are not actively displayed
8 years ago
Krisjanis Rijnieks
ef6ced6701
Fix GridWarpSurface non-void functions returning void
8 years ago
Krisjanis Rijnieks
8cf585fb7b
Fix SettingsLoader::save returning void
8 years ago
Krisjanis Rijnieks
ca7bfeafac
Fix warning "is abstract but has non-virtual destructor"
8 years ago
Krisjanis Rijnieks
e92f95c7ef
Fix warnings in magSlide regarding unhandled switch cases
8 years ago
Krisjanis Rijnieks
2a7416f663
Remove glm/geometric include for oF stable
8 years ago
Krisjanis Rijnieks
26326733cc
Make it work with openFrameworks master branch
8 years ago
Krisjanis Rijnieks
9966ecf83a
Update code to use Vec3 and Vec2 everywhere
8 years ago
Krisjanis Rijnieks
5e23b21eb2
Add Vec2 adapter class, Vec3 still to finish
8 years ago
Krisjanis Rijnieks
ad71b6bed1
Add possibility to add circle surface
8 years ago
Krisjanis Rijnieks
6cdbbe7e5b
Change back keyboard shortcuts to the ones before
8 years ago
Theodoros Papatheodorou
7dffbbacfa
fixed malloc error when fbo source was called to begin before it's been allocated
8 years ago
c-mendoza
2122f4bc8a
CircleSurface: refactoring for performance, wip
8 years ago
c-mendoza
e73f8624d0
Alpha masking without shaders for RPi
8 years ago
c-mendoza
d3270674d2
Renamed stringify macro to avoid a naming conflict
8 years ago
c-mendoza
7f29c755ab
Small fix to CircleSurface
8 years ago
c-mendoza
2a9e451e12
Fix for SettingsLoader to support CircleSurface
8 years ago
c-mendoza
a8821686cc
Update Key Bindings to support CircleSurface
Bound to 'r'
Update Info.cpp to show the new key binding in the help screen.
8 years ago
c-mendoza
e98cae857d
CircleSurface + changes in various files to support the new surface
8 years ago
c-mendoza
e2ba47de0b
Fixes transition length bug
8 years ago
c-mendoza
177d7636b1
Add xml loading features
8 years ago
c-mendoza
08976e4047
Fixed a logic error in the way slides were being queued.
The activeSlides vector was being modified by enqueueSlide while it was being iterated in update(). enqueueSlide now raises a flag, and it is update() that now modifies the activeSlides vector.
8 years ago
Theodoros Papatheodorou
18d50a70d7
added fbo accessor functions to FboSource, surrounded calls to setup() and reset() with calls to begin/end fbo drawing
8 years ago
c-mendoza
dad64e384a
magSlideShow loads its own xml file.
Also added path so that if an xml file is not specified for the slide show, there are useful defaults that can still create one.
Updated the example app to reflect these changes.
Updated the example's xml file.
Added an xml file for the slide show in the example.
8 years ago
c-mendoza
b6a47bbb28
Added a DirectoryWatcher to magSlideShowSource
8 years ago
c-mendoza
e231300b84
DirectoryWatcher: file added and file removed events
8 years ago
c-mendoza
1d2864befc
DirectoryWatcher now notifies if file count has changed in a directory
8 years ago
c-mendoza
2f9dd70d43
Moving magSlideShow to ofxPiMapper/Sources
8 years ago
Theodoros Papatheodorou
398da86acf
added virtual function reset() in baseSource that can be overridden in Source classes to reset source variables on re-entry, if needed
8 years ago
magdesign
6d0b641a26
Update ProjectionMappingMode.cpp
8 years ago
Theodoros Papatheodorou
594f5be6c6
added accessor function and simpler example
8 years ago
Theodoros Papatheodorou
9357530b34
added ability to select a source by string name. Basically accessor functions to the SetSourceCmd class
8 years ago
magdesign
75b8c7f412
Updatet Keystrokes to PVJ 3.x
8 years ago
magdesign
194d268e3d
changed keyboard shortcuts to PVJ 3.x
8 years ago
Krisjanis Rijnieks
b193764e6e
Fix transp png images have border, close #122
8 years ago
Krisjanis Rijnieks
a52bb17d73
Update Info based on latest improvements
8 years ago
Krisjanis Rijnieks
7401408411
Add quick fix to broken usb media loading, close #119
8 years ago
Krisjanis Rijnieks
2d1c0a3c3b
Improve additional data paths with a forward slash
8 years ago
Krisjanis Rijnieks
7ed140efe1
Add ext as shortcut for exit
8 years ago
Krisjanis Rijnieks
ce5b6957d1
Add "sdn" and "rbt" as key sequences for shutdown and reboot on pi
8 years ago