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 ... 85 86 [87] 88 89 ... 253
1291
Other Calculators / Re: How much stuff is on YOUR calc?
« on: October 15, 2011, 11:28:21 am »
I'm constantly trying to clean off my calc, it's annoying when I keep getting gargage collects (it's an 84BE so not much space :P)
Anyway..

Apps: Axe, Calcsys, MSD8X, MirageOS, Omnicalc, USBDRV8X, zStart.
Why is MSD8X so awesome...just has a few bugs here and there but it could be the adapter so idk
And yes I'm using Mirage.  Works for me.

As for the programs, they're mostly utilities and such.
(ascii code finder (don't know how else to describe it), sprite editor, an aptly-named "KEY CODE THINGY", etc)
A bunch of libraries for Essence
There's not many games, tho I do have a few like Firefall, Tag and Devrays
Misc stuff from old projects, I finally got the Tio source backed up and off the calc recently XD

And for the appvars a truckload of Axe backups I need to crack down on at some point, misc saves and blarg.  Also Crabcake and Memkit.

Don't have any groups, I back up via flash drive.


Counting..7+27+16=50 all together

[offtopic]I just added something like 10 words to firefox's dictionary off this post...[/offtopic]


1292
Miscellaneous / Re: Which word are you most likely to mistype?
« on: October 14, 2011, 09:41:21 pm »
Are you speaking english?
On irc he was talking about how his cat likes to sleep on his keyboard :P

1293
Miscellaneous / Re: Which word do you most likely to mistype?
« on: October 14, 2011, 06:45:04 pm »
Omnimaga

There are so many possible misspellings you wouldn't even believe..even in this post i typed it wrong the first time 0.o

EDIT: fixed topic title for grammar thing :P

1294
TI Z80 / Re: zStart - an app that runs on ram clears
« on: October 14, 2011, 02:50:10 pm »
You can calibrate or whatever it's called the grayscale, this helps to get rid of the scanlines.
It's always worked or me in 2.43...

(btw I don't know what you mean by zoom but you can natively jump to a letter in the OSes program menu ;))

1295
Miscellaneous / Re: Which word do you most likely to mistype?
« on: October 14, 2011, 02:25:48 pm »
Pretty much any word, due to the general junkiness of the keyboards I'm stuck using :P

Tho lately I keep misspelling "datamath.org" ad "datameth.org" x.x

1296
Other Calculators / Re: Axe Optimization Contest
« on: October 13, 2011, 10:15:38 pm »
How about a line clipping routine?
Code: [Select]
.CLIPPER
40→X→Y
48→S
32→T
Repeat getKey(15)
X+getKey(3)-(getKey(2))→X→N
Y+getKey(1)-(getKey(4))→Y→O
If N>>95
95→N
(95-S)//(N-S)*(O-T)→O
O+T→O
End
If O>>63
63→O
63-T//(O-T)*(N-S)→N
N+48→N
End
If N<<0
-1→N
~S//(N-S)*(O-T)+T→O
.the squiggly ~ is the negative sign
End
If O<<0
-1→O
~T//(O-T)*(N-S)+S→N
End
Line(S,T,N,O)
DispGraphClrDraw
Pause 20
End

1297
News / Re: Randy Compton releases the first TI-80 emulator
« on: October 13, 2011, 07:41:28 pm »
A 64*48 screen...0.o

Pretty awesome, now we have all the old cals good to go ;D

1298
TI Z80 / Re: Essence
« on: October 13, 2011, 06:44:40 pm »
tbh it was just one of the easier ones :P
pretty much all the other ideas would requite some special code (well maybe not the nethapult but when someone makes a 4*4 lobster sprite that actually looks like a lobster let me know :P) (as for the ricochet I'm running into bugs with the slow-moving version that still need to be ironed out so idk).

Anyways, flamethrower is somewhat working, just need to find out a way so the player isn't torched himself due to how it fires..it's just an offset thing but it's getting fun playing around in gshoot, where it's hardly readible and all the lines run together in a big run-on line of code.
[/meta]

1299
Miscellaneous / Re: Bookmarklets
« on: October 13, 2011, 02:52:21 pm »
Quote from: what it searches for
lobster recipes site:www.omnimaga.org
Is there a way to take out the site: part?

1300
Site Feedback and Questions / Re: How we can improve Omnimaga?
« on: October 13, 2011, 02:46:48 pm »
Code: (page source) [Select]
<img src="/Themes/omnimaga4/images/icons/modify_inline.gif" alt="" align="right" [...]Maybe all that has to be done is something after alt= ;D

1301
Site Feedback and Questions / Re: How we can improve Omnimaga?
« on: October 13, 2011, 02:34:10 pm »
Well, atm it says
Quote from: thingy
0 Vote Down Vote Up
With "vote down" and "vote up" being links, and says "Voted up" when voted up and vice-versa.
So it's not just part of the image or something?

1302
Site Feedback and Questions / Re: How we can improve Omnimaga?
« on: October 13, 2011, 02:31:02 pm »
This kind of got lost and forgotten in a deluge of newer posts, so I'll put it here as well..
Can the Quick Modify button be given an alt text?  Since http omni is blocked here at school the button doesn't load unless it's in the cache..I keep thinking it's working then it disappears x.x
The vote up/down buttons have this, but the quick modify doesn't :\
...and again >.<

1303
News / Re: Webchat now available in the navigation bar
« on: October 13, 2011, 10:30:06 am »
We're using something called LightSpeed Systems, tho the internet's horrible there so that's how it goes I guess.

Maybe it's a network of blocker companies?

1304
TI Z80 / Re: Essence
« on: October 13, 2011, 10:24:29 am »
Indeed, it's going to need all the speed it can get for the AI :P

For the graphics stuff, there's a few placeholder explosions/etc that I threw in there.  It kind of works so yeah.
...after debugging the Frag Grenade for something like 5 hours last night I still wasn't able to get it to work properly, so for now it's just a Grenade.

Haven't gotten very far in converting from GDBs to appvars :\

EDIT: coding the flamethrower.  I got a pretty epic crash earlier, it had the contrast fluctuating, random junk on the screen, the whole hog XD

1305
TI Z80 / Re: Essence
« on: October 13, 2011, 12:22:58 am »
Just made a MAJOR optimization, it runs something like 2x faster than before 0.o
In retrospect it was kind of a dumb mistake XD but oh well.

Fixing some graphic stuffs/designing a level/appvar stuffs/etc and then hopefully an update ;D

Pages: 1 ... 85 86 [87] 88 89 ... 253