Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - parserp

Pages: 1 ... 12 13 [14] 15 16 ... 113
196
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 02, 2012, 12:46:38 pm »
2951: you have eaten people because of that.

197
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 02, 2012, 12:45:32 pm »
^^^^^^

2949: You have memorized the links for rickrolled and nyan cat.

198
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: July 02, 2012, 11:50:30 am »
2947: you know that it is "We repeat stuffs in here. A lot", and not "We repeat stuffs here. A lot".

199
TI-BASIC / Re: Shells
« on: July 02, 2012, 11:28:11 am »
I'm not aware of any, though there are some minor quirks (like the 2nd/ENTER keystroke that gets sent to any getKey at the beginning of the program).
You mean It was not my fault all this time? O.O I always thought it was my game screwing up.:P

200
OmnomIRC Development / Re: Displaying login message
« on: July 02, 2012, 11:12:06 am »
Also maybe join/quit messages on omnomIRC, tho that could get spammy.
Like on Cemetech?

201
Axe / Re: Mirage OS usage
« on: July 02, 2012, 11:09:58 am »
And whats in the subroutine? sorry im just really confused because im new to this.
If you're new to Axe, I'd suggest using a simple appvar. They are super easy to use, and it's harder to accidentally mess up your calculator.
Check out this tutorial: http://www.omnimaga.org/index.php?action=articles;sa=view;article=58

202
Fruit Ninja / Re: Fruit Ninja
« on: June 29, 2012, 02:25:25 pm »
You created your own subforum... Does this mean that you will be expanding it in the near future? :D

203
Axe / Re: Axe Q&A
« on: June 27, 2012, 11:07:24 pm »
So basically, the fancy GetCalc statement is just to save the highscore in both the origional copy and the temporary RAM copy? (So that whichever one is copied back to the original program, the highscore still saves) ?

204
Casio Calculators / Re: PRIZM will not turn on
« on: June 27, 2012, 08:50:44 pm »
Where do you live?
This is an awkward question... :P

EDIT: 1300 post :D

205
Axe / Re: [INDEV] [TUTORIAL] How to save data in a program
« on: June 27, 2012, 08:18:52 pm »
:w00t: ^9001

206
Axe / Re: Axe Q&A
« on: June 27, 2012, 07:24:24 pm »
If I recall correctly Deep Thought said it was just a fancy optimization. You can still easily just reference GDB3 the normal way.
If I did do that, wouldn't it not work because of
When the TI-OS runs an ASM program, it copies it to $9D95 and deletes the copy when its done. Thus, any changes to the running copy don't do anything.
this? ^^^
GDB3-E9D93 is the offset to the high-score value from the start of the ASM program header.
So, in my program, I would need a different offset, right? And how would I figure that offset out?

207
Axe / Re: Axe Q&A
« on: June 27, 2012, 02:54:10 pm »
Well, what I would do is creating a str/gdb/pic (w/e) and store the highscore in that since when you write to a string/ w/e ya chose (basically it's the same) you use writeback. I have never really used it, tho.
That's currently what it's using, it stores the highscore to GDB3 if i'm not mistaken. I could do it some other way, but the only thing holding me back is how to tell if it is the user's first time running the program, and then to initalize the data respectively, or don't if it isn't their first time.

208
Axe / Re: Axe Q&A
« on: June 27, 2012, 02:32:43 pm »
(This question is directed toward Deep Thought, but if anybody could answer it, that would be great)

I was trying to figure out how to save a highscore within the program, rather than in an appvar, so I looked at the snakecaster source to try to figure it out.
I'm pretty sure that I got everything else working, except for this one line of code.
Code: [Select]
:GetCalc(E8478)+GDB3-E9D93->Q     //Where E is the little E on calc (2ND + , )
This is what 'gets' the highscore at the beginning of the program, but I'm unsure of exactly what all the stuff is for. (and why it's not working for me)

209
Casio Calculators / Re: PRIZM will not turn on
« on: June 27, 2012, 01:35:02 pm »
They gave you a free 1GB flash drive? O.O

210
Axe / Re: Axe Q&A
« on: June 26, 2012, 04:22:58 pm »
For Icons, use #Icon. (key: identity) It is 64 hex characters long, for a 16*16 image.

IRC is Internet Relay Chat
ASCII is the American Standard Code for Information Interchange, a character encoding type thing. en.wikipedia.org/wiki/ASCII

Pages: 1 ... 12 13 [14] 15 16 ... 113