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

Pages: 1 ... 377 378 [379] 380 381 ... 424
5671
Site Feedback and Questions / Re: 'Oscars'-like Awards
« on: November 22, 2010, 08:30:39 am »
The best plotline looks really cool.

Okay, maybe not POTY; we could change its name to "Overall best program"?

We could have Best Platformer, Best RPG, Best Racer, Most dwnladed...

Well, a bunch of them could be made.

DJ, if this is going ahead, I think it should be done quickly :S

5672
TI Z80 / Re: Tokens
« on: November 21, 2010, 04:09:39 pm »
It's planned, I just haven't gotten around to it yet. Work and personal issues have taken most of my energy, so I just wanted to get a release out.

Yeah, highlighting is not very hard*, I managed to do it in C# one day :)

5673
Axe / Re: 16*16 Images
« on: November 21, 2010, 04:08:42 pm »
Also, I'm a little confused as to what you intended your getKey code section to do. The Repeat doesn't have a matching End, and it doesn't make sense to have code to check a getKey value inside of a loop that will end whenever you press a key.

What doesn't work is the image :S It is all confused and crazy :s


And I'm using Pause 9999

5674
TI Z80 / Re: Tokens
« on: November 21, 2010, 04:06:14 pm »
Hmm code highlighting? If you don't have that already that might be cool. I think Cooliojazz had this in his BASIC/Axe editor.

It is in SourceCoder too :D

5675
Axe / Re: 16*16 Images
« on: November 21, 2010, 04:05:04 pm »
Code: [Select]
Pt-Change(0,0,Pic1
Pt-Change(8,0,Pic1+8
Pt-Change(0,8,Pic1+16
Pt-Change(8,8,Pic1+24

Didn't work :S

Code: [Select]
Pt-Change(0,,Pic1
Pt-Change(8,0,Pic1+8
Pt-Change(0,8,Pic1+16
Pt-Change(8,,Pic1+24

Nice optimization, gotta try it too :)

5676
TI Z80 / Re: Tokens
« on: November 21, 2010, 04:01:56 pm »
It doesn't really have anything new over what I had up before, except for some better error-recovery and a readme :).

:) I really like Tokens, I hope some major updates are about to come, but I see none, maybe a highlighter?

Maybe an optimizer too ;)

5677
Miscellaneous / Re: Are we Feature Driven?
« on: November 21, 2010, 03:22:26 pm »
Well Omnimaga used to mostly be TI-BASIC, but it kinda changed as the forums got more active, then Hot Dog released his guide to learn ASM and Axe helped some people transition to ASM.

In the beginning people used to program more TI Basic because Axe didn't exist yet :S

5678
Site Feedback and Questions / Re: 'Oscars'-like Awards
« on: November 21, 2010, 03:21:21 pm »
Yes, here's what I think is best:

A judge of 5 nomitaded by you DJ, chooses 4 persons for each prize and then a poll to decide the winner from each group of 4

:)

EDIT: 666th post! HOW EVIL

5679
Axe / Re: 16*16 Images
« on: November 21, 2010, 03:18:28 pm »
Code: [Select]
Pt-Change(0,0,Pic1
Pt-Change(8,0,Pic1+8
Pt-Change(0,8,Pic1+16
Pt-Change(8,8,Pic1+24

Wuuuh thanks much! Like your reply ;)

5680
Miscellaneous / Re: Are we Feature Driven?
« on: November 21, 2010, 03:16:47 pm »
Yea, although I notice a growing amount of ASM coders. For a while the ASM section got more activity than the TI-BASIC one, even though in 2009 there were like 100 ASM posts.

Most Asm( programmers have topics for their projects and post their Asm( doubts and questions there, maybe?

5681
Axe / 16*16 Images
« on: November 21, 2010, 03:13:43 pm »
Hey, I was trying to implement an image in my programs, a 16*16 image, this is the code:

Code: [Select]
00000000000000000000000003F80404080410027FFF8001FFFF781E4812300C
So I would have:

Code: [Select]
Lbl 1
[00000000000000000000000003F80404080410027FFF8001FFFF781E4812300C->Pic1
Pt-Change(0,0,Pic1
DispGraph
Repeat getKey->Z
If Z>=1
Goto1

However, nothing appears, is it a temporary problem or it works for you?

I gotta try it in WabbitEmu but I can't now :S


5682
Site Feedback and Questions / 'Oscars'-like Awards
« on: November 21, 2010, 03:09:32 pm »
Hey everyone, I'd like to tell you about my idea:

I know about POTY, but I think that we could have something bigger with some more awards.

I would suggeste:

POTY;
Best Game/Program Graphics;
Most helpful programmer in the forum;
Revelation Programmer of the year.


Okay, these are just 4, we could have more but I can only remember this ones.

I think it would be sweet to implement them this year :)

About the judge... Hum... Admnistrators?

Well, please tell me what'ya think!

5683
TI Z80 / Re: [2.5D project] Baa Baa Blacksheep
« on: November 21, 2010, 09:13:59 am »
I like the idea, radar flying for calculator :) Good Luck!

5684
Metroid: Chozo Mission / Re: Metroid Chozo Mission
« on: November 20, 2010, 02:13:15 pm »


I can't sleep bebacuse of this! Damn, it is your fault!

lool, just kidding, but the more I see this GIF; the better I think the game is :)

5685
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: November 20, 2010, 02:12:02 pm »
lol, but really, the End statements aren't needed?  :o

TI Basic ones no :)

Pages: 1 ... 377 378 [379] 380 381 ... 424