GriffinR
|
3571b4ea4b
|
New JSON config format
|
2026-02-14 13:59:16 -05:00 |
|
GriffinR
|
6f4f393a88
|
Allow compiling without the qml module
|
2025-08-07 15:01:51 -04:00 |
|
GriffinR
|
9f5ac2935e
|
Disallow invalid text in tileset selectors
|
2025-08-06 17:57:48 -04:00 |
|
GriffinR
|
5da0655a15
|
Fix crash when changing dimensions in certain API callbacks
|
2025-08-06 17:11:35 -04:00 |
|
GriffinR
|
d0337a7ae3
|
Add metatile swap
|
2025-08-01 20:54:52 -04:00 |
|
GriffinR
|
2f2f71948a
|
Add setting to show unused palette colors
|
2025-07-25 13:35:08 -04:00 |
|
GriffinR
|
dc4b1ef93a
|
Enforce tile/metatile limits on load, fix tile selector performance
|
2025-07-19 16:17:59 -04:00 |
|
GriffinR
|
b2798e77d4
|
Allow rendering individual metatile layers
|
2025-07-02 13:39:01 -04:00 |
|
GriffinR
|
35d5851a8f
|
Read MAP_OFFSET_W, MAP_OFFSET_H from project
|
2025-04-13 21:40:22 -04:00 |
|
GriffinR
|
01126a888a
|
Apply the "map opened" API callback to layouts, add utility functions
|
2025-02-07 16:25:58 -05:00 |
|
GriffinR
|
391f7b1685
|
Reserve MAP_DYNAMIC, fix some MAPSEC displays not updating, new error messages/handling
|
2024-12-09 21:43:36 -05:00 |
|
GriffinR
|
9c40b04ad5
|
Redesign new tileset dialog
|
2024-12-06 10:39:50 -05:00 |
|
GriffinR
|
8bb0100540
|
Separate layout/header features of new map dialog
|
2024-11-14 14:43:20 -05:00 |
|
GriffinR
|
205bb48c65
|
Header tab and new map dialog share UI setup
|
2024-11-12 14:27:35 -05:00 |
|
GriffinR
|
b7d78b0263
|
Make Map members private
|
2024-11-12 12:44:33 -05:00 |
|
GriffinR
|
d448765d63
|
Read/write MAPSEC values using the region map json
|
2024-11-07 22:49:52 -05:00 |
|
GriffinR
|
2ce5c3fcc5
|
Fix crash on tileset save, bugs with map resizing
|
2024-10-29 16:16:35 -04:00 |
|
GriffinR
|
40d34b2d5b
|
Merge branch 'master' of https://github.com/huderlem/porymap into slam
|
2024-10-25 14:33:00 -04:00 |
|
GriffinR
|
70807fba3a
|
Stop leaking tileset metatiles
|
2024-10-16 11:57:47 -04:00 |
|
garak
|
815a16e8ca
|
Merge branch 'master' of https://github.com/huderlem/porymap into slam
|
2024-09-24 11:31:06 -04:00 |
|
GriffinR
|
db598a43db
|
Write config files on close / save, not on modification
|
2024-07-15 20:03:37 -04:00 |
|
garak
|
0f9c5873a2
|
Merge branch 'master' of https://github.com/huderlem/porymap into slam
|
2024-01-09 15:28:01 -05:00 |
|
GriffinR
|
28831a7ff0
|
Add get/setMetatileBehaviorName
|
2024-01-03 16:58:50 -05:00 |
|
GriffinR
|
6682233079
|
Fix tileset editor desyncing with API changes
|
2024-01-02 00:54:54 -05:00 |
|
GriffinR
|
f0310d4a63
|
Generalize bit packing utility for Block
|
2023-12-15 14:33:01 -05:00 |
|
GriffinR
|
2228f78117
|
Privatize Block members
|
2023-12-12 18:32:54 -05:00 |
|
garak
|
6041c46abf
|
fix scripting api usage of map/layout pointers
|
2023-10-26 14:14:57 -04:00 |
|
garak
|
f4cd57c988
|
some code cleanup
|
2023-09-28 19:02:11 -04:00 |
|
garak
|
90f8218c32
|
fix edit commands and ui things to use layout instead of map
|
2023-09-28 19:02:10 -04:00 |
|
GriffinR
|
4f459f5a06
|
Improve speed of setMetatileTiles
|
2023-09-19 15:49:56 -04:00 |
|
GriffinR
|
6508fd10af
|
Reimplement metatile label edit history
|
2023-02-17 14:59:03 -05:00 |
|
GriffinR
|
dbd6afb0c3
|
Move metatile labels to tilesets
|
2023-02-14 14:43:05 -05:00 |
|
garak
|
37fcfba829
|
use static (And const where applicable) regular expression objects
the speed increase here is noticable since the work of creating a regex object is only done once per session
|
2023-01-17 13:15:07 -05:00 |
|
GriffinR
|
1283f5c19d
|
Use custom attribute masks in API and Tileset Editor
|
2022-10-26 03:28:30 -04:00 |
|
GriffinR
|
fa2b4d3edb
|
Allow custom metatile attribute layouts
|
2022-10-25 22:35:26 -04:00 |
|
GriffinR
|
e2a31336c5
|
Merge branch 'master' of https://github.com/huderlem/porymap into fix-json
|
2022-10-17 22:20:06 -04:00 |
|
Marcus Huderle
|
3de8e88b8e
|
Add optional forceRedraw argument to palette API functions
|
2022-10-17 19:03:11 -05:00 |
|
GriffinR
|
239f3935bf
|
Stop treating map header bools as strings
|
2022-10-14 18:11:11 -04:00 |
|
GriffinR
|
efd49cd544
|
Read tileset headers from C data
|
2022-10-10 11:38:17 -05:00 |
|
GriffinR
|
3181523799
|
Add convenience functions for triple layer metatiles
|
2022-10-04 17:50:39 -05:00 |
|
GriffinR
|
6757d8afdb
|
Standardize API file names
|
2022-09-05 12:17:27 -04:00 |
|