Jump to content


mepeisen's Content

There have been 9 items by mepeisen (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#276548 xwos

Posted by mepeisen on 31 March 2018 - 07:57 PM in Operating Systems

Finished homepage, pastebin installer and some luaunit selftest. The latest self test can be viewed at new homepage: http://www.xworlds.e...test/index.html
I used some virtual X server to fetch the video on every new git commit. ;-)

Version 0.0.3 not yet finished. There are some major things to be done.
But I finished the class loader. Complete list of features for lua classes:
* Singletons
* Abstracts
* Delegates
* Mixins
* Private variables
* Friend classes
* Class annotations



#276293 xwos

Posted by mepeisen on 25 March 2018 - 05:41 AM in Operating Systems

Sorry for delay. Actually I am working on another task (full unifont support for CCraft) before resuming this one. See https://github.com/d...mment-375918302 for Details ;-)



#276098 xwos

Posted by mepeisen on 19 March 2018 - 11:27 AM in Operating Systems

Yes, there will be multiple accounts and even apps/processes are bound to specific users. Similar to modern operating systems users may lock the computer and others may login to start their own apps if needed.

Additional widgts ike a power display can be done. Thx for suggestions.



#276083 ComputerCraft 1.80 Beta Information (Minecraft 1.12)

Posted by mepeisen on 18 March 2018 - 08:36 PM in Beta Testing

Finally the new pull request including GNU unifont (licensed under GPL) and a custom patched build as well as a test lua.
https://github.com/d...rCraft/pull/532



#276078 ComputerCraft 1.80 Beta Information (Minecraft 1.12)

Posted by mepeisen on 18 March 2018 - 12:13 PM in Beta Testing

I am looking for some testers on Unicode/UTF8 support for CCraft.
Pull request currently worked on: https://github.com/d...rCraft/pull/531
In the next hours I will add a patched jar as soon as I added a resource pack font loader. Hope to get some feedback if this works. Since this changes many things the community should check it out before becoming merged.



#275891 xwos

Posted by mepeisen on 14 March 2018 - 07:20 AM in Operating Systems

Stil no github mirror. But you can browse source code at http://git.xworlds.e...isen/mep-worlds
Version 0.0.2 contains a major refactoring with some class loader and it contains libraries allen/moses.

tested with MC 1.12.2 and CCraft 1.8
as well as with cclite for CCraft 1.7.x

@LDDestroier: Can you give me a link for building such an installer? So that I can provide a pastebin being updated with newer releases?



#275727 xwos

Posted by mepeisen on 07 March 2018 - 07:46 AM in Operating Systems

Hmmm. I can post no links and my previous comment is still not activated.
I will send a github link this weekend. As well as a pastebin installer.

I am still new to computercraft but i have developed software for about 20 years... I will review the problems so mentioned. Yet it is tested with clean Computer craft 1.8 at mc 1.12.2



#275706 xwos

Posted by mepeisen on 06 March 2018 - 09:48 AM in Operating Systems

Will be at github this weekend.



#275652 xwos

Posted by mepeisen on 04 March 2018 - 10:40 PM in Operating Systems

Hi

I created a new operating system upon CCraft 1.8 (1.12.2)

Why "yet another operating system"? A good question. While trying to use other OS I had many problems and trying to solve them I decided to completly rewrite an operating system from scratch. So here are the main features and their progress...

Multi process management
Security profiles
"Real" Multitasking
Sandboxing
App Management
Hibernate mode
Cloud Services

The operating system is still in progress. Current version 0.0.2.
Homepage: http://www.xworlds.eu/xwos
Screenshots: http://www.xworlds.e...creenshots.html
News: http://www.xworlds.eu/xwos/news.html
Latest snapshot: http://www.xworlds.e...test/index.html

Pastebin installer (minified version): pastebin run cst2hmTN
Github mirror: https://github.com/mepeisen/mep-worlds
Support in this forum topic or at github.

In this topic I will notify about any News on my work. I will greet any comment ;-)

And maybe you can vote for features or apps you really missed in other operating systems. I may try to realize it.