Commit Graph
24 Commits
Author SHA1 Message Date
Exund a8012886e5 Change Dialogue to Dialog 2024-08-05 11:17:25 +02:00
Exund 53eb35bea3 Use PlaceObject2Tag for replacing 2024-08-05 11:17:25 +02:00
Exund 83534d689b Split in multiple functions for readability 2024-08-05 11:17:25 +02:00
Exund a008c855f3 Cleanup 2024-08-05 11:17:25 +02:00
Exund 99b4d8e76b Refactor + fix next frame 2024-08-05 11:17:25 +02:00
Exund e5012930ef Fix saving + depths selection 2024-08-05 11:17:25 +02:00
Exund cb83c5a97e Option to get previous matrix for first instance of PlaceObjectTypeTag per depth 2024-08-05 11:17:25 +02:00
Exund a2f585ba5c Main concept working 2024-08-05 11:17:25 +02:00
Exund 8b17ed9b46 Factorize depth to interface 2024-08-05 11:17:25 +02:00
ExundandJindra Petřík cdbf21c536 Insert tag (add tag before/after another tag) (#135)
Co-authored-by: Jindra Petřík <[email protected]>
2022-10-30 12:38:19 +01:00
Exund 82eaf6f50f Change cloning to items with same parent TreeItem 2022-10-28 21:52:08 +02:00
Exund 2fb840baac Clone tags and frames 2022-10-28 21:52:08 +02:00
Exund 4fc97cd339 Replace characters references
Replaces all references to a character ID in PlaceObject Tags by a different character ID
2022-08-26 17:48:37 +02:00
Exund d1ae0e48cf Clean unused code 2022-07-03 16:26:25 +02:00
Exund 2586710575 Import from file to save on memory 2022-07-03 16:26:25 +02:00
Exund dc8730342b Sort attributes alphabetically 2022-07-03 16:26:25 +02:00
Exund a0c21c41d6 Fix for null elements 2022-07-03 16:26:25 +02:00
Exund 04cd9a4983 Remove DOM creation during import
Resulting XML if re-exported is slightly different: needs more checking
2022-07-03 16:26:25 +02:00
Exund ceb80ca5a1 Types fixes 2022-07-03 16:26:25 +02:00
Exund b3e63f235e Remove DOM creation during export 2022-07-03 16:26:25 +02:00
Exund 9a8d16311e Refactor 2022-07-03 16:26:25 +02:00
Exund 52270d33b0 Display depth when hovering ImagePanel
Display the depth of the objects under the cursor
2021-11-30 07:18:41 +01:00
Exund 6d656228a2 Frame dependencies
Show needed characters for a frame and frames depending on a character in the "Basic tag info" box
2021-11-29 17:15:56 +01:00
Exund b6e5b96678 Fixed PlayerControls frame display
Now redirects to the current frame instead of the next frame
2021-11-29 17:15:56 +01:00