Commit Graph

  • 5a0e5c995d Update homography helper: remove unused method Krisjanis Rijnieks 2016-01-23 22:32:33 +0100
  • 0c639d9c14 Add information about ofxOMXPlayer releases Krisjanis Rijnieks 2016-01-22 13:57:26 +0100
  • d1f483899b Fix confusing `xml->push` in one method and `xml->pop` in another Krisjanis Rijnieks 2016-01-21 23:28:11 +0100
  • f6f91bf498 Add nesting to `SettingsLoader::getQuadSurface` Krisjanis Rijnieks 2016-01-21 23:21:48 +0100
  • 4b47c2ef4c Add nesting to `SettingsLoader::getTriangleSurface` Krisjanis Rijnieks 2016-01-21 23:15:46 +0100
  • 1b7768de92 Add nesting to `SettingsLoader::load` Krisjanis Rijnieks 2016-01-21 23:09:11 +0100
  • 4fc46da512 Clean up `QuadSurface` Krisjanis Rijnieks 2016-01-20 23:11:39 +0100
  • 3c3a41afb0 Get homography based perspective warping to work Krisjanis Rijnieks 2016-01-20 22:47:16 +0100
  • 8269babd6c Add homography util files to xcodeproj Krisjanis Rijnieks 2016-01-20 22:46:54 +0100
  • 03007310e6 Add homography utils Krisjanis Rijnieks 2016-01-20 22:45:58 +0100
  • 1c3d2392dc Add perspective warping info to info layer, close #22 Krisjanis Rijnieks 2016-01-19 21:19:11 +0100
  • ecda9bdb03 Add perspective warping toggling info to readme Krisjanis Rijnieks 2016-01-19 21:17:35 +0100
  • aece000bc2 Read per surface perspective warping setting from xml Krisjanis Rijnieks 2016-01-19 21:14:40 +0100
  • 127b766208 Add per surface perspective warping property saving to xml Krisjanis Rijnieks 2016-01-19 21:08:30 +0100
  • 6c4748e458 Integrate `TogglePerspectiveCmd` into `ProjectionMappingState` Krisjanis Rijnieks 2016-01-18 19:38:59 +0100
  • dd52d4026a Add `TogglePerspectiveCmd` files to xcode project Krisjanis Rijnieks 2016-01-18 19:38:17 +0100
  • f2fae8a239 Add `TogglePerspectiveCmd` Krisjanis Rijnieks 2016-01-18 19:37:59 +0100
  • ba463f6db5 Add `getPerspectiveWarping()` Krisjanis Rijnieks 2016-01-18 19:37:40 +0100
  • c7713779fc Calculate 4d texture coordinates only if `_perspectiveWarping` flag is true Krisjanis Rijnieks 2016-01-17 21:59:30 +0100
  • c3f687172e Add `_perspectiveWarping` flag to `QuadSurface` Krisjanis Rijnieks 2016-01-17 21:57:16 +0100
  • 9001b7c73b Remove empty texture warnings in surface drawing methods Krisjanis Rijnieks 2016-01-16 13:49:34 +0100
  • dddfec4392 Add texture `isAllocated()` check before drawing surface Krisjanis Rijnieks 2016-01-16 13:45:39 +0100
  • 99ca8c68a7 Simplify `main.cpp` of the example Krisjanis Rijnieks 2016-01-15 20:28:49 +0100
  • 6381eec5dd Add `xml->pushTag()` and `xml->popTag()` todo Krisjanis Rijnieks 2016-01-14 17:44:01 +0100
  • 606d396635 Add blank lines before line comments Krisjanis Rijnieks 2016-01-14 17:42:34 +0100
  • 3a4dad4fde Fix `SettingsLoader` warnings Krisjanis Rijnieks 2016-01-14 17:41:25 +0100
  • 920b3d2a0b Improve `SettingsLoader` Krisjanis Rijnieks 2016-01-12 19:57:34 +0100
  • 058eb23b13 Clean up `SurfaceManager` Krisjanis Rijnieks 2016-01-12 19:40:20 +0100
  • 6bb151b369 Move XML settings save and load to `SettingsLoader` singleton Krisjanis Rijnieks 2016-01-12 19:37:09 +0100
  • 079c4d5853 Add `Settings` class placeholder Krisjanis Rijnieks 2016-01-12 19:08:55 +0100
  • ad76db5319 Clean up `SurfaceManager` Krisjanis Rijnieks 2016-01-12 18:54:21 +0100
  • 5cfa51718b Remove `SurfaceStack` test from `SurfaceManager` Krisjanis Rijnieks 2016-01-12 18:51:28 +0100
  • b4f2e7bcb7 Fix `SurfaceManager::saveXmlSettings()` Krisjanis Rijnieks 2016-01-12 19:05:15 +0100
  • 29d497a2b1 Fix sentence pointing to 2 rpi of guides when there is only one Krisjanis Rijnieks 2016-01-11 20:49:45 +0100
  • 77340cd9e4 Make use of `SurfaceFactory` in `AddSurfaceCmd` Krisjanis Rijnieks 2016-01-10 16:01:32 +0100
  • 3ec8ba7abb Simplify surface creation code. Use `SurfaceFactory` class. Krisjanis Rijnieks 2016-01-10 15:59:35 +0100
  • 965eb57d14 Add `setVertices` and `setTexCoords` methods Krisjanis Rijnieks 2016-01-10 15:57:50 +0100
  • c4db1d000e Implement `SurfaceFactory` Krisjanis Rijnieks 2016-01-10 15:55:58 +0100
  • 8181c1dce2 Add `SurfaceFactory` files to xcodeproj Krisjanis Rijnieks 2016-01-04 18:40:46 +0100
  • 70c4cd2f34 Add `SurfaceFactory` class files Krisjanis Rijnieks 2016-01-04 18:40:29 +0100
  • 2385a2181a Do not exit after failing to load default setings Krisjanis Rijnieks 2016-01-05 22:38:36 +0100
  • b954dec21e Replace `surfaces` vector with `SurfaceStack` class Krisjanis Rijnieks 2016-01-04 18:21:16 +0100
  • 7c6912dc2a Add `pop_back()`, `back()` and avoid `delete` in `erase()` method Krisjanis Rijnieks 2016-01-04 18:20:37 +0100
  • 8df88a5163 Add simple `SurfaceStack` test Krisjanis Rijnieks 2016-01-04 18:01:20 +0100
  • b73ab7bf96 Improve `SurfaceStack` Krisjanis Rijnieks 2016-01-04 18:00:50 +0100
  • 964afcafa9 Add `SurfaceStack` files to xcodeproj Krisjanis Rijnieks 2016-01-03 19:13:56 +0000
  • 789342b320 Add `SurfaceStack` class untested yet Krisjanis Rijnieks 2016-01-03 19:13:28 +0000
  • 499f3ec475 Improve readability and add a TODO to `ofxPiMapper.h` Krisjanis Rijnieks 2016-01-03 16:17:39 +0000
  • a218eec519 Remove orphan `bShowInfo` from `ofxPiMapper` root class Krisjanis Rijnieks 2016-01-03 16:10:09 +0000
  • 2c63f5d86d Rename `isSetUp` to `_setupComplete` Krisjanis Rijnieks 2016-01-03 16:08:25 +0000
  • a681bfbd49 Add `SurfaceManager` as pointer in `ofxPiMapper` root class Krisjanis Rijnieks 2016-01-03 16:02:44 +0000
  • 873edcfa60 Add `SurfaceManagerGui` as pointer in `ofxPiMapper` class Krisjanis Rijnieks 2016-01-03 15:57:19 +0000
  • 2e311e89b0 Add `_cmdManager` as a pointer to `ofxPiMapper` root class Krisjanis Rijnieks 2016-01-03 15:52:36 +0000
  • 8c8a2b6e27 Remove `getMediaServer()` from `ofxPiMapper` root class as it is not used anywhere Krisjanis Rijnieks 2016-01-03 15:48:14 +0000
  • e932b30d1c Initialize `Info` in the constructor of `ofxPiMapper` Krisjanis Rijnieks 2016-01-03 15:46:09 +0000
  • 5bd3e53d46 Make `MediaServer` a pointer in `ofxPiMapper` class Krisjanis Rijnieks 2016-01-03 15:44:42 +0000
  • 2aa24ad581 Use the new `Info` class instead of inline code Krisjanis Rijnieks 2016-01-03 15:26:21 +0000
  • 46324f862d Add `Info` files to example xcodeproj Krisjanis Rijnieks 2016-01-03 15:25:32 +0000
  • 0c6659703c Add `Info` class for displaying info Krisjanis Rijnieks 2016-01-03 15:25:11 +0000
  • 1606f38b92 Remove `addTriangleSurface()` and `addQuadSurface()` methods from `ofxPiMapper` class Krisjanis Rijnieks 2016-01-03 15:08:48 +0000
  • dbc4eb0d07 Make `loadXmlSettings()` return `bool` value Krisjanis Rijnieks 2016-01-03 15:03:56 +0000
  • ac2a2e7834 Rename `SurfaceManager::addSurface(...)` to `createSurface` where it creates surface Krisjanis Rijnieks 2016-01-03 14:44:47 +0000
  • 2b268349c7 Remove `addSurface(int surfaceType, BaseSource * newSource)` from `SurfaceManager` Krisjanis Rijnieks 2016-01-03 14:39:41 +0000
  • 26e89f11a7 Move `SurfaceManager` variable initialization to constructor body Krisjanis Rijnieks 2016-01-03 14:36:09 +0000
  • bdd3f88d2b Remove `addSurface(int surfaceType)` from `SurfaceManager` Krisjanis Rijnieks 2016-01-03 14:29:06 +0000
  • 7b3439a7af Rename "Basic Usage" to "Running the Example" Krisjanis Rijnieks 2016-01-03 14:19:21 +0000
  • d38d390a8b Add "consult installation" paragraph to the main description Krisjanis Rijnieks 2016-01-02 13:33:30 +0000
  • 60e2cd3416 Improve Basic Usage section in the readme Krisjanis Rijnieks 2016-01-02 13:31:37 +0000
  • ff82e19263 Improve Using as an Addon section in readme Krisjanis Rijnieks 2016-01-02 13:29:30 +0000
  • 7292cba901 Add basic usage to readme Krisjanis Rijnieks 2016-01-02 13:18:21 +0000
  • fd843c8c65 Update README.md with new intro and usage instructions Krisjanis Rijnieks 2016-01-01 14:56:51 +0000
  • 8b07da1a13 Remove Known Issues section Krisjanis Rijnieks 2016-01-01 14:25:57 +0000
  • b27ba44f0f Remove `std::` prefix in example Krisjanis Rijnieks 2016-01-01 14:23:40 +0000
  • 0fbfe7174b Remove `std::` prefix everywhere in `src` Krisjanis Rijnieks 2016-01-01 14:22:04 +0000
  • f160fbd232 Replace `NULL` with `0` everywhere Krisjanis Rijnieks 2015-12-31 12:51:52 +0000
  • cb0eadb20d Update Development section in readme Krisjanis Rijnieks 2015-12-30 11:31:07 +0000
  • 0aec133934 Update the Compatibility section in readme Krisjanis Rijnieks 2015-12-30 11:25:30 +0000
  • cbc8b7c9ce Replace `addFboSource` with `registerFboSource` Krisjanis Rijnieks 2015-12-30 11:22:18 +0000
  • ef50c97e08 Add TODO for `SurfaceManager::loadXmlSettings()` method Krisjanis Rijnieks 2015-12-29 16:39:56 +0000
  • a3e2f621d7 Add `ofxPiMapper::loadXmlSettings()` method. Krisjanis Rijnieks 2015-12-29 16:39:22 +0000
  • 66224ebe61 Attempting to fix `-lpthread: linker input unused` warning Krisjanis Rijnieks 2015-12-26 19:11:58 +0000
  • f485a35017 Update example xcode project to recommended settings Krisjanis Rijnieks 2015-12-26 18:44:41 +0000
  • 26c428a46e Fix deprecations for oF v0.9.0 in example Krisjanis Rijnieks 2015-12-26 18:41:20 +0000
  • ec3a60b742 Fix deprecations for oF v0.9.0 in src Krisjanis Rijnieks 2015-12-26 18:41:02 +0000
  • 6962935612 Change example code style using ofStyler Krisjanis Rijnieks 2015-12-26 18:21:17 +0000
  • 95b366ada5 Change src code style using ofStyler Krisjanis Rijnieks 2015-12-26 18:19:05 +0000
  • ed7d0fab02 Refactor RadioList to comply with oF code style Krisjanis Rijnieks 2015-12-26 17:08:28 +0000
  • 25770a92a2 Fix source selection for oF v0.9.0 and above, close #34 Krisjanis Rijnieks 2015-12-26 16:48:31 +0000
  • c66a78e848 Update readme with oF v0.9.0 and Raspbian Jessie compatibility information Krisjanis Rijnieks 2015-12-26 12:41:23 +0000
  • b33b576e88 Update makefile for of 0.9.0, close #34 Krisjanis Rijnieks 2015-12-25 01:06:50 +0000
  • 80f8ac4a99 Fix example not compiling with of_v0.9.0_osx_release Krisjanis Rijnieks 2015-12-22 16:00:06 +0000
  • 360021a09d Fix deprecated `ofVideoPlayer` method calls Krisjanis Rijnieks 2015-12-22 15:59:26 +0000
  • 59c5388d1a Add link to installation and faq Krisjanis Rijnieks 2015-12-21 14:44:01 +0000
  • 8624b415d9 Add faq with launch on boot instructions Krisjanis Rijnieks 2015-12-21 14:34:56 +0000
  • 46de203b62 Fix missing semicolon Krisjanis Rijnieks 2015-12-03 22:16:16 +0100
  • c4df183b90 Set the `VideoSource::enableAudio` to false as default Krisjanis Rijnieks 2015-12-01 22:46:28 +0100
  • ffc2a54151 Improve indentation of `VideoSource` Krisjanis Rijnieks 2015-12-01 22:45:55 +0100
  • 65afb42383 Make use of the `VideoSource::enableAudio` flag in the example Krisjanis Rijnieks 2015-12-01 22:33:56 +0100
  • aa1397f50a Add static enableAudio member to `VideoSource` class Krisjanis Rijnieks 2015-12-01 22:33:07 +0100
  • 1dab517016 Update keyboard and mouse issue, using no USB hub can be a solution Krisjanis Rijnieks 2015-11-20 09:30:52 +0100