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

Pages: 1 ... 16 17 [18] 19 20 ... 375
256
The Axe Parser Project / Re: Tangent?
« on: May 07, 2012, 10:31:47 pm »
Well using an angle method still works well, and if this is for some sort of shooter game, that means you can re-use some code for any bullets that are being fired back at you :D

257
The Axe Parser Project / Re: Tangent?
« on: May 07, 2012, 09:30:55 pm »
Instead of using slope and a flag, would it not be easier to use just an angle instead?  That way you can specify the full range of directions in equal precision, and it would take up less data and use already implemented Axe commands.  Your slope would range from 0 to 256, where 0 is directly to the right, 64 is directly down, 128 is directly to the left, and 192 is directly up.  To extract the directions from the angle, simply use Cos(angle) for the X direction and Sin(angle) for the Y direction

258
Minecraft Discussion / Re: Minecraft
« on: May 04, 2012, 08:55:59 pm »
If anybody is interested, I have just recently released a new version of my own multiplayer minecraft puzzle map, and it might be fun to temporarily set it up on a server and play through it :D  Anybody interested?

259
Computer Projects and Ideas / Re: Procedural Generation
« on: May 02, 2012, 08:35:16 pm »
I wrote a terrain generation routine a while back in Axe, you can find more info about it Here.  It's pretty simple compared to yours though :P That looks pretty awesome!  I might suggest making the depth-map have a bit more effect, so you get stuff like mountains and valleys and stuff.  You could even do something like what minecraft used to do, and have 2 depth maps, one that is very coarse for large details like mountains and stuff, and a very fine one to give small details like the ground

260
Axe / Re: IO Port
« on: May 02, 2012, 10:27:25 am »
can someone explain what this function does exactly? i've looked for it, but never found something.. what kind of status is it?

It is used for communicating over the link port.  You may or may not know that the link cable has 3 wires called ring, tip, and ground.  Software cannot change the ground wire, but it can change the ring and the tip.  By writing a number from 0-3 into port, you are directly controlling these 2 wires.  By reading from Port, you are testing the current value of those two wires

261
TI-BASIC / Re: Strange/Rnd domain err.
« on: May 01, 2012, 10:57:53 pm »
My general rule is to never use the Y variable, since you never can tell when it is going to get corrupted

262
Axe / Re: 3D in Axe - Isometric Projection
« on: May 01, 2012, 09:00:25 pm »
Actually chrome doesn't have that cap anymore :D they fixed it ^^

263
TI-BASIC / Re: [CHALLENGE]Logic and Optimization
« on: May 01, 2012, 04:56:29 pm »
I was able to do 25 bytes, but my input string is backwards, and it takes Ans as the string input instead of Str1 D:  It also has the benefit of being a single line

Code: [Select]
.5sum(seq(expr(sub(Ans,X,1))2^X,X,1,length(Ans
Your program can be simplified with the use of expr() as well, instead of the ="1

264
Seems I can't access the server?  Is it still up? D:

265
TI Z80 / Re: Zedd Physics Library
« on: April 26, 2012, 02:11:50 pm »
Yes Zedd works for any size rectangle, although with the current tile detection things might get a bit weird if you make the object larger than the tiles.  And sure, why don't you send me a PM and we can work through some of the code that is giving you trouble :)

266
Site Feedback and Questions / Re: A whole bunch pf posts just vanished
« on: April 24, 2012, 08:30:04 pm »
Apparently Netham accidentally two whole days worth of posts D:

267
News / Re: Incoming Downtime
« on: April 24, 2012, 05:20:14 pm »
I'm still having lots of delay when loading pages, is this going to improve i hope? D:

268
TI Z80 / Re: Axe Emulator
« on: April 19, 2012, 04:02:09 am »
OMG nice :D :D :D
Also
niceframerate XD

edit:
is color also planned to be implemented?

How could color be implemented if it interprets axe? o.O

269
Axe / Re: Help with freq( command
« on: April 16, 2012, 11:00:13 pm »
Leafy you silly, Axe supports converting decimal numbers like 1.29 into 8x8 format :D

Code: [Select]
INT.DEC The non-integer decimal number as an 8.8 fixed point number. Maximum 3 decimal places allowed.

270
News / Re: DDoS attack leads to 16 hours of Omnimaga downtime
« on: April 16, 2012, 01:38:23 pm »
It does beg the question though, why *does* the incoming data spike before the crash?

Pages: 1 ... 16 17 [18] 19 20 ... 375