~timfelgentreff/stratagus/+git/stratagus-github:ipochto/editor/ramps

Last commit made on 2024-04-27
Get this branch:
git clone -b ipochto/editor/ramps https://git.launchpad.net/~timfelgentreff/stratagus/+git/stratagus-github

Branch merges

Branch information

Name:
ipochto/editor/ramps
Repository:
lp:~timfelgentreff/stratagus/+git/stratagus-github

Recent commits

818ed58... by Alexey

Init brushes support.

43f735f... by Alexey

method name fix

4f54d92... by Alexey

Fix compile error (std::uint32_t -> uint32_t)

21e85de... by Alexey

Added function to find subslot's neighbors

1a53b33... by Alexey

Editor: Using the precise tile index instead of finded one by the graphic tile. It allows us to use tiles with same graphics but different properties.

e71e676... by Alexey

Editor: Display tileindex in the tile info block

8a234ad... by Alexey

Prevent the selection box from going off of the screen

d115e49... by Alexey

Added highgrounds tools into the tools drop-down list

ac32992... by Jarod42 <email address hidden>

Cleanup Editor:
Remove unused `MapLoaded`/`WriteCompressedMaps`/`PopUpX`/`PopUpY`

32bb8f1... by Jarod42 <email address hidden>

Remove `union` in `struct Settings` (type punning is UB in C++).