Compare commits
No commits in common. "a098cb5ce7308717c63e69fb023efd3ba2b8012d" and "7f6c4533456f2b59bb4ffd95a9b0e3363d886bad" have entirely different histories.
a098cb5ce7
...
7f6c453345
@ -24,6 +24,9 @@ enum class FileAddressType: int8_t {
|
||||
Inode,
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
constexpr Error model(T *h, CommonPtrWith<class FileAddress> auto *fa) noexcept;
|
||||
|
||||
class FileAddress {
|
||||
|
||||
template<typename T>
|
||||
|
@ -1,9 +1,3 @@
|
||||
# d2025.05.1
|
||||
|
||||
* TileSheetEditor: Fix overrun errors when switching subsheets, clear selection
|
||||
on switch (261e324acd)
|
||||
* Fix new build error that occurs in MSVC (26d5048e6720c4c2d52508a6ee44c67dd9fe3ee5)
|
||||
|
||||
# d2025.05.0
|
||||
|
||||
* Add app icon for both window and file
|
||||
|
Loading…
x
Reference in New Issue
Block a user