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 - Darl181

Pages: 1 ... 72 73 [74] 75 76 ... 253
1096
Axe / Re: Axe tile mapping! HELP!
« on: November 24, 2011, 10:22:18 pm »
You can have up to 255 choices if you use one byte (two hex chars)

1097
Axe / Re: Axe tile mapping! HELP!
« on: November 24, 2011, 10:11:36 pm »
So, is there one part in particular you're confused about?

1098
Axe / Re: Axe tile mapping! HELP!
« on: November 24, 2011, 10:08:13 pm »
So you're trying to store the pics one after the other into a GDB?
...
Technically you don't "store" in a GDB, GDB#, Str#, Pic# etc are just pointers much like L1, except you declare them yourself.
To have the pics after the GDB you can do something like this:
[]→GDB1
[FFFFFFFFFFFFFFFF]
.or [FFFFFFFFFFFFFFFF]→GDB1, it's basically the same thing iirc
[FF818181818181FF]
[0000000000000000]
.etc

and just sub GDB# for the normal Pic#.

Is this what you're trying to do?

1099
TI Z80 / Re: Essence
« on: November 24, 2011, 11:31:41 am »
Yeah the options screen is definitely a placeholder, and as for the main menu I'll prolly keep this one to save time :P (tho I'll prolly add another option or two, I think I did it right where it's sort of easy to add a new one, also I should to find some place in which to slot in a title)

1100
The Axe Parser Project / Re: Features Wishlist
« on: November 24, 2011, 11:24:05 am »
Hm, well I guess worst-case scenario one could Exch() tho that would add to the size..

1101
OmnomIRC Development / Re: Ding on highlight
« on: November 23, 2011, 02:40:24 pm »
Back on-topic did the Ding sound break due to browser updates or because something was broken in OmnomIRC?
It used to work a long time back, but both omnom and firefox have been updated since then...and if it's not working in chrome either then yeah.
Actually come to think of it I could check at some point, I think I have firefox 4 laying around somewhere.

1102
Site Feedback and Questions / Re: Idea: [key ] bbcode
« on: November 23, 2011, 02:35:28 pm »
Notmally [*], [+] and some others start doing random bullet points
  • [0]

and this gets rid of it ;D
[key]
  • [/key]

    It's just kind of weird, in the preview window it shows the bullet points with visible nobbc tags around them but in the actual post it works right..

1103
Site Feedback and Questions / Re: Idea: [nobbc] bbcode
« on: November 23, 2011, 02:06:55 pm »
[*]
[test]

Hm, it looks like it changes the text but doesn't..
Cool, it doesn't look like that in the preview window but yay it works :D

Edit: lol it even changed the topic title

1104
Site Feedback and Questions / Re: Idea: [key] bbcode
« on: November 23, 2011, 01:58:58 pm »
(or they just could make 'smilies' for each key) :P
That might work, if the images from the getkey table were used or something.
Tho it might get weird if someone wants to use a key, say, on the 89 that the 83p doesn't have :P

1105
The Axe Parser Project / Re: Features Wishlist
« on: November 23, 2011, 01:54:10 pm »
Yes, but if you have something like 20 lines in a row where you're modifying a tertiary buffer, it gets kind of tiring typing in the fourth argument 20 times (esp. if there's lowercase letters) :/

1106
The Axe Parser Project / Re: Features Wishlist
« on: November 23, 2011, 01:51:57 pm »
Sorry--I'm not talking about DispGraph, I'm talking about things like Pt-On(), Rect() and the like.

1107
Site Feedback and Questions / Idea: [key ] bbcode
« on: November 23, 2011, 01:35:33 pm »
I've noticed, and ran into myself, some random problems when trying to type out calc keys on the forums.  Normally brackets would work, like [ON], but a few of them mess up, such as +,* and some others.
I was looking at the wiki tag and it looks like it might be possible to draw a solid rectangle around the words, [axe]like the wiki tags do the dotted lines.[/axe]

What I'm thinking is of a [key ]tag[/key ], or maybe [k] for short, that would draw a rectangle around the words inside of it so the problems don't happen anymore.
Would this be feasible?

1108
The Axe Parser Project / Re: Axiom Requests
« on: November 23, 2011, 12:09:15 pm »
I don't know if this is possible, but:
an axiom that turns the calculator off? such as in password programs?
You don't really need an axiom to do that ;)
http://ourl.ca/9749

1109
Axe / Re: Axe Q&A
« on: November 23, 2011, 12:01:26 pm »
When an appvar or program is created with GetCalc(), is it necessarily filled with anything?  Or is it just whatever random stuff happens to be in that chunk of memory?

1110
The Axe Parser Project / Re: Features Wishlist
« on: November 23, 2011, 11:59:37 am »
Would it be possible to do something like #RealLoc() for the buffer? (meaning, instead of always defaulting to L6 you could have it default to, say, a 768-byte appvar)

Pages: 1 ... 72 73 [74] 75 76 ... 253