Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Releases: OCLIDE-Modules/OCLIDE

PAT Pre-release 0.0.7

31 Jan 14:06
5a4606c
Compare
Choose a tag to compare
PAT Pre-release 0.0.7 Pre-release
Pre-release

I think this one should be the last alpha. Until there will be even more bugs.

Changelog

Additions

Fixes

  • Fixed #7
  • Re-organized all the code
  • Added space between component list and window border in OCEmu's configurator
  • Re-built OCEmu, using @misiuji's rewritten MSYS2 script (background noise fix)

PAT Pre-release 0.0.6

22 Jan 15:37
183f48d
Compare
Choose a tag to compare
PAT Pre-release 0.0.6 Pre-release
Pre-release

Lua 5.3 code autocompletion is almost done.

Changelog

Additions

  • Begin work on internationalization

Fixes

  • Updated OCEmu to Zen1th's fork to support OpenOS 1.7
  • Removed Win64 Lua 5.2 binaries. This may break the OCEmu startup algorithm on Linux-based distros (NOTE: you need Lua 5.3 and all necessary libraries installed to launch OCEmu from OCLIDE environment on Linux)
  • Fixed #5
  • Fixed #6

PAT Pre-release 0.0.5

16 Jan 19:06
6aed318
Compare
Choose a tag to compare
PAT Pre-release 0.0.5 Pre-release
Pre-release

Turns out there's a plenty of things that are better finished in Alpha. I think I'll move onto PBT (Public Beta Testing) as soon as all Linux compatability issues are fixed and Lua code autocompletion is finished.

Changelog

Additions

  • Added algorithms for Ubuntu and Arch Linux support but work is not guaranteed
  • Began work on Ocelot Brain support

Fixes

  • Fixed #3
  • Fixed #4
  • Fixed java.lang.NullPointerException when installing OpenOS from OCEmu's configurator
  • Fixed main window's title displaying the wrong version of OCLIDE
  • Updated RSTA to 3.1.2
  • Updated AutoComplete to 3.1.1
  • Updated SpellChecker to 3.1.1

Deletions

PAT Pre-release 0.0.4

14 Jan 21:25
Compare
Choose a tag to compare
PAT Pre-release 0.0.4 Pre-release
Pre-release

I hope this one will be the last alpha build.

Changelog

Additions

  • Added OpenOS installation algorythm into OCEmu configurator
  • Started work on Lua 5.3 and OC 1.7 autocompletion algorythm

Fixes

  • Fixed configurator's component list not updating
  • Fixed OCEmu's config file parsing
  • Fixed integration with OCEmu's filesystem components
  • A plenty of minor fixes all around the code

PAT Pre-Release 0.0.3

13 Jan 17:18
Compare
Choose a tag to compare
PAT Pre-Release 0.0.3 Pre-release
Pre-release

A pretty small update. Yet still it's an important one.

Changelog

Fixes

  • Fixed algorythm of copying the project into OCEmu's virtual machine
  • Added a pre-installed OCEmu default machine for correct copying algorythm behavior

PAT Pre-release 0.0.2

12 Jan 10:17
Compare
Choose a tag to compare
PAT Pre-release 0.0.2 Pre-release
Pre-release

Changelog

Additions

  • Added About tab to Help menu
  • Added OCEmu Windows binaries in distribution archive
  • Project is now copying itself into OCEmu machine's home folder (unstable)

Fixes

  • Fixed adding file and adding folder dialogs
  • Fixed project deletion
  • Fixed project and file saving
  • Fixed project's properties dialog
  • Fixed project's renaming

Deletions

  • Deleted Move option in project's popup
  • Deleted Undo and Redo event listeners, use Ctrl+Z and Ctrl+Y instead

PAT Pre-Release 0.0.1

05 Jan 18:20
Compare
Choose a tag to compare
PAT Pre-Release 0.0.1 Pre-release
Pre-release

Initial public alpha test pre-release.

What the app has now:

  • Lua Syntax Highlighting
  • Project Management System
  • It supports OCEmu launching (from /OCEmu folder)
  • (Alpha-testing) OCEmu configuration

Report ANY not-properly-working things into Issues tab.