Jump to content


ObloxCC's Content

There have been 38 items by ObloxCC (Search limited from 30-March 23)


By content type

See this member's


Sort by                Order  

#267130 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 20 May 2017 - 11:19 AM in Operating Systems

View Postdodecaflexagon, on 20 May 2017 - 01:13 AM, said:

View PostObloxCC, on 19 May 2017 - 10:56 PM, said:

Re-added menus, time now updates
Posted Image
Posted Image
So you went from a Windows look to a Mac look? or do you have both at the same time?
Anyway will there be a way for programs to add their own menus?

You can change between the windows and mac theme. Programs can use the top bar if they use the program API, if they don't the menu (if the program has one) just displays in the window (if you are usung the windows theme the menu always displays in the window)



#267117 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 19 May 2017 - 10:56 PM in Operating Systems

Re-added menus, time now updates
Posted Image
Posted Image



#266982 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 12 May 2017 - 09:35 PM in Operating Systems

http://i.imgur.com/Tgp5y9I.gifv
^ rewrite progress (spring 2017, 1.80 beta, uses some slight palette modification)



#266846 Window API [NEW TOPIC]

Posted by ObloxCC on 07 May 2017 - 11:37 AM in Ask a Pro

Checkout my Oblox OS. The code should be easy enough to understand.



#265675 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 19 March 2017 - 11:29 PM in Operating Systems

View PostEldidiStroyrr, on 19 March 2017 - 09:02 PM, said:

If you're going to implement a store, but not implement Danny's social net API, you could instead implement STD and use the Discover Store instead.

If you are going to use more Discover-specific things, then carry on.

I am currently planning on using the cloud, email, notification, etc



#265665 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 19 March 2017 - 05:15 PM in Operating Systems

Started work on the store (uses dannysmc95's API)
Posted Image



#265663 Idea Exchange

Posted by ObloxCC on 19 March 2017 - 03:50 PM in General

Well, if you really want to make something... Could you make me a coroutine manger that can easily allow me to run other programs in windows (mine is too slow, so its probably better to just get it rewritten)



#265626 [Project] djOS -> WOOPS based

Posted by ObloxCC on 18 March 2017 - 03:02 AM in Operating Systems

The OS looks good, but the window design isn't all that original (looks vary simular to the screenshots of the upcoming Oblox OS version I was posting). I look forwards to WOOPS' future.

EDIT: I have no problem with the use of this design (kind of hard doing anything with the limitations of CC), I was planning to rewrite Oblox OS anyway, it was just too buggy when running programs in windows, etc.

EDIT 2: I was going to keep this for Oblox OS, but try to use the notification window to notify the user of updates available, app updates (when you add a store), security warnings, etc.



#265465 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 09 March 2017 - 10:19 PM in Operating Systems

View Postblackvice, on 05 March 2017 - 11:20 AM, said:

There is a bug that after running the installer you can't quit it the window buttons don't work.
and this:
Posted Image
The [X] window button in that version should be functional, try to click it a couple times. Next the text error is fixed in the upcoming version (1.0). Please report all bugs on the GitHub (https://github.com/ObloxCC/ObloxOS/)



#265114 CPOS (ComPact OS)

Posted by ObloxCC on 25 February 2017 - 08:42 PM in Operating Systems

The UI looks good, but you can really only do one thing, and that doesn't even seem to be working.

Posted Image
Posted Image
Posted Image



#265075 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 24 February 2017 - 09:50 PM in Operating Systems

View PostDave-ee Jones, on 24 February 2017 - 05:30 AM, said:

View PostObloxCC, on 12 February 2017 - 12:38 AM, said:

New features coming soon in update 1.0:
  • Selective Multitasking (Programs only update when focused on (like windows where you can't type into a window when not selected))
  • New design
  • Window API now partially uses built in Window API
  • The impossible, run most computercraft programs in windows (some problems may occur)
  • New Installer
  • Notifications
  • Settings window now works
  • File browser
  • Program runner
  • Easier way to create program shortcuts on desktop
  • And More! (Being added soon)

Maybe make the selective multitasking a toggle feature, as it would be quite useful for things like Rednet/Redstone updates.

EDIT: After trying it now I realise it is just looks. Most of the buttons are just there for show (e.g Drag, Minimise and Close) are mainly for show and SOMETIMES work depending on the box (or just X and Y mouse value bugs).

Very nice looking OS...lots of bugs.

Drag and close should work in the Alpha version (if not try a couple times, it should work). In the upcoming release 1.0 minimize also is functional



#265032 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 22 February 2017 - 08:38 PM in Operating Systems

View PostCLNinja, on 19 February 2017 - 11:36 PM, said:

"NOTE: Passwords are hashed but they use a highly insecure hashing method (SHA256)."

Or you could just salt your passwords? Either that or have the users not use shitty passwords because those sites just use rainbow tables to crack passwords.

There will always be a rainbow table entry for the password "ASDF" but not for "x fgjklhjkl jdkx bgvaiuhjszghikouvyhszbhty ijuvszg nybiuvh"

Probably could, I'll have to look into better solutions first though



#264974 Discover App (Ver. 7.4) - Apps, Snippets, Cloud Storage, Chat Board, Mail, Pr...

Posted by ObloxCC on 20 February 2017 - 02:07 PM in Programs

Why trying to register I get this error (in game and in emulator)
Posted Image



#264942 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 19 February 2017 - 01:46 PM in Operating Systems

Posted Image



#264903 Coroutine Manager

Posted by ObloxCC on 18 February 2017 - 10:59 PM in Ask a Pro

View PostH4X0RZ, on 18 February 2017 - 10:29 PM, said:

Most of the time people ask how to write their own coroutine manager the standard parallel API is enough already. Have you tried parallel and are not satisfied with it?

I have tried, and it just can't work in the way I need it too



#264896 Coroutine Manager

Posted by ObloxCC on 18 February 2017 - 08:35 PM in Ask a Pro

How will I go along creating a coroutine manager? I'm having some trouble switching between coroutines (both start, then then one continues without switching back to the other, also only one receives info from the event).



#264893 Post Your Internet Speed!

Posted by ObloxCC on 18 February 2017 - 04:03 PM in General

Posted Image



#264892 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 18 February 2017 - 03:41 PM in Operating Systems

Posted Image
Posted Image



#264890 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 18 February 2017 - 01:39 PM in Operating Systems

Posted Image
Posted Image
Posted Image



#264854 [CC 1.79] [Adv. Pocket Computer] craftAndroid [WIP]

Posted by ObloxCC on 17 February 2017 - 09:30 PM in Operating Systems

Icons look kind of tight, but other than that it looks good



#264754 Need help developing Craftpoison

Posted by ObloxCC on 13 February 2017 - 10:20 PM in Ask a Pro

try adding coroutine.yield at the beginning on the loop



#264713 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 12 February 2017 - 05:14 PM in Operating Systems

View PostPiorjade, on 12 February 2017 - 04:02 PM, said:

View PostOblox, on 12 February 2017 - 12:38 AM, said:

New features coming soon in update 1.0:
  • Selective Multitasking (Programs only update when focused on (like windows where you can't type into a window when not selected))
  • New design
  • Window API now partially uses built in Window API
  • The impossible, run most computercraft programs in windows (some problems may occur)
  • New Installer
  • Notifications
  • Settings window now works
  • File browser
  • Program runner
  • Easier way to create program shortcuts on desktop
  • And More! (Being added soon)

The first one:
Does that mean the programs completely wont resume?
I mean you can resume them but don't give them key events

They resume, but only get key events when selected (like in windows)



#264681 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 12 February 2017 - 12:38 AM in Operating Systems

New features coming soon in update 1.0:
  • Selective Multitasking (Programs only update when focused on (like windows where you can't type into a window when not selected))
  • New design
  • Window API now partially uses built in Window API
  • The impossible, run most computercraft programs in windows (some problems may occur)
  • New Installer
  • Notifications
  • Settings window now works
  • File browser
  • Program runner
  • Easier way to create program shortcuts on desktop
  • And More! (Being added soon)



#264645 [WIP] Oblox OS [Alpha]

Posted by ObloxCC on 10 February 2017 - 11:46 PM in Operating Systems

Added a GitHub: https://github.com/ObloxCC/ObloxOS/



#264527 [WIP] TrainOS Alpha

Posted by ObloxCC on 06 February 2017 - 09:25 PM in Programs

This looks like it shouldn't be in the OS section, it should probably be in the program section. Other than that, it looks good.