OneOS will soon cease to exist. The new framework I'm developing, Silica, will replace Bedrock and once that's done an OS based on it will be made. See info here. I am not longer working on this!
Version 2 Public Beta
A year to the day after the release of version 1 and two years to the day since I joined the forums, I present to you OneOS version 2!
At this stage it's quite a early beta really, but it's (probably) working better than the previous version was. There are lots of bugs, missing things and the like, but no matter how minor they appear please reply with details.
I will put more details about what's new here soon, but the main this is that the majority of the OS (especially the core) has been rewritten.
Installation
If you want to use the beta, enter:
pastebin run E1xftzLa beta
Otherwise enter:
pastebin run E1xftzLa
What's New
One of the biggest goals with version two was to increase performance. Now, it's not really at a point I'd consider 'ideal', but it's better than 1.3. I've spent hours upon hours trying every conceivable thing and it's certainly better, but I simply think CC can't handle any more (but I might be wrong).
I also wanted it to obviously be easy to use. I think it's improved over version 1.3 a bit, although it was already very easy, so making any huge leap here was basically impossible.
I wanted it bug free. Now, at this point that's not at all realistic. Lots of things are missing and buggy, but eventually it will.
Pocket computer support was another commonly requested feature. Now, it's still not perfect, but the new switcher (which I think you'll love) is much more pocket friendly.
Known Bugs, Issues and Missing Features
Spoiler
These will be fixed before the proper version 2 is released.- Can't paste in Shell (just realised why, wasn't handling paste event). I'm actually making a completely custom shell program though.
- Back/Forward buttons don't work in Files.
- Clipboard doesn't work in Ink.
- Desktop icon dragging is a bit glitchy.
- Program opening animation is laggy.
- Transmit doesn't work.
- Door Lock doesn't work.
- Quest and Quest Server aren't present (might be version 2.1)
- Backslash reboots the computer.
- Search on Desktop is disabled.
- The App Store site suddenly just died on me. I think it might be CloudFlare's fault, but I'll see.
- This: http://i.imgur.com/wQ5Zdt6.png I think it's 1.65 only, but I'll check.
Version 1 Post
Spoiler
OneOS can not be installed on version 1.63 by default. This is because Dan blocked all but 2 websites, including GitHub. To get around this either download the files manually and add copy them over or change 'S:http_whitelist=*pastebin.com;*computercraft.info' in your ComputerCraft.cfg to 'S:http_whitelist=*'. This is fixed as of 1.64pr2Installing on 1.64 can also fail, this is due to a 1.64 bug. Try a few times, or if you can upgrade to 1.65.
I've create documentation as to how to use the OneOS API. https://github.com/o...I-Documentation
It allows you to do things such as change the tool bar colour and access the global file system.
Today is a year since I joined the forums. To celebrate I've decided to release my latest project, OneOS.
Late last year I looked at PearOS and a few other ComputerCraft OSs and tried to find the best parts and problems with each. I found that in the case of PearOS and a few others you couldn't do anything. PearOS was nice and shiny, but it was completely useless. Others such as CraftBang were much loved by the community, however, I felt that CraftBang was a bit hard to use and a bit too plain. So, I set off to try to combine all the best parts of other OSs and a few things of my own in to one. I've tried to include everything into OneOS and what I couldn't/haven't can be found on the App Store (more on that later). In essence, it is an 'All in one OS' (are you picking up the meaning of the name yet :P/>/>)
So, anyway, enough history. I present you the
I've compiled a fairly compact (trust me, a lot of features aren't listed) list of the main ones:
- The ability to run any ComputerCraft program
- Multitasking (not windowed, this was intentional)
- A desktop interface
- Custom file and folder icons
- An easy to use file browser
- An App Store
- A very advanced Photoshop inspired image editor (Sketch)
- An AirDrop like program to send files between computers quickly and easily
- The ability to package a folder with a single click (similar to .zip files)
- Aforementioned packages can then be extracted with a single click
- A peripheral browser
- A few games & LuaIDE
- Auto-updating
- A storage usage information page
- Animations galore!
- Integrated automatic door lock (via PDAs, CC1.6+ only)
- Ink, a Microsoft Word like program that makes for very easy printing
- Many more
Installation
Simply run:
pastebin run E1xftzLa
OneOS now supports 1.6!
If the above does not work replace run with 'get' and add 'installer' to the end, then type 'installer' in to the shell.
Screenshots
The main desktop. The icons are drag-able. You can also drag files in to folders.
The file browser. If you have any connected peripherals they will appear on the sidebar.
Sketch, my Photoshop inspired editor. It supports layers, transparency, clipboard, resizing etc.
If you so wish, for whatever reason, you can also use the shell.
The About Page, notice the Storage Usage information.
The collection of games bundled with OneOS.
FAQ
I'm getting a 'Domain not permitted' error!
This occurs because you are using ComputerCraft 1.6.3 However, there is an easy fix, read this post.
Why aren't you using windows?
A few reasons, screen real estate is very minimal in CC, windows make that even worse. Many programs don't redraw when the screen size changes and they tend to be rather annoying to use. I'm quite happy with the tab based system in OneOS.
Can you add ***?
Let me know below, if it think it's a good idea and won't be too hard to add I might add it.
I've found a bug/I've got a suggestion!
Please to the GitHub issues page and make an issue there. Avoid posting an issue that is already listed.
I'll add more here when people start asking more questions.
Changelog
Spoiler
1.3.3* Fixed most submitted bugs
* OneOS now uses the standard Bedrock file, so it should support Bedrock programs correctly now
+ Added a cool new app switcher that replaces the One menu
1.3.0, 1.3.1 & 1.3.2
Pre-release version
1.2.6
* A few small but high impact bug fixes
1.2.3, 1.2.4 & 1.2.5
* Fixed all user submitted bugs
1.2.2
* Fixed Update OneOS not rebooting
1.2.1
* Fixed the reboot button not working on First Setup
1.2.0
+ Added iOS-like desktop interface
+ Programs can now have their own file types that open the program when opened, so for example, .txt files open in Ink (see the Wiki for info, it's really easy)
+ Added a Spotlight-like searching feature
+ All .DS_Store files will automatically be deleted to save disk space
+ Indexing system, all file changes cause updates. This allows for some cool, low-performance impact things such as Search and file types.
+ Modified systems will not send error reports, nor will outdated versions
+ All the games are now only installed when opened (saves ~200KB of much needed space)
+ Added monitor support! Open the monitor in Files to use it.
+ Added Redirection by RamiLego4Game
+ Created Bedrock, a GUI framework which has made everything a lot easier and smaller (normally at least half the file size)
+ Added system logging (see /System/OneOS.log). This will help huge amounts to hunt down and fix bugs.
+ Rewrote a HUGE (~70%) amount of the OS, lost of old bugs will be gone :D/>/> …but new ones will appear :(/>/>
+ I've tried really hard to reduce the file size of the OS. I've managed to get it about 450KB which I'm pretty happy with. However, this has meant that some programs (Ink, Sketch, LuaIDE, Door Lock & App Store) have all been minified. They still have line numbers for error tracking, but they're not much good for learning from. Use the public versions in those cases.
+ Countless more smaller things I've forgotten about
* Pretty much all previous bugs (especially GUI ones) have either been fixed or they no longer exist due to being rewritten
* Improved the interface on pocket computers
* Ultimate Door lock would allow wired modems, resulting in it not working
* Wired Modems no longer show as Wireless Modems in Files
* Many, many other bugs I've or others have stumbled upon
- Remove YCCUP (sorry, it was just too buggy)
1.1.1
+ Added American spelling Aliases for the OneOS API
+ Added Quick Shell (tab completion) to Shell
+ Running, 'shutdown', 'reboot' and 'exit' in Shell will now shutdown or reboot the system or quit Shell
+ Error reports now upload the erroring file to Pastebin (to check if it's been altered)
* Changed Door Lock message on pocket computers
* Fixed running 'programs' in Shell not working correctly
* Fixed apps not installing on 1.6
* Ink printing not stripping colours (leaving question marks)
* Lots of generic fixes
A few more smaller things
1.1.0
Version 1.1 aims to remove all previously standing bugs and add a few new programs and features:
- You can now set a program to run at startup (from Settings)
- Programs can now ask they user to run at startup (see 'DoesRunAtStartup' and 'RequestRunAtStartup' in the documentation)
- Ink, a Microsoft Word like program that allows quick and easy word processing and printing
- Various client side App Store fixes (scroll bar, text overflow, etc)
- Various Files bugs
- Ultimate Door Lock integration
- Various Sketch fixes
- OneOS now supports and works correctly on ComputerCraft 1.6 (pr7, if it stops working again I'll fix it)
- Opening an unknown file type will ask the user what program to open it in (no longer just LuaIDE)
- A few more smaller things
- Updated to CreativeCommons 4 license
1.0.5
This is quick update to fix issues a few users had with wireless modems on older versions of ComputerCraft.
* Fixed major bug preventing users on old versions form using Files
* Fixed clicking on Files when scrolling not working
1.0.4
This fixes all of the user submitted bugs so far (I don't think I've missed any).
Changes:
+ Re-added license file (it went blank for some reason)
+ Added icon for .ink & .text files (Ink will be added soon)
* Fixed paintutils.loadImage bug
* Fixed shell.run, again
* Fixed cursor blink appearing on top of menus (core OS and Sketch)
* Fixed errors incorrectly or not showing in programs
* Fixed App Store red close button not working
* Menu bar no longer flickers when opening App Store
* Fixed Shell scrolling bug (hopefully)
* Calling os.shutdown now closes the app
* Fixed crash when opening empty folder in list mode in Files
* Fixed textutils.slowPrint/slowWrite not working
* Overhaulled App Store scroll bar (using Ink's new scroll bar control)
* Fixed Peripheral.lua: 4 (peripheral.getNames) crash on older versions of CC
* Files no longer crashes when viewing a computer without an ID
* Fixed fs.freeSpace releated crash on older version of CC
* Fixed App Store search 'Go' button not
- The App Store close button no longer shows on OneOS
1.0.2
Fixed numerous user submitted bugs:
* Fixed (hopefully) all of the Shell bugs
* Fixed blinking cursor moving to clock
* Fixed term.scroll bug
* Fixed Sketch typo
* Hopefully fixed the clock freezing bug
* Fixed Files crashing when opening a treasure disc
* Fixed shell.run issue
* Fixed system running out of storage during update
* Fixed shutdown bug
- Removed unused 'What format' button from Sketch
+ Added first setup program
+ The user is now asked if they want to update
1.0.1
A tiny bug fix, mainly the default computer name.
1.0.0
The first public release of OneOS!
0.9.6
Various Bug Fixes.
0.9.5
Bug fix for 0.9.4
Sketch had a blindingly obvious bug that prevent it from working.
0.9.4
This adds the App Store as well as a few bug fixes
0.9.3
Fixing all the submitted bugs. (I don't have time to add suggested features)
* LuaIDE caused 'Too long without yield'
* LuaIDE now has themes (I was using the treasure version)
* Too long without yield no longer crashes the entire computer (it'll hang for a bit though)
* Error submission actually submits the error
* Moved the crash icon
* System crash message no longer crashes it self
* You can no longer create a folder in the peripherals screen
* You can no longer remove a folders name
* term.clearLine no longer moves the cursor position
* Edit now works in shell
* Rename doesn't error anymore in shell
0.9.2
Bug fixes from GravityScore and Kingdaro.
In short, the fixes are:
* A system crash issue
* Shell now states the current directory
* Files now remembers list mode and show hidden
* Transmit and Settings now work
* Fixed spelling issue
More Rambling
As I mentioned earlier, OneOS is bundled with the ComputerCraft App Store. I will be making a forums post about it in the next few days. If you'd like to submit an program, head to ccappstore.com. It will be released as a standalone program soon too.
I'll also be releasing Sketch, my image editor, soon too. I recommend you check it out.
Despite weeks of testing there's bound to be problems, if you find anything that isn't right just let me know.
License
You are permitted to create an OS based off OneOS provided that:
- You fork OneOS on GitHub and put all files on there.
- You get my consent (via PM) before releasing it on the fourms.
Full license:
Spoiler
OneOS is under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0) license.Which essentially allows you:
Share - copy and redistribute the material in any medium or format
Under these terms:
Attribution - You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
Non-Commercial - You may not use the material for commercial purposes.
NoDerivatives - If you remix, transform, or build upon the material, you may not distribute the modified material.
If you would like to publicly release anything derived from OneOS please let me know via PM on the ComputerCraft forums.
For more information: http://creativecommo...s/by-nc-nd/4.0/
If you want to get your lawyers involved for some reason, give them this :P/>/>
Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License
By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions.
Section 1 ??? Definitions.
Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image.
Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2( B)/>/>(1)-(2) are not Copyright and Similar Rights.
Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements.
Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material.
Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License.
Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license.
Licensor means the individual(s) or entity(ies) granting rights under this Public License.
NonCommercial means not primarily intended for or directed towards commercial advantage or monetary compensation. For purposes of this Public License, the exchange of the Licensed Material for other material subject to Copyright and Similar Rights by digital file-sharing or similar means is NonCommercial provided there is no payment of monetary compensation in connection with the exchange.
Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them.
Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world.
You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning.
Section 2 ??? Scope.
License grant.
Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to:
reproduce and Share the Licensed Material, in whole or in part, for NonCommercial purposes only; and
produce and reproduce, but not Share, Adapted Material for NonCommercial purposes only.
Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions.
Term. The term of this Public License is specified in Section 6(a).
Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material.
Downstream recipients.
Offer from the Licensor ??? Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License.
No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material.
No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i).
Other rights.
Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise.
Patent and trademark rights are not licensed under this Public License.
To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties, including when the Licensed Material is used other than for NonCommercial purposes.
Section 3 ??? License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the following conditions.
Attribution.
If You Share the Licensed Material, You must:
retain the following if it is supplied by the Licensor with the Licensed Material:
identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated);
a copyright notice;
a notice that refers to this Public License;
a notice that refers to the disclaimer of warranties;
a URI or hyperlink to the Licensed Material to the extent reasonably practicable;
indicate if You modified the Licensed Material and retain an indication of any previous modifications; and
indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License.
For the avoidance of doubt, You do not have permission under this Public License to Share Adapted Material.
You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information.
If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable.
Section 4 ??? Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material:
for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database for NonCommercial purposes only and provided You do not Share Adapted Material;
if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and
You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights.
Section 5 ??? Disclaimer of Warranties and Limitation of Liability.
Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.
To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.
The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability.
Section 6 ??? Term and Termination.
This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically.
Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates:
automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or
upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6( B)/>/> does not affect any right the Licensor may have to seek remedies for Your violations of this Public License.
For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License.
Sections 1, 5, 6, 7, and 8 survive termination of this Public License.
Section 7 ??? Other Terms and Conditions.
The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed.
Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License.
Section 8 ??? Interpretation.
For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License.
To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions.
No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor.
Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority.
Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the ???Licensor.??? Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at creativecommons.org/policies, Creative Commons does not authorize the use of the trademark ???Creative Commons??? or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses.
Creative Commons may be contacted at creativecommons.org.