Commit Graph

39 Commits

Author SHA1 Message Date
AdAstra-LD
f679b9deaa Complete rewrite of Overworld Sprite finder
Also minor refactor
2021-02-09 19:33:45 +01:00
AdAstra-LD
832da0f49f Major script editor update + other stuff
- Separated Script Commands and Scipt Actions (new class)
- minor code refactor
- fixed menu buttons
- proceeded with script editor rewrite
- script editor identifies errors and reports them
- fixed minor issue with decimals ( buildings updown value box )
2021-02-06 21:17:34 +01:00
AdAstra-LD
24e772648b Added script DB icon 2021-02-05 05:03:38 +01:00
AdAstra-LD
2fba5d6d8b Reorganized files 2021-02-05 04:24:40 +01:00
AdAstra-LD
238319b4d5 Tons of new stuff
+ New CommandDatabase Window
+ Many DPPt commands now have a name
+ Fixed script export button
+ Map Editor comboboxes are now read-only
+ Improved search in scripts and search in texts code
2021-02-05 04:04:32 +01:00
AdAstra-LD
8269f6627f Converted script resx databases to Dictionaries
Performance has improved drastically

also more fixes to DPPT Commands and scriptfile class
2021-02-04 03:50:59 +01:00
AdAstra-LD
7540fd02f3 version update 2021-02-03 05:32:54 +01:00
AdAstra-LD
d56b431eae more bug fixing 2021-02-01 23:12:30 +01:00
AdAstra-LD
9bc2f37b1e Finished ROMToolBox [except sentence case patch]
also added some new icons and improved advanced header search
2021-02-01 03:54:37 +01:00
AdAstra-LD
99c0aed076 Bunch of fixes and new features
new Duplicate buttons [event editor]
new BGS import/export tab [map editor]
new size labels [map editor]
added icons to many buttons that had none
2021-01-30 21:23:32 +01:00
AdAstra-LD
6e352ac1de Added search icon 2021-01-29 00:32:57 +01:00
AdAstra-LD
49a0757fd3 1.0.8 2021-01-25 04:27:56 +01:00
AdAstra-LD
e16b5ed5ef 1.0.7b 2021-01-24 06:42:35 +01:00
AdAstra-LD
ae88c4bc11 New colortable import and reset options 2021-01-22 16:22:11 +01:00
AdAstra-LD
6799098794 Showing building names in listbox 2021-01-21 22:32:18 +01:00
AdAstra-LD
0944506d67 Update AssemblyInfo.cs 2021-01-21 16:34:26 +01:00
AdAstra-LD
ddd64187c3 Import and Export Header buttons
also Moved more DB code to PokeDatabase and improved some methods
2021-01-21 15:14:09 +01:00
AdAstra-LD
4addbe5d0c Added more HGSS weather effects, redone weather preview pics 2021-01-19 13:40:47 +01:00
AdAstra-LD
b19459ad3e 1.0.7a - bugfixes
Fixed a bug that applied changes to the wrong header after a location search
2021-01-19 15:04:02 +01:00
AdAstra-LD
23c1aa78c7 Fixed text search 2021-01-18 15:33:22 +01:00
AdAstra-LD
ca84be557d 1.0.7 - CopyPaste buttons, Fixed critical issues with arm9, fixed flags to binary algorithm 2021-01-18 13:40:03 +01:00
AdAstra-LD
56bbb2db33 Update AssemblyInfo.cs 2021-01-18 01:13:03 +01:00
AdAstra-LD
2ce1677eab 1.0.6d - HGSS camera and editable internals
- Separated camera byte into angle and area properties [HGSS]
- Editable internal names
- New camera preview pictures for HGSS
2021-01-17 23:42:38 +01:00
AdAstra-LD
2aab73f6a9 Language & version refactor 2021-01-17 18:39:26 +01:00
AdAstra-LD
0608f7d527 1.0.6c - Bugfixing and support for new encounter files
- Encounter editor now allows adding and removing encounter files
- Fixed Building Editor and Wild Encounter editor (top bar) not loading NARC
- Fixed Matrix editor "add" and "remove" buttons GUI numbering mismatch
- the "Open Wild Pokémon" button in Header Editor is disabled when a NULL encounter file is detected
2021-01-16 20:25:28 +01:00
AdAstra-LD
a5c551416b Version change 2021-01-16 17:20:50 +01:00
AdAstra-LD
4512bf3ffc Surfing icon for wild editor 2021-01-15 22:08:43 +01:00
AdAstra-LD
7edf7a6cf0 version update 2021-01-15 20:50:30 +01:00
AdAstra-LD
cad04e77a9 Bugfixes and performance optimization
Added "unpack all NARCs" button
Fully switched to selective loading
Fixed matrix editor exceptions appearing when leaving a cell blank
2021-01-15 20:37:40 +01:00
AdAstra-LD
689721d30c Version update 2021-01-15 06:58:54 +01:00
AdAstra-LD
d6a9da1d3f Events + mouse support
Added mouse support for event placing
fixed search location disabling header list
fixed arm9 decompression failure detect algorithm
2021-01-15 06:53:56 +01:00
AdAstra-LD
dd73a861de Misc optimizations and fixes
- minor refactor
- optimized script buttons dialog
- removed unreachable codes [break after return in switch statements]
- added selective header loading
- moved narclist to romInfo class
- more fixes to the romInfo class [get/set]
- added new event editor icons for warps, triggers and spawnables
- wild poke editor now detects selected header
2021-01-15 03:35:41 +01:00
AdAstra-LD
2f673a2d8c Prepared version 1.0.5a
fixed wrong numbers when resizing matrices
added a warning when attempting to resize matrix 0
2021-01-11 15:22:39 +01:00
AdAstra-LD
fa2a015170 Added support for Expanded ARM9 memory, new search location feature
- Fixed Text message search being case sensitive no matter what
- Added new ROM Toolbox icon
- Added ARM9 memory expander to the Toolbox
- Added placeholder BDHCAM button to toolbox
- Added placeholder "Pokemon names case converter" button to toolbox
- New search location feature
- Fixed Encounters editor not opening
2021-01-10 03:58:27 +01:00
AdAstra-LD
bc56d30615 Update AssemblyInfo.cs 2021-01-02 02:02:24 +01:00
AdAstra-LD
12f693b5d1 Changed App Name to DSPRE 2021-01-02 01:58:44 +01:00
AdAstra-LD
dea5a96d48 Edited app title 2021-01-02 01:55:42 +01:00
AdAstra-LD
86be1d1b16 Added project Icon 2020-12-30 17:48:31 +01:00
PC
aad2c74580 First commit 2020-10-06 22:57:27 +02:00