30 Commits (5076b39c893ea807e3ac9efd9f56d3fc7673ee14)

Author SHA1 Message Date
Krisjanis Rijnieks 5076b39c89 Make SurfaceStack not a singleton 9 years ago
Krisjanis Rijnieks e3f67a3067 Add preset todo in SettingsLoader 9 years ago
Krisjanis Rijnieks 20efd8ebc6 Make `SurfaceStack` a singleton and adjust `SurfaceManager` 9 years ago
Krisjanis Rijnieks 4d5266f755 Clean up, rm `duplicateSurface` method from `CommandManager` 9 years ago
Krisjanis Rijnieks b5d0fbfc03 Add `duplicateSurface()` method to `SurfaceManager` 9 years ago
Krisjanis Rijnieks fd734328c7 Move all surfaces with the keyboard arrows if no surface selected 9 years ago
Krisjanis Rijnieks ede1f4fd18 Add `surfaceUnselectedevent to `SurfaceManager` 9 years ago
Krisjanis Rijnieks 14aa1aedfe Add `selectVertex` to `SurfaceManager` 9 years ago
Krisjanis Rijnieks 0a3c6ff8a2 Move vertex on `moveSelectionBy` 9 years ago
Krisjanis Rijnieks 1a09a6e268 Add `SurfaceManager::moveSelectionBy` 9 years ago
Krisjanis Rijnieks 456845f33f Implement `SurfaceManager` `selectNextVertex` and `selectPrevVertex` methods 9 years ago
Krisjanis Rijnieks 9182ddbc05 Add `SurfaceManager::selectNext` and `::selectPrevVertex` method placeholders 9 years ago
Krisjanis Rijnieks 0f1ded7ba3 Add `selectNextSurface` and `selectPrevSurface` methods to `SurfaceManager` 9 years ago
Krisjanis Rijnieks 13b1fdd506 Add `surfaceSelectedEvent` 9 years ago
Krisjanis Rijnieks 5726357069 Make surfaces emit events when vertices change 9 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 3ec8ba7abb Simplify surface creation code. Use `SurfaceFactory` class. 10 years ago
Krisjanis Rijnieks 8df88a5163 Add simple `SurfaceStack` test 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 bdd3f88d2b Remove `addSurface(int surfaceType)` from `SurfaceManager` 10 years ago
Krisjanis Rijnieks 0fbfe7174b Remove `std::` prefix everywhere in `src` 10 years ago
Krisjanis Rijnieks ef50c97e08 Add TODO for `SurfaceManager::loadXmlSettings()` method 10 years ago
Krisjanis Rijnieks 95b366ada5 Change src code style using ofStyler 10 years ago
Krisjanis Rijnieks 8867edb8f2 Add AddSurfaceCmd and move surface creation key commands 10 years ago
Krisjanis Rijnieks 6d011c2e7a Add undo feature with SelectSurfaceCommand 10 years ago
Krisjanis Rijnieks bd69364284 Add undoable RemoveSurfaceCommand 10 years ago
Krisjanis Rijnieks fdb24a99e4 Move surface related files into Surfaces directory 11 years ago
Krisjanis Rijnieks 19c33ddd5f Massive restructure: 11 years ago
Felix Dubrownik 6d44d1cae7 ran clang Format with google code Style 11 years ago
Felix Dubrownik 66283175f1 Refactoring: Renaming Classes, introducing namespace 11 years ago
Felix Dubrownik 921b2e20da Renamed the files 11 years ago
sebl b674303dc4 modified: example-fboTexture/bin/data/defaultSurfaces.xml 11 years ago
Krisjanis Rijnieks f7df8734d6 Add remove surface method to both examples, press backspace and delete selected surface 11 years ago
Krisjanis Rijnieks 5acb0e86aa Add saving surface data to xml file 11 years ago
Krisjanis Rijnieks 125f4f246c Add image source selection per surface 11 years ago
Krisjanis Rijnieks af146d001f Add basic memory management, unloading surfaces that are not assigned 11 years ago
Krisjanis Rijnieks 765b8eaae6 Add posibility to select texture for selected surface 11 years ago
Krisjanis Rijnieks c52a5b1ab6 Add different addSurface method options to surfaceManager 11 years ago
Krisjanis Rijnieks f2b419c82e Add texture area dragging in gui texture edit mode 11 years ago
Krisjanis Rijnieks 8ab9754ff6 Add joints and surface deselection 11 years ago
Krisjanis Rijnieks 37d5cd9946 Add different surface management logic 11 years ago
Krisjanis Rijnieks 79b21aa16f Add alternative surface adding methods 11 years ago
Krisjanis Rijnieks 4318b947ea Fix unwanted surface deselects while in texture mode 11 years ago
Krisjanis Rijnieks 22faea97c7 Experiment success - keyword new is the saviour of the day 11 years ago
Krisjanis Rijnieks ea5c83dceb Add surface manager 11 years ago