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 ... 34 35 [36] 37 38 ... 385
526
Humour and Jokes / Re: What is your favorite joke?
« on: September 09, 2011, 11:01:21 pm »
that was a good one black
I liked it too. ^-^

527
The Axe Parser Project / Re: Features Wishlist
« on: September 09, 2011, 10:56:58 pm »
How about, when the compiler hits an error, it displays the name of the source program the error is in?  It's really fun when there's like 10 source programs/libraries and they're all archived x.x
Yeah really.  That'd be a nice feature.

Alright, everybody knows about the getPixel routine. But you know what would be cool? A getSprite routine, of course! I modified the getPixel routine so it grabs an 8x8 sprite from the buffer (and it's optimized for aligned reads!)
I think it should be added.

528
Axe / Re: Physics Based Collisions
« on: September 09, 2011, 10:54:32 pm »


Holy crap.
Well said.

Builderboy, do you remember what that screenie was from?  I remember it from something.  Was it Zedd?

529
ASM / Re: Space for Fourth Buffer
« on: September 09, 2011, 10:49:30 pm »
   $8000 is also free to use as long as you don't archive/unarchive anything, just be sure to call bcall(_fillBasePageTable) when you are done.

Why do you need the bcall routine afterwards?
Some operating systems (I believe the 83 ones, but I may be wrong) there is a table that has to do with Applications somewhere in that block of memory.  If you destroy it, that bcall will rebuild it and make it as if it was never destroyed.

530
ASM / Re: Space for Fourth Buffer
« on: September 09, 2011, 10:36:43 pm »
Is this a program?  If so, you could alternately add 768 bytes of data to the program and use that as your fourth buffer.
(Personally I'd use the space at $8000.  I used it in Cube Droid and found it the smoothest method of obtaining more data space.)

531
Math and Science / Re: Builderboy's Lobster Puzzle-- A geometric approach
« on: September 09, 2011, 10:34:49 pm »
Regardless on whether or not it's the "correct" solution, I think it's an awesome program that really showcases Grammar.  Nice work, Xeda. :D

532
Pokémon Purple / Re: [PP] Progress '11
« on: September 09, 2011, 03:17:05 pm »
This is looking nice.  You've made quite a bit of progress in the past month. :)

Quick question:
Have you ever considered using Text(Y,X,"       ") or Text(-1,Y,X,"       ") to erase things instead of Line(X1,Y1,X2,Y2,0) ?

533
Humour and Jokes / Re: What is your favorite joke?
« on: September 08, 2011, 08:49:03 pm »
2. What do you call a cow with no legs?
Spoiler For Answer:
Ground Beef
Groan. O0

534
TI Z80 / Re: gSHUMP
« on: September 08, 2011, 06:58:11 am »
This looks pretty cool.  Nice job, Darl. ;D

535
TI Z80 / Re: zStart - an app that runs on ram clears
« on: September 08, 2011, 06:56:00 am »
continuing on with the whole "revert to a previous file version" topic, what would be really nice is an option, after having finished editing an archived program, to either get rid of the changes you made (in case you accidentally cleared something important) or save it back to the archive. there was some app or other that had that feature, and i was disappointed when Doors didn't.
CalcUtil allows this, although so does zStart.  In zStart, you pull a battery if you don't want to save changes (and you're editing from archive and have all your important stuff in archive as well).

536
TI Z80 / Re: Zedd Physics Library
« on: September 07, 2011, 09:46:15 pm »
This is insane.  Excellent, excellent job, Builderboy.

How did you make the Demo compile?  O.O

537
Introduce Yourself! / Re: Hi there!
« on: September 07, 2011, 09:42:20 pm »
Welcome to Omnimaga, DualBLDR.  I hope you have a wonderful time here. :)

538
TI Z80 / Re: zStart - an app that runs on ram clears
« on: September 07, 2011, 07:07:42 pm »
Would it be possible to retain the last five versions of a program through GarbageCollects?  This would probably be sufficient, though I didn't request it earlier because I figured it'd be hard to pull off. :-\

539
Graviter / Re: Graviter
« on: September 06, 2011, 09:56:15 pm »
This looks awesome.  I can't wait to try the demo.  Who knows how long I've played the last one. :D

Also, good luck with all the new features.  It sounds like a daunting task. ;)

540
TI Z80 / Re: zStart - an app that runs on ram clears
« on: September 06, 2011, 09:52:44 pm »
Feature Request:
A catche of older versions of the program you're currently editing in the archive.  This would be cleared every time you GarbageCollect, but it'd still be nice in case you completely screw up the program you're editing and would like to go back to a previous version of it.

Pages: 1 ... 34 35 [36] 37 38 ... 385