-
Notifications
You must be signed in to change notification settings - Fork 0
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
3.7.0 Release Plan #90
Comments
v3.7.0-alpha.0 is available for preview: By no means this is feature complete and it doesn't include all planned changes. But this is the way for me to get early feedback and fine-tune things before the release. Please comment 👍 |
Fixed in v3.7.0-alpha.1 |
v3.7.0-alpha.3 is available for preview New features: https://github.com/sannybuilder/dev/releases/tag/v3.7.0-alpha.3 |
@x87 Currently switching from other modes to VC Mobile mode, there will be a delayed unresponsive state, wait for a period of time to switch to this mode normally, and use this mode to create new text and write cleo, there will still be unresponsive delays. In addition. You seem to forget to add the gxt file of VCM. There should be a bug. In the SB setting, the label format setting and the case conversion setting seem to be unable to coexist. When setting either case conversion, we will not be able to choose to set the label format. You can take a look |
@x87 2 suggestions:
|
there was no GXT file in sannybuilder/data#11 which I just merged as is. I don't think I have this file. If you can open another PR with this file I'm happy to add that in.
great catch! I will look into it |
I noticed that too. I think it happens as Sanny scans ide files to get a list of models for autocomplete. If we had one single file with all models it would load much faster. |
In this branch, in my second reply, there is a zip file download. Although it is an old file, it contains a gxt file, which you can add to the sb directory. In addition, it also has two different sizes of icons for the VC mobile version, which you can use as icons for sb's VCM mode |
Can you accept the file now |
Yes I downloaded it, thanks. Just removed those comments as they don't seem relevant. |
fixed in alpha.4 |
this has been addressed in beta.0: |
@x87 Constant highlighting is no longer valid in beta0.0 version |
@XMDS thank you for reporting. not sure how I missed this. here is the fix: place attached |
Features
Bug Fixes
cleo_return
word before the arguments of opcode 0AB2Actor.Create
when argument for pedtype param is deprecated enum value ("extended param")gosub
command was disassembled into a function even with "Write opcodes" enabledMyLabel()
) can not be compiled in GTA SA SCR mode (reported here)Breaking Changes
constants.txt
in edit modes are converted from a dictionary to the source file implicitly included during compilation. On practice it should not affect users but if you are using modifiedconstants.txt
you will need to wrap the content of this file inconst..end
:Before 3.7.0
After 3.7.0
@sb:\
used in modes.xml has been replaced with@sb:
to better handle cases where the trailing slash is not needed.The text was updated successfully, but these errors were encountered: