What happened to OC? - CLOSED Carnage?!
Zatarita

Radium - Dev log

14 posts in this topic

auto.PNG?width=1022&height=462

Autocomplete comming along, though buggy.
Syntax highlighting reached a point I called done; just some house keeping, and commenting primarily.

StyleSheets work. Making a few presets. Dark mode (Twilight), A little less dark mode (Civil Twilight), soft pastel (Boba)

asdasdasdasd.PNG
(Boba early prototype)

Civil_Twilight.PNG
(Twilight prototype)

Edited by Zatarita
Takka, Enclusion and WaeV like this

Specifications:

S3dpak - format - Imeta/ipak - format - Fmeta - format

Programs:

H2a-inflate - SuP

Share this post


Link to post
Share on other sites

Tiddy-bits:

Changed the definition structure to include names

boolean=<teams_have_betrayed> : ai_allegiance_broken : team=<team_index>, team=<team_index> : Returns whether two teams...

 

this lets me bias autocomplete to prioritize values that meet the type criteria, as well as define an easy to read variable name.


Did some work on error highlighting, and the IDE portion is actually coming along fairly well. I plan to release Radium in three phases.

I'll release the IDE as alpha so people can find bugs, and I can iron them out before they get too embeded into the code. While bug reports come in I can tweak them while working on the RA portion.
Then repeat with the RA alpha bug reports, and get ready for beta.

tweak.

then hopefully celebrate, and move on to expanding features

I'd say IDE is ~60% there's script extraction, syntax highlighting, (dumb) autocomplete, saving, and script consolidation working.
I need to finish smart autocomplete, error highlighting, formatting (formatting wont be too difficult)

 

I wanted to try to hook into sapien to let Radium build from inside the editor, but I may look actually writing a compiler. Realistically Radium (once working 99%) should catch most of the errors anyway, so integrating the two together should make for a smoother scripting experience, plus it would unlock us from the need to have scripts save in the scripts folder letting us organize things further.

Edited by Zatarita

Specifications:

S3dpak - format - Imeta/ipak - format - Fmeta - format

Programs:

H2a-inflate - SuP

Share this post


Link to post
Share on other sites

Screenshot_from_2020-06-25_11-21-59.png

Progress bar working, text out progress working, loads the scripts currently compiled in the scenario into the scripts panel. Double clicking now loads scripts. Next is globals.

 

EDIT:

if a picture is worth a thousand words, then a video must be worth a lot more

 

EDIT TWO to avoid spamming too much in one day:
Screenshot_from_2020-06-25_23-03-44.png
globals loaded, and completely editable from this panel. Upon consolidation of the scripts, they'll be generated and placed at the top

Edited by Zatarita
Takka and WaeV like this

Specifications:

S3dpak - format - Imeta/ipak - format - Fmeta - format

Programs:

H2a-inflate - SuP

Share this post


Link to post
Share on other sites

Radium now has a more up to date github repo. Just did a bunch of house keeping. Renamed a bunch of files, and reorganized. I wouldn't recommend downloading it, still not 100% functional; however, if you want to follow along. You can watch the repo:

https://github.com/Zatarita/Radium

WaeV likes this

Specifications:

S3dpak - format - Imeta/ipak - format - Fmeta - format

Programs:

H2a-inflate - SuP

Share this post


Link to post
Share on other sites
  • Recently Browsing   0 members

    No registered users viewing this page.