haven1433
d7ce55e5b1
feature request pins
...
* allow copy message/error text
* add symbol files to help reference
2022-12-01 21:44:48 -06:00
haven1433
6a49359716
finish last big feature for 0.5
2022-12-01 21:31:22 -06:00
haven1433
d1c2b5cc62
don't trigger undo/redo for search-response text-formatting
2022-12-01 08:16:54 -06:00
haven1433
a48316c3f0
improve model table
2022-12-01 08:16:18 -06:00
haven1433
903d430e07
initial pass at last feature for 0.5
2022-12-01 08:15:48 -06:00
haven1433
5483c5e0e6
part one of r/s/e DE feature
2022-11-29 23:14:10 -06:00
haven1433
7efde66586
bugfix for R/S/E special case logic
2022-11-29 23:12:12 -06:00
haven1433
7856c696af
fix leak
2022-11-29 07:39:35 -06:00
haven1433
5e5acdc931
Merge branch 'master' of https://github.com/haven1433/HexManiacAdvance
2022-11-29 07:32:42 -06:00
haven1433
f29f69c3f6
fix loading issue from liquid crystal
...
improve tooltips
2022-11-29 07:32:39 -06:00
TheDiamondMiner
bcea3d6768
Updated TOML based on Shiny's Changes ( #102 )
...
* Added shiny's changes.
* Fixed typo
2022-11-29 06:47:14 -06:00
haven1433
c355f07993
fix toml upgrade issue (tuples)
2022-11-28 22:42:21 -06:00
haven1433
98caede101
remove typo
2022-11-28 22:09:42 -06:00
haven1433
a06368297e
add python tool improvements
...
new 'AnchorGroup' class so we can call anchors by their names
2022-11-28 21:33:49 -06:00
haven1433
acf55f0101
improve animationScriptReference
...
thanks `AGSMG?`!
2022-11-28 21:07:14 -06:00
haven1433
6c588c0ccc
fix importimage path bug
2022-11-28 21:06:00 -06:00
haven1433
a7b1734404
add data.items.stats format for item-related script commands
2022-11-28 20:22:55 -06:00
haven1433
fd8d6a0330
Improve palette-picking for goto shortcut buttons
...
also make tooltip images have a transparent background
2022-11-28 20:22:36 -06:00
haven1433
25e09a83bb
Merge branch 'master' of https://github.com/haven1433/HexManiacAdvance
2022-11-28 19:10:38 -06:00
eliptus
95e2fbd8a8
Allow @!importimage to Leverage Wide/Tall Imports ( #101 )
...
* Allow @!importimage to Leverage Wide/Tall Imports
This essentially makes @!importimage behave identically to
the UI-based import, allowing use of common PNG structures
for automation.
* Prevent Underflow in `IPixelViewModel.AutoCrop()`
If all pixels in `IPixelViewModel` are transparent, the old logic would result
in a negative height. The new logic assures a minimum height of zero.
This was observed while opening a the Pokemon Radical Red v3.1 ROM hack.
Co-authored-by: ELIPTUS <github.com@eliptus.co>
2022-11-28 19:10:15 -06:00
haven1433
21ea2a6612
fix castform multisprite import logic
2022-11-28 19:09:39 -06:00
haven1433
c94f4d8f2b
fix ~2 logic for names that are the same except casing
2022-11-28 19:09:07 -06:00
haven1433
25b2592dc2
add new upgrade test
2022-11-28 06:43:08 -06:00
haven1433
6593125cbe
fix edge cases (trainerX testing)
2022-11-27 21:46:08 -06:00
haven1433
5bcb5b9f00
import/export data
2022-11-27 20:54:02 -06:00
haven1433
8ad4298809
fix number of thumb routines in specials table
2022-11-26 22:50:04 -06:00
haven1433
d8eea8db88
improve loading conflicting data
...
used TrainerX's Glazed as a prototype
2022-11-25 15:27:22 -06:00
haven1433
8f3da7f04e
bugfixes
2022-11-25 13:17:21 -06:00
haven1433
d48257637b
improve view notifications
2022-11-25 09:20:56 -06:00
haven1433
3356961895
bugfixes
2022-11-24 23:13:09 -06:00
haven1433
8a75b2bd4f
add blank template
2022-11-24 22:26:25 -06:00
haven1433
af20da7a1d
extend header
...
blocksets
2022-11-24 20:26:39 -06:00
haven1433
38ca0d3c3c
update lists
2022-11-24 15:38:08 -06:00
haven1433
4c2089196b
usability feedback
...
label stuff
center new connections
berry shortcuts
fix goto shortcuts
2022-11-24 11:24:56 -06:00
haven1433
d815c382eb
fix tut text
2022-11-23 23:23:24 -06:00
haven1433
b4cf30d487
fix event tutorial logic
2022-11-23 23:14:10 -06:00
haven1433
d0d9673d7d
paint shouldn't clear tutorial if multi-drawing
2022-11-23 23:11:43 -06:00
haven1433
68be9c8f4b
add close button for header panel
2022-11-23 23:07:44 -06:00
haven1433
78d0297d91
bugfixes
...
* make pokemon of the chosen type more likely
* create new border for new interiors
* don't cut off trainer sprite in template (for large OWs)
* update selected block render when editing blocks
2022-11-23 23:04:47 -06:00
haven1433
19db783b09
fix timezone code
2022-11-23 11:46:16 -06:00
haven1433
ee379d6d91
add 'palette selection' text for radio buttons
...
also fix a bug where `HasMultiplePalettes` didn't notify when changing between tables
2022-11-23 11:13:54 -06:00
haven1433
d66a02d518
fix trainer backsprite palettes for R/S
2022-11-23 11:04:00 -06:00
haven1433
1728e73143
include field item enums for non-pokeball items
2022-11-23 10:59:14 -06:00
haven1433
e285eaaf7b
add 'scripts' option to 'show uses' button
...
Unlike the other ones, this one doesn't pre-calculate, and may end up being empty when you click on it.
2022-11-23 08:26:46 -06:00
haven1433
9e42cedeac
allow negative numbers in table tool
...
useful for pokemon move priority
2022-11-22 16:25:47 -06:00
haven1433
bfc094939f
add tooltips for find/diff tabs
2022-11-22 15:58:38 -06:00
haven1433
c97a59a135
allow appending to an OW's sprites
...
it should be possible to append additional animation frames for OWs.
This change doesn't allow you to expand the number of OWs, but it does allow you to expand the number of sprites that an OW has.
2022-11-22 15:34:00 -06:00
haven1433
f8ce38e837
export callasm for battle scripts
2022-11-22 15:15:04 -06:00
haven1433
2ce867a955
update trainertower format
2022-11-22 15:14:53 -06:00
haven1433
3d194e4f47
allow anchor names + offsets to be used when writing pointers to a table
2022-11-22 09:09:37 -06:00