Jump to content




LyqydOS Beta/Development



189 replies to this topic

#41 RunasSudo-AWOLindefinitely

  • Signature Abuser
  • 249 posts
  • Location/dev/earth1aus5

Posted 22 January 2013 - 12:16 PM

Hmm... I started an instance of "shell", resized it, maximized it, windowed it, and then tried to click the "_" button. That made it crash...

#42 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 22 January 2013 - 04:25 PM

Okay, the bugs reported by GravityScore and RunasSudo should now both be fixed. Run the installer program again to grab the latest version. Thanks for the reports!

#43 sctjkc01

  • Members
  • 5 posts

Posted 27 January 2013 - 04:32 PM

I seem to be having troubles running a personal item-sorting-and-counting program under LyqydOS. It utilizes Redpower (item transport), Factorization (barrels, item storage) and Misc Peripherals (CC item detection).

The odd thing is, it runs in the shell without a problem. The issue arises when I'm trying to run it in a window of its own.

sorting.lua:
Spoiler

However, when I launch > sorting.lua in the LyqydOS Menu, it'll take one item stack, save it, and freeze the entire computer. It also freezes as soon as I try to resize the window.

I just don't know what's going on...

EDIT: Nevermind - seems I'm not allowed to be using os.pullEventRaw, am I? I switched to os.pullEvent("isort_item") and it's working just fine now...

#44 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 27 January 2013 - 04:46 PM

I will try to set up a test setup to check this out tomorrow. I'm not sure offhand what would be causing it. Definitely intriguing that it would be exhibiting such behavior, though.

#45 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 30 January 2013 - 04:53 AM

Replying to your edit (which I just saw), pullEvent vs. pullEventRaw should make no difference, and in my testing, it didn't, if I recall correctly. I have the nagging feeling that there is an underlying problem that needs to be taken care of, I'm just not entirely certain what it is. I've got a few ideas to try, though. I'll let you know if I find anything interesting.

#46 anonimo182

  • Members
  • 252 posts
  • LocationIn the universe

Posted 30 January 2013 - 12:49 PM

Bug: When you minimize a window, if the cursor was blinking it will still blink after minimizing
When you resize the run box, it will read until its default limit, not to its resized version

#47 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 30 January 2013 - 02:31 PM

The first is an interesting one. I'll see what I can do about that tonight. Should have a fix up for you in a couple hours.

The second one is likely to be fixed by disabling resizing the run box and other menu-type windows, whenever I get around to it. ;)

#48 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 30 January 2013 - 07:28 PM

View Postanonimo182, on 30 January 2013 - 12:49 PM, said:

Bug: When you minimize a window, if the cursor was blinking it will still blink after minimizing
When you resize the run box, it will read until its default limit, not to its resized version

These are both fixed. Re-run the installer or manually re-download to receive the latest version. :)

#49 NeptunasLT

  • Banned
  • 147 posts
  • LocationVilnius,Lithuania

Posted 09 February 2013 - 03:06 AM

Holy [Crap].

[This is a family-friendly forum. Let's keep the obscenities to a minimum. -L]

Edited by Lyqyd, 09 February 2013 - 11:04 AM.


#50 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 11 March 2013 - 11:57 AM

I expanded the window decoration functionality today to include text color and background color, so this sort of thing is possible now:

Spoiler

This change isn't ready for release, but I hope to push it out soon. :)

#51 Divide_By_0

  • Members
  • 31 posts

Posted 11 March 2013 - 12:04 PM

Looks awesome, mate.

#52 Sora Firestorm

  • Members
  • 89 posts

Posted 14 March 2013 - 04:34 PM

Wow, I really like this, very well built...

Quick feature request. Could you make it so that left clicking on the "Lyqyd Menu" lists "commonly used" programs stored in..
I dunno, /LyqydOS/common-programs? And having right click do the current "run program" behavior? That would have me sold for sure.

And a question : Interface API? I'd love to write programs for LyqydOS.

Anyways, I like it, and I'll be sure to install it on my Adv. Terms. :)

~Sora

#53 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 14 March 2013 - 07:06 PM

View PostLyqyd, on 11 March 2013 - 11:57 AM, said:

I expanded the window decoration functionality today to include text color and background color, so this sort of thing is possible now:

Spoiler

This change isn't ready for release, but I hope to push it out soon. :)

Hmmmm :P

#54 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 15 March 2013 - 03:44 AM

View PostSora the Hedgehog, on 14 March 2013 - 04:34 PM, said:

Wow, I really like this, very well built...

Quick feature request. Could you make it so that left clicking on the "Lyqyd Menu" lists "commonly used" programs stored in..
I dunno, /LyqydOS/common-programs? And having right click do the current "run program" behavior? That would have me sold for sure.

And a question : Interface API? I'd love to write programs for LyqydOS.

Anyways, I like it, and I'll be sure to install it on my Adv. Terms. :)

~Sora

Wow, thanks for the support! That's definitely an interesting feature request. I'm thinking it would be a menu that was automatically generated. It would start out with the shell and the Lua prompt, I think. And I think I'd have the bottom entry in the list open the run program dialog directly (so no need to cancel the menu and right-click if what you want isn't there). This is a definite possibility.

View Postoeed, on 14 March 2013 - 07:06 PM, said:

View PostLyqyd, on 11 March 2013 - 11:57 AM, said:

I expanded the window decoration functionality today to include text color and background color, so this sort of thing is possible now:

Spoiler

This change isn't ready for release, but I hope to push it out soon. :)

Hmmmm :P

Heh. This has been in the works for a while, though admittedly it was pushed up the priority list due to the relative success of more "graphical" OSs such as NDFJay's and kornichen's (and more recently, yours, I suppose). It seems prettiness is just as important among a bunch of coders as it is amongst the general public! ;)

#55 GopherAtl

  • Members
  • 888 posts

Posted 15 March 2013 - 05:36 AM

worth noting that what's being added is color support, rather than a dependency on advanced computers. In survival mode, this is a notable benefit.

#56 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 15 March 2013 - 05:39 AM

Gopher is correct. The additional functionality is adding customizable text and background colors to the window decorations. Window contents already fully support color. Backwards compatibility for use with non-advanced computers is a priority, so all features of this OS are designed to degrade as gracefully as possible.

#57 NeptunasLT

  • Banned
  • 147 posts
  • LocationVilnius,Lithuania

Posted 15 March 2013 - 08:22 AM

This OS + Nice Desktop = Windows XP
Else
This OS + [Nothing] = Linux
Else
This OS + (Nice Desktop + Boot Logo + Colors + Apple) = Mac OS X

I'm a Mathematics Genius :P

#58 Spongy141

  • Members
  • 526 posts
  • Location'Merica

Posted 15 March 2013 - 04:48 PM

Lol, nice OS, but how the hell do you have almost 300 fps!!! Dude do you got like 32 gbs of RAM?

#59 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 15 March 2013 - 05:59 PM

View PostSpongy141, on 15 March 2013 - 04:48 PM, said:

Lol, nice OS, but how the hell do you have almost 300 fps!!! Dude do you got like 32 gbs of RAM?

No, only 16GB... for now. I have a couple of 9600GT cards in SLi, which helps, though they are starting to show their age.

#60 Sora Firestorm

  • Members
  • 89 posts

Posted 04 April 2013 - 08:47 AM

Another question, since I think this is an interesting subject.

Does your scheduler support giving the processes a nice value?
I bet that would be a nice thing to have within the scheduler.

(For those who do not know what a nice value is, it is basically a representation of the willingness of the process to give up CPU time to other processes.)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users