Releases: EiichiroIto/NovaStelo
NovaStelo v1.2.7
NovaStelo is a block-style programming environment for multi agent system, based on MIT Scratch.
Added support for Pharo11.
Added an option to allow single clicks to execute the block as well.
Added support for drag-and-drop of project files.
Added Japanese locale.
Added a config file (compat.ston) for backwards compatibility.
Added support for setting static argument lists.
Fixed a bug where sprite arguments were not set correctly when loading S-exp scripts.
Fixed a bug that caused an error when adding turtles.
Fixed a bug that the script was cleared when selecting "Cancel" in the script selection.
Fixed minor bugs.
Changed the way blocks are defined.
Changed the instance variable name of ScratchBlockParser and SBreed class.
Changed to explicitly indicate project changes.
Updated Examples and Themes.
Merged ScratchCode class and ScratchGenerator class.
Refactored several classes.
Renamed SpriteArgMorph class to ScriptArgMorph.
Renamed SBreed class to SteloBreed.
Renamed SWorld class to SteloWorld.
Renamed SPatchVarDef class to SPatchesVarDef.
Renamed STurtleVarDef class to STurtlesVarDef.
Renamed SProcess class to SteloNativeProcess.
Renamed SpScratchFrame class to SpScratchPresenter.
Renamed SpSteloFrame class to SpSteloPresenter.
Removed SPluginWorld, SBreedId, SNativeDiffuser, SPluginDiffuser and SDiffuser classes.
Removed ScratchCode and SteloCode class.
Removed diffuser related methods.
Removed class variables from BlockMorph class.
Removed unnecessary class variables from ScratchNativeThread class.
NovaStelo v1.2.6
Added the ability to confirm text input by Enter key.
Added the ability to edit within string fields.
Added the ability to scroll the script and block palettes by right-dragging and wheeling.
Added full screen and resize settings.
Changed SColorList to ColorList.
Changed to avoid the occurrence of travis error when the shared library does not exist.
Changed to use default font settings when a non-existing locale was specified.
Fixed a bug that an error occurred without selecting a color in the color list.
Fixed a bug that sub name input error.
Fixed a bug where "kill id of Turtles" block was not working.
Fixed a bug where user variables remained when creating a turtle with the id of a dead turtle.
Fixed some bugs.
Made a Microworld package by separating some classes from the FromScratch package.
Merge branch 'master' of github.com:EiichiroIto/NovaStelo
Methods related to settings were separated into independent classes.
Removed SpColorList class.
Removed prebuilt shared libraries.
Removed unnecessary classes.
Updated FromScratch.
Updated README.md
Updated Settings.md
NovaStelo v1.2.5 beta release patch 5
Add PluginWorld dll.
Add Gray-Scott sample.
NovaStelo v1.2.4 beta release patch 4
Reorganize menu items.
Add support for Inspector.
Change to use Pharo standard dialog.
NovaStelo v1.2.3 beta release patch 3
Second beta release patch 2.
- fix minor bugs.
- use normal buttons instead of tool bar buttons for control.
License
-MIT License
-https://github.com/EiichiroIto/NovaStelo/blob/master/LICENSE
Release files
NovaStelo v1.2.2 beta release patch 2
Second beta release patch 2.
- fix useErrorCatcher bug.
License
NovaStelo v1.2.1 beta release patch 1
Second beta release patch 1.
- Keep window maximized.
- Add setting items to help menu.
- Modify useErrorCatcher settings in settings.ston to load files properly.
License
NovaStelo v1.2.0 beta release
Second beta release.
- fix some bugs.
- update FromScratch.
License
NovaStelo v1.1 beta release
First beta release.
Some bugs are not fixed.