1469 Commits (master)
 

Author SHA1 Message Date
Krisjanis Rijnieks a681bfbd49 Add `SurfaceManager` as pointer in `ofxPiMapper` root class 10 years ago
Krisjanis Rijnieks 873edcfa60 Add `SurfaceManagerGui` as pointer in `ofxPiMapper` class 10 years ago
Krisjanis Rijnieks 2e311e89b0 Add `_cmdManager` as a pointer to `ofxPiMapper` root class 10 years ago
Krisjanis Rijnieks 8c8a2b6e27 Remove `getMediaServer()` from `ofxPiMapper` root class as it is not used anywhere 10 years ago
Krisjanis Rijnieks e932b30d1c Initialize `Info` in the constructor of `ofxPiMapper` 10 years ago
Krisjanis Rijnieks 5bd3e53d46 Make `MediaServer` a pointer in `ofxPiMapper` class 10 years ago
Krisjanis Rijnieks 2aa24ad581 Use the new `Info` class instead of inline code 10 years ago
Krisjanis Rijnieks 46324f862d Add `Info` files to example xcodeproj 10 years ago
Krisjanis Rijnieks 0c6659703c Add `Info` class for displaying info 10 years ago
Krisjanis Rijnieks 1606f38b92 Remove `addTriangleSurface()` and `addQuadSurface()` methods from `ofxPiMapper` class 10 years ago
Krisjanis Rijnieks dbc4eb0d07 Make `loadXmlSettings()` return `bool` value 10 years ago
Krisjanis Rijnieks ac2a2e7834 Rename `SurfaceManager::addSurface(...)` to `createSurface` where it creates surface 10 years ago
Krisjanis Rijnieks 2b268349c7 Remove `addSurface(int surfaceType, BaseSource * newSource)` from `SurfaceManager` 10 years ago
Krisjanis Rijnieks 26e89f11a7 Move `SurfaceManager` variable initialization to constructor body 10 years ago
Krisjanis Rijnieks bdd3f88d2b Remove `addSurface(int surfaceType)` from `SurfaceManager` 10 years ago
Krisjanis Rijnieks 7b3439a7af Rename "Basic Usage" to "Running the Example" 10 years ago
Krisjanis Rijnieks d38d390a8b Add "consult installation" paragraph to the main description 10 years ago
Krisjanis Rijnieks 60e2cd3416 Improve Basic Usage section in the readme 10 years ago
Krisjanis Rijnieks ff82e19263 Improve Using as an Addon section in readme 10 years ago
Krisjanis Rijnieks 7292cba901 Add basic usage to readme 10 years ago
Krisjanis Rijnieks fd843c8c65 Update README.md with new intro and usage instructions 10 years ago
Krisjanis Rijnieks 8b07da1a13 Remove Known Issues section 10 years ago
Krisjanis Rijnieks b27ba44f0f Remove `std::` prefix in example 10 years ago
Krisjanis Rijnieks 0fbfe7174b Remove `std::` prefix everywhere in `src` 10 years ago
Krisjanis Rijnieks f160fbd232 Replace `NULL` with `0` everywhere 10 years ago
Krisjanis Rijnieks cb0eadb20d Update Development section in readme 10 years ago
Krisjanis Rijnieks 0aec133934 Update the Compatibility section in readme 10 years ago
Krisjanis Rijnieks cbc8b7c9ce Replace `addFboSource` with `registerFboSource` 10 years ago
Krisjanis Rijnieks ef50c97e08 Add TODO for `SurfaceManager::loadXmlSettings()` method 10 years ago
Krisjanis Rijnieks a3e2f621d7 Add `ofxPiMapper::loadXmlSettings()` method. 10 years ago
Krisjanis Rijnieks 66224ebe61 Attempting to fix `-lpthread: linker input unused` warning 10 years ago
Krisjanis Rijnieks f485a35017 Update example xcode project to recommended settings 10 years ago
Krisjanis Rijnieks 26c428a46e Fix deprecations for oF v0.9.0 in example 10 years ago
Krisjanis Rijnieks ec3a60b742 Fix deprecations for oF v0.9.0 in src 10 years ago
Krisjanis Rijnieks 6962935612 Change example code style using ofStyler 10 years ago
Krisjanis Rijnieks 95b366ada5 Change src code style using ofStyler 10 years ago
Krisjanis Rijnieks ed7d0fab02 Refactor RadioList to comply with oF code style 10 years ago
Krisjanis Rijnieks 25770a92a2 Fix source selection for oF v0.9.0 and above, close #34 10 years ago
Krisjanis Rijnieks c66a78e848 Update readme with oF v0.9.0 and Raspbian Jessie compatibility information 10 years ago
Krisjanis Rijnieks b33b576e88 Update makefile for of 0.9.0, close #34 10 years ago
Krisjanis Rijnieks 80f8ac4a99 Fix example not compiling with of_v0.9.0_osx_release 10 years ago
Krisjanis Rijnieks 360021a09d Fix deprecated `ofVideoPlayer` method calls 10 years ago
Krisjanis Rijnieks 59c5388d1a Add link to installation and faq 10 years ago
Krisjanis Rijnieks 8624b415d9 Add faq with launch on boot instructions 10 years ago
Krisjanis Rijnieks 46de203b62 Fix missing semicolon 10 years ago
Krisjanis Rijnieks c4df183b90 Set the `VideoSource::enableAudio` to false as default 10 years ago
Krisjanis Rijnieks ffc2a54151 Improve indentation of `VideoSource` 10 years ago
Krisjanis Rijnieks 65afb42383 Make use of the `VideoSource::enableAudio` flag in the example 10 years ago
Krisjanis Rijnieks aa1397f50a Add static enableAudio member to `VideoSource` class 10 years ago
Krisjanis Rijnieks 1dab517016 Update keyboard and mouse issue, using no USB hub can be a solution 10 years ago