2416
BatLib / Re: BatLib
« on: April 12, 2011, 03:55:04 am »
With strings, good as well!
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. 2417
Forum Arcade Games / Re: Ballo« on: April 12, 2011, 03:51:28 am »
Thanks Michael_Lee.
I don't get the Aspirin name though... 2418
Art / Re: Removing Background from Image« on: April 12, 2011, 03:38:04 am »
Thanks guys! If I had Photoshop I could do this, but I uninstalled it.
On an off-topic note, do we still need to uninstall TiEmu to use GIMP and vice-versa? That was why I always stayed away from GIMP before, aside from the fact I disliked how everything were separate windows (I prefer everything in one window like Paint Shop Pro and Photofiltre Studio). No idea, sorry. 2419
BatLib / Re: BatLib Ideas/Wishlist« on: April 11, 2011, 04:45:11 pm »You should read the ReCode readmeI should. And then you should code some samples ![]() 2420
Art / Removing Background from Image« on: April 11, 2011, 04:40:25 pm »
I have a request guys, attached is an image I'd like the white part to be removed so that it is nothing (transparent) and it has no background so it will go fine in any colour.
Thanks, if you could also tell me how to do that ![]() I tried a rubber in Paint.NET but it's hard to control it, even with anti-aliasing enabled. 2421
BatLib / Re: BatLib Ideas/Wishlist« on: April 11, 2011, 04:20:03 pm »Line(0,96,0,64,2What does the 2 at the end do? It's the rectangle type. You should read the ReCode readme ![]() type 1 - black type 2 - inverted ... type 6 - borders only ... 2423
Forum Arcade Games / Re: Ballo« on: April 11, 2011, 10:54:54 am »
I'd like a calculator version of this game, it's pretty cool
2424
Gaming Discussion / Re: When NES games costs more than half of the PS3/360 games« on: April 11, 2011, 10:52:46 am »
It's actually normal for extremely old products to be more valuable, but such a difference is not fair in my view.
2425
WabbitStudio Software Suite / Re: WabbitStudio Software Suite« on: April 11, 2011, 10:40:49 am »
Thanks Compynerd, it's not a bug then, it's a GIF Limitation.
Thanks. 2426
Miscellaneous / Re: What is your avatar?« on: April 11, 2011, 10:39:25 am »What does it mean? In Z80 Assembly, 'ret' means the end of a program. It closes when reaches a 'ret' instruction. 2427
News / Re: 84 Plus OS 2.71MP leaked: The beginning of the end of TI-84+ programming?« on: April 11, 2011, 10:37:25 am »WHAT?!?!?!?!?!?!?!?!?!?!? Really? You're a bit late ![]() 2428
TI Z80 / Little Endian Code to .dw Code« on: April 11, 2011, 10:36:55 am »
I just created a very simple tool that allows you to convert hexadecimal code like FDCB00AE to code like .dw $CBFD, $AE00.
It's a small python program that can either read files or read hexadecimal code by type input. It converts the code and then creates a .txt file with named 'dwCode.txt' with the final code to be used in an Assembly code. You need Python 2.x to run it. It's attached, hope you like it. For now, it can only open ASCII files (not 8xp) and the number of bytes has to be divisible by four, so '210100' won't work, but 'FDCB00AE' will. Sorry for this, I'll try to fix it. Here's the source code: Code: [Select] def bibEndianToLittleEndian(hex): Enjoy ![]() 2429
BatLib / Re: BatLib« on: April 11, 2011, 09:56:12 am »Yeah, if I can correct the strings and finalise the sprite commands, that would be awesome If you could make sprite display like in Axe would be awesome: Code: [Select] Pt-On(X,Y,Pic ;Type
2430
Other Calculators / Re: Balltrix (ported by Xeda)« on: April 11, 2011, 09:54:53 am »Wow, that's really fast! Was this done with Batlibs functions, or Recode? Looks nice either way. =)yeah, it is all ReCode at this pointZeda: Maybe you could include BatLib App in the folder when you upload itI normally would do that, since BatLib continues to be updated, if I upload a version with a program, it will soon be outdated Ok, then just including the link in the readme is fine ![]() |
|