AdAstra-LD
9b64b91c9b
Fixed Script Actions error detection
2021-07-17 21:05:24 +02:00
AdAstra-LD
fe2cd07de6
Minor Script Editor error detection fixes
2021-07-17 21:04:55 +02:00
AdAstra-LD
08d5400694
Better management of script actions database + refactor
2021-07-17 19:50:21 +02:00
AdAstra-LD
605b8a03a1
Minor bugfix + refactor and new script actions
2021-07-17 19:23:43 +02:00
AdAstra-LD
9107575f43
Made script editor less picky about 0x and blank lines
2021-07-16 06:00:05 +02:00
AdAstra-LD
d9dc5a2580
Added support for last 32 bits of HGSS header files
2021-07-15 04:23:49 +02:00
AdAstra-LD
fafd853183
Added and fixed Mikelan's trainer editor
2021-07-15 02:42:30 +02:00
AdAstra-LD
828b3d2ab1
Minor refactor + added missing Designer.cs
2021-07-15 02:41:49 +02:00
AdAstra-LD
e431ca797b
Added PokeIcons
2021-07-15 02:40:32 +02:00
AdAstra-LD
591138541a
Misc update
...
- Added support for HGSS """hidden""" cameras and added new Cam16 picture
- Fixed handling of HGSS headers' last 32 bits (some things are still unimplemented)
--- Fixed HGSS area icon numbers
- Fixed Advanced Header Search to make it compatible with the dynamic headers patch
- Fixed Header load function calls (previously incompatible with dynamic headers patch)
- Fixed event editor not updating coordinates when dragging events across the map
- New warning popup before using Camera Editor, if overlay1 is compressed
- Minor refactor
2021-07-14 05:22:45 +02:00
AdAstra-LD
57548c6000
Fixed dynamic headers patch not reading/writing from/to the correct place
...
- misc improvements
- remove last header button is now fully functional
2021-07-07 06:12:21 +02:00
AdAstra-LD
e2cb1891f3
Optimized patch check and management functions + misc fixes
...
(including the dynamic headers patch)
- also reorganized the code a little
- fixed a problem with the spawn editor
- fixed scrollbar [matrix editor]
2021-07-06 20:58:05 +02:00
AdAstra-LD
1e72cfe89d
Minor fixes
2021-06-05 16:34:50 +02:00
AdAstra-LD
c6d3820a57
Minor readability improvements
2021-06-02 19:45:50 +02:00
PlatinumMaster
367ab718cc
Fix issue with internal names table.
2021-05-29 12:55:18 -04:00
PlatinumMaster
365ea00b05
Completed merge, fixed versioning.
2021-05-28 18:18:49 -04:00
NomuraRH
b81baa956b
Added dynamic headers patch and support for adding new headers
2021-05-28 23:25:25 +02:00
AdAstra-LD
cfd6c14dda
Fixed that mess with overlay backups... again
2021-05-06 13:28:50 +02:00
AdAstra-LD
146e342fb7
Updated pics and readme
2021-05-02 19:29:14 +02:00
AdAstra-LD
28e49e0bb3
written "clear level script" code
...
- more code cleanup
2021-05-02 19:17:41 +02:00
AdAstra-LD
44532af130
Code cleanup [Script Macros]
2021-05-02 16:59:03 +02:00
AdAstra-LD
674bda19f0
Removed script buttons and added navigator
...
- also removed script graphics
- also fixed money/spawn overlay compression
2021-05-02 04:13:46 +02:00
AdAstra-LD
f50049bb09
Minor bugfix
...
- Added "BETA" label to cmd table repoint patch
- Added a fileName [romName] field to RomInfo.cs to fix name suggestions (Camera editor)
2021-04-30 15:26:46 +02:00
AdAstra-LD
9895bc1a08
Removed warning from Script editor
2021-04-30 14:55:26 +02:00
AdAstra-LD
2150f9a2c1
Update PokeDatabase.cs
...
Added new HGSS commands and fixed some old ones
2021-04-30 14:53:00 +02:00
AdAstra-LD
92d9cba10c
Lots of bugfixes
...
- Renamed Matrix class to GameMatrix to avoid ambiguity
- Moved some accessor methods from MainWindow to RomInfo
- Moved editor setup methods to respective sections
- Fixed lots of problems with Japanese DP roms [either not loading or partially functioning]
2021-04-30 01:08:30 +02:00
AdAstra-LD
79e6c03495
Fixed camera param indices
2021-04-28 18:20:21 +02:00
AdAstra-LD
59bf4f87f9
Added a couple missing features [Camera Editor]
...
- Import/Export buttons are now fully working
- Added "Blank BGS" button to Map Editor
- Fixed "Lock X" and "Lock Z" mutex
2021-04-28 17:42:07 +02:00
AdAstra-LD
de368527c8
Bugfixes and minor readability improvement
...
- Absence of textures in NSBMD is now detected and reported
- Improved readability of NSBMD renderer code
2021-04-28 17:39:55 +02:00
AdAstra-LD
3e5dc2d729
Changed == null to "is null"
2021-04-24 17:05:35 +02:00
AdAstra-LD
383de86715
Fixed camera table export btn
2021-04-24 17:02:10 +02:00
AdAstra-LD
e6d9aedb8a
Update NSBMDGlRenderer.cs
...
improved readability
2021-04-23 14:15:46 +02:00
AdAstra-LD
467ec728b5
Fixed another problem with flood fill
...
[didn't see that one lol]
2021-04-20 19:29:47 +02:00
AdAstra-LD
118474b30a
Bugfixing & minor refactor
...
- Fixed floodfill bugs
- Fixed Lock X and Lock Z buttons mutex logic [Map Editor]
- LoadAreaData method is now an AreaData constructor
- Changed method names to make them less misleading
2021-04-20 19:17:33 +02:00
AdAstra-LD
5129da5a42
Map editor new features
...
- Buildings can now be placed with the mouse [kinda]
- Converted Collision painter Lists to Dictionaries
- Collision editor now supports flood fill and painter grab [both are beta]
- Matrix editor shows selected cell coords in the status bar
2021-04-20 10:27:23 +02:00
AdAstra-LD
13b45e9d92
Fixes + small addition
...
- Fixed problem with BMD/BTX exporter and output name suggestion
- Fixed overlay file being zero-filled when saving camera table
- the Matrix editor now shows the coordinates of the selected cell in the Status bar
2021-04-15 20:06:01 +02:00
AdAstra-LD
8397facff6
Added new clear level script icon
...
also buttons change depending on the script selected
2021-04-12 03:01:09 +02:00
AdAstra-LD
2c15c5a9ff
Text Editor font is now monospaced
2021-04-12 00:31:15 +02:00
AdAstra-LD
02061e7a6a
Updated MainWindow code [cam editor]
...
- Added braces to if statements
- changed overlay compression method return codes
- Added game camera editor setup method and table export function
- Script editor can also search for command usage in the current script only
2021-04-11 13:36:48 +02:00
AdAstra-LD
6e05fbcb00
Added braces to if statements
2021-04-11 13:34:27 +02:00
AdAstra-LD
8d6cecbf1f
First working draft of camera editor
...
- Updated some DSUtils methods
- Updated SetCameraTableOverlayAndOffset method in RomInfo
- New GameCamera class
2021-04-11 20:02:11 +02:00
AdAstra-LD
e965b84a59
Tidying up
...
- Added GetOverlayRAMOffset method in DSUtils
- Moved RepackROM from MainWindow to DSUtils
- Overworld table and dictionary are only set when loading the Event Editor
- Spawn Settings are only loaded when opening the Matrix Editor (or the Spawn Settings Editor)
2021-04-10 12:19:00 +02:00
AdAstra-LD
0a8d2c8636
Added warning about NSBMD Map size
2021-04-09 11:36:51 +02:00
AdAstra-LD
2bf0617617
Update Main Window.Designer.cs
2021-04-09 07:06:55 +02:00
AdAstra-LD
282fa3c19e
Changed default option for "export textured" checkbox
2021-04-09 06:55:10 +02:00
AdAstra-LD
68d01a584b
Added Embed textures checkbox (Map Model exporter)
...
Also fixed NSBMD+tex algorithm
2021-04-09 06:43:26 +02:00
AdAstra-LD
d698e32d08
Finalized model utilities
2021-04-09 06:11:43 +02:00
AdAstra-LD
43c4579fe5
Update removeTextureNSBMD.png
2021-04-09 06:09:22 +02:00
AdAstra-LD
f6f3ff58ac
Added NSBMD Remove texture feature
...
also reorganized some code in BuildingEditor and DSUtils
2021-04-08 15:56:29 +02:00
AdAstra-LD
dc58f5820f
Preparing NSBMD Utilities
...
- Created new GetModelWithoutTextures method inside DSUtiles
- Reorganized DSUtils class
2021-04-08 14:14:08 +02:00
AdAstra-LD
b933d053c5
Added NSBMD Utilities icons dependencies
2021-04-08 14:13:09 +02:00
AdAstra-LD
cd111fb205
Added NSBMD Utilities buttons
2021-04-08 14:12:47 +02:00
AdAstra-LD
a18d7b03e8
New NSBMD Utilities icons
2021-04-08 14:12:29 +02:00
AdAstra-LD
1e5627f8d5
Updated script editor and other things
...
- Add NSBTX and Remove NSBTX buttons also add/remove building configuration file [NSBTX Editor]
- Changed format of Script Editor display
- Added highlighting of 'Script', 'Function' and 'Action' keywords (only upon reloading)
- Changed Endcodes database to HashSet (PokeDatabase -> ScriptEditor)
- Minor refactor
2021-04-08 10:27:42 +02:00
AdAstra-LD
9531220372
Misc fixes
...
- Fixed area data not saving/exporting properly
- Fixed night encounter bug [DPPt]
2021-04-01 17:58:26 +02:00
AdAstra-LD
ca9c93b21f
Fixed buildings scaling and translation
2021-03-27 04:25:26 +01:00
AdAstra-LD
26620f6a4e
Improved readability of Building scale/translate method
2021-03-27 04:10:14 +01:00
AdAstra-LD
b847b75860
Minor refactor and readability improvements
2021-03-27 03:58:06 +01:00
AdAstra-LD
e909e47c65
Improved code readablity and formatting here and there
2021-03-27 03:56:30 +01:00
AdAstra-LD
7f8142bb68
More code cleanup and some fixes
...
- Created ScriptReference inner class [to be taken advantage of even further, possibly]
- Fixed case sensitivity of "0x" signal sequence and "Player", "Camera", "Following"
- DSPRE now reports error in number format
- Removed unused/useless accessors from MapFile.cs
- swapped Y and Z axes [Map Editor] for buildings
2021-03-27 03:18:59 +01:00
AdAstra-LD
7eb62e78cc
Fixed relative path error [save ROM button]
...
- also Fixed DPPt Wild Editor button alignment
2021-03-22 20:15:02 +01:00
AdAstra-LD
eac27c41ff
Fixed WildEditor showing success messages for every file upon repairing
2021-03-22 20:01:54 +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
856586f265
Improved error robustness of Wild Editor
...
- Also fixed a problem with relative paths [DSUtils and MainWindow]
2021-03-22 16:59:42 +01:00
AdAstra-LD
fc27269199
Condensed HG/SS and D/P version check [RomInfo.cs]
2021-03-20 20:42:21 +01:00
AdAstra-LD
2e23be5e13
Condensed HG/SS and D/P version check
...
Consequently fixing some ToolBox patches not working for Pearl or SoulSilver
2021-03-20 19:27:00 +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
6602f3df04
Minor refactor and first camera editor code
2021-03-20 02:38:44 +01:00
AdAstra-LD
04bebb0b13
Script editor improvements
...
- Better error management in Script Editor [also thanks to nullable types]
- Fixed duplicate cmd names in PokeDatabase
- Added new custom cmds to database
2021-03-19 04:55:20 +01:00
AdAstra-LD
e53df94382
Sentencecase patch is now based on a Pokename dictionary
2021-03-17 00:51:07 +01:00
AdAstra-LD
39110c5351
Update PokeDatabase.cs
2021-03-16 23:44:25 +01:00
AdAstra-LD
8556b9fd2d
Bunch of little improvements
...
- Fixed NSBMD name problem [Building Editor] The import button now updates the name in real time
- So does the buildings list box [Map editor]
- Updated command database reader
- Improved script reader (commands with relative jumps)
- Added CMDTable repoint patch (not revised yet)
2021-03-16 23:43:36 +01:00
AdAstra-LD
48dac1de88
Fixed a problem with Movement End command
2021-03-04 23:02:32 +01:00
AdAstra-LD
037a09b01e
fixed NSBTX editor export name suggestion
2021-03-04 20:36:32 +01:00
AdAstra-LD
86b9dbebb1
Fixed out of range exception [building selector]
...
also removed useless code
2021-03-04 19:43:46 +01:00
AdAstra-LD
3ab84d654a
Added matrix expansion patch to RomToolbox
...
+ minor refactor
2021-03-04 18:03:05 +01:00
AdAstra-LD
cc03113ac6
Fixed BDHCAM routines file names
2021-03-02 17:33:25 +01:00
AdAstra-LD
e109812690
Converted ARM9exp and BDHCAM patch DBs to Dictionaries
2021-03-02 17:23:07 +01:00
AdAstra-LD
49951f0bf8
Removed packages config
2021-03-02 13:52:30 +01:00
AdAstra-LD
dede3d96fd
Added HGSS menu buttons script macros
2021-03-02 13:26:06 +01:00
AdAstra-LD
fa4ee4b8b7
Version update 1.1.5
...
- big trigger events can now be selected by right-clicking any tile in the range
- added a close confirmation dialog
- added a new error dialog (Tools folder broken or missing)
- fixed Worldmap coords and Flags not copypasting properly
- fixed a small bug with the building selector
- fixed filesize labels not updating [map editor]
2021-03-02 12:45:10 +01:00
AdAstra-LD
e0dfbc4301
Removed accented letters from variable names
...
also removed RomInfo object reference from CameraView.cs
2021-03-02 12:40:23 +01:00
AdAstra-LD
4f77a075c2
Updated a bunch of script commands and params
2021-03-02 12:34:21 +01:00
AdAstra-LD
db7220f711
Fixed capitalization issues for Pokemon names longer than 1 word
2021-03-02 12:33:43 +01:00
AdAstra-LD
4ce3a2ebe9
Moved DLLs to a new folder
2021-03-02 12:32:43 +01:00
AdAstra-LD
a113ef6058
Added warning to item patch
...
also fixed a couple HGSS commands
+ minor refactor
2021-02-16 21:21:38 +01:00
AdAstra-LD
ffcc59ff61
Improved Standardize Items Patch
...
now every item is available and can be found on the ground
2021-02-16 19:00:25 +01:00
AdAstra-LD
b7182dbc0a
Update Main Window.cs
...
minor fixes
2021-02-16 17:42:41 +01:00
AdAstra-LD
d3c32f80af
Fixed a small problem with the item checkbox
2021-02-15 18:55:38 +01:00
AdAstra-LD
66adcc913a
Fixed more Plat commands
2021-02-15 16:52:44 +01:00
AdAstra-LD
66a940cb07
Updated lots of command names
...
also removed wrong SDSME ones
2021-02-14 20:35:56 +01:00
AdAstra-LD
88d9318f0e
version update + fixed ow table offsets [dppt]
2021-02-14 11:31:20 +01:00
AdAstra-LD
e2ce361d5a
Fixed a big problem with SCR commands
...
and fixed a couple more cmds
2021-02-14 03:51:57 +01:00
AdAstra-LD
fbda185fc9
Fixed header search [internal names edit bug]
2021-02-13 20:20:22 +01:00
AdAstra-LD
5661b3c6c4
Minor event editor fixes
2021-02-13 18:21:23 +01:00
AdAstra-LD
92235d5992
Version update + organized forms
2021-02-13 17:26:58 +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
447ae311ab
Revert "- - - Added support for Chinese ROMs text"
...
This reverts commit b424b5a454 .
2021-02-13 15:58:25 +01:00
AdAstra-LD
6e28c657e0
new PT weathers
...
Thanks to Lithobreaker
2021-02-13 01:38:49 +01:00
AdAstra-LD
1d4051a7d6
version update
2021-02-13 01:05:40 +01:00
AdAstra-LD
74a624fd6d
Fixed event editor overwrite bug
...
- also Removed unused SPK
- fixed some movement names (not sure whether there are version differences or not)
- added a few DPPt commands and fixed some params
2021-02-13 00:59:48 +01:00
AdAstra-LD
c96abaf484
Fixed spawn editor
...
now with a smarter detection algorithm
- also fixed line number hex/dec problem [text editor]
2021-02-12 17:15:27 +01:00
AdAstra-LD
743d57c7ea
Fixed comparison operators name
2021-02-12 04:55:12 +01:00
AdAstra-LD
05a5df344a
Last-minute script editor fix
2021-02-12 04:48:28 +01:00
AdAstra-LD
bb8cf2187f
Fixed text spacing [bgs size]
2021-02-12 03:51:13 +01:00
AdAstra-LD
b7a34366a1
Improved text spacing [save button]
2021-02-12 03:48:47 +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
9a74ed947e
Fixed PT Weathers
2021-02-11 23:05:49 +01:00
AdAstra-LD
018f891289
Fixed a problem with 3D overworlds [event editor]
2021-02-11 22:27:41 +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
b424b5a454
- - - Added support for Chinese ROMs text
...
thanks to "Diaowinner" for providing the text table and to "Francesco" for converting it to a C# Dictionary
2021-02-11 00:26:42 +01:00
AdAstra-LD
ef0349b3bd
Fixed DP weathers
...
[almost fixed Pt too]
2021-02-11 00:00:24 +01:00
AdAstra-LD
303ef2150e
More script editor fixes
...
with a bit of code cleanup
2021-02-11 00:00:02 +01:00
AdAstra-LD
9cb6a501a6
Moved endcodes to PokeDatabase
2021-02-10 05:02:46 +01:00
AdAstra-LD
48d9ebfe69
Update ScriptFile.cs
...
- relative offsets are now signed
- fixed a problem with commands that had "return" in their name fucking up the script file
2021-02-10 04:51:28 +01:00
AdAstra-LD
16d932b524
Fixed critical offset problem with scriptfile [typo]
2021-02-09 23:09:58 +01:00
AdAstra-LD
1790bdf062
fixed pokemon OW orientation frames
2021-02-09 22:08:56 +01:00
AdAstra-LD
aadf00d21a
added sprite ID label
2021-02-09 20:49:38 +01:00
AdAstra-LD
eb4c4da0f7
More fixes [overworld sprite finder]
2021-02-09 20:13:02 +01:00
AdAstra-LD
f679b9deaa
Complete rewrite of Overworld Sprite finder
...
Also minor refactor
2021-02-09 19:33:45 +01:00
AdAstra-LD
df2831e83c
Some fixes and code readability improvements
...
- changed some var names to more intuitive ones
- fixed worldmap coordinates not updating
2021-02-09 04:50:22 +01:00
AdAstra-LD
6cdfea8abc
fixed bugs with bgs importer
...
also minor ui changes [command database window]
2021-02-08 12:03:20 +01:00
AdAstra-LD
b3c934a99d
More DPPt command names
2021-02-08 15:06:48 +01:00
AdAstra-LD
17707fcd68
Fixed command entries [ID typos] and section marker detection (----- @Script_# -----)
...
commands are now case insensitive
2021-02-08 14:32:15 +01:00
AdAstra-LD
4f97412809
Removed level script warning box
2021-02-07 17:05:06 +01:00
AdAstra-LD
34c27dd200
Added Mikelan's custom scrcmd patch [needs testing and a bit more work]
2021-02-07 16:59:51 +01:00
AdAstra-LD
71a52affe4
Minor update
...
Fixed minor bug with OW IDs [event editor]
added two more movements to dictionary
improved accuracy of error detection [script editor]
2021-02-07 05:05:31 +01:00
AdAstra-LD
e997891285
missed two commas wtf
2021-02-06 23:26:05 +01:00
AdAstra-LD
8fdcdcdcb3
Added over 50 dppt command names
2021-02-06 23:19:24 +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
a81295b1dd
More HGSS commands and fixes
2021-02-05 19:06:02 +01:00
AdAstra-LD
da4d8a5d92
Fixed script editor expanding functions even when there's no need to
...
(UseScript_#X)
2021-02-05 16:55:29 +01:00
AdAstra-LD
a7880588ff
Fixed "function undeclared message" appearing repeatedly
2021-02-05 13:35:58 +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
6cf2b5b8ab
Merge pull request #2 from ShadyRelapse-PP/main
...
Updated PokeDatabase.cs (Collision Types)
2021-02-05 04:07:25 +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
462d668f6b
Fixed more DP commands
2021-02-04 19:38:40 +01:00
ShadyRelapse-PP
d7d3f0ca36
Update PokeDatabase.cs
...
Added all the missing used map collision types.
2021-02-04 18:24:02 +00:00
AdAstra-LD
48ce162e04
Update PokeDatabase.cs
2021-02-04 17:52:36 +01:00
AdAstra-LD
e52712bfab
Finished conversion of script editor + bugfixing
...
+ Minor refactor
+ Export MAP BIN button
+ Fixed type painters resetting after changing map
+ Added more type painter colors
+ Fixed type painters font size
+ Fixed type painter value [updown] limit
+ Moved ScriptCommand and Script to a separate file
+ Fixed Encounter Editor unpacking HG encounters for SS roms
2021-02-04 17:45:59 +01:00
AdAstra-LD
8d887ef83b
Also converted TXT resx databases to Dictionaries
...
[write dict is not being used yet]
2021-02-04 04:22:33 +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
3104d00141
Minor platinum cmd fixes
2021-02-03 19:13:32 +01:00
AdAstra-LD
7540fd02f3
version update
2021-02-03 05:32:54 +01:00
AdAstra-LD
5a43e0aa6c
Fixed lots of platinum commands
2021-02-03 05:30:12 +01:00
AdAstra-LD
fd270f90f8
Fixed some bugs with the advanced search and script editor (Pt)
...
also added some new commands/fixed names
2021-02-03 03:30:32 +01:00
AdAstra-LD
94a2d80e56
Misc fixes (platinum still needs some work)
2021-02-02 17:03:30 +01:00
AdAstra-LD
ee8f3dba59
Lock, Release, AddPeople, RemoveOW can show names too
2021-02-02 03:05:55 +01:00
AdAstra-LD
675a4365c3
Update MapFile.cs
...
check is not as strict now
2021-02-02 02:42:58 +01:00
AdAstra-LD
8ea75c0628
fixed overlay1 flag
2021-02-02 02:29:40 +01:00
AdAstra-LD
907d69fc03
fixed typo in arm9 patch checker
2021-02-02 02:17:35 +01:00
AdAstra-LD
cc72e1b035
Fixed "reset search" button repeating operation when not needed
2021-02-02 01:55:38 +01:00
AdAstra-LD
1b86f1156d
Improved search results display
2021-02-02 01:27:22 +01:00
AdAstra-LD
67436d0d2e
Some more fixes and minor qol features
2021-02-02 00:47:02 +01:00
AdAstra-LD
36c37f0f67
Version update
2021-02-01 23:17:45 +01:00
AdAstra-LD
d56b431eae
more bug fixing
2021-02-01 23:12:30 +01:00
AdAstra-LD
dce4175ceb
Added new fields to event editor (thanks to Mikelan)
...
Also some code refactoring
2021-02-01 21:40:14 +01:00
AdAstra-LD
875e1564aa
Updated some eventFile fields
2021-02-01 19:28:27 +01:00
AdAstra-LD
c08ba00d70
Finished SentenceCase patch
2021-02-01 17:43:17 +01:00
AdAstra-LD
aedf0b8b8c
Update Main Window.cs
2021-02-01 17:25:49 +01:00
AdAstra-LD
8824d163fb
Misc bugfixes and optimizations
...
Optimized EventFile, ScriptFile, Matrix and TextFile
Fixed another small issue with script files
2021-02-01 17:23:51 +01:00
AdAstra-LD
f5c3a4a760
fixed stupid bug with script editor
2021-02-01 14:35:21 +01:00
AdAstra-LD
c6751b110d
Improved flexibility of TextArchive format
...
also progress on the SentenceCase toolbox patch
2021-02-01 14:30:13 +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
6de79ecbf1
1.0.8 is almost ready
...
- Minor refactor
- Fixed small problem with HGSS worldmap header field
- Improved advanced header search
- Fixed script editor randomly deleting lines in some cases
- Fixed database entry for Pokemon names text archive
- Reorganized ROMToolBox patch data
- Improved level script detection (thanks to Mikelan)
2021-02-01 01:18:14 +01:00
AdAstra-LD
a8dd93ff38
improved advanced search feature
2021-01-31 19:51:48 +01:00
AdAstra-LD
62fabf509c
Fixed form designer going mad lol
2021-01-31 18:31:24 +01:00
AdAstra-LD
de97fd8e02
Simplified line numbers function [again]
2021-01-31 17:55:14 +01:00
AdAstra-LD
d16748466d
More fixes
...
Fixed map editor building decimals [position]
Simplified line numbers function
2021-01-31 17:34:27 +01:00
AdAstra-LD
bdfea335a2
Progress on the advanced search feature
2021-01-31 05:25:53 +01:00
AdAstra-LD
8306c82657
Foundations of header advanced search
2021-01-31 03:46:37 +01:00
AdAstra-LD
c503ec3bb6
Revert "Fixed problems with DataGridView DoubleBuffered property using reflection"
...
This reverts commit bfdfe89279 .
2021-01-31 02:18:51 +01:00
AdAstra-LD
bfdfe89279
Fixed problems with DataGridView DoubleBuffered property using reflection
2021-01-31 02:12:34 +01:00
AdAstra-LD
6046ae6712
Fixed some names and methods
2021-01-31 02:00:09 +01:00
AdAstra-LD
791229fbc5
Minor GUI Fixes and more icons
2021-01-30 22:41:17 +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
93fa86675c
Improved building editor gui
...
Also tried to fix scrolling activated by script macro buttons
2021-01-29 20:40:55 +01:00
AdAstra-LD
7d2ec43c8d
minor fixes
2021-01-29 17:31:46 +01:00
AdAstra-LD
3c723bec90
Fixed Script parser, fixed HGSS parameter resx (thanks to Mikelan)
2021-01-29 13:57:21 +01:00
AdAstra-LD
2ebf85f3fb
NSBTX Editor & Map Editor - improved error detection
2021-01-29 13:18:22 +01:00
AdAstra-LD
4e0f011d6c
About
2021-01-29 00:39:30 +01:00
AdAstra-LD
6e352ac1de
Added search icon
2021-01-29 00:32:57 +01:00
AdAstra-LD
03f873e44f
Lots of fixes
...
- Fixed more header fields for DP and Pt [flags and battle bg]
- Updated GUI to reflect these changes
- flag refresh algorithm is more straightforward
- Script cmd search results gets printed to a ListBox
- Script and text search algorithms now perform a buffered search
2021-01-29 00:23:15 +01:00
AdAstra-LD
bfd53ac441
new HGSS header field
...
Big thanks to Mikelan for this
2021-01-28 19:45:10 +01:00
AdAstra-LD
64f913566a
GUI expansion, prepared Worldmap fields, minor header fixes
2021-01-28 17:40:29 +01:00
AdAstra-LD
4e9df610d0
More script editor performance improvements
...
(Big thanks to Mikelan for pointing these things out)
Unreported - small performance improvement in the previous commit as well.
2021-01-28 15:38:07 +01:00
AdAstra-LD
ab1c71b841
Building editor and map editor, minor fixes
2021-01-27 16:59:02 +01:00
AdAstra-LD
801d5e4070
Minor fixes bld editor and keepoverworld cmd
2021-01-26 17:49:42 +01:00
AdAstra-LD
fbf2b10727
minor bugfixing [event editor]
2021-01-25 22:24:47 +01:00
AdAstra-LD
a7d3ac4954
Improved ROMToolbox menu
2021-01-25 18:08:28 +01:00
AdAstra-LD
49a0757fd3
1.0.8
2021-01-25 04:27:56 +01:00
AdAstra-LD
0a3a8ee237
Added new patches to the ROMToolbox + fixes
...
- added BDHCAM patcher
- added "set Overlay1 uncompressed" patch
2021-01-25 04:14:27 +01:00
AdAstra-LD
ead4fad7f1
ARM9 Exp fixed typo
2021-01-24 17:47:42 +01:00
AdAstra-LD
a3db646f4d
1.0.7b pic changes
2021-01-24 07:34:38 +01:00
AdAstra-LD
e16b5ed5ef
1.0.7b
2021-01-24 06:42:35 +01:00
AdAstra-LD
cfcf77fbc4
Fixed ARM9 Expansion patch and readfromarm9 function
2021-01-24 06:33:26 +01:00
AdAstra-LD
a6f39353b1
More fixes to event and script editor
...
also enabled some more script buttons
2021-01-24 04:31:44 +01:00
AdAstra-LD
cc325e91f7
Minor fixes to script editor
2021-01-24 02:55:13 +01:00
AdAstra-LD
aa478cebe3
Minor refactor
2021-01-24 00:18:56 +01:00
AdAstra-LD
c4df670c9d
Removed useless code from PokeDatabase
2021-01-24 00:13:19 +01:00
AdAstra-LD
3617ab98f3
The script editor seems to work now
2021-01-24 00:06:39 +01:00
AdAstra-LD
a2f322fe82
Started script editor fixing and code cleanup
...
also started fixed "Standardize Item Numbers"
moved movement database to PokeDatabase class
2021-01-23 18:26:47 +01:00
AdAstra-LD
a9c642465c
Improved support for custom matrix colors
2021-01-22 23:32:33 +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
d243a823b5
Update Main Window.cs
2021-01-21 17:35:57 +01:00
AdAstra-LD
8c9e1d4f9e
Update Main Window.cs
2021-01-21 16:39:02 +01:00
AdAstra-LD
0944506d67
Update AssemblyInfo.cs
2021-01-21 16:34:26 +01:00
AdAstra-LD
d790bd581a
Added support for Europe byte [?]
2021-01-21 16:30:15 +01:00
AdAstra-LD
ac40e5912a
Restored matrix editor data loss
2021-01-21 15:50:58 +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
97a2cace86
Redesigned NSBTX Editor, added button functions
2021-01-20 20:48:35 +01:00
AdAstra-LD
3632b345e2
Fixed paste buttons, added copypaste buttons to wild encounters
2021-01-19 22:17:20 +01:00
AdAstra-LD
4addbe5d0c
Added more HGSS weather effects, redone weather preview pics
2021-01-19 13:40:47 +01:00
AdAstra-LD
57bf184fb7
Moved more stuff to PokeDatabase, added Weather numericupdown
2021-01-19 18:56:28 +01:00
AdAstra-LD
856a96c6da
removed useless helper function
2021-01-19 15:45:48 +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
a6fa82c215
Moved camera angles to PokeDatabase
2021-01-18 22:27:19 +01:00
AdAstra-LD
1c18109fdc
Moved misc data to one PokeDatabase class
2021-01-18 22:02:19 +01:00
AdAstra-LD
d43ac7cab8
Fixed Overlay1 backup mess °-° again
2021-01-18 18:38:41 +01:00
AdAstra-LD
23c1aa78c7
Fixed text search
2021-01-18 15:33:22 +01:00
AdAstra-LD
0e52f7ed02
minor code formatting edits
2021-01-18 13:47:47 +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
423313ec03
Fixed camera descriptions, fixed search location bug
2021-01-18 00:03:28 +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
f1e64f69fb
Encounter Editor now notifies corrupted swarm section
2021-01-17 20:00:43 +01:00
AdAstra-LD
110cab5ed2
Created DSUtils class
2021-01-17 19:44:39 +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
e851727287
Event editor now detects current tab and selects first index
2021-01-16 16:43:04 +01:00
AdAstra-LD
bf8e1c6fad
Fixed event editor not saving changes
2021-01-16 16:20:21 +01:00
AdAstra-LD
4512bf3ffc
Surfing icon for wild editor
2021-01-15 22:08:43 +01:00
AdAstra-LD
0e4a0a5db0
Wild editor fixes
2021-01-15 21:48:55 +01:00
AdAstra-LD
77657d7315
Update Main Window.cs
2021-01-15 21:26:59 +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
45d8d56076
Unsynced changes 1.0.6: overlay1 compression problems and BW Narc list moved to rominfo
2021-01-15 12:24:22 +01:00
AdAstra-LD
f4aedcd168
Version update
2021-01-15 06:59:12 +01:00
AdAstra-LD
689721d30c
Version update
2021-01-15 06:58:54 +01:00
AdAstra-LD
059c01e66e
Minor fixes
2021-01-15 06:58:11 +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
ad296d74c4
Fixed warp navigation feature
2021-01-14 05:35:05 +01:00
AdAstra-LD
d4d0ddf96a
Fixed OW Search for Platinum ITA and Platinum GER
2021-01-14 04:25:54 +01:00
AdAstra-LD
b670f09626
Misc fixes
...
- Minor GUI fixes
- Fixed OW search algorithm and overlay backup system
- added proper getters and setters to ROMinfo
- fixed some method names
2021-01-14 04:06:49 +01:00
AdAstra-LD
2215fa4447
implemented an attempt-based fix for the arm9 decompression bug
2021-01-12 16:44:50 +01:00
AdAstra-LD
1917f6ea32
Misc bugfixing and code restyling
...
Fixed more errors and exceptions,
moved ARM9 expansion code to a resx resource,
improved ui design of event editor
2021-01-12 05:22:28 +01:00