-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update reach weap plugin #259
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ThunderWaffle
added a commit
that referenced
this pull request
Mar 4, 2020
* Update reach weap plugin (#259) * Fix reach weap plugin updates (#260) * Fix reach weap plugin updates * Fix spacing (whoops) * rename debugtools to addresstools also splits the convert button of both so usage is more clear * move tag information again now its in the tag editor * Update DataRef.cs * Some styling tweaks gets rid of padding in some areas * clear my backlog of plugin changes whats it been, a few years? also contains what I managed to port from h5 at the time, still unfinished lol and most of it didnt make it past h4 * update reach/mcc script xmls other games coming someday * add the new h2 plugins to the project oops * color field overhaul colorf now uses scRGB, integer-based colors all use color32 now, with color24 removed completely * Updated plugins to support previous color commit * rename a couple tag header things "important tags" to "global tags" and "polyart" to "tag interop" * rename stringid sets to namespaces * change writeascii to use latin encoding fixes an issue where regular ascii wouldnt preserve some of the odd characters found in stringids * remove h2 "head" plugin must have been a holdout from wherever the original h2v set came from * remove forced endianness in plugin generator * update h3 beta plugins i was trying to keep them separate for the h3b branch but meh * update plugineditor autocorrect for color * missed a spot on the tag header commit * rename reflexive to tagblock at last * replaced reflexive with tagblock plugins for the previous commit * correct typo in h2v layout * rename tag class to tag group if im gonna make big broad changes might as well do everything i can * rename bitfield to flags more stops on the proper names tour 2020 * replaced bitfield with flags plugins for previous commit * implement the previous 64bit flags also fixed the bits actually displaying properly * correct a nasty wrong name also some small things, one of which might not even matter but oh well * Actually kill off polyart includes renaming related things and providing some more info in the plugins * improve address tools tab can now convert to/from the contracted addresses within mcc tag data * Improve zoneset handling This should help with some injection issues * dataref improvements length and address boxes are no longer readonly and will update the content in realtime. unicode option removed because its not used in any plugins and likely isnt ever used period. #65 #263 * Add an allocator tool for datarefs Because manually changing sizes can be bad. * remove "meta" from ui dunno about all the code references * Clean up unused files Found some ghost files, also some images and dlls that aren't referenced/used anymore * simplify logo path data * Update forgotten element name refs * Swap unit boost recharge rate/delay in affected plugins #257 * dataref error protection prevents the combo of a nonzero length but invalid address horribly balooning the map file. * Update DataRefAllocator.xaml Forgot to change to button text. * finish adding datarefs to h2 plugins * correct scanned issues in plugins * update some plugins add in rectangle fields, fix up cutscene titles blocks * begin applying some of the new field types more basic/easy spots first * Add support for tooltips in plugins fields, bits, and enum options can use them, also adjusted related controls to better display them * increase buffer size on some stream copying stuff speeds up larger tag injections * Fix cusc sorting my backlog commit had the wrong block set for sorting * Big field control commit All fields "recreated" to use a similar grid layout instead of stackpanels. Previous tooltip commit toned down, only the name area will display the tooltip outside flags/enums, along with a bonobo-inspired indicator when one is present. MultiValue has been split up so it isn't such a pain to manage. Comment now hides its scrollviewer when there is nothing to display (bandaid for it eating scroll events). Tagrefs now use a default null group instead of a fake null group that would show errors in the output window. Degree no longer needs its own control. * Adjust left margin in tag editor Adding the tooltip indicator made things look off * Adjust treeview child margin * Update MetaEditor.xaml Uses rows instead of large margins * Move a particular object comment to a tooltip * Comment wasnt displaying the scrollbar * update all hlmt plugins * standardize damage reporting types a little * name some scnr stuff * make tag field textboxes invariant culture "Negative 'Infinity', I don't like it." ~Windows 10 * Show a validation tooltip on textboxes Also adjusts the exception for invalid pointers that displays. * mode-related plugins * small hud changes * more tooltip tweaks wrapping and max width, more info is displayed * Re-implement enum index option Now handled through binding, even updates in realtime too. * Add a quaternion converter * fix appveyor guess that isn't supported * Add more fields 64-bit number, 16-bit quaternion, and 16 bit point2, and adjust the quat converter to support 16-bit * Plugins using some of the new fields * Clarify licensing * More plugins big char stuff, touched up jmad, fixed some errors * Update WidthCalculator.cs how did i fuck this up so bad * add poking support for jan 29 update * some plugins * change inherited style for gear buttons tag block in particular the behavior didnt match the togglebutton next to it * try to reduce memory usage patch tab in particular #268 * Update mode.xml oops * Fix degree range fields #273 * support for todays update Co-authored-by: camden-smallwood <52939755+camden-smallwood@users.noreply.github.com> Co-authored-by: Lord-Zedd <Lord-Zedd@users.noreply.github.com> Co-authored-by: Aaron Dierking <aarond@fb.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.