Commit Graph

311 Commits

Author SHA1 Message Date
AdAstra-LD
7fc7e3f6a0 Minor improvement of enum tool
+ Fixed Script Editor search icons
2022-01-08 18:40:05 +01:00
AdAstra-LD
b0d213a523 OW Sprites can be previewed even without placing an OW
+ Event editor render settings are saved
+ When an event type is not rendered, it can't be moved using direct clicks (prevents mistakes)
2022-01-07 04:59:02 +01:00
AdAstra-LD
a6bc205a88 Script and text editor format preference is memorized 2022-01-07 03:47:32 +01:00
AdAstra-LD
2249eef23d Settings memorization
+ Added NSBMD utilites to Menu
2022-01-07 02:27:35 +01:00
AdAstra-LD
f1fad4225b Added List utilities 2022-01-06 23:03:06 +01:00
AdAstra-LD
4efc0bcb09 Added more icons to ToolStrip menu 2022-01-06 18:54:06 +01:00
AdAstra-LD
78fd86869d Improved content-based batch rename tool + minor Narc.cs improvement 2022-01-05 01:19:37 +01:00
AdAstra-LD
7e7c552515 Added patch that disables all texture animations 2022-01-04 02:29:37 +01:00
AdAstra-LD
dd816de7cb Revert "Parallelized Content-based batch rename"
This reverts commit a3fd5b6c04.
2022-01-04 01:13:58 +01:00
AdAstra-LD
5adad5cf40 Added item and pokeball icon to Trainer Editor 2022-01-01 07:33:01 +01:00
AdAstra-LD
e1af10ca49 Readded Script Editor CTRL+F bar icons + Renamed Trainer Editor ??? labels
+ added DV Explain button
+ confirmation request when user attempts to delete a file
2022-01-01 07:33:01 +01:00
AdAstra-LD
ae921b8ac8 Fixed a critical UseScript bug (list sort)
+ Refactored useScript attribute of CommandContainer --> usedScript
2022-01-01 04:33:34 +01:00
AdAstra-LD
a3fd5b6c04 Parallelized Content-based batch rename 2021-12-31 20:48:57 +01:00
AdAstra-LD
df5803c0ca Added content-based batch rename 2021-12-30 03:55:55 +01:00
AdAstra-LD
1166d89e3e Added List-Based Batch Rename Tool to Tools dropdown 2021-12-29 02:51:45 +01:00
AdAstra-LD
319b181439 Minor code readibility improvements 2021-12-24 23:35:57 +01:00
AdAstra-LD
a4bfe2a837
Merge branch 'main' into main 2021-12-14 22:46:30 +01:00
AdAstra-LD
e6924a3ea1 Misc GUI improvements
- Textures list dropdown in map editor autoupdates after adding new texture pack with NSBTX editor
- Location names dropdown in Header editor autoupdates after saving locations text
- Pokemon Combo dropdown in Table Editor autoupdates after editing Table combos
- Trainer Class name changes are automatically reflected everywhere
- Fixed exception popping up when user double-clicks a nonexistent Map file on the matrix
2021-12-09 20:39:01 +01:00
AdAstra-LD
cf5a21aff1 Table Editor can now read entries from the synthOverlay 2021-12-09 19:11:10 +01:00
Nomura
52d2b2ebd3 Edit item selector help button description 2021-12-06 11:38:08 +01:00
Nomura
bb5ef60e36 Make item standardization patch preserve existing items 2021-12-06 11:32:28 +01:00
AdAstra-LD
d9746925aa Added NARC Utility to Tools menu
[+] Fixed a huge bug with the NARC class
2021-12-02 17:23:46 +01:00
AdAstra-LD
5e14b76ec6 Major Trainer Editor cleanup
[+] Fixed Trainer Class Save button updating class name in combobox

[-] Party Data import is still buggy

TO FIX:
button of search in script icons [CTRL+F]
text size columns [camera editor]
trainer table combo update [combobox]
2021-11-26 03:33:14 +01:00
AdAstra-LD
36991b9eeb Inverted Trainer Editor items 2 and 3 + Improved Text search/replace 2021-11-22 01:05:48 +01:00
AdAstra-LD
88b0d833f7 Disabled event handlers in Trainer Editor setup 2021-11-15 16:59:59 +01:00
AdAstra-LD
27583d2b17 Misc Improvements
[+] Better management of statusLabel messages for Editors Setup
[+] New Matrix and New Event File buttons now create a new blank file from scratch
[+] Loading maps from a Matrix that has no Headers Tab will search for usages of that Matrix in all Headers
[+] Map model can be rotated in multiple directions at the same time
2021-11-13 20:09:43 +01:00
AdAstra-LD
916e6106be Version update + improved party data read 2021-11-10 01:35:21 +01:00
AdAstra-LD
6069120f04 Fixed "Morning" label in DPPt Encounters Editor 2021-11-07 20:59:17 +01:00
AdAstra-LD
0566d55935 Version Update + Script Number format
[+] Fixed mess with system icons
2021-11-07 01:44:41 +01:00
AdAstra-LD
1d226cbb1f Fixed DPPt/HGSS map cross-import
[+] Added more warnings & error messages (to handle exceptions)
2021-11-01 06:12:22 +01:00
AdAstra-LD
31f9488cfb Misc fixes [mostly Script Editor]
[+] Fixed PokeRadar percentage labels
[+] Removed Script Containers static KW
[+] Script Editor now notifies when user is attempting to save an empty script
[+] Script Editor got better at detecting problems with
script/function/action labels
[+] Improved detections of UseScripts
[+] Added a few more Platinum script commands
[+] Fixed ARM9 compression detection for DP roms
2021-10-24 22:58:16 +02:00
AdAstra-LD
f901498ae3 Added ARM9 compression warning 2021-10-21 17:39:11 +02:00
AdAstra-LD
a64e04b64d Fixed Trainer name update and Save Class button 2021-10-20 05:16:33 +02:00
AdAstra-LD
02866093ae Fixed Eye Contact Music Alt field becoming randomly available for DPPt ROMs 2021-10-20 04:30:57 +02:00
AdAstra-LD
3fd3768269 Fixed AI flags and SEQ_EYE music bug 2021-10-20 03:54:42 +02:00
AdAstra-LD
527ff86413 Added a couple more scrcmds & fixed typo 2021-10-16 19:41:28 +02:00
AdAstra-LD
9782278f8b DSPRE can now import HGSS map BIN into DPPt roms 2021-10-12 17:46:09 +02:00
AdAstra-LD
30024b476a [Seemingly] fixed Trainer Editor moveset exception 2021-10-05 01:22:33 +02:00
AdAstra-LD
fda9b97576 Restored HGSS action commands list 2021-10-03 18:55:48 +02:00
AdAstra-LD
2bee290c72 Fixed file filter of Script Editor 2021-10-03 18:44:09 +02:00
AdAstra-LD
66a2a4b5d7 Added coordinates hover text [Event Editor] 2021-10-03 18:38:25 +02:00
AdAstra-LD
b8446d3c2a Fixed whitespace characters + added mapSize 'constant' to MapFile class 2021-10-03 17:49:15 +02:00
AdAstra-LD
90df51074c Added new temp feature (ExportAllMovePermissionsInMatrix)
+ potentially to be extended to 3D models, building files, soundplates etc.
2021-10-03 17:49:15 +02:00
AdAstra-LD
ff11a7d3a7 Temporarily disabled incomplete script tooltips feature 2021-10-03 17:49:15 +02:00
AdAstra-LD
edc2001f5b Minor fixes + Added and renamed new Scrcmds 2021-10-03 17:49:14 +02:00
AdAstra-LD
8f39e4349d Version update 2021-09-13 06:14:05 +02:00
AdAstra-LD
487d397a84 Added full support for variable-type script commands 2021-09-13 06:08:46 +02:00
AdAstra-LD
33608d7f2f Fixed text editor find and replace
+ Minor refactor
2021-09-07 05:02:57 +02:00
AdAstra-LD
86895886e4 Faster tooltip animation 2021-09-04 15:19:18 +02:00
AdAstra-LD
bb2ba72d42 Version Update 2021-08-14 04:55:47 +02:00