Author Topic: Doors CS 7 really coming out?  (Read 57084 times)

0 Members and 1 Guest are viewing this topic.

SirCmpwn

  • Guest
Re: Doors CS 7 really coming out?
« Reply #165 on: June 22, 2010, 02:19:44 am »
I've thought about making an SE.  I'll take a look at it later, I promise :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Doors CS 7 really coming out?
« Reply #166 on: June 22, 2010, 02:20:51 am »
Mouse support like that would really rule.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline KermMartian

  • Editor
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 500
  • Rating: +233/-20
    • View Profile
    • Cemetech
Re: Doors CS 7 really coming out?
« Reply #167 on: June 22, 2010, 10:16:32 pm »
I've thought about making an SE.  I'll take a look at it later, I promise :)
You could always do it for a contest entry if you decide against doing something with Mosaic. :)



Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Doors CS 7 really coming out?
« Reply #168 on: June 23, 2010, 11:25:17 am »
EDIT: relaying Kerm response to Ztrumpet:

Quote from: KermMartian
Please relay back to him that Doors CS supports unlimited programs, but with the catch of a maximum of 255 folders or programs per folder.  You can have 12 folders on the desktop, each of which have 200 programs in them, and another 200 programs on the desktop for a total of 2612 programs and folders, for example, and Doors CS will be perfectly happy. :) Of course, the VAT would take up almost your entire RAM, but Doors CS would be fine with it.
This is per folder, right?  To clarify, can I have more than 255 programs on the desktop?  If not, then how do I sort them into folders?
Also, do you lose your folder data if you get a RAM clear?
Thanks Kerm! ;D

Offline Silver Shadow

  • Beta Tester
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 817
  • Rating: +27/-7
    • View Profile
Re: Doors CS 7 really coming out?
« Reply #169 on: June 23, 2010, 03:03:32 pm »
If you have more than 255 on your desktop, only the 1st 255 will be displayed. To display the remaining, start sorting the current ones into folders and they will gradually appear on the desktop in the place of those you already sorted.
And yes, your folder data will stay even after a RAM clear, since it is one of the first features that Kerm implemented in his betas.
Former Coder of Tomorrow


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Doors CS 7 really coming out?
« Reply #170 on: June 23, 2010, 03:05:02 pm »
Yeah one of my favorite too. I hated when getting RAM clears if I had to re-sort everything again x.x
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline KermMartian

  • Editor
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 500
  • Rating: +233/-20
    • View Profile
    • Cemetech
Re: Doors CS 7 really coming out?
« Reply #171 on: June 23, 2010, 03:11:57 pm »
Yeah one of my favorite too. I hated when getting RAM clears if I had to re-sort everything again x.x
A lot of people did, I got a lot of complaints about that.  I was very happy that it seems to work well and people are satisfied.  The only downside is that there's a bit of lag creating the backup if you have a lot of programs, but it's only a second or two.



Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Doors CS 7 really coming out?
« Reply #172 on: June 23, 2010, 03:21:39 pm »
I think it is fine. 2 seconds is ok IMHO considering it's a calc and a lot of programs :).

Remember the old MirageOS 1.1 days, back when it took 40 minutes to sort 200+ programs? :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Doors CS 7 really coming out?
« Reply #173 on: June 23, 2010, 09:30:31 pm »
If you have more than 255 on your desktop, only the 1st 255 will be displayed. To display the remaining, start sorting the current ones into folders and they will gradually appear on the desktop in the place of those you already sorted.
And yes, your folder data will stay even after a RAM clear, since it is one of the first features that Kerm implemented in his betas.
Awesome!  I can't wait to start using Doors again! ;D

Offline KermMartian

  • Editor
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 500
  • Rating: +233/-20
    • View Profile
    • Cemetech
Re: Doors CS 7 really coming out?
« Reply #174 on: June 25, 2010, 04:01:43 pm »
So the DCSB Libs are coming along smoothly, the first 13 are planned out, and I've started to build them.  Doors CS will be using the sum() token as its special token, and you can of course still use sum() for its normal purpose as well.  First successes with sum(6), which is complete and tested!

Code: [Select]
PROGRAM:SUM6TEST
:{45,32,1
:While 2≠Ans(3
:sum(6,Ans(1),Ans(2
:Text(1,1,"YOU CLICKED AT (",Ans(1),",",Ans(2),") [",Ans(3),"]
:End

This program will run the mouse, notifying whenever you click, until you right-click somewhere.


Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Doors CS 7 really coming out?
« Reply #175 on: June 25, 2010, 06:57:45 pm »
:O

wow, so much possibilities with this. Now it will be much easier to make strategy games and menus for some games.

Will it be possible to use a custom mouse cursor?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Doors CS 7 really coming out?
« Reply #176 on: June 25, 2010, 07:57:16 pm »
IIRC it uses the cursor you use for DCS (which you can customize).
If you mean having the program specify the cursor at runtime, that may be more difficult (Kerm?)
"People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster."
-Adam Osborne
Spoiler For "PartesOS links":
I'll put it online when it does something.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Doors CS 7 really coming out?
« Reply #177 on: June 25, 2010, 08:15:02 pm »
Yeah I meant the later. It might be nice for certain games actually. For strategy games that are rather modern, I think the main cursor would do the job well, though, unless you got dark terrains. For older ones, it would be nice if we could use a sword, for example ;D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Doors CS 7 really coming out?
« Reply #178 on: June 25, 2010, 10:02:26 pm »
That's a really cool idea DJ!  Kerm, is this possible? ;D

Offline KermMartian

  • Editor
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 500
  • Rating: +233/-20
    • View Profile
    • Cemetech
Re: Doors CS 7 really coming out?
« Reply #179 on: June 26, 2010, 01:34:42 am »
IIRC it uses the cursor you use for DCS (which you can customize).
If you mean having the program specify the cursor at runtime, that may be more difficult (Kerm?)
Actually, there's a GUI stack item for this, so all you will need to do is push that custom cursor (it takes the cursor, a mask, and a rectangular area onscreen in which to use that particular cursor) using sum(7), then run the mouse with sum(12).