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 ... 359 360 [361] 362 363 ... 424
5401
TI Z80 / Re: [PROJECT] Racer3D: Replay
« on: November 27, 2010, 07:12:09 pm »
In Axe, just about all mathematics and comparsions are, by default, unsigned. And in an unsigned system, you can never have a value less than zero. What you need is a signed comparison.

Code: [Select]
:If -B>0
#DO CODE
:End

You mean this?

5402
Art / Re: 3D Art
« on: November 27, 2010, 07:04:12 pm »
I know the key, by the way. However, it's extremely hard to use it and I always end up pressin Ctrl+Z.

I will take a look at that tutorial for help with this :)

5403
Site Feedback and Questions / Re: JavaScript DialogBox Private Messages
« on: November 27, 2010, 07:00:13 pm »
Since I'm using firefox, it alerts me if a site tries to open a popup and let's you either make ff stop alerting you, temprarily allow the popups, or add an exception. I guess other browsers don't have the alert so you know a popup has been blocked.

In most websites, pop us are not veryh healthy so Chrome automatically disables them ;D

5404
tiDE / Re: tiDE Feature Requests
« on: November 27, 2010, 06:58:58 pm »
I recommend a to-calc sender, not sure if you can do it and only Texas can, but check for USB, check for calculators, and directly send files to calculator.

I love this idea, but not sure if possible.
We know how to send files.  TILP has been doing it for a while. I have a site with the protocol if you want it. Also, SirCmpwn, I can help a little bit with that if you need it.  Send me a PM if you need help with that.

Yeah of course we can, tiLP is third-party. I forgot about tiLP. Anyways, if you help Sir, great, because I'd love to see this feature!

5405
Art / Re: 3D Art
« on: November 27, 2010, 06:55:24 pm »
Extrude it many times, hein? When I learnt extrude, the guy told me I was going to be using it many times!


5406
tiDE / Re: tiDE Feature Requests
« on: November 27, 2010, 06:50:29 pm »
I recommend a to-calc sender, not sure if you can do it and only Texas can, but check for USB, check for calculators, and directly send files to calculator.

I love this idea, but not sure if possible.

5407
tiDE / Re: tiDE
« on: November 27, 2010, 06:45:18 pm »
The screenshots are very good! I love the way it looks, congratulations!

5408
Art / Re: 3D Art
« on: November 27, 2010, 06:43:12 pm »
WOAH! How you make the mirror?

Very good! I don't know how to make curved things though :P

5409
tiDE / Re: tiDE Team
« on: November 27, 2010, 06:42:04 pm »
I could help, have Visual Studio C#. HOWEVER, I have limited knowledge on C#.

Are you using the Designer for the GUI?

I really wanna help if you need a mediocre programmer of C# in the team :)

EDIT: I'm now opening VS to get more comfortable with it, so I can help you more Sir. YAY AN EXCUSE to get back to C# after 2 months without touching it!

5410
Computer Programming / Re: SourceForge VS Google Code
« on: November 27, 2010, 06:36:38 pm »
Another alternative is Codeplex, which is where I host tiDE.  It's great for C# and other similar projects, because it supports TFS (version control built into Visual Studio).  It also has a nice web-based source code explorer.  However, with Sourceforge, you get a massive userbase, so this is where I host other projects, such as KnightOS.  It is pretty powerful, too.  Their web hosting is the best by far - they give you an empty directory to FTP into and put whatever you like, where index.* is the file that [your project].sourceforge.net points to.  It is great.  But you get tons of users browsing your files, as well.  It also has support for subversion, which is easy and nice.  It also has a reviews and ratings system, and will feature your programs if they are good enough.

SourceForge 1 - 0 Others

hahaha just kidding, but the way you say it makes it look quite cool.

What I most like is the FTP Server, which gives you TOTAL control of rhe website :)

5411
TI Z80 / Re: "Maxwell's Demon" Port (Axe)
« on: November 27, 2010, 06:20:02 pm »
I've kind of made a sort of universal menu in a subroutine so I don't have to code the same menu 5-10 times :P
It's in the Axe parser thread.
I'm working on options, which will have to involve an appvar or SMC.  And that kind of stuff can get complicated really fast if you don't plan ahead of time and know exactly what you want to add before you add it...

Great then! Good luck!

Also, I gotta check some already-made-by-other-members-of-community menus :)

5412
TI Z80 / Re: [PROJECT] Racer3D: Replay
« on: November 27, 2010, 06:11:08 pm »
Okay, Calcdude, I found a working way (using my calculator, I can't simulate the compiler with my mind yet, like I do with Python).


A screenie and a .8xp is attached for you to see, there is 1 problem, that you can easily see in the GIF.

Code:
Code: [Select]
:.PICTEST
:[38107C1010282828→Pic1
:0→A
:Lbl 0
:ClrDraw
:ClrHome
:Pt-Change(0,0,Pic1
:DispGraph
:Lbl 1
:If A>99
:0→A
:ClrDraw
:Pt-Change(A,0,Pic1
:DispGraph
:End
:If A<0
:90→A
:ClrDraw
:Pt-Change(A,0,Pic1
:DispGraph
:End
:Repeat getKey→Z
:End
:Repeat getKey(15)
:If Z=3
:ClrDraw
:A+10→A
:Pt-Change(A,0,Pic1
:DispGraph
:Goto 1
:End
:If Z=2
:ClrDraw
:A-10→A
:Pt-Change(A,0,Pic1
:DispGraph
:Goto 1
:End
:End
:Lbl 2

It was supposed to go to (90,0) when you press left and Pic1 is at (0,0).

Any idea how to fix this?

5413
Ndless / Re: Ndless 1.7 for TI-Nspire
« on: November 27, 2010, 05:14:43 pm »


This image is sure hard to understand, let's just wait for Ndless2.0 and if ExtendeD takes too long, we just kill him or ask netham45 to do so for us hahah

5414
TI Z80 / Re: [PROJECT] Racer3D: Replay
« on: November 27, 2010, 04:44:42 pm »
Code: [Select]
:[38107C1010282828->Pic1
:10->A
:Lbl 0
:Pt-Change(0,0,Pic1
:DispGraph
:Repeat getKey(15)
:Goto 2
:End
:Lbl 2
:Repeat getKey->Z
:If Z!=3
:Goto 0
:End
:If Z=3
:ClrDraw
:Pt-Change(0,10,Pic1
:End

Or should I do something like:

Code: [Select]
:Repeat getKey->Z
:End
:While Z!=15
:If Z=3
:ClrDraw
:Pt-Change(0,10,Pic1
:End

The second one looks better to me :)

5415
Site Feedback and Questions / Re: 'Oscars'-like Awards
« on: November 27, 2010, 04:37:43 pm »
Best Calculator Program:
-Doors CS7
-Axe 0.4.5
-Ndless
// Mobile Tunes VS OmniCalc?



PC Calculator Development Best Program:
-SourceCoder 2.5
-Tokens
-___________
-___________
// Shall we shut this category, or anyone has anything else to add?



On-Calculator Development Best Program:
-Mimas 0.3
-(nemo's 4 level grayscale 8x8 sprite editor) name?
-squidgetx sprite editor


Asm Programmer of the year:
-Kerm
-Calc84
-Sircmpwn
-Hot Dog


Axe Programmer of the year:
-Builderboy
-nemo
-ASHBAD_ALVIN
-Runer112



Basic Programmer of the Year:
-Builderboy
-Eeems
-Raylin
//One more


Game of the Year:
-The Impossible Game
-Jumpman
-Pyrixx Adventures
-Simul
-Exodus


Revelation Programmer/Program of the Year:
-Ti-DKS
-ScoutDavid
// 2 more, agree?


So, Bold are to finish and underlined are finished.

HotDog for sure!

Pages: 1 ... 359 360 [361] 362 363 ... 424