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

Pages: 1 ... 23 24 [25] 26 27 ... 183
361
Pokémon Purple / Re: [PP] Progress '11
« on: March 28, 2011, 05:41:36 pm »
Thanks. Now to start working on making that battle setup functional!

362
Miscellaneous / Re: Ti-Freakware has a new forum!
« on: March 28, 2011, 05:38:51 pm »
Hopefully you can bring back the old posts, but I think the inactive projects should all be moved to other projects or something. The issue is that if a small board has like 30 sub-forums, it looks emptier than if it has 10, because all posts are more spread accross the board, so instead of 100 posts per section you end up having 33. Later when a lot of discussion occurs in a specific area then you can add more sections I guess, same if people requests a new board.

I don't know if I'll be active much on the calc side but I'll try to show up during my weekly visit on other boards. Also, I like the forum theme. Is it a custom theme you found somewhere or one you made yourself? I even think maybe the main site should be themed like the board, or even integrated, assuming PHPBB3 has the required mods for that.

As for the post I guess it's fine since it's kinda more calc-news/major sites update related and less active members might wonder what happened to old posts or have the old link bookmarked.

Suggestion:
-Make sure the old board is now read-only, so its history won't get invaded by bots.
-Make sure all sections on the old board now shows every topic instead of cutting off the active date to 30 days.
-Add a notice at the top of the board saying the forums moved and the new URL.

I spent a good amount of time trying to figure out how to set the board to read only mode >< I'll keep looking though. And yeah, I know I need to add the notice, but I have not been able to figure out where to do that either :<

363
Pokémon Purple / Re: [PP] Progress '11
« on: March 28, 2011, 01:18:13 pm »


Yes, I am aware of the line not connecting on the hp bar, just wanted to screenshot progress of what works now :p

364
Miscellaneous / Re: Ti-Freakware has a new forum!
« on: March 28, 2011, 01:16:31 pm »
Hey thanks stefan, I was hesitant to make such a topic/post because I don't want it to seem like I am trying to steal people away from any sites.

As to the old posts, I might see about doing -something-, but for the most part, I would like a fresh start.

365
Pokémon Purple / Re: [PP] Progress '11
« on: March 27, 2011, 09:17:41 am »
Thanks guys.

@Builderboy: Sadly, they are old bugs, I just couldn't test it properly because my equations program was horrifically broken when I last tried. I think there are a few issues there still, in the equations program that I need to iron out. Just requires comparing lists and such and hoping I am wrong on that front.

366
Pokémon Purple / Re: Pokemon Purple has a twitter!
« on: March 25, 2011, 11:35:24 am »
Thanks guys. Believe it or not, having that actually pushes me to do -something- with pokemon to get at least one small update done a day. And I will generally only post tiny things to it and my forum, and larger updates to here, cemetech, united ti, etc.

367
Pokémon Purple / Re: [PP] Progress '11
« on: March 25, 2011, 11:34:25 am »
oh, whoops, forgot to update about that here lol

I got the error problem with the attacks taken care of by adding a conditional to check and make sure the slot is >0 before trying to store data to it. That solves that small issue. I've also put in the round( command because some of those equations left decimal equivalents in attack stats, and I can't have that. I considered just using iPart(, but round( lets there be a small chance that you get a bonus point in a stat.

At this point (I haven't used the list editor to compare to the list on paper to make sure all fields are properly dealt with) the equation for new pokemon seems to work. The next issue I have is that, for some reason, the battle screen doesn't display. But it didn't work before the equations program update because of the equations not working. So, moving on.

And it is fine DJ, I completely understand. :p

368
Pokémon Purple / Re: [PP] Progress '11
« on: March 23, 2011, 10:14:34 pm »
Made some progress. Got the code put in for the equations program. Sadly, it seems I didn't add enough error checking for empty attack slots. This is for new, low level pokemon that know <4 moves, so at least one of the slots will be empty. Once I can get it to stop erroring out, then I can see if the rest of it works. So far, everything else seems happy enough.

369
Pokémon Purple / Pokemon Purple has a twitter!
« on: March 16, 2011, 03:53:55 pm »
http://twitter.com/pokemonpurple

The purpose of this twitter account is to post up small updates on what I accomplish with pokemon. Just in case anyone would care to see the little things, as I have time to add them :p

370
Pokémon Purple / Re: [PP] Progress '11
« on: March 16, 2011, 08:04:28 am »
I've sadly made little head way with the list creation over the past couple of weeks. I've been quite busy with work, life and just generally stressed out over problems that go beyond my control. I have, however, made SOME progress with it, so there is that. Just trying to make this as efficient as possible while not really caring about super optimizing, if that makes any sense lol

Also, with recent events that are happening, I would like to point out that if something happens to Omnimaga, I post updates on TI-Freakware and UTI as well.

371
Other Calculators / Re: TI-84 Pocket
« on: March 01, 2011, 07:40:16 pm »
It is either a 'shop or TI being horridly unimaginative. :/

372
Other Calculators / Re: TI-84 Pocket
« on: March 01, 2011, 06:35:09 pm »


Not wanting to dash hopes, kerm pointed this out.

373
Pokémon Purple / Re: [PP] Progress '11
« on: February 26, 2011, 03:00:01 pm »
O.O Wow! I think the largest project I ever worked on was about 22k. Wow!

Yeah, Pokemon is going to be massive. I won't be surprised to easily surpass 250k with no trouble. Map data is going to be the biggest contributor to that. The pokemon sprites take up 16k all by themselves, and that is in hex, and optimized hex at that. I'll have to definitely see about updating that list :p

374
Pokémon Purple / Re: [PP] Progress '11
« on: February 26, 2011, 02:48:17 pm »
Ok good luck with that stuff then :D

How large is the entire game so far, by the way?

Thanks, it's proving slightly tricky, but I am making progress. :]

As to the size, I know it is over 100k, but I haven't updated the list in a while, I need to try to remember to do that, eventually.

375
Pokémon Purple / Re: [PP] Progress '11
« on: February 24, 2011, 01:40:29 pm »
rofl DJ

I came to a decision on the equation stuff last night. I'm not going to worry too much about the size of that program, since there aren't really going to be too many equations to have to deal with thankfully. So there is going to be a bit of repeat code between New pokemon generation and the equation handling level ups. This should not take long to get done and programmed in, hopefully. Just have to find the time to work on it and not be distracted with other things <o<

Pages: 1 ... 23 24 [25] 26 27 ... 183