Skip to content
Success

Changes

Summary

  1. Maps: Implement map resizing (commit: eb03cfb) (details)
  2. Maps: Enforce minimum size of 20x15 (commit: 670711b) (details)
  3. Maps: Enable changing some map properties (commit: 4f87062) (details)
  4. Maps: Enable changing map BGM (commit: a90d338) (details)
  5. Add backdrop picker (commit: a156eb2) (details)
  6. Maps: Enable changing map battle backdrop (commit: e0b3646) (details)
  7. Add panorama picker (commit: c39d400) (details)
  8. Maps: Enable changing map panorama (commit: 399dddb) (details)
  9. Maps: Add confirmation on map shrink and move map resize to properties (commit: d3c9871) (details)
  10. Maps: Fix remembering last active map (commit: d15ac95) (details)
  11. Fix grid on map resize (commit: b8809a6) (details)
  12. Refresh background on map panorama change (commit: d6c2b72) (details)
  13. Show map name change in map tree (commit: 6edcfac) (details)
  14. Maps: Enable changing map encounters (commit: acd275d) (details)
  15. Map properties: Switch to LcfWidgetBinding (commit: 78ff285) (details)
  16. Change panorama picker preview size (commit: 2f20160) (details)
  17. Change backdrop picker preview size (commit: 6fe62bd) (details)
  18. Database: Add level setting checks on actors (commit: 684569e) (details)
  19. Database: Small UI changes in the actor section (commit: d7b5047) (details)
  20. Database: Fix crash on actor faceset or charset selection (commit: db36fd8) (details)
  21. Database: Fix actor stat curve display (commit: c58b3a5) (details)
  22. Change faceset picker preview size (commit: d5e847c) (details)
  23. Change charset picker preview size (commit: 07e476b) (details)
  24. Maps: Remembering last active map on map save only (commit: f719a59) (details)
  25. Add placeholder faceset for actor preview (commit: 9eb499c) (details)
  26. Fix graphical glitch in the actor faceset view in the database (commit: 54ec224) (details)
  27. Fix graphical glitch in the actor charset view in the database (commit: 20fba66) (details)
Commit eb03cfbd20a96164a826d27890df950a1eb4e601 by 61623769+rueter37
Maps: Implement map resizing

Maps can be resized now.
(commit: eb03cfb)
The file was modified src/ui/maptree/map_properties_dialog.h (diff)
The file was modified src/ui/map/map_scene.cpp (diff)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
The file was modified src/ui/map/map_scene.h (diff)
Commit 670711bffde0aaa405890ab2352e1863c7c7a52b by 61623769+rueter37
Maps: Enforce minimum size of 20x15

The map properties windows uses now a map minimum width of 20 tiles
and a map minimum height of 15 tiles.
(commit: 670711b)
The file was modified src/ui/maptree/map_properties_dialog.ui (diff)
Commit 4f870624cfb83f15e6f6b40bdf6a69ecf9d8a69e by 61623769+rueter37
Maps: Enable changing some map properties

The following map properties can be changed now: Map name,
Map tileset, Map wrap type, Allow Teleport, Allow Escape and
Allow Save.
(commit: 4f87062)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
Commit a90d338fc4a1e689a92c52ca5101933f9b588051 by 61623769+rueter37
Maps: Enable changing map BGM

The map BGM can be changed now.
(commit: a90d338)
The file was modified src/ui/maptree/map_properties_dialog.h (diff)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
Commit a156eb2740cf699e5dc1db2617aaad791ad675a9 by 61623769+rueter37
Add backdrop picker

The backdrop picker has been added now.
(commit: a156eb2)
The file was addedsrc/ui/picker/picker_backdrop_widget.cpp
The file was addedsrc/ui/picker/picker_backdrop_widget.h
The file was modified CMakeLists.txt (diff)
Commit e0b364656996c25938a3f24473151c829ed52df6 by 61623769+rueter37
Maps: Enable changing map battle backdrop

The map battle backdrop can be changed now.
(commit: e0b3646)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
The file was modified src/ui/maptree/map_properties_dialog.h (diff)
Commit c39d4005e7656cd5eb8476138b894c1eb0806d1a by 61623769+rueter37
Add panorama picker

The panorama picker has been added now.
(commit: c39d400)
The file was modified CMakeLists.txt (diff)
The file was addedsrc/ui/picker/picker_panorama_widget.cpp
The file was addedsrc/ui/picker/picker_panorama_widget.h
Commit 399dddbd773a306be89cf2a6ad5a7f08341cab8f by 61623769+rueter37
Maps: Enable changing map panorama

The map panorama can be changed now.
(commit: 399dddb)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
The file was modified src/ui/maptree/map_properties_dialog.h (diff)
Commit d3c9871af728d926c726647f327c3047dea77d82 by 61623769+rueter37
Maps: Add confirmation on map shrink and move map resize to properties

A confirmation message is displayed now if the user is about to shrink
the width and/or height of the map because this destroys map data.
Moreover the map resize has been moved from map_scene to
map_properties.
(commit: d3c9871)
The file was modified src/ui/maptree/map_properties_dialog.h (diff)
The file was modified src/ui/map/map_scene.cpp (diff)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
Commit d15ac95b7b14c55f53d7287d5a8e206a99f03cb1 by 61623769+rueter37
Maps: Fix remembering last active map

The last active map is remembered correctly now. The last
active map ID was always set to 1 before the fix.
(commit: d15ac95)
The file was modified src/ui/main_window.cpp (diff)
Commit b8809a670d1cc79985cbd082148462abd3dc1591 by 61623769+rueter37
Fix grid on map resize

The grid always remained on the old map bounds if the map had been
resized. This is fixed now.
(commit: b8809a6)
The file was modified src/ui/map/map_scene.cpp (diff)
The file was modified src/ui/map/map_scene.h (diff)
Commit d6c2b7276a7705dc3d432112ecbd2fa557b38c2f by 61623769+rueter37
Refresh background on map panorama change

If the map panorama has been changed, the background of the map view
is refreshed now.
(commit: d6c2b72)
The file was modified src/ui/map/map_scene.cpp (diff)
The file was modified src/ui/map/map_scene.h (diff)
Commit 6edcfac9e4225285a992f896fdeca181ccfc7ae4 by 61623769+rueter37
Show map name change in map tree

If a map has been renamed in the map properties view, then the map
name in the map tree is updated now.
(commit: 6edcfac)
The file was modified src/ui/map/map_scene.h (diff)
The file was modified src/ui/main_window.cpp (diff)
The file was modified src/ui/map/map_scene.cpp (diff)
Commit acd275d1bcc0e0b37d30f48abce243c7fee008eb by 61623769+rueter37
Maps: Enable changing map encounters

The map encounters can be changed now.
(commit: acd275d)
The file was modified src/ui/maptree/map_properties_dialog.h (diff)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
The file was modified src/ui/maptree/map_properties_dialog.ui (diff)
Commit 78ff285679dd4dc856deb7bd82cc37b3f4f63917 by 61623769+rueter37
Map properties: Switch to LcfWidgetBinding

The map properties use LcfWidgetBinding now for most of the settings.
(commit: 78ff285)
The file was modified src/ui/maptree/map_properties_dialog.ui (diff)
The file was modified src/ui/maptree/map_properties_dialog.h (diff)
The file was modified src/ui/maptree/map_properties_dialog.cpp (diff)
Commit 2f20160ff411e3280afd17325eb16142939e0bac by 61623769+rueter37
Change panorama picker preview size

The preview of the panorama picker is now always 324x244
(Panorama picture size plus view border size).
(commit: 2f20160)
The file was modified src/ui/maptree/map_properties_dialog.ui (diff)
The file was modified src/ui/picker/picker_panorama_widget.cpp (diff)
Commit 6fe62bdb2476113d9517091eea937070f3f16027 by 61623769+rueter37
Change backdrop picker preview size

The preview of the backdrop picker is now always 324x244
(Backdrop picture size plus view border size).
(commit: 6fe62bd)
The file was modified src/ui/picker/picker_backdrop_widget.cpp (diff)
Commit 684569ee3ee405a4c58581d37f2056ea95526b81 by 61623769+rueter37
Database: Add level setting checks on actors

If the level settings of an actor are changed, it is ensured now
that the initial level setting is never greater than the maximum
level setting.
(commit: 684569e)
The file was modified src/ui/database/actor_widget.h (diff)
The file was modified src/ui/database/actor_widget.cpp (diff)
Commit d7b50470d24a1cf4bb8a44b03f30fb0f1e8cc0d3 by 61623769+rueter37
Database: Small UI changes in the actor section

The following changes have been made:
- Set faceset size to 100x100
- Set charset size to 52x68
- Set battleset size to 52x52
- Change critical hit rate text to "1 in x turns"
- Fix typo in "Custom properties"
(commit: d7b5047)
The file was modified src/ui/database/actor_widget.ui (diff)
Commit db36fd8304afbd891d0b5b57981c0f5509cbc13b by 61623769+rueter37
Database: Fix crash on actor faceset or charset selection

If the faceset selection or charset selection had been called while
no actor was selected, the editor crashed. This is fixed now.
(commit: db36fd8)
The file was modified src/ui/database/actor_widget.cpp (diff)
Commit c58b3a53aa9fa3b41215bbf8a43a8b12fae18558 by 61623769+rueter37
Database: Fix actor stat curve display

The lower section of the actor stat curves was cut off, you could
notice it if the stat was about 50 or less on that level. This is
fixed now.
(commit: c58b3a5)
The file was modified src/ui/database/actor_widget.cpp (diff)
The file was modified src/ui/viewer/stat_curve_graphics_item.h (diff)
The file was modified src/ui/viewer/stat_curve_graphics_item.cpp (diff)
Commit d5e847c8a30d79de3f402c41de0ae3cb87b4f767 by 61623769+rueter37
Change faceset picker preview size

The preview of the faceset picker is now always 196x196
(Faceset picture size plus view border size).
(commit: d5e847c)
The file was modified src/ui/picker/picker_faceset_widget.cpp (diff)
Commit 07e476b668d107da94a0c2776024c6e16f21aae7 by 61623769+rueter37
Change charset picker preview size

The preview of the charset picker is now always 196x132
(Double charset picture size plus view border size).
(commit: 07e476b)
The file was modified src/ui/picker/picker_charset_widget.cpp (diff)
Commit f719a59bbd2867d5b96028713ac6740caa655de3 by 61623769+rueter37
Maps: Remembering last active map on map save only

The last active map is remembered only if the map is saved. This stops
unnecessary writes into RPG_RT.lmt. This change should fix issue #129.
(commit: f719a59)
The file was modified src/ui/map/map_scene.cpp (diff)
The file was modified src/ui/main_window.cpp (diff)
Commit 9eb499cdbe470ed71974cda0233dad32c8a2a522 by 61623769+rueter37
Add placeholder faceset for actor preview

The actor preview uses now a placeholder faceset if the actor has not
a faceset set. This makes all actor selection items the same height
and reduces console spam.
(commit: 9eb499c)
The file was modified src/model/actor.cpp (diff)
Commit 54ec224ef1d717aa953288d5ae6486930549fd80 by 61623769+rueter37
Fix graphical glitch in the actor faceset view in the database

The actor faceset view in the database sometimes had graphical
artifacts if no actor was selected. This is fixed now.
(commit: 54ec224)
The file was modified src/ui/viewer/faceset_graphics_item.h (diff)
The file was modified src/ui/viewer/faceset_graphics_item.cpp (diff)
Commit 20fba66f61e20b21fafbc6c3f3a5d5fbb1d75437 by 61623769+rueter37
Fix graphical glitch in the actor charset view in the database

The actor charset view in the database sometimes had graphical
artifacts if no actor was selected. This is fixed now.
(commit: 20fba66)
The file was modified src/ui/viewer/charset_graphics_item.cpp (diff)
The file was modified src/ui/viewer/charset_graphics_item.h (diff)