Commit Graph

232 Commits

Author SHA1 Message Date
Yako
f2633f184f
delete orphaned message enc folder and unused file inside (#47) 2025-11-08 11:48:09 +01:00
Yako
2f29605043
Fix bug that causes a crash when opening event files containing interior buildings (#46) 2025-11-08 11:38:39 +01:00
KalaayPT
fea2dc9290 this for clarity 2025-10-27 14:36:01 +01:00
KalaayPT
43f971e72e script editor: add display mode switcher for enum names vs raw IDs +
file watcher for editing currently opened files externally
2025-10-27 14:16:31 +01:00
KalaayPT
6a870e07af database hashing + reparse on modification 2025-10-25 01:03:06 +02:00
KalaayPT
5839883ce7 fix minor bug with script file name display in warning message 2025-10-24 17:19:15 +02:00
KalaayPT
fccd296117 add progress bar + option to add custom db for script parsing + more
user error and edge case handling
2025-10-24 16:58:44 +02:00
KalaayPT
f7b31db190 omnisharp formatting so it stops annoying me 2025-10-22 18:47:37 +02:00
KalaayPT
d1e42b1a73 scripts plaintext parsing + simple caching for consecutive searches 2025-10-22 18:44:07 +02:00
KalaayPT
e7d99484de scrcmd data refactoring: unified object from json db structure 2025-10-21 17:28:31 +02:00
Yako
6622f9d3f5
fix error when saving ROM without expanded folder being present (#131) 2025-10-19 12:09:15 +02:00
Yako
c4e3243af0
Improved logging and error handling + fix trailing blank line issue (#127)
* prevent trailing blank lines from being removed

* logging and error handling improvements
2025-10-11 12:32:23 +02:00
Yako
22c4891537
fix typo causing MSB of naturalGiftType to be cut off (#126) 2025-10-10 12:07:13 +02:00
Yako
c74696a996
Full overhaul of text archive reading and writing adding in app plaintext parsing (#125)
* initial draft: string vars may not be correct yet, writing is untested

* add some more checks for last file write to make sure user changes aren't accidentally overwritten

* functional text parsing to and from plain text (yippee)

* remove now useless tools

* add open file button to text editor

* unsaved changes handling and fix bug where adding an archive would not create a bin file
2025-10-09 14:55:01 +02:00
Yako
2f04764652
Fix Item Editor not updating the battle pocket correctly (#124) 2025-10-07 11:46:03 +02:00
Mixone-FinallyHere
6dac0b4efa Fixes Issue with msgenc folders and files 2025-09-21 22:28:38 +02:00
Yako
6a975bb956
Encounter editor bug fix and enhancement (#105)
* update rates to consistently be from 0-255

* i forgot to write the form data to disk

* tooltip updates + visual fixes
2025-09-04 10:18:42 +02:00
Miguel
b78519977e
Merge pull request #102 from Mixone-FinallyHere/fixMSGENC
Fix #92 and #88
2025-09-03 23:10:06 +02:00
Mixone-FinallyHere
a327dc7972 I hate BOM and newlines 2025-09-03 21:46:58 +02:00
Yako
c0cc5fe28e
DocTool: fix off by one error + small refactor 2025-09-03 14:16:49 +02:00
Mixone-FinallyHere
b7ebfe1e31 Fixed saving issue with msgenc 2025-09-02 14:33:23 +02:00
Mixone-FinallyHere
7c29bb4519 Moved most console logging to the new system 2025-09-02 09:17:38 +02:00
Mixone-FinallyHere
c9629a7d64 TextEditor MessageEnc + Colors - TODO: Fix saving issue msgenc? 2025-09-01 23:39:57 +02:00
Yako
b483a759c3
Add form editing to DPPT (#78)
- support for shellos / gastrodon forms
- support for setting the unown table
2025-08-27 19:50:49 +02:00
Yako
cc9e93e6d0
fix DP hold effects (#75) 2025-08-15 18:26:07 +02:00
Yako
c58e2a2b28 this also has fixes to the item editor bundled in bc I made an oopsie 2025-08-14 23:58:22 +02:00
KalaayPT
50cd9a4992 adapt movement command loading to account for expanded movement json + add support for c style comments 2025-08-11 18:27:26 +02:00
KalaayPT
c3fb90bcf8 add trainer param to parametertype enum 2025-08-09 17:38:30 +02:00
KalaayPT
2657ffd47e merge main & jsondatabase 2025-08-09 03:07:24 +02:00
KalaayPT
681608b657 add basic manager for custom scrcmd databases 2025-08-09 03:05:30 +02:00
KalaayPT
3003481b02
Merge pull request #59 from Mixone-FinallyHere/jsonDatabase
Script Parsing Refactor
2025-08-07 11:08:50 +02:00
KalaayPT
d4149bb5f1 large refactoring of script parsing logic. now uses ScriptParameter class and loads parameters right from database 2025-08-06 23:23:20 +02:00
Yako
02e9e9da2a dppt overhaul done 2025-08-05 19:19:47 +02:00
KalaayPT
ab077635cb externalize database into json, pulled from new scrcmd-database repo, also fix some smaller script bugs 2025-08-04 18:54:13 +02:00
Miguel
a9a66053ec
Merge pull request #47 from Mixone-FinallyHere/parameterEnums
Added handling for more parameter enums: moves, items, pokemon
2025-07-30 08:06:58 +02:00
KalaayPT
500288dd40 added handling for more parameter enums: moves, items, pokemon 2025-07-30 01:15:02 +02:00
Miguel
3b64c65653
Merge pull request #46 from Mixone-FinallyHere/dev-kuha
AutoUpdate system. Changed settings to json stored settings in AppDat…
2025-07-29 21:36:14 +02:00
corentinmace
72b22d1e2c AutoUpdate system. Changed settings to json stored settings in AppData folder. Changed Log & Crash Report paths to AppData folder 2025-07-29 21:14:17 +02:00
Miguel
943fd93d9e
Merge pull request #43 from Mixone-FinallyHere/trade-editor
Add Trade Editor
2025-07-28 14:40:51 +02:00
Yako
0ef89149a7 add logic for adding / removing files and fix issues with plat USA using the wrong path to the narc 2025-07-28 14:23:32 +02:00
Yako
cb4814bcdf this should be fully functional now 2025-07-28 14:23:32 +02:00
Yako
52e6324071 create trade data 2025-07-28 14:23:32 +02:00
Yako
e22b81b973
Merge branch 'Mixone-FinallyHere:main' into main 2025-07-28 13:21:04 +02:00
Mixone-FinallyHere
5879c903a0 Fix multi battlePocket issue - ItemEditor finalized 2025-07-28 10:08:02 +02:00
Yako
2544d4402f this should be the exact same code that the game usus for level up moves so surely it's correct 2025-07-26 20:55:29 +02:00
Yako
f696ccdd01 handle duplicate moves in level up learnsets and warn users when giving mons duplicate moves 2025-07-22 19:50:51 +02:00
Mixone-FinallyHere
43e89f9162 Add dropdowns to change icons and palettes 2025-06-20 15:09:28 +02:00
Corentin MACÉ
2ea783a332 Item icons for plat (prob dp) 2025-06-20 13:55:36 +02:00
Mixone-FinallyHere
f73a705c7c Added item narc entries parsing 2025-06-20 11:56:50 +02:00
Mixone-FinallyHere
ac6b09eaa9 Finally! Thanks @YakosWG 2025-06-20 09:09:08 +02:00