62 Commits

Author SHA1 Message Date
cbf2c3d4a9 Implement advanced mode 2025-12-20 20:24:39 +01:00
2ff9d533c3 Implement auto loading of recent opened file 2025-12-20 16:09:21 +01:00
cf38d15e60 Implemented remembering recent files 2025-12-20 16:02:46 +01:00
acd87be943 Show/hide recent files and implement setting 2025-12-20 15:10:53 +01:00
347e0c00c7 Add website logo placeholder and its settings 2025-12-20 15:05:27 +01:00
440ed63975 Fix mouse position rounding bug in drawing canvas 2025-12-08 10:07:35 +01:00
7ccadf0f45 Deduplicate mainwindow code 2025-12-08 10:07:11 +01:00
a6060283e2 Fix editor settings not persisting transparent background type 2025-12-08 10:06:34 +01:00
be9aa14b53 Add ChangeImageSizeDialog 2025-12-08 10:05:52 +01:00
c65cb9dc7b Add widgets to MaskPropertiesDialog 2025-11-30 22:14:53 +01:00
e424e943d4 Added lots of icons in image editor 2025-11-30 21:17:07 +01:00
52561186af Implemented transparent background settings 2025-11-30 19:43:05 +01:00
7d1c2c7d15 Implemented lots of actions in EditSpriteDialog 2025-11-30 00:13:00 +01:00
1d3d391842 Implemented create and add from file in sprite editor 2025-11-29 23:07:12 +01:00
18f7f46bef Lots of actions added or iconified in image editor 2025-11-29 22:53:12 +01:00
47381ac6bb Implemented save as png in sprite editor 2025-11-29 21:41:32 +01:00
103d780e8c Added status labels in image editor and implemented flood fill 2025-11-29 19:36:21 +01:00
fc25dbf528 Implement zooming in sprite editor window 2025-11-29 18:04:47 +01:00
42108b2c65 Implemented coarse color picker 2025-11-23 21:39:29 +01:00
b6a6084ba8 Implemented first drawing capabilities in image editor 2025-11-23 18:53:22 +01:00
c2fb13325b Lots of widget preperations for image editor 2025-11-23 11:13:15 +01:00
1978dbf52d Modernize API usage 2025-11-23 11:11:23 +01:00
cbc2b4b320 Add more controls to image editor dialog 2024-01-17 20:28:50 +01:00
ac1fdae896 Add lots of controls to room properties dialog 2024-01-16 21:11:36 +01:00
678ca77bbf Game information dialog is now Qt's richtext example 2024-01-15 22:30:12 +01:00
97a9da4030 Implemented object selection widgets in action dialogs 2024-01-14 15:31:47 +01:00
4046a5c044 Add more actions and improve error message when dragged into empty actions container 2024-01-12 21:53:29 +01:00
6136280507 Move Action change dialogs 2024-01-11 22:27:02 +01:00
2e7d6ad6c5 Implement mask sprite in objects 2024-01-09 20:55:13 +01:00
ef2a9e9fb8 Included Files and Triggers improvements 2024-01-07 16:49:13 +01:00
e3502e84c9 Even more global game settings implemented, added transparent background settings dialog 2024-01-06 17:19:08 +01:00
03dc0f3d05 Implemented the rest of the global game settings dialog fields and added support for optional in serialization 2024-01-05 15:29:36 +01:00
ffe4a99baa Finish work in drag&drop of Actions 2024-01-04 20:22:39 +01:00
7571c4b1ad Events can now contain multiple actions, implemented draggable action icons 2024-01-04 01:50:12 +01:00
f94bdf2113 Add BeginStep and EndStep events 2024-01-02 21:46:05 +01:00
59d591267e Fixed compiling under GCC and introduced Timer events 2024-01-02 21:38:41 +01:00
ce791f5ff3 Clang compatibility improved and variant support for serializer 2024-01-02 19:54:25 +01:00
ac3f934118 Implement parent objects 2023-12-29 22:39:28 +01:00
ba10f806a5 Also update object collisions when an object is renamed or removed 2023-12-29 18:16:09 +01:00
42575e5d5a Add collision events and fix a few bugs when objects are renamed/deleted 2023-12-29 17:48:21 +01:00
95d1936a5f Implemented edit sprite button in object properties dialog 2023-12-29 10:49:04 +01:00
a51ab2a889 Implement right click to delete objects in room 2023-12-28 19:48:21 +01:00
0cbde44138 Added room objects to store placed objects in rooms 2022-03-11 15:45:22 +01:00
e5406ed0ce RoomEditorWidget improvements 2022-01-17 22:22:27 +01:00
77e7e18c26 Esc closes game 2022-01-17 13:03:13 +01:00
f798b13079 Vulkan with simple sprite 2022-01-17 11:44:54 +01:00
0b09db7b48 Refactorings 2022-01-17 09:44:36 +01:00
6a24ac2a9b Added Vulkan game window too 2022-01-15 08:57:28 +01:00
9135c2f20c Smaller fixes and added Qt5 support 2022-01-15 06:35:21 +01:00
25e522fd8a Implemented a few room property inputs 2022-01-15 04:48:32 +01:00