scognito / palibds

Automatically exported from code.google.com/p/palibds
0 stars 0 forks source link

PAlib FAT Generic Naming & PA_Easy Functions #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What area(s) of the source will need to be altered?
PA_FATLoad.h and PA_FATLoad.c

What steps will reproduce the problem?
Users that have an existing FAT implementation who want to use PAlib
frequently have trouble as the FAT buffers for PAlib are name generically
instead of being PAlib specific.  This causes 'previously defined' errors
for those users

What version of PAlib are you using?
Latest released - 080823

Please provide any additional information below.

Original issue reported on code.google.com by kiswa....@gmail.com on 3 Nov 2008 at 10:48

GoogleCodeExporter commented 9 years ago
Added the Milestone to show this should be done before next release.

Also, just to let everyone know, I'm already working this!  The generic naming 
will
be corrected by adding PA_ to the variable names (and making sure that doesn't
conflict somewhere else in the lib).

I will also be looking at the PA_EasyXXX functions as I recall some problems 
with the
create sprite and animation.  I'm not entirely sure what will have to be done 
for
this part of it, so if anyone has any ideas, please chime in on this Issue 
Tracker!

I'll update again when I have more work completed and can add to the PA_EasyXXX
function issues.

Original comment by kiswa....@gmail.com on 4 Nov 2008 at 1:10

GoogleCodeExporter commented 9 years ago
those are my updated functions used in PALIB. I fixed variable names and 
functions 
usinf NF_ prefix. Some are pretty optimitzed now.

Just enjoy

Fox

Original comment by knigth...@gmail.com on 5 Nov 2008 at 9:02

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you NightFox.

I will use your updated functions to bring PAlib back in line with your EFS/FAT 
work.
 If you come up with future improvements, please continue to share them with the library.

Original comment by kiswa....@gmail.com on 5 Nov 2008 at 10:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi!

Here you get the lastest release with full new lib of "EASY" functions to 
manage 
sprites from FAT and some fixes on my other FAT functions.

Regards

Fox

Original comment by knigth...@gmail.com on 13 Nov 2008 at 6:51

Attachments: