pandemonium_engine/modules/paint
2022-06-20 23:22:52 +02:00
..
actions Ported LineAction. 2022-06-20 23:22:52 +02:00
dialogs Also ported the PaintCanvasDialog, and the grid size dialog. 2022-04-17 16:44:54 +02:00
icons Move paint's shader to an another folder to avoid unused variable warning. 2022-04-19 00:10:39 +02:00
shaders Move paint's shader to an another folder to avoid unused variable warning. 2022-04-19 00:10:39 +02:00
bush_prefabs.cpp Fixed BrushAction. 2022-06-20 01:47:20 +02:00
bush_prefabs.h Cleaned up BrushPrefabs. Also started cleaning up actions. 2022-04-17 20:04:30 +02:00
config.py initial setup for the paint module. 2022-04-15 00:00:46 +02:00
LICENSE initial setup for the paint module. 2022-04-15 00:00:46 +02:00
paint_canvas_background.cpp Move paint's shader to an another folder to avoid unused variable warning. 2022-04-19 00:10:39 +02:00
paint_canvas_background.h Properly ported PaintCanvasBackground. 2022-04-18 15:32:55 +02:00
paint_canvas_layer.cpp Ported get_points in PaintAction. 2022-06-20 00:10:31 +02:00
paint_canvas_layer.h Ported get_points in PaintAction. 2022-06-20 00:10:31 +02:00
paint_canvas_outline.cpp Const qualifiers and references for the paint module. 2022-04-16 02:35:03 +02:00
paint_canvas_outline.h Node hierarchy port / implementation for PaintCanvas. 2022-04-16 22:11:06 +02:00
paint_canvas.cpp Fix the initial canvas size for the paint module. 2022-06-20 21:06:44 +02:00
paint_canvas.h Ported get_points in PaintAction. 2022-06-20 00:10:31 +02:00
paint_color_grid.cpp Finished porting the logic of PaintWindow. Also smaller fixes / improvements. 2022-04-17 11:43:25 +02:00
paint_color_grid.h Ported the logic for quite a few classes of the paint module. 2022-04-16 01:25:02 +02:00
paint_editor_plugin.cpp Implemented the paint editor plugin. Also reimplemented PaintWindow's ui. 2022-04-16 19:08:19 +02:00
paint_editor_plugin.h Implemented the paint editor plugin. Also reimplemented PaintWindow's ui. 2022-04-16 19:08:19 +02:00
paint_layer_button.cpp Fixed the up and down arrows of the paint layers. 2022-06-20 22:21:52 +02:00
paint_layer_button.h Ported the logic for quite a few classes of the paint module. 2022-04-16 01:25:02 +02:00
paint_navbar.cpp Fix adding the wrong child. 2022-04-16 21:01:04 +02:00
paint_navbar.h Implement / port PaintNavbar. 2022-04-16 20:57:42 +02:00
paint_selection_box.cpp Also port the logic of the selection box and visual grid. 2022-04-17 18:14:06 +02:00
paint_selection_box.h Also port the logic of the selection box and visual grid. 2022-04-17 18:14:06 +02:00
paint_settings.cpp Also ported the settings dialog. 2022-04-17 17:23:58 +02:00
paint_settings.h Also ported the settings dialog. 2022-04-17 17:23:58 +02:00
paint_utilities.cpp Ported the logic for quite a few classes of the paint module. 2022-04-16 01:25:02 +02:00
paint_utilities.h Ported the logic for quite a few classes of the paint module. 2022-04-16 01:25:02 +02:00
paint_visual_grid.cpp Reimplemented the PaintVisualGrid differently. 2022-06-20 00:59:32 +02:00
paint_visual_grid.h Reimplemented the PaintVisualGrid differently. 2022-06-20 00:59:32 +02:00
paint_window.cpp Fixed the up and down arrows of the paint layers. 2022-06-20 22:21:52 +02:00
paint_window.h Also ported the PaintCanvasDialog, and the grid size dialog. 2022-04-17 16:44:54 +02:00
register_types.cpp Register PaintWindow, and also enable the PaintEditorPlugin by default. The paint module is still a bit buggy though, I'm hoping to fix most of it's isues in the next few days. 2022-06-20 00:12:33 +02:00
register_types.h initial setup for the paint module. 2022-04-15 00:00:46 +02:00
SCsub Properly ported PaintCanvasBackground. 2022-04-18 15:32:55 +02:00