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

Pages: 1 ... 22 23 [24] 25 26 ... 385
346
TI Z80 / Re: testing gravity
« on: October 09, 2011, 09:54:23 pm »
It looks pretty awesome, parser.  Excellent work. :)

347
Introduce Yourself! / Re: Hello!
« on: October 09, 2011, 09:52:13 pm »
Hello, and welcome to Omnimaga!  I hope you have a wonderful time here. :)

348
TI Z80 / Re: Bounce Falldown
« on: October 09, 2011, 07:37:28 pm »
That looks really awesome.  It's too bad this was never finished. :'(

349
Axe / Re: Axe Q&A
« on: October 09, 2011, 01:04:23 pm »
If the coordinates are constant you can save a lot of space. If the coordinates are separatley evaluated expressions then it doesn't matter.

(I think)
Ah, I didn't realize this.  Thanks!
Why isn't this auto-optimized in Axe though?

350
TI Z80 / Re: zStart - an app that runs on ram clears
« on: October 09, 2011, 01:03:16 pm »
Ah! Find/replace was what I was gonna ask for next!
About the Undo:
4000 bytes is a little ridiculous for a line.
I have only had one source in my entire coding experience go over 4k, and that's because it consisted of gigantic walls of text. One source! I understand that sources can get a lot bigger, but the point I am trying to make is that, if you have one line that's 4000 bytes long, you really need to rethink your code, even if it's data; one keypress, and thousands of bytes of data are gone. What about halving it? Having half for the undo, and half for the clipboard.
Also, can we please have a button to quit the editor without saving? Or, better yet, have a button that brings up a menu of all the things zStart can do, and one option in that menu is to quit w/o saving.
Frey makes some really awesome points, and I second them all.  Find and replace, undo, halving the buffer, and a button to bring up an editor menu would all be awesome.  Of course, this would require zStart to become a two page App, which means this: Thepenguin, are you ready to take your amazing one page App and turn it into an even better two page App?

351
Axe / Re: Axe Q&A
« on: October 09, 2011, 10:40:07 am »
Yes, I believe they both work, but don't they produce the same sized code (or did Quigibo change this back)?

352
Axe / Re: Axe Q&A
« on: October 09, 2011, 10:37:38 am »
Tip:
Instead of
Code: [Select]
Text(x,y,"string") you can use
Code: [Select]
Text(Y*256+X):Text "String" to save space (could be outdated, and maybe you have to invert x and y in Y*256+X)
Oh, yeah, and I forgot to mention that this tip is outdated as of Axe 0.2.3 or so. ;)

353
Grammer / Re: Grammer
« on: October 09, 2011, 10:36:07 am »
(>DMS???????) (???'s are just three question marks. Silly emoticons...)
Hey awalden, and welcome to Omnimaga.
If you don't want part of your post to use emoticons you can just type [nobbc] and [/nobbc] around it.
Ex:
Code: [Select]
[nobbc]???[/nobbc]???

@Xeda: Grammer's updates are looking amazing. :D

354
Axe / Re: Axe Q&A
« on: October 09, 2011, 10:28:28 am »
In term of space in the compiled code. Are those methods the same ?
Code: [Select]
"test"[00]→Str1
Text(0,0,Str1)
Code: [Select]
Text(0,0,"test")
No, they are not the same.  Since Axe automatically appends a [00] to the end of everything with quotes around it that you store to a location (like "test"→Str1) the code on the left will actually be one byte larger.
These two are the exact same:
Code: [Select]
"test"→Str1
Text(0,0,Str1)
Code: [Select]
Text(0,0,"test")
I hope this helped clarify things. :)

356
Graviter / Re: Graviter
« on: October 08, 2011, 09:14:37 am »
That looks awesome just as is.  I really like it! :D

357
TI Z80 / Re: Firefall (Beta)
« on: October 07, 2011, 08:53:40 pm »
Here's how you make this cooler:
Leave a Grayscale trail for a few pixels behind each end of the main wing.  It'd look awesome.

358
Miscellaneous / Re: Where Did Your Name Come From?
« on: October 07, 2011, 03:39:17 pm »
Merged. :)

359
TI Z80 / Re: Firefall (Beta)
« on: October 07, 2011, 03:36:51 pm »
For some reason I can't transfer this to others' calculators off of mine.  Is this a problem on my end, or is there something strange in the source?  Has anyone else experienced this?

360
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: October 07, 2011, 03:27:34 pm »
Quote
<leafy> BBOY
<Bboy> :D
<leafy> i have a boner to pick you with
<Netham45> D:
* Bboy hides
>.<
I didn't know leafy played the trombone.  ::)

Pages: 1 ... 22 23 [24] 25 26 ... 385