Author Topic: Oasis  (Read 6460 times)

0 Members and 1 Guest are viewing this topic.

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
Oasis
« on: November 19, 2009, 03:16:46 pm »
Here is my program Oasis. It is for this challenge. http://tibasicdev.wikidot.com/forum/t-164477#post-628597

Oasis is a basic shell that will run basic programs.  It uses Celtic III.

Let me know what you think.

Offline Eeems

  • Mr. Dictator
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 6265
  • Rating: +318/-36
  • little oof
    • View Profile
    • Eeems
Re: Oasis
« Reply #1 on: November 19, 2009, 04:49:17 pm »
Wow! Looks great! A little remenicent of mirage, but not quite. It looks very simple and well done, now if only I had a calc to test it!
/e

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: Oasis
« Reply #2 on: November 19, 2009, 05:17:54 pm »
Now if only I had a calc to test it!
lol

I was inspired a lot by mirage.
Also, I wanted to prove simple homescreen graphics can look nice.

Offline megajake03

  • LV3 Member (Next: 100)
  • ***
  • Posts: 81
  • Rating: +1/-1
  • Luigi Rules!!
    • View Profile
Re: Oasis
« Reply #3 on: November 19, 2009, 05:45:16 pm »
Now if only I had a calc to test it!
lol

I was inspired a lot by mirage.
Also, I wanted to prove simple homescreen graphics can look nice.
and it very much does
« Last Edit: November 19, 2009, 05:48:22 pm by megajake03 »
What is crazy?..............................Me!
And Luigi rules!!!

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Oasis
« Reply #4 on: November 19, 2009, 06:23:48 pm »
Very awesome!  Nice and simple interface with functionality as a preference :)

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: Oasis
« Reply #5 on: November 19, 2009, 06:31:00 pm »
This is nice ^^

I wonder, for games that uses Return instead of Stop to exit completly, does these games can exit back to the shell without causing problem?
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: Oasis
« Reply #6 on: November 19, 2009, 06:54:10 pm »
I wonder, for games that uses Return instead of Stop to exit completly, does these games can exit back to the shell without causing problem?
Return works, but not Stop.  Since Return returns and Stop stops...  :D

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: Oasis
« Reply #7 on: November 19, 2009, 07:01:12 pm »
Well, what I was wondering more is: can variable conflicts occurs? I mean, if the shell uses a variable or list in particular, then the game overwrites it, then when it returns to the shell, a RAM clear occurs due to a bad variable value used with Celtic III
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: Oasis
« Reply #8 on: November 19, 2009, 07:04:13 pm »
Well, what I was wondering more is: can variable conflicts occurs? I mean, if the shell uses a variable or list in particular, then the game overwrites it, then when it returns to the shell, a RAM clear occurs due to a bad variable value used with Celtic III
Nope, cleaver coding prevents that.  I back up my variables needed in the AppVar that I store the Hot Keys in during program execution.  The stop dosn't remove these, so it will mess with stuff, though not bad enough for a RAM clear.  It just messes up your hot keys.  If this happens, you can just delete both AppVars.

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: Oasis
« Reply #9 on: November 19, 2009, 07:11:29 pm »
Aaah ok, good then :)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Galandros

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1140
  • Rating: +42/-10
    • View Profile
Re: Oasis
« Reply #10 on: November 20, 2009, 08:58:59 am »
Simple but nice.

BASIC Shells aren't a new idea but these new ones are actually very good.
Hobbing in calculator projects.