• Features Wishlist 5 1
Currently:  

Author Topic: Features Wishlist  (Read 606959 times)

0 Members and 4 Guests are viewing this topic.

souvik1997

  • Guest
Re: Features Wishlist
« Reply #1065 on: August 05, 2010, 02:01:01 am »
Didn't I read a while back that you might support filenames with more letters if some of them were lowercase?  Like LoseTheGame could also be called by sub(LTG)

No, I don't think so.

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Features Wishlist
« Reply #1066 on: August 05, 2010, 05:39:40 pm »
Custom keyhooks. Nuff said.
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1067 on: August 10, 2010, 12:23:50 am »
When you get an Error Lable, could it tell you which Lable its missing?  The jump to Error doesn't help because it just jumps to the end of the program.

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Features Wishlist
« Reply #1068 on: August 10, 2010, 12:35:51 am »
When you get an Error Lable, could it tell you which Lable its missing?  The jump to Error doesn't help because it just jumps to the end of the program.

Looks like you're having the same problem as me, label missing errors being thrown with no missing labels to be found.

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1069 on: August 10, 2010, 12:48:34 am »
no it was a missing label actually, and it took me ages to search through every single label individually to find the one that was missing.

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Features Wishlist
« Reply #1070 on: August 10, 2010, 12:52:51 am »
Oh, at least you could find it and fix it.

Offline LordConiupiter

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 339
  • Rating: +3/-0
  • Just one of the thousands of Axe-fans...
    • View Profile
Re: Features Wishlist
« Reply #1071 on: August 13, 2010, 04:17:02 am »
someting I would like to have: when you have "prgmA01" in your code, and when you hover that with your cursor, and then press [Enter], that then the program A01 is opened. Is this possible?
everytime that I was down, you would always come around, and get my feedback on the ground. (modified part from 'Seasons in the sun')

No matter how many errors are bothering you, always try to stay rel-Axe!

The HoMM project will be resumed as soon Axe 1.0.0 will be released!
Projects:
Code: [Select]
HoMM:   [==--------]    Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :P
tiDE:   [----------]    Explored and understood the main part of the code: just started writing a Tokenizer.



password of the week: uvanapererubupa (Any pronunciation is the right one ;) )   :D click me, and you'll be raided :D

Offline Builderboy

  • Physics Guru
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5673
  • Rating: +613/-9
  • Would you kindly?
    • View Profile
Re: Features Wishlist
« Reply #1072 on: August 16, 2010, 12:38:25 am »
Might it also be useful when an error is produced in an included program which is archived, to say which included program the error occurred in? Otherwise it might be difficult to track down which included program is misbehaving.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55941
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Features Wishlist
« Reply #1073 on: August 16, 2010, 01:27:28 am »
As for Mode 7, I think it should probably use Calc84maniac Mode 7 engine, assuming he's willing to give the source for it. Were you planning to have 3D stuff as axioms, btw?

EDIT: MWAHAHAHAHAHA! 55555th post on the forums :P
« Last Edit: August 16, 2010, 01:31:12 am by DJ Omnimaga »

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Features Wishlist
« Reply #1074 on: August 16, 2010, 01:39:42 am »
Not sure yet.  Most likely 'yes' as a way to promote my updated Axiom engine (which isn't near finished yet).  Calc84maniac's is great, but it relies on too much self modifying code and unrolled loops.  Luckily I found a simpler source for a different mode 7 engine and after some major optimizations, you don't notice much speed difference between this and the F-zero engine.  I found enough optimization to offset the SMC removal with even more extra speed and the Axe routines seem to suffice for the multiplication with very little speed loss.  This will of course be a "15MHz recommended" command because I can't see it playable at a decent framerate without it.

@Builderboy its possible... I'll see what I can do.
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Features Wishlist
« Reply #1075 on: August 16, 2010, 07:52:34 am »
I think some good features to add would be the "break" and "continue" control statements (for those who don't know, "break" will exit a For, While, Repeat loop immediately and "continue" will go immediately to the next iteration of a loop)
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Features Wishlist
« Reply #1076 on: August 16, 2010, 08:54:38 am »
Break and continue can both be done with Goto's, though official support that allows us not to use Lbl's would be nice.
Basically, seconded :)
"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 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: Features Wishlist
« Reply #1077 on: August 16, 2010, 09:56:59 am »
Calc84maniac's is great, but it relies on too much self modifying code and unrolled loops.
I thought F-Zero was an App...  So it isn't, or is there a way to make SMC work with an App?

I agree with the break and continue statements as well. :)

Offline calcdude84se

  • Needs Motivation
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2272
  • Rating: +78/-13
  • Wondering where their free time went...
    • View Profile
Re: Features Wishlist
« Reply #1078 on: August 16, 2010, 10:20:50 am »
If it is an app (I don't know), he probably copied code to RAM and executed it from there.
"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 TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: Features Wishlist
« Reply #1079 on: August 16, 2010, 05:55:56 pm »
Calc84maniac's is great, but it relies on too much self modifying code and unrolled loops.
I thought F-Zero was an App...  So it isn't, or is there a way to make SMC work with an App?

I agree with the break and continue statements as well. :)
It is an app, and it does. There was some discussion about this on IRC. Apparently F-Zero itself wouldn't be adaptable simply because of how it was written.