Author Topic: TokenIDE - TI-BASIC IDE  (Read 73541 times)

0 Members and 1 Guest are viewing this topic.

Offline kindermoumoute

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 836
  • Rating: +54/-3
    • View Profile
Re: Tokens
« Reply #30 on: October 19, 2010, 02:35:51 pm »
Nice, I'll try It soon =)
Projects :

Worms armageddon z80 :
- smoothscrolling Pixelmapping : 100%
- Map editor : 80%
- Game System : 0%

Tutoriel français sur l'Axe Parser
- 1ère partie : en ligne.
- 2ème partie : en ligne.
- 3ème partie : en ligne.
- 4ème partie : 10%
- Annexe : 100%

Offline shmibs

  • しらす丼
  • Administrator
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2132
  • Rating: +281/-3
  • try to be ok, ok?
    • View Profile
    • shmibbles.me
Re: Tokens
« Reply #31 on: October 19, 2010, 04:19:36 pm »
this is amazing. i cant use it at the moment, but shall as soon as this computer issue is resolved.
thanks merth!

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #32 on: October 19, 2010, 07:42:08 pm »
Some people had mentioned ASM style outputs for the image editor as well, so I implemented that. It was pretty trivial. Here're the xlib sprites:

And here's the dino picture:

Looks like dinos to me!

I suppose the right thing to do now would be to make the sprite editor able to do both hex and binary. I'll also be looking over some of the code Ben sent me to see how easy it would be to make this work with BBC BASIC as well. Ideally, this'll be able to do all languages. For ASM it'll just do the letters and numbers and stuff. I'd like to find out how Mimas saves its files. There will also, of course, be a way to save it in plain text. There's also some talks for getting it to integrate into SourceCoder over at Cemetech, and if Omnimaga has anything like that or any sort of posting API, I'd be glad to integrate that as well.

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: Tokens
« Reply #33 on: October 19, 2010, 10:07:57 pm »
Wow, that looks wonderful!  Nice job! ;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: Tokens
« Reply #34 on: October 20, 2010, 02:39:32 am »
Nice :O

As for posting API what do you mean? ???
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #35 on: October 20, 2010, 04:14:07 pm »
Nice :O

As for posting API what do you mean? ???
A posting API would be something that would allow my program to interface with the omnimaga board, and post the code of a program directly to a topic.
Shaun

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: Tokens
« Reply #36 on: October 21, 2010, 02:58:29 am »
Oh ok like SourceCoder. Kerm tried to implement that for Omni but it didn't work :(. Maybe it was Opera, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Tokens
« Reply #37 on: October 21, 2010, 05:23:52 pm »
Wow, sounds nice. So it could be used as an offline SourceCoder eventually?

EDIT: That reminds me: Feature request: For convenience: Conversion to BBCode.




Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #38 on: October 21, 2010, 05:34:52 pm »
It basically already does what SourceCoder does, except for making actual posts. As for conversion to BBCode, how do you mean?
Shaun

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Tokens
« Reply #39 on: October 21, 2010, 07:33:48 pm »
When a program is uploaded to SourceCoder (from an 8xp file, not from its editor), it comes with a section that you can copy-and-paste as the BBCode to use in a forum. Could this be added?




Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #40 on: October 21, 2010, 09:28:30 pm »
So, just wrap [code ] tags around it? Sure.
Shaun

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: Tokens
« Reply #41 on: October 21, 2010, 10:34:01 pm »
Yeah that would be cool. Keep in mind SMF BBCode format for [SIZE ] tags is different, though.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #42 on: October 22, 2010, 12:33:51 am »
To all my Linux friends, I have gotten it to work under Mono:
Shaun

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: Tokens
« Reply #43 on: October 22, 2010, 01:32:30 am »
Nice to hear! There is an increasing amount of Linux users around here so they might like this.

I wonder about Mac...
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline merthsoft

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 241
  • Rating: +63/-1
    • View Profile
Re: Tokens
« Reply #44 on: October 22, 2010, 09:03:27 am »
It ought to work on Mac as well, so long as they use Mono. I don't have one to test on, tough, so if anyone wants to give it a try and post their findings, that would be awesome.
Shaun