Commit Graph

1091 Commits

Author SHA1 Message Date
corentinmace
54454352b2 Fixed custom scrcmd manager buttons 2025-08-13 17:47:56 +02:00
KalaayPT
6bd7c8f9c1
Merge pull request #69 from Mixone-FinallyHere/jsonDatabase
add settings window designer (forgor)
2025-08-12 00:50:03 +02:00
KalaayPT
6c0f32e5c7 add settings window designer (forgor) 2025-08-12 00:49:37 +02:00
KalaayPT
0d44fa7a78
Merge pull request #68 from Mixone-FinallyHere/jsonDatabase
improve settings and fix crash in offline mode
2025-08-11 23:46:01 +02:00
KalaayPT
ecf529855b improve settings and fix crash in offline mode 2025-08-11 23:39:39 +02:00
KalaayPT
0b36e240e6
Merge pull request #67 from Mixone-FinallyHere/jsonDatabase
adapt movement command loading to account for expanded movement json
2025-08-11 18:48:57 +02:00
KalaayPT
28dd879582 update movement parsing 2025-08-11 18:46:51 +02:00
KalaayPT
771a0f7c4c improve settings window 2025-08-11 18:31:15 +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
3574770f63
Merge pull request #65 from Mixone-FinallyHere/jsonDatabase
Basic ScrCmd DB manager + automatic updating of databases
2025-08-10 21:06:00 +02:00
KalaayPT
e51fc6248e Merge branch 'jsonDatabase' of github.com:Mixone-FinallyHere/DS-Pokemon-Rom-Editor into jsonDatabase 2025-08-09 17:38:31 +02:00
KalaayPT
c3fb90bcf8 add trainer param to parametertype enum 2025-08-09 17:38:30 +02:00
KalaayPT
ab850c5955
Merge branch 'main' into jsonDatabase 2025-08-09 15:27:38 +02:00
Corentin MACÉ (Kuha)
03bbe2f5c7
Merge pull request #66 from Mixone-FinallyHere/dev-kuha
Refactor RenderMap & Popout Editor Handler
2025-08-09 11:07:07 +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
KalaayPT
e39e9b2965
Merge pull request #64 from Mixone-FinallyHere/main
sync with main
2025-08-09 03:04:06 +02:00
Yako
6245f1fffa
Overhaul HGSS Wild Editor (#63)
Mainly moved some things around added a couple tooltips and added a check for unsaved changes.
2025-08-08 19:03:16 +02:00
Corentin MACÉ (Kuha)
6a40deda4f
Merge pull request #62 from Mixone-FinallyHere/dev-kuha
Added screenshot feature to event editor
2025-08-08 13:15:33 +02:00
corentinmace
961ac1bc75 Added screenshot feature to event editor
Fixed mouse image
2025-08-08 13:13:58 +02:00
KalaayPT
a01c468f56
Merge pull request #60 from Mixone-FinallyHere/dev-kuha
Header Editor Externalized (finally)
2025-08-07 11:12:21 +02:00
KalaayPT
3003481b02
Merge pull request #59 from Mixone-FinallyHere/jsonDatabase
Script Parsing Refactor
2025-08-07 11:08:50 +02:00
corentinmace
0f42cc6f04 Header Editor Externalized (finally) 2025-08-07 11:05:21 +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
KalaayPT
84b2c1854a i forgor 2025-08-06 00:00:55 +02:00
Miguel
52d90ca631
Merge pull request #58 from Mixone-FinallyHere/encounter-editor-overhaul
Overhaul DPPT Wild Editor
2025-08-05 19:59:07 +02:00
Yako
02e9e9da2a dppt overhaul done 2025-08-05 19:19:47 +02:00
Yako
130e640a3b Merge remote-tracking branch 'origin/main' into encounter-editor-overhaul 2025-08-05 17:13:16 +02:00
Yako
6cb1fbe399 Merge remote-tracking branch 'origin/main' into encounter-editor-overhaul 2025-08-05 17:08:45 +02:00
Corentin MACÉ (Kuha)
aa3fdfbc5e
Externalizing Map Editor
- Duplicating OW in the Event Editor now gives them unique IDs
- Added a checkbox to disable to automatic search for updates
- Fixed a label on the Update Error window
- Fixed an issue (only visible in debug) related to the parsing of the columns in the Matrix Editor
- Externalized Map Editor
2025-08-05 17:07:09 +02:00
corentinmace
0b55c2b29a Duplicating Overworlds in the Event Editor now give them unique IDs 2025-08-05 17:06:04 +02:00
Yako
3a8030ed58
Fix error when adding new text archive (#57) 2025-08-05 17:01:06 +02:00
corentinmace
a5ef7c358b Externalized map editor & fix matrix parsing issue 2025-08-05 13:41:16 +02:00
corentinmace
50c4402665 map editor user control 2025-08-05 09:49:43 +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
f0b48fdc06 Stop tracking .idea 2025-08-04 22:51:15 +02:00
KalaayPT
260e6ed225 idk 2025-08-04 22:46:04 +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
corentinmace
6d59828c5d Fixed encounter editor gone after merge 2025-08-04 22:26:58 +02:00
Corentin MACÉ (Kuha)
3479fd6626
Merge pull request #53 from Mixone-FinallyHere/dev-kuha
Externalized Event & Matrix Editors
(hopefully not breaking everything)
2025-08-04 22:20:24 +02:00
Corentin MACÉ (Kuha)
d8b38a0d6f
Merge branch 'main' into dev-kuha 2025-08-04 22:19:07 +02:00
Yako
47d4ead8bc minor adjustment to colored game cart icons 2025-08-04 20:59:33 +02:00
Miguel
02084cb24d
Merge pull request #52 from Mixone-FinallyHere/jsonDatabase
externalize database into json, pulled from new scrcmd-database repo,…
2025-08-04 20:05:58 +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
Yako
c4c088984e overhaul design of dppt encounter editor 2025-08-04 16:27:24 +02:00