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

Pages: 1 ... 132 133 [134] 135 136 ... 253
1996
Miscellaneous / Re: Userbars: Do you make any?
« on: June 28, 2011, 01:25:44 pm »
My attempt at editing the current (and outdated) Axe Parser userbar. 
imo it looks good in yellow but that can always be changed :P

EDIT: one 19 pix tall and one 20 pix tall.





EDIT: durr wrong number.  fixing...
EDIT2: fixed.

↓ put through {AP}'s script

1997
Axe / Re: Axe Q&A
« on: June 28, 2011, 11:58:00 am »
How optimized are the ++ and -- commands?  Are they slower or faster than the normal A+1→A ?

1998
Axe / Re: Collision Detection: what's wrong with this code?
« on: June 28, 2011, 11:32:40 am »
Bump.
Still not getting it to work properly :(


EDIT: wait, parentheses needed..
EDIT2: put in parenthesis and it still works just the same..meaning it's not working


1999
Hmm random idea, are there going to be userbars relating to these contests or something?  "Entrant" "Third Place" "Second Place" "Winner" etc.

2000
Hmm I think I'll go for it this time.  I'm assuming that a contest entry counts a project.

I know ahead of time I'll have an inactive period starting mid-July lasting anywhere from a week to a month (road trip with family) but I'll be back from it eventually ;D

2001
Humour and Jokes / Re: Radio Rickroll?
« on: June 28, 2011, 03:58:08 am »
I was trying something on http://omnimaga.org/radio2/ the other day, it automatically builds the playlist from the downloads section and I'm trying to make it get the album cover too. EDIT: Got it. Got the covers working. :D
Wow, never noticed that before...tho some of the songs seem to be out of order and there's no slider to go through the song :P
win :D

Quote
Also, for the CDs, well I think nobody would care if it's for private use. The best is to make Omnimaga know you burned some CDs. In fact there's nothing more wrong in putting stuff on a CD than to put stuff on an external drive. It's just the same thing.
Ok cool, just wondering ;)

2002
Axe / [Solved] Collision Detection: what's wrong with this code?
« on: June 28, 2011, 03:49:42 am »
Hi, I've been debugging collision detection equations like these for the past few hours, and every "fix" I'd try would only make it worse.  So I figured it's about time to post it.

Basically what it's supposed to do is have a square, controllable via arrow keys, that moves amongst other squares while not going into them.  Think TWHG with just the player and the walls, and 4*4, and you'll have about the right idea.

Problem is, something's really screwed up in the way it looks for other blocks, and seems to be taking data from who knows where in the ram...

When you press alpha, it displays what the program thinks is under each of the corners laid out like this
I  J
N  O

0 is empty, 1 is occupied.

Also if you hold [2nd] when you press an arrow key it displays what the program thinks is just above/below/whatever in relation to the player sprite.

Code: [Select]
:.ATST3
:[F09090F000000000]?Pic1
:[F0F0F0F000000000]?Pic2
:48?D
:For(T,2,15)
:For(S,0,23)
:If rand^2
:1?{D+L1}
:Pt-Change(S*4,T*4,Pic2)
:End
:D++
:End
:End
:4?X?Y
:Repeat getKey(15)
:Y/4*24+(X/4)+L1?I
:Y/4*24+(X+3/4)+L1?J
:Y+3/4*24+(X/4)+L1?N
:Y+3/4*24+(X+3/4)+L1?O
:If getKey(48)
:ClrHome
:Disp "I",{I}?Dec,i,"J",{J}?Dec,i,"N",{N}?Dec,i,"O",{O}?Dec,i,I?Dec,J?Dec,i,N?Dec,O?Dec
:.those are the newline "i"s btw
:While getKey(48)
:Pause 10
:End
:End
:If getKey(1)
:If getKey(54)
:ClrHome
:Disp {I+24}?Dec,{J+24}?Dec
:While getKey(54)
:Pause 10
:End
:End
:If {I+24} or {J+24}
:Else
:Y++
:End
:End
:
:If getKey(4)
:If getKey(54)
:ClrHome
:Disp {N-24}?Dec,{O-24}?Dec
:While getKey(54)
:Pause 10
:End
:End
:If {N-24} or {O-24}
:Else
:Y--
:End
:End
:
:If getKey(2)
:If getKey(54)
:ClrHome
:Disp {J-1}?Dec,{O-1}?Dec
:While getKey(54)
:Pause 10
:End
:End
:If {J-1} or {O-1}
:Else
:X--
:End
:End
:
:If getKey(3)
:If getKey(54)
:ClrHome
:Disp {I+1}?Dec,{N+1}?Dec
:While getKey(54)
:Pause 10
:End
:End
:If {I+1} or {N+1}
:Else
:X++
:End
:End
:Pt-Change(X,Y,Pic1)
:DispGraph
:Pt-Change(X,Y,Pic1)
:End

Needless to say this isn't my contest entry, but it's somewhat related.  One minor bugfix led to another and it spiraled into a revamped system for detection, which this is an oversimplification/unoptimization of.

2003
TI Z80 / Re: zStart - an app that runs on ram clears
« on: June 28, 2011, 02:05:57 am »
Feature request, just adding to something current:
On+Vars shortcut in program editor brings up the labels atm.  But it only shows the label names' first two chars.
Like, Lbl END shows up as EN and both Lbl ST and Lbl STC show up as ST.

Might it be possible to make it so label names up to 3 chars show up?

2004
Humour and Jokes / Re: Radio Rickroll?
« on: June 28, 2011, 01:31:22 am »
Hmm i haven't heard it yet...prolly b/c i haven't listened with 57o9 much
* Darl181 wished omnimaga.org/radio was maintained :P
I've been wondering.  i was thinking of burning a cd of some of the omnimaga songs (for private use ofc) and i was wondering if there was anything legal involved.  I'm guessing not, but one can't be too sure of almost anything these days...

2005
Humour and Jokes / Radio Rickroll?
« on: June 28, 2011, 01:14:00 am »
Just noticed this...

Quote from: #omnimaga-radio logs
[8:58:04 PM]*OmniRadio now playing on /omnimaga: Rick Astley - Never Gonna Give You Up (DJ Omnimaga UK Hardcore Remix) - Listen now on http://radio.57o9.org/omnimaga.m3u
D:

2006
News / Re: 84+/SE Boot Pages Modified
« on: June 28, 2011, 01:09:00 am »
* Darl181 wonders what happens when they reach Z...
[/offtopic]

2007
News / Re: Builderboy demoted from Manager
« on: June 28, 2011, 01:04:21 am »
I would love to be on the coders of tomorrow ^^ But I probably don't have a chance :P
Nobody has a lower chance than me. That's not physically possible.
Hmm, "BOB!" ?  Not only was he..well..yeah.. but he's banned :P

2008
News / Re: Builderboy demoted from Manager
« on: June 28, 2011, 01:00:07 am »
Yeah, it seems like a seasonal thing imo, but I've been here for about a year so idk
Still hoping people come back.

Hmm I might apply if the opportunity comes up...
Tho I don't quite remember the requirements (always have a project on the table and have something like 20 posts a month iirc?) and I'm not sure if I'd be accepted due to history :P


2009
News / Re: Builderboy demoted from Manager
« on: June 28, 2011, 12:46:59 am »
* Darl181 hopes it's just summer activities/jobs and not a bunch of ppl moving on to other things...

2010
TI Z80 / Re: FP Animation Studio
« on: June 28, 2011, 12:29:01 am »
Maybe he just used wabbit and captured it 12-level grayscale?

Looks great ;D  It's like a sprite editor but specialized for animations.

Pages: 1 ... 132 133 [134] 135 136 ... 253