376 posts
Location
[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)
Posted 16 October 2014 - 03:20 AM
Presenting my first operating system, Static, the first OS for CrimsonTech!
Spoiler
All red text list items are directories.Spoiler
Scroll : WASD and Arrow Keys
Instant Edit : Insert Key
Delete : Delete
Return to main directory : BackspaceI tried to make this OS as simple as possible, to spare my time and the people using this OS.
Download :
pastebin get
jNc2LMub startup
Planning to add a lot more features soon!
Just keep in touch and follow this post!
Spoiler
1.1————–
* Fixed folders being displayed as files.
+ Adding info bar for information on the ROM programs and APIs(SoonTM)
1.0b————-
* Fixed bug with delete button not properly working
1.0—————
+ First Release
Edited on 26 October 2014 - 07:42 PM
149 posts
Location
The dark depths of the web
Posted 19 October 2014 - 03:11 PM
Something that makes OSes simpler is mouse click support. Almost every OS that supports Advanced computers has this. I assume that you plan to add this?
Also, your OS can be terminated. Is this on purpose? Most programmers here that write OSes try to make sure that this can't happen. You just have to make sure that you don't have either the read(), sleep(), os.pullEvent(), or rednet functions. Other than that, good idea for a basic interface. :)/>
376 posts
Location
[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)
Posted 20 October 2014 - 06:46 AM
Something that makes OSes simpler is mouse click support. Almost every OS that supports Advanced computers has this. I assume that you plan to add this?
Also, your OS can be terminated. Is this on purpose? Most programmers here that write OSes try to make sure that this can't happen. You just have to make sure that you don't have either the read(), sleep(), os.pullEvent(), or rednet functions. Other than that, good idea for a basic interface. :)/>
This is just an early version. Im planning to add alot more features like Mouse Support, Aliases and Directories inside directories fix(I dont know whats going on, but directories inside directories are marked as programs).
376 posts
Location
[string "FindMe"]:23143: bad argument #1 to 'returnPos' (vector expected, got nil)
Posted 20 October 2014 - 08:03 PM
Hey I just pushed out another update to Version 1.1!
Sadly It doesn't add mouse support yet, but I'm devising a plan to make it happen.
But it does have the fix for directories!
128 posts
Location
South Africa
Posted 24 October 2014 - 07:20 PM
I agree with Lego Stax that mouse support is needed, like my first OS or graphical shell was text based (oh the days).
If you want you can check out the code that Linear OS is using for mouse support or I think Bedrock is good for that aswell (but complicated).
Nice OS by the way.