Author Topic: BlockOS [On hold until further notice]  (Read 82270 times)



wow

can you add Crepe to the whois
ID 14388
WHOIS is automated. If you join a server which has BOS (or just the collector), it will be added.

Cool, what's the amount at peak?

Cool, what's the amount at peak?
We don't store that stat. That's just how many people have ever used it (since BOS5).
We only store BLID, name, time/date and IP and only when you start BL. We only store any data other than "Someone with X ip authed at X time/date" (Apache logs) for the latest auth for each ID.

For the record, there were 11625 launches this month.
« Last Edit: April 22, 2012, 01:01:05 PM by DontCare4Free »

I just realized how awkward the other apps are going to look in the new main menu compared to the other icons. lol

I just realized how awkward the other apps are going to look in the new main menu compared to the other icons. lol
Fluff is working on that.


Damnit i was supposed to post it D:::

well guys
i have good news and bad news:
good news - blockos7 is coming along nice and im actually working on it unlike blockos6. we are rewriting everything.
bad news - its going to take atleast a month to redo all the work we put into the client. :S

atleast a month

You guys must type really slow, have no time to work, or have tons and tons of problem solving to do.

You guys must type really slow, have no time to work, or have tons and tons of problem solving to do.
>entire user made app system
>skins
>all of the code that was removed
>fixing bugs
>settings
>things i forget
YEAH NOT MUCH JUST A FEW THINGS HERE AND THERE

finished the menu bar and dynamic app placement. c;

>entire user made app system
Weekend (assuming 10 hours a day)
>skins
2-3 Hours
>all of the code that was removed
2-3 Hours
>fixing bugs
3-4 Hours
>settings
Code: [Select]
function BOS::saveSettings(%this) {
   $BOS::Prefs::Setting1 = BOS_SettingGui_Setting1.getValue();
   $BOS::Prefs::Setting2 = BOS_SettingGui_Setting2.getValue();
   $BOS::Prefs::Setting3 = BOS_SettingGui_Setting3.getValue();
   $BOS::Prefs::Setting4 = BOS_SettingGui_Setting4.getValue();
   export("$BOS::Prefs::*", "config/BOS/prefs.cs");
}
+
30 minutes for GUI

Add in 6 hours of testing and GUI work

Add in 3 hours of art.

Average of around 13 hours of work per person, 39 total. Assuming you can squeeze in 1-2 hours of work a day, and 5-10 on weekend days, next week(end) looks good. So,
You guys must type really slow, have no time to work...
or you forgot to mention some important stuff.

EDIT: Sorry for being bitchy, but a month seems a bit longer than needed.
« Last Edit: April 22, 2012, 03:10:54 PM by Scout31 »

you clearly dont understand a single thing about what we have to work on.
look at blockos6.
it has some default apps
a menu bar
a few little gimmicks in the menu bar.
a start menu.
it has an app system.
a skinning system.
a user app system.
an auth system
an auto updater.

now lets look at blockos7
it has a background and 1 working app. and a dynamic app placement system.