#135736 - calcprogrammer1 - Wed Jul 25, 2007 11:23 pm
DSFile2 is out! Features are Dual Slot Copying, Pasting, and Deleting, soon to be Renaming if Wintermute and Chishm get DevKitARM working with rename(). I've redone the interface to fully use two screens, but the keyboard does nothing as of now. It's implemented but commented out because Renaming doesn't work yet.
Current screenshot:
[Images not permitted - Click here to view it]
Version 2 is out:
http://hosted.filefront.com/CalcProgrammer1/
Also on that page is the source, under a simple license that I'm making up right now:
1- Don't steal my code without credit
2- You can use it for educational purposes
3- You can improve it, but give me the improved stuff, I'll give you credit.
4- You can use functions that I wrote in your apps, but give me credit.
-I also put the modified PAlib with Chishm loader on that page, not sure if it works or not.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
Last edited by calcprogrammer1 on Tue Aug 21, 2007 8:48 pm; edited 6 times in total
#135739 - Devil_Spawn - Wed Jul 25, 2007 11:42 pm
nice idea!
#135741 - FifthE1ement - Wed Jul 25, 2007 11:46 pm
I've also wanted this for quite sometime now. Great job and good start!
FifthE1ement
_________________
Moddz Network: News | Homebrew Database |Developer Blogs | Wiki | Downloads
#135744 - calcprogrammer1 - Wed Jul 25, 2007 11:59 pm
I'm having trouble with the copying code, I have a topic about the development of this in DS Development, so post development answers there, but I don't know how to copy files...something I should've done before I made the interface and all that other stuff.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#135751 - calcprogrammer1 - Thu Jul 26, 2007 12:35 am
Thanks to simonjhall, I now have a working copying code, and I successfully transferred a file from SLOT2 to SLOT1 and SLOT1 to SLOT2. Now I need to put in a decent interface, but I'll upload a new test version when I get the time.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#135761 - calcprogrammer1 - Thu Jul 26, 2007 5:47 am
Version .5 is out, now you can actually copy, paste, and delete files correctly.
There is a bug though, you can't boot it unless you have both a SLOT1 and a SLOT2 card inserted (Games n' Music and GBAMPv2CF is what I use, it works).
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#135763 - OSW - Thu Jul 26, 2007 6:26 am
great idea! i look forward to an improved interface.
#135765 - calcprogrammer1 - Thu Jul 26, 2007 6:31 am
I'm thinking of adding:
-"Smart" scrolling (where it scrolls normally, not always making the first object the selected one)
-Copying graphic (like the folder to folder anims in Windows, but a GBA cart and a DS card with files going between them)
-Pop-up menu for files, with the A button (so you can copy/paste/delete without using the touchscreen)
-Renaming support (shouldn't be hard, PAlib has a built in keyboard)
-BUG FIXES like figuring out what cards are inserted, and not crashing
Possibly later:
-copying of whole directories
-deleting directories
-renaming directories
-creating directories
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#135767 - OSW - Thu Jul 26, 2007 6:56 am
wait a sec. how do i dldi patch it for both carts?
#135773 - calcprogrammer1 - Thu Jul 26, 2007 7:46 am
The slot-1 needs the patch, the slot-2 must be supported internally by libfat.
The GBAMP works, I've also heard the SuperCard CF works, but I doubt the newer SuperCard Lite or M3 Lite or whatever (obviously I'm not up on my new Slot-2's lol, I like my GBAMP the way it is). Check the libfat topic that Chishm posted to see if your slot 2 is internally compatible with libfat (otherwise, sorry, but it's impossible...and it's not my fault, the libfat library only allows one DLDI to be patched...you can always beg Chishm to change that but I don't know how successful that'd be).
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#135795 - OSW - Thu Jul 26, 2007 11:59 am
oh i see, thats a bummer since i don't have a libfat supported device.
well still, good luck with your development.
#135810 - mastertop101 - Thu Jul 26, 2007 3:24 pm
I would like two things ; an option to show only .nds files, and boot nds files.
#135816 - voteforpedro36 - Thu Jul 26, 2007 4:42 pm
mastertop101 wrote: |
I would like two things ; an option to show only .nds files, and boot nds files. |
Booting nds files would be quite nice!
#135817 - calcprogrammer1 - Thu Jul 26, 2007 5:08 pm
...and since I have no clue how to do that...it might not be possible for a while. Especially since the Games n' Music is the worst device for booting other programs on.
One thing I should be able to add is a sort function for the arrays to put folders at the top and files at the bottom.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#135819 - Tikker - Thu Jul 26, 2007 5:46 pm
hrm, I'd be pretty impressed if you were able to get this working across most of the common slot2's
a really neat macro to build in at some point might be some sort of swap function
ie, select files A, B, C on card 1, and files D, E, F on card2 and have them copy across to the other card
obviously you could do them 1 by one, but if you were swapping around a bunch of MP3's it'd be nice to be able to do a bunch at a time
#135821 - spinal_cord - Thu Jul 26, 2007 5:54 pm
Excellent App!
I gunna give it a try.
[edit]
Would be good to have some sort of progress bar when copying files, so you can tell the ds hasn't crashed.
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#135822 - calcprogrammer1 - Thu Jul 26, 2007 6:10 pm
If I can figure out how, I was going to put a copying animation and progress bar.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#135832 - spinal_cord - Thu Jul 26, 2007 6:54 pm
even just a flashing tile or something, updated whenever a byte or number of bytes are copied.
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#135836 - calcprogrammer1 - Thu Jul 26, 2007 7:21 pm
I put a thing that shows the remaining bytes to copy, the new version is up to download...I also removed the code that crashed it when slot-2 was missing.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#136077 - pas - Sat Jul 28, 2007 10:10 pm
Good work calcprogrammer1 I really ever wanted this kind of thing ^^ !
Some Feedback:
Copies flawlessly using my R4 and my Gbamp. But, why does both Filelists only show up if I open DSFile in my Slot 1 Card ? If I open it up using my Gbamp then it just shows the Gba Listing...
Requests:
What about an option so we can copy WHOLE Folders ?
Or something that let's us unzip (or maybe even unrar ) our .rar or .zip archives ?
( for .zip extracting just ask lucas (DS Ipod ) he may help you with it, because I know that his and lick's DS Ipod clone uses zip extracting to load the skins)
_________________
Starcraft DS ?
Last edited by pas on Wed Aug 08, 2007 11:06 am; edited 1 time in total
#136082 - chuckstudios - Sat Jul 28, 2007 10:53 pm
RAR on DS is not possible, there are no open source implementations of an unRARer.
#136084 - tepples - Sat Jul 28, 2007 11:09 pm
chuckstudios wrote: |
RAR on DS is not possible, there are no open source implementations of an unRARer. |
A software product doesn't have to be OSI CERTIFIED(tm) open source software to be ported to the DS. 7-Zip.org states that the source code for unRAR is available, albeit not "free" per DFSG due solely to its restrictions on reverse engineering the RAR formats.
As for the others: Info-ZIP software is licensed BSD style, and 7-Zip software is LGPL, though you probably won't be able to decompress a 7-Zip file compressed with an LZMA dictionary larger than 2 MB.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#136086 - chuckstudios - Sat Jul 28, 2007 11:49 pm
Oh. I had no idea unRAR has source available, I was under the impression it was distributed as a dynamically linkable binary.
#136135 - kusma - Sun Jul 29, 2007 4:02 pm
#136145 - chuckstudios - Sun Jul 29, 2007 6:20 pm
unrarlib does not support the latest RAR specification, though.
#136161 - tepples - Sun Jul 29, 2007 8:55 pm
But should lack of support for specific versions of RAR stop anybody from porting Info-ZIP or 7-Zip software?
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#136197 - Dood77 - Mon Jul 30, 2007 12:24 am
So, 7-Zip is open source, correct? Does it use its own methods to un-rar? Or does it use some kind of compiled library...?
_________________
If I use a term wrong or something then feel free to correct, I?m not much of a programmer.
Original DS Phat obtained on day of release + flashme v7
Supercard: miniSD, Kingston 1GB, Kingston 2GB
Ralink chipset PCI NIC
#136208 - tepples - Mon Jul 30, 2007 3:00 am
Dood77 wrote: |
So, 7-Zip is open source, correct? Does it use its own methods to un-rar? Or does it use some kind of compiled library...? |
7-Zip is LGPL, and LGPL software may link against semi-free software such as the unrar source code.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.
#136248 - Masterofdarkness - Mon Jul 30, 2007 6:28 pm
Once you get renaming support, I'd love you... Then i can easily switch between DOOM 1 & 2 because you just need to change the name of the WAD..
#136939 - laurens - Mon Aug 06, 2007 6:28 pm
I'm also waiting for renaming support. When that happens I can finally discard DSorganize and replace it with this great app!
#136968 - calcprogrammer1 - Mon Aug 06, 2007 10:47 pm
Sorry for not doing anything to this app, but I've had band camp (which I hate) all last and this week, I might not get to do much to the app for a few weeks, hopefully I'll find time to implement renaming and reorganize the code a bit, if I can get keyboard working I'll also make a New Folder function, but still improbable for folder copy/pasting.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#137602 - calcprogrammer1 - Mon Aug 13, 2007 10:09 pm
I have 3 days off now, so I've decided to work on DSFile (haven't gotten any new Wii games or anything else to do :( ) so I'm redoing all the source so it's easier.
I'm thinking about moving the file list to the top screen and adding the PAlib keyboard to the bottom. I might have to kill the cool background (aww :( ) because it takes up a lot of VRAM I guess and is corrupting everything else.
If anyone knows how to implement the Chishm loader (like DSOrganize has, with all card support) let me know! I'd love to implement a dual-slot booting system where you could load apps off slot-2 without having to passme over to slot 2.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#137610 - calcprogrammer1 - Tue Aug 14, 2007 12:09 am
Here's a quick look at what you may see in the next release of DSFile:
[Images not permitted - Click here to view it]
The file list is on top, with the path as the header of the screen.
I'll put notifications in the space above the keyboard. I'll implement a rename function too, and possibly allow the enter button to mimic the A button.
If anyone has any info on a boot loader (preferably the Chishm loader used in DSOrganize) please tell me, I will try and implement it, hopefully allowing you to boot from SLOT2 without first having to use a passme or software passme.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#137627 - calcprogrammer1 - Tue Aug 14, 2007 4:22 am
Updated, DSFile2 is ready to go.
I've made the interface a lot smoother, and there's a keyboard but as of now it's a nice decoration, since Wintermute informed me that Renaming support is broken in DevKitARM and there isn't an update to fix it yet. Typing and renaming is implemented, but with the current devkit it crashes your DS, so I disabled it. Here's a pic.
[Images not permitted - Click here to view it]
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#137642 - Diddl - Tue Aug 14, 2007 8:48 am
looks very cool. can't await to test it after working.
#137824 - cornaljoe - Thu Aug 16, 2007 5:31 am
I love your idea of a dual boot loader and was wondering if there is a workaround for detecting the Slot 2 if it isnt supported internally by libfat? Maybe you can make your program load the specific Slot 2 DLDI off of the memory card on Slot 1?
Is it possible for the program running from Slot-1 to use a DLDI from FAT to access Slot 2?
#137880 - calcprogrammer1 - Fri Aug 17, 2007 12:20 am
Well, you'd have to take that up with Chishm. I didn't make libfat, Chishm made libfat, Chishm made DLDI too. I have no "unsupported" SLOT2 device, I have only GnM and GBAMP. And since I don't have the bootloader working yet, it's not definite that it'll work even from supported cards.
If someone could make a libfat that could load a DLDI from a card, that'd be great, but I have no clue how the internals of filesystem access and low level operations work, I'm just coding an interface for libfat.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#138042 - optimike - Sat Aug 18, 2007 10:57 pm
where's the source code for this?
#138053 - calcprogrammer1 - Sun Aug 19, 2007 3:10 am
Not out yet, and won't be out for a while. I'm wishing I had the source right now, but I'm on a trip, and I didn't have time to copy the source to my laptop (I program on my desktop) so I don't have it now.
I'll release it when I'm DONE, but first I gotta implement rename and booting (at least try it, see if it's possible).
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#138253 - calcprogrammer1 - Tue Aug 21, 2007 8:49 pm
Source is up, you can use it, just give me credit, and don't just rerelease it under your name.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#138277 - voteforpedro36 - Wed Aug 22, 2007 4:04 am
Are you planning on continuing it?
#138280 - calcprogrammer1 - Wed Aug 22, 2007 4:35 am
Yeah, I'm just waiting to see if I or another coder can get the bootloader to work with PAlib. It will compile now, and it is supposed to boot, but it just locks up.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#138292 - pas - Wed Aug 22, 2007 12:35 pm
You could use Devkitarm 17 like DM does, he uses it too, so he can implement copying, cutting and renaming properly (i think) (his e-mail: shaun.taylor@gmail.com)
_________________
Starcraft DS ?
#138626 - calcprogrammer1 - Sun Aug 26, 2007 10:27 pm
I just implemented hold-to-scroll functionality, now you don't have to newpress the UP or DOWN button for each file, just hold it to scroll. If you don't like the scrolling speed, I can change it in a future revision, and I've uploaded the .sc.nds and .ds.gba as well, and updated the source.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#138633 - tondopie - Mon Aug 27, 2007 12:50 am
you can look at the source of DSdiag for a GBAMP only bootloader that works in PAlib.
_________________
Development Blog: http://teendev.org
Homebrew Podcast: http://homebrewcast.net
Web Design: http://xtendesign.net
#138634 - calcprogrammer1 - Mon Aug 27, 2007 1:22 am
I'm wondering, how hard (besides the keyboard) would it be to go from PAlib to libnds with this? If I knew how to set up the displays and draw a background (preferably a PAlib easybg, already converted, but I can always convert to a different format if need be) and sprites and 16c text. Or if you can do a tiled text on top of a bg in libnds. I assume all the file code would be the same, and the arrays and strings the same, the pad input is different though.
If I converted it to libnds maybe the Chishm loader would work.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#138639 - tondopie - Mon Aug 27, 2007 3:44 am
It's a ton more work than it sounds... if you want I can give you source for booting .nds for GBAMP and Slot-2 SuperCards and Cyclos... it works in PAlib.
_________________
Development Blog: http://teendev.org
Homebrew Podcast: http://homebrewcast.net
Web Design: http://xtendesign.net
#138640 - calcprogrammer1 - Mon Aug 27, 2007 3:48 am
I guess it's better than nothing, seeing that you probably booted DSFile from your Slot-1 anyways, booting will help on slot-2 most. And it only really needs to work on GBAMP and maybe whatever other slot-2's are supported by libfat natively.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#138652 - spinal_cord - Mon Aug 27, 2007 10:11 am
Todopie - whats different in your arm7.bin from the normal palib version? I have a few additions to my palib arm7 code so exchanging it for yours isn't going to be much help to me.
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#138666 - tondopie - Mon Aug 27, 2007 3:29 pm
I have the arm7 FIFO stuff for the GBAMP loader in it, and the rebootlib stuff and the GBA booting stuff.
@Calcprogrammer1
Here's all you need to boot .nds files on the GBAMP... the SUperCard one will be up soon.
GBAMP Loader Source
_________________
Development Blog: http://teendev.org
Homebrew Podcast: http://homebrewcast.net
Web Design: http://xtendesign.net
#142286 - spinal_cord - Sun Oct 07, 2007 7:43 pm
I don't know if your still working on this calc, but is it possible to boot from slot-2 and still detect the slot-1 card?
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#142304 - calcprogrammer1 - Sun Oct 07, 2007 11:38 pm
I guess not, I've patched it for Games n' Music, boot from GBAMP, and it only detects GBAMP. I'm not sure why this is, but since none of my code actually deals with either slot, it's probably something with libfat. If I get time, I'll try implementing the loader into it though.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#142315 - tondopie - Mon Oct 08, 2007 1:43 am
I believe you would have to add the Slot-1 driver to libfat as a default interface... im not sure though.
_________________
Development Blog: http://teendev.org
Homebrew Podcast: http://homebrewcast.net
Web Design: http://xtendesign.net
#142323 - chishm - Mon Oct 08, 2007 3:20 am
calcprogrammer1 wrote: |
I guess not, I've patched it for Games n' Music, boot from GBAMP, and it only detects GBAMP. |
What app are you using to boot it?
_________________
http://chishm.drunkencoders.com
http://dldi.drunkencoders.com
#142334 - spinal_cord - Mon Oct 08, 2007 12:22 pm
calcprogrammer1 wrote: |
I guess not, I've patched it for Games n' Music, boot from GBAMP, |
looks like my card is out of action for a while then (linker not working)
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#142430 - calcprogrammer1 - Tue Oct 09, 2007 3:12 am
I boot it from the Chishm loader in DSOrganize, patched for GBAMP...maybe it's re-patching. I could try MoonShell.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#142460 - chishm - Tue Oct 09, 2007 10:29 am
calcprogrammer1 wrote: |
I boot it from the Chishm loader in DSOrganize, patched for GBAMP...maybe it's re-patching. I could try MoonShell. |
Yes, that's your problem. Boot it from MoonShell or as _BOOT_MP.NDS
_________________
http://chishm.drunkencoders.com
http://dldi.drunkencoders.com
#142511 - calcprogrammer1 - Tue Oct 09, 2007 9:39 pm
Booted from Moonshell just fine. I had DSFile patched for GnM, booted from GnM, deleted off of GBAMP, re-copied it from GnM to GBAMP, rebooted, ran Passme to GBAMP running DSOrganize, booted MoonShell on GBAMP, booted DSFile from GBAMP, both cards detected. Hopefully that will help solve other problems. I should try adding boot loader support again.
_________________
DS Firmware 1, Datel Games n' Music card / Chism's FW hacked GBA MP v2 CF
There's no place like 127.0.0.1.
#142517 - Creebo - Tue Oct 09, 2007 11:44 pm
thank you so much for this info. I lost my mk5 linker cart and ive been trying to delete some files without it.
#142562 - spinal_cord - Wed Oct 10, 2007 11:40 am
So your saying, just patching for mk5 will detect the card? I have tried patching and booting from gbamp, but the slot-1 (mk5) is not detected :(
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#142592 - Creebo - Wed Oct 10, 2007 6:10 pm
Well I didn't mention I didn't try it I did after I posted that and it doesn't work :/. Ive gone through the source and tried to move the slot-1 init after slot-2 . No go. Tried initing both slot's after I pressed B. Only slot-2 showed. It seems to be a problem of how DLDI works. My computer has been acting up recently so if anyone would figure this out it would be great. Or if someone (Chishm) could post a detailed description of how DLDI is initiated I could probably take it from there.
#142632 - spinal_cord - Wed Oct 10, 2007 11:36 pm
Isn't there a thing where the slot-1 card has to be re-inserted like for the AR clone. Would something similar need to be done for this?
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#142658 - chishm - Thu Oct 11, 2007 8:31 am
SLOT-1 is attempted first, then SLOT-2. The DLDI driver is tried before any of the built in drivers for whichever slot the patch applies to. Both slots are mounted if they can be, but SLOT-1 takes precedence as the default. fat1:/ refers specifically to SLOT-1, fat2:/ refers specifically to SLOT-2.
_________________
http://chishm.drunkencoders.com
http://dldi.drunkencoders.com
#142663 - spinal_cord - Thu Oct 11, 2007 11:28 am
chishm wrote: |
SLOT-1 is attempted first, then SLOT-2. The DLDI driver is tried before any of the built in drivers for whichever slot the patch applies to. Both slots are mounted if they can be, but SLOT-1 takes precedence as the default. fat1:/ refers specifically to SLOT-1, fat2:/ refers specifically to SLOT-2. |
So your saying the should work? Perhaprs its some sort of hardware issue?
_________________
I'm not a boring person, it's just that boring things keep happening to me.
Homepage
#142664 - ps2aich - Thu Oct 11, 2007 11:56 am
Creebo wrote: |
thank you so much for this info. I lost my mk5 linker cart and ive been trying to delete some files without it. |
Hm, when I look into the sources of the MK5 dldidriver,
only reading is implemented, not writing. So a delete of anything would not be possible.
#143522 - Diddl - Tue Oct 23, 2007 8:34 am
ps2aich wrote: |
Creebo wrote: | thank you so much for this info. I lost my mk5 linker cart and ive been trying to delete some files without it. |
Hm, when I look into the sources of the MK5 dldidriver,
only reading is implemented, not writing. So a delete of anything would not be possible. |
This is old. newer MK5 OS does auto DLDI patching and supports read AND write also. But there still this align 4 problem exists, so DSdoom is working fine but wolf3d dowsn't ...
#146603 - cornaljoe - Thu Dec 06, 2007 7:19 pm
For anyone interested here's my take at it. My GUI is non-existant but I have it working with two DLDI carts. Thanks calcprogrammer1 for your great idea!
DSBrowser - Dual Slot
#146623 - Lick - Thu Dec 06, 2007 10:23 pm
cornaljoe, nice work! but you dont need to spam your release announcement in every topic! ;)
_________________
http://licklick.wordpress.com
#146642 - cornaljoe - Fri Dec 07, 2007 4:57 am
Lick wrote: |
cornaljoe, nice work! but you dont need to spam your release announcement in every topic! ;) |
Thanks! Sorry I just felt I should bump the topics that caused me to start my project. That way people can see how it started. The search feature is non-existant to some I've found out.
#146672 - tepples - Fri Dec 07, 2007 1:48 pm
cornaljoe wrote: |
The search feature is non-existant to some I've found out. |
Here's why:
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.