Search found 493 matches

by merthsoft
Fri 30 Nov, 2012 6:09 pm
Forum: News and Information
Topic: A Change in the Quote Box Background Color
Replies: 6
Views: 22665

A Change in the Quote Box Background Color

So, I think the background color of the quote box is a little too bright. Here's an example of what it looks like I propose we change it. Here are two examples that I like: http://i.imgur.com/K2EWz.png http://i.imgur.com/tM6Du.png Though, I'm not really a color guy (I am color blind, after all). I'd...
by merthsoft
Fri 30 Nov, 2012 5:38 pm
Forum: solidFRAME
Topic: solidFRAME discussion
Replies: 28
Views: 158288

Re: [Staff][Dev] 3D WireFrame Program

EDIT 4 - So many edits! It seems that no-one is replying :(. At any rate i am still working on this project. I made contact with qarnos and he was able to provide me with a GREAT deal of information on knowledge on how to correctly combine rotations as well as helping me with some other problems an...
by merthsoft
Mon 01 Oct, 2012 10:08 pm
Forum: solidFRAME
Topic: solidFRAME discussion
Replies: 28
Views: 158288

Re: [Staff][Dev] 3D WireFrame Program

I'm very impressed with how quickly it renders. Think there's any chance of it being greyscale?
by merthsoft
Sat 04 Aug, 2012 11:52 pm
Forum: Announce Your Projects
Topic: TokenIDE - A Computer-Side BASIC IDE
Replies: 8
Views: 26634

Re: TokenIDE - A Computer-Side BASIC IDE

Thanks, guys! I actually just found a bug in some of the very first code I wrote for this that hadn't been found before :). It was kind of scary to look at some of that code--a lot of it was written to just very quickly get something in place and really needs to be rewritten!
by merthsoft
Fri 03 Aug, 2012 12:11 am
Forum: Announce Your Projects
Topic: TokenIDE - A Computer-Side BASIC IDE
Replies: 8
Views: 26634

TokenIDE - A Computer-Side BASIC IDE

For the past couple of years of been working on TokenIDE, a BASIC IDE for the TI-83+ line of calculators (and more to come later). It lets you open, edit, and save basic programs as well as appvars and images. I'm currently working on list and matrix support. It also has a hex editor and semi-functi...
by merthsoft
Sat 15 Sep, 2007 2:44 pm
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 272229

So is what you're asking for then a recall function? So everytime you call it, it just recalls the last command? IF so, that would be cool too, but I think my idea might be applicable too, though if an AppVar is slow, maybe store commands in a string, and then tell the command what string to execute...
by merthsoft
Fri 14 Sep, 2007 12:46 am
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 272229

That actually could be useful not just in that sense. Maybe have a command that has two arguments, the first being the number of commands, and the second a string of these commands, each on separated by "/" or anything, really. And then you have another command that you pass the number cor...
by merthsoft
Sat 21 Jul, 2007 1:37 am
Forum: Discontinued Projects
Topic: [CuteGod] Discontinued
Replies: 49
Views: 81327

16x15 sprites... You make the xLIB, I'll make the game.
by merthsoft
Sat 21 Jul, 2007 1:14 am
Forum: Discontinued Projects
Topic: [CuteGod] Discontinued
Replies: 49
Views: 81327

We could use the 16x16 with xLIB... I'm'm'a do that...
by merthsoft
Thu 19 Jul, 2007 2:30 am
Forum: Off Topic
Topic: And thus, I return
Replies: 15
Views: 14155

tr1p1ea wrote:Im not sure anyone really cares about him hiding under the radar for a week or two. He isnt the only person to do it either.

Plus lots of us are just looking forward to ROL4 :).
I agree with you, it's not really a bad thing to lay low and scope it out.
by merthsoft
Mon 16 Jul, 2007 10:15 pm
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 43732

So, then, I like magicdanw's suggestion of making an option for "old" xLIB and "new" xLIB (ie. real( xLIB and imag( xLIB). I wouldn't make it int, that's used too much, hell, imag( and real( have some pretty practical uses sometimes too...
by merthsoft
Mon 16 Jul, 2007 3:32 pm
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 43732

If I recall, xLIB did chain properly with Omnicalc, and the problem was just that it used the same function numbers as Symbolic. Indeed it has nothing to do with the real( token, its the parser hook. I could change it to anything, like int( for example and it would still conflict with omnicalc. Whe...
by merthsoft
Fri 13 Jul, 2007 6:23 am
Forum: Off Topic
Topic: Knytt 1.0.2 - an game of adventure
Replies: 5
Views: 9887

I've played it, got like, half the pieces.
by merthsoft
Thu 12 Jul, 2007 3:30 pm
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 43732

I think you and Michael should have a fight to the death.
by merthsoft
Thu 12 Jul, 2007 12:48 am
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 43732

It's not that it's the real functions, it's that it's a parser hook. And the ram recovery still works fine for me. Someone is working on a hook manager that should make all that work better soon.