Commit Graph

541 Commits

Author SHA1 Message Date
Yako
fd3003dc75 add fatal error to app log (I am not making a seperate PR for this) 2025-11-09 15:35:05 +01:00
Yako
dbeeda6003 add version checking and add charmap.xml to required tools 2025-11-09 15:33:11 +01:00
Yako
4f910ca841 add custom charmap system and an editor to easily add and remove aliases 2025-11-08 16:29:28 +01:00
Yako
5762555672
Improve OneDrive Check to include DSPRE path (#43)
* check DSPRE install path for onedrive

* add onedrive check result to log as well
2025-11-04 22:52:42 +01:00
RavenDS
09a79410f3 add all regions to Fly Editor 2025-11-04 13:51:38 +01:00
Yako
ba489879ed
Add new editors to top bar and redo top bar layout (#39)
* add new buttons for pokemon editor and move editor

* changes to toolstrip layout and logic

* update icons and include item editor

* add icon for trade editor and remove spawn point editor from the top bar
2025-11-03 17:31:22 +01:00
Miguel
56a83ab2d8
Merge pull request #33 from DS-Pokemon-Rom-Editor/plaintext-scripts
Plaintext script files akin to textArchive implementation
2025-10-25 14:44:40 +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
Mixone-FinallyHere
c61bcad757 at least i know nobody will think it was done by ai with my dumbass typos 2025-10-22 22:09:25 +02:00
Mixone-FinallyHere
6f74ac8ce2 Yes, checking RomInfo before the rom was loaded was a super smart idea 2025-10-22 22:08:00 +02:00
Mixone-FinallyHere
0bac8cf4ea Disable elements if on HGE. TODO: Explain why disabled 2025-10-22 21:18:50 +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
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
corentinmace
e7cb539624 Popped Out editors tracking. Every popped out editor get the focus when clicking a "Open ..." button instead of going to the tab 2025-09-15 19:53:32 +02:00
corentinmace
96f135b9c2 Fixed scrcmd manager not opening 2025-09-15 18:46:51 +02:00
corentinmace
50a8726a05 Merge remote-tracking branch 'origin/main' 2025-09-15 18:39:36 +02:00
corentinmace
3fea1af7ec Wild Editor can be opened multiple times and does not keep focus 2025-09-15 18:38:49 +02:00
Mixone-FinallyHere
9072b2de78 Increase timer loading form 2025-09-09 15:15:13 +02:00
Mixone-FinallyHere
4586989cac Fix typo in aBout 2025-09-05 12:01:20 +02:00
Mixone-FinallyHere
ee0d163692 Update ABout and Title 2025-09-05 11:51:28 +02:00
Yako
4ecb493780
Decompression hotfix (#97)
* fix arm9 decompression issue
(I blame ndstool)

* rename "europeByte" to revisionByte
2025-09-02 23:53:47 +02:00
corentinmace
eeae1ee67c Fixed settings dialog not openning 2025-09-02 19:13:37 +02:00
corentinmace
192f6bdabb Added Popout functionality to Nsbtx & Event Editor. Made a few more editor usable at the same time as the main window 2025-09-02 16:41:03 +02:00
Mixone-FinallyHere
7c29bb4519 Moved most console logging to the new system 2025-09-02 09:17:38 +02:00
Yako
db3958382d
rom loading and saving improvements (#82) 2025-08-31 16:25:54 +02:00
KalaayPT
44be913c01 update CI to include scrcmd into release 2025-08-13 14:23:57 +02:00
KalaayPT
ab850c5955
Merge branch 'main' into jsonDatabase 2025-08-09 15:27:38 +02:00
corentinmace
959de03689 Refactor RenderMap & Popout Editor Handler 2025-08-09 11:05:42 +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
corentinmace
0f42cc6f04 Header Editor Externalized (finally) 2025-08-07 11:05:21 +02:00
corentinmace
a5ef7c358b Externalized map editor & fix matrix parsing issue 2025-08-05 13:41:16 +02:00
corentinmace
a290da4318 Error window label 2025-08-05 08:50:34 +02:00
corentinmace
f24ecbb47f Added a way to disable auto updates in settings 2025-08-05 08:39:34 +02:00
KalaayPT
01fd61a7e4
Merge pull request #54 from Mixone-FinallyHere/jsonDatabase
Json database: fix loading from folder
2025-08-04 22:57:57 +02:00
KalaayPT
a77765b2a8 actual fix for rom loading this time 2025-08-04 22:57:00 +02:00
KalaayPT
dbdf111f3f Merge branch 'jsonDatabase' of github.com:Mixone-FinallyHere/DS-Pokemon-Rom-Editor into jsonDatabase 2025-08-04 22:45:32 +02:00
KalaayPT
0678041fe5 no idea why but this fixes folder loading 2025-08-04 22:45:19 +02:00
Corentin MACÉ (Kuha)
d8b38a0d6f
Merge branch 'main' into dev-kuha 2025-08-04 22:19:07 +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
corentinmace
001dfc631a Externalized Matrix Editor 2025-08-01 22:55:22 +02:00
corentinmace
09d710d32e event editor externalized 2025-08-01 16:43:14 +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
Yako
cb4814bcdf this should be fully functional now 2025-07-28 14:23:32 +02:00
corentinmace
1de99d2104 Fixed windows defender flagging 2025-07-16 15:59:34 +02:00
corentinmace
b88596da26 Crash Reporter & Logger classes 2025-07-15 08:20:19 +02:00
Corentin MACÉ
2335d6b65a NSBTX Editor Externalized 2025-07-10 21:36:36 +02:00
Corentin MACÉ
ec529dae7e Externalized Trainer Editor 2025-07-10 13:06:47 +02:00