780 Commits (658d31a712f5e4796025b03956331af4551fcd4b)

Author SHA1 Message Date
Krisjanis Rijnieks 606d396635 Add blank lines before line comments 10 years ago
Krisjanis Rijnieks 3a4dad4fde Fix `SettingsLoader` warnings 10 years ago
Krisjanis Rijnieks 920b3d2a0b Improve `SettingsLoader` 10 years ago
Krisjanis Rijnieks 058eb23b13 Clean up `SurfaceManager` 10 years ago
Krisjanis Rijnieks 6bb151b369 Move XML settings save and load to `SettingsLoader` singleton 10 years ago
Krisjanis Rijnieks 079c4d5853 Add `Settings` class placeholder 10 years ago
Krisjanis Rijnieks ad76db5319 Clean up `SurfaceManager` 10 years ago
Krisjanis Rijnieks 5cfa51718b Remove `SurfaceStack` test from `SurfaceManager` 10 years ago
Krisjanis Rijnieks b4f2e7bcb7 Fix `SurfaceManager::saveXmlSettings()` 10 years ago
Krisjanis Rijnieks 77340cd9e4 Make use of `SurfaceFactory` in `AddSurfaceCmd` 10 years ago
Krisjanis Rijnieks 3ec8ba7abb Simplify surface creation code. Use `SurfaceFactory` class. 10 years ago
Krisjanis Rijnieks 965eb57d14 Add `setVertices` and `setTexCoords` methods 10 years ago
Krisjanis Rijnieks c4db1d000e Implement `SurfaceFactory` 10 years ago
Krisjanis Rijnieks 70c4cd2f34 Add `SurfaceFactory` class files 10 years ago
Krisjanis Rijnieks 2385a2181a Do not exit after failing to load default setings 10 years ago
Krisjanis Rijnieks b954dec21e Replace `surfaces` vector with `SurfaceStack` class 10 years ago
Krisjanis Rijnieks 7c6912dc2a Add `pop_back()`, `back()` and avoid `delete` in `erase()` method 10 years ago
Krisjanis Rijnieks 8df88a5163 Add simple `SurfaceStack` test 10 years ago
Krisjanis Rijnieks b73ab7bf96 Improve `SurfaceStack` 10 years ago
Krisjanis Rijnieks 789342b320 Add `SurfaceStack` class untested yet 10 years ago
Krisjanis Rijnieks 499f3ec475 Improve readability and add a TODO to `ofxPiMapper.h` 10 years ago
Krisjanis Rijnieks a218eec519 Remove orphan `bShowInfo` from `ofxPiMapper` root class 10 years ago
Krisjanis Rijnieks 2c63f5d86d Rename `isSetUp` to `_setupComplete` 10 years ago
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 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 0fbfe7174b Remove `std::` prefix everywhere in `src` 10 years ago
Krisjanis Rijnieks f160fbd232 Replace `NULL` with `0` everywhere 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 ec3a60b742 Fix deprecations for oF v0.9.0 in src 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 360021a09d Fix deprecated `ofVideoPlayer` method calls 10 years ago
Krisjanis Rijnieks 46de203b62 Fix missing semicolon 10 years ago
Krisjanis Rijnieks ffc2a54151 Improve indentation of `VideoSource` 10 years ago
Krisjanis Rijnieks aa1397f50a Add static enableAudio member to `VideoSource` class 10 years ago
Krisjanis Rijnieks e425856a93 Rename `addFboSource()` to `registerFboSource()` and refactor a bit 10 years ago