Commit Graph

26 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
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
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
Mixone-FinallyHere
6dac0b4efa Fixes Issue with msgenc folders and files 2025-09-21 22:28:38 +02:00
Mixone-FinallyHere
a327dc7972 I hate BOM and newlines 2025-09-03 21:46:58 +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
AdAstra-LD
910844fb1b Restored trainer name encryption
This reverts commit 23b19eff54.
2024-06-26 01:01:54 +02:00
AdAstra-LD
23b19eff54 Revert trainer name encryption
This reverts commit 6a26aaea09
2024-06-11 12:55:43 +02:00
Chvlkie
6a26aaea09 trainer name encryption 2024-05-15 15:01:05 +01:00
Miguel Terol Espino
e679a26b6c Improved hg-engine compat and added mikelan compatwith BluRosie code 2023-07-18 16:42:17 +02:00
AdAstra-LD
90f20bdba4 TextArchive plaintext I/O 2023-05-13 01:26:08 +02:00
Matthew Morrison
1b083c2986 Unify é 2023-02-06 09:00:34 +01:00
AdAstra-LD
8b9c886f03 Shift Up and Shift Down Text Editor buttons 2022-06-05 22:12:15 +02:00
AdAstra-LD
1166d89e3e Added List-Based Batch Rename Tool to Tools dropdown 2021-12-29 02:51:45 +01:00
AdAstra-LD
b8446d3c2a Fixed whitespace characters + added mapSize 'constant' to MapFile class 2021-10-03 17:49:15 +02:00
AdAstra-LD
828b3d2ab1 Minor refactor + added missing Designer.cs 2021-07-15 02:41:49 +02:00
AdAstra-LD
e909e47c65 Improved code readablity and formatting here and there 2021-03-27 03:56:30 +01:00
AdAstra-LD
b39b350dd1 Continued code cleanup
- Created RomFile base class to be extended by classes such as TextArchive, EventFile, Matrix etc.
- Added wrench button to WildEditor, to fix broken encounter files [whenever possible]
2021-03-22 19:46:47 +01:00
AdAstra-LD
9a52397bd0 Major code cleanup
- Version update 1.2
- Added magic number check to Narc loader
- Removed redundant Narc loading functions in DSUtils
- Narcs to load are now explicitly listed
2021-03-20 18:37:36 +01:00
AdAstra-LD
696df50e93 ReAdded support for Chinese ROMs text""
This reverts commit 447ae311ab.
2021-02-13 17:12:19 +01:00
AdAstra-LD
794f16ec20 More new features [1.1.4]
- Fixed overlay compression check
- Fixed issues with CommandContainers manualUserID
- Add support for player initial money to Spawn Settings Editor
- Fixed minor issues with ROMtoolbox + Code cleanup
- Fixed minor issues with Advanced Header Search ("Greater than"  operand)

- Edited Readme + new pics (version update)
2021-02-12 03:45:58 +01:00
AdAstra-LD
ecac235908 New features [1.1.4]
- version update 1.1.4
- removed useless LoadMapFile, created new constructor
- fixed matrix editor junk input detector
- added Spawn Point Editor (matrix editor button and toolbar)
- minor fixes to the MapHeader class
- converted try-catch statements for Dictionaries to If-TryGetValue
2021-02-11 19:12:27 +01:00
AdAstra-LD
2fba5d6d8b Reorganized files 2021-02-05 04:24:40 +01:00