Commit Graph

87 Commits

Author SHA1 Message Date
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
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
ddc1c8715d Fixed problem with file extensions in Encounter editors
[+] Also added icons to buttons
[+] Improved error detection of HGSS Encounters editor
2021-11-10 01:45:39 +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
55ecbd141a Simplified acquisition of trainer AI flags 2021-10-20 22:46:50 +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
b8446d3c2a Fixed whitespace characters + added mapSize 'constant' to MapFile class 2021-10-03 17:49:15 +02:00
AdAstra-LD
487d397a84 Added full support for variable-type script commands 2021-09-13 06:08:46 +02:00
AdAstra-LD
d783df7935 Added braces [ScriptFile.cs] 2021-09-13 03:00:13 +02:00
AdAstra-LD
303408c283 Update TrainerFile.cs 2021-08-22 04:26:11 +02:00
AdAstra-LD
1bcb676773 Partially Fixed Trainer Editor (tuber Jared) 2021-08-22 04:19:23 +02:00
AdAstra-LD
fb42ecad21 Fixed a couple Matrix bugs 2021-08-14 04:54:07 +02:00
AdAstra-LD
c4f3d3d4a3 Trainer Editor fix 2021-08-14 04:45:50 +02:00
AdAstra-LD
fb68aff727 Added Command Tooltips feature to Script Editor
Misc bug fixes
2021-08-10 14:20:10 +02:00
AdAstra-LD
7c405c8ba3 Expanded ScriptCommandDatabase with Action Cmds and Comparison Operators 2021-08-09 23:16:42 +02:00
AdAstra-LD
0050fe932b Created reverse dictionaries for cmd names and comparison ops
[faster lookup]
2021-08-09 19:28:08 +02:00
AdAstra-LD
d981c344bd [Matrix.cs] Override ToString() and fixed braces 2021-08-09 00:32:40 +02:00
AdAstra-LD
baebd4aed1 Migrated scriptEditor to ScintillaNET 2021-08-06 02:09:14 +02:00
AdAstra-LD
a9de70df49 [Script Editor] Improved function usage detection 2021-08-01 23:28:02 +02:00
AdAstra-LD
4d689e475e Fixed gFamEnum old checks 2021-08-01 21:19:11 +02:00
AdAstra-LD
870ba105ae Coded Import Party button 2021-08-01 03:52:27 +02:00
AdAstra-LD
ef9c07d7ad Turned Pokemon Party into a class [Trainer Editor]
- Removed useless Games folder from Ekona\Images
2021-08-01 02:53:22 +02:00
AdAstra-LD
88ca73bac5 Added Trainer Encounter music to Trainer Editor
+ Refactor and conversion of gameFamily and gameVersion to Enum formats
2021-07-30 19:32:13 +02:00
AdAstra-LD
182eec2f97 Created SetHeaderTableOffset function in RomInfo, to replace HeaderOffsets dictionary in PokeDatabase 2021-07-25 18:31:03 +02:00
AdAstra-LD
49a4513030 Added missing description to header expansion patch 2021-07-22 16:53:09 +02:00
AdAstra-LD
a4dee25f41 Fixed AreaData DPPt light field size
[reported by Nomura and Trifindo]
2021-07-22 15:39:06 +02:00
AdAstra-LD
6ca211c227 Created TrainerProperties class
- Fixed TrainerProperties Import / Export
2021-07-21 04:39:49 +02:00
AdAstra-LD
57cdeb4222 [Trainer Editor] Added new buttons and some of the output functions 2021-07-21 03:40:22 +02:00
AdAstra-LD
b2d7d41fe5 NARC Optimization and Trainer Editor update
- Multithreaded NARC unpack
- Minor Trainer editor fixes
- Added icon to trainer editor tab
- 1.3 version update
2021-07-21 01:39:06 +02:00
AdAstra-LD
9dcc8a848a Improved trainer editor code readability + minor refactor and optimizations 2021-07-20 18:46:07 +02:00
AdAstra-LD
cd9e946bc3 More script commands + important bugfix 2021-07-20 18:44:22 +02:00
AdAstra-LD
9b64b91c9b Fixed Script Actions error detection 2021-07-17 21:05:24 +02:00
AdAstra-LD
fe2cd07de6 Minor Script Editor error detection fixes 2021-07-17 21:04:55 +02:00
AdAstra-LD
08d5400694 Better management of script actions database + refactor 2021-07-17 19:50:21 +02:00
AdAstra-LD
605b8a03a1 Minor bugfix + refactor and new script actions 2021-07-17 19:23:43 +02:00
AdAstra-LD
9107575f43 Made script editor less picky about 0x and blank lines 2021-07-16 06:00:05 +02:00
AdAstra-LD
fafd853183 Added and fixed Mikelan's trainer editor 2021-07-15 02:42:30 +02:00
AdAstra-LD
828b3d2ab1 Minor refactor + added missing Designer.cs 2021-07-15 02:41:49 +02:00
AdAstra-LD
591138541a Misc update
- Added support for HGSS """hidden""" cameras and added new Cam16 picture
- Fixed handling of HGSS headers' last 32 bits (some things are still unimplemented)
--- Fixed HGSS area icon numbers
- Fixed Advanced Header Search to make it compatible with the dynamic headers patch
- Fixed Header load function calls (previously incompatible with dynamic headers patch)
- Fixed event editor not updating coordinates when dragging events across the map
- New warning popup before using Camera Editor, if overlay1 is compressed
- Minor refactor
2021-07-14 05:22:45 +02:00
AdAstra-LD
57548c6000 Fixed dynamic headers patch not reading/writing from/to the correct place
- misc improvements
- remove last header button is now fully functional
2021-07-07 06:12:21 +02:00
AdAstra-LD
c6d3820a57 Minor readability improvements 2021-06-02 19:45:50 +02:00
NomuraRH
b81baa956b Added dynamic headers patch and support for adding new headers 2021-05-28 23:25:25 +02:00
AdAstra-LD
146e342fb7 Updated pics and readme 2021-05-02 19:29:14 +02:00
AdAstra-LD
28e49e0bb3 written "clear level script" code
- more code cleanup
2021-05-02 19:17:41 +02:00
AdAstra-LD
92d9cba10c Lots of bugfixes
- Renamed Matrix class to GameMatrix to avoid ambiguity
- Moved some accessor methods from MainWindow to RomInfo
- Moved editor setup methods to respective sections
- Fixed lots of problems with Japanese DP roms [either not loading or partially functioning]
2021-04-30 01:08:30 +02:00
AdAstra-LD
3e5dc2d729 Changed == null to "is null" 2021-04-24 17:05:35 +02:00
AdAstra-LD
118474b30a Bugfixing & minor refactor
- Fixed floodfill bugs
- Fixed Lock X and Lock Z buttons mutex logic [Map Editor]
- LoadAreaData method is now an AreaData constructor
- Changed method names to make them less misleading
2021-04-20 19:17:33 +02:00
AdAstra-LD
13b45e9d92 Fixes + small addition
- Fixed problem with BMD/BTX exporter and output name suggestion
- Fixed overlay file being zero-filled when saving camera table
- the Matrix editor now shows the coordinates of the selected cell in the Status bar
2021-04-15 20:06:01 +02:00