Author Topic: Galactic  (Read 14655 times)

0 Members and 1 Guest are viewing this topic.

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
Galactic
« Reply #30 on: August 15, 2006, 10:07:00 am »
I cant wait

btw I usually use 50 for capture interval and 100 for gif interval, if it goes too slow or too fast use 100 for capture interval and 200 for gif interval (less CPU intensive). If you have grayscale its not very good looking in TilEm tho but its still cool anyway
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Galactic
« Reply #31 on: August 15, 2006, 03:42:00 pm »
Thanks
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Galactic
« Reply #32 on: August 26, 2006, 09:50:00 am »
UPDATE:
-Currently I am really stuck on making my fighting engine
-I have optimized about like 65% of my programs
-Got a pause menu fully working
There are 10 types of people in this world-- those that can read binary, and those that can't.

Offline bfr

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 819
  • Rating: +4/-0
    • View Profile
    • bfr's website
Galactic
« Reply #33 on: August 26, 2006, 11:51:00 am »
Good progress!  I hope you get the fighting engine finished.  This looks like it's going to be great!  

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
Galactic
« Reply #34 on: August 26, 2006, 01:18:00 pm »
sound cool, feel free to post code if you need help optimising it ;)wink.gif
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

katmaster

  • Guest
Galactic
« Reply #35 on: August 27, 2006, 03:18:00 am »
Yups. This is looking great btw!

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Galactic
« Reply #36 on: August 28, 2006, 03:08:00 pm »
Bad news: My old engine got erased
Bad news: Spent the whole day making a new one
Bad news: Found the old engine on my comp after I made the new one
Good news: The new one is faster with the Xlib getkey not TI-OS

So later on I will post some screenies showing the difference in speed
There are 10 types of people in this world-- those that can read binary, and those that can't.

katmaster

  • Guest
Galactic
« Reply #37 on: August 28, 2006, 06:53:00 pm »
Wow, lotsa work. Cool that it's faster though.

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
Galactic
« Reply #38 on: August 29, 2006, 10:28:00 am »
too bad this had to happen :(sad.gif at least I,m glad you got it done again
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

katmaster

  • Guest
Galactic
« Reply #39 on: August 29, 2006, 11:24:00 am »
At least something good came from it.

Offline kalan_vod

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2715
  • Rating: +10/-0
    • View Profile
    • kalanrock.us
Galactic
« Reply #40 on: August 29, 2006, 11:38:00 am »
Yeah, and I find xLIB to be quicker than that of the OS.

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Galactic
« Reply #41 on: August 29, 2006, 01:20:00 pm »
@kalan Yes it is faster but it can not be used with a While statement like
real(8
Ans->K
While K!=0
...so on...
There are 10 types of people in this world-- those that can read binary, and those that can't.

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
Galactic
« Reply #42 on: August 29, 2006, 01:21:00 pm »
very true, and it may stop moving twice all the time when pressing the key for more than one picosecond
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Halifax

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1334
  • Rating: +2/-1
    • View Profile
    • TI-Freakware
Galactic
« Reply #43 on: August 29, 2006, 01:24:00 pm »
yea that's another thing that I hate about the the xlib getkey I think it is because it uses "getcsc" or however you spell it instead of "getkey"
There are 10 types of people in this world-- those that can read binary, and those that can't.

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
Galactic
« Reply #44 on: August 29, 2006, 01:27:00 pm »
key detecxtion can be a lil slower on xlib getkey, it allow more possibility tho. it use direct input actually, but I dunno what is the routine
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)