SDStudio Alpha (WIP) Version 0.0.40 Release

Update notifications and future news will be posted here
Post Reply
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

SDStudio Alpha (WIP) Version 0.0.40 Release

Post by Serkan »

SDStudio version 0.0.40 is ready to download

As of the release of the version 0.0.40 , Alpha versions of the SDStudio will be released publicly
Everyone can download and evaluate the SDStudio application and post their ideas or suggestions or bug reports etc..

Since this project is still in alpha stage there are many things to do and some missing (known) features to do
Please be aware of these when posting something about this application

What's New In This Version
  • Import & Export project
  • Import & Export Template
  • New Control ( Spin )
  • New Control (ProgressBar)
  • New Control (Tree)
  • New Class (String)
  • Debugger is fixed and works well now , it reports correct line and error description
  • Fixed some visual issues ,especially in high DPI monitors
  • Updated the script processing of RunTime (explained below)
  • Fixed some bugs that were previously reported
Known Issues
  • As of the change on the script processing , some event arguments might be nil and some events might not work (all of this will be fixed)
  • Some controls such as CheckBox ,RadioButton is not available yet , These controls require custom drawing and we have keep current windows theme styles , because of these reasons those controls will be available later
  • The autoresize feature does not work and a proper autoresize framework will be available in next version(s)
 ! Message from:
With this version the source code security has been improved

SDStudio creates 2 different applications

1: When you preview project it creates an application with debug information and debugger attached to it
This is not for the final output nor the application to distribute ,it is only for debugging the project
In order to find incorrect code ,event ,line etc.., SDStudio does not apply any protection or obfuscation on the source code (scripts)

2: Release build ,this will be available with Publish button which is not available at the moment
When you publish your project SDStudio will create an application without debug information and no debugger attached to it
At this time any obfuscation and encryption can be applied ,or maybe with custom callbacks or build events users can apply their own encryption or obfuscation

According to the information above , please do not post source code security issues about debug buils , because debug buils have to contain exact same script in order to report ,error region ,line and info


New version can be downloaded from here :
Hidden Content
This board requires you to be registered and logged-in to view hidden content.
ctaty3
Registered User
Posts: 22
Joined: Tue Jan 23, 2018 9:24 am

Post by ctaty3 »

Uraaaaaaaaaaaaaaaaaaaaaaaaaaaaa)))
madolak
Registered User
Posts: 35
Joined: Sun Sep 08, 2013 9:59 am
Contact:

Post by madolak »

thaaaaanks
User avatar
DriPro
Registered User
Posts: 20
Joined: Mon Sep 03, 2018 8:12 pm

Post by DriPro »

Congratulations on the project
Post Reply