Buy from YesAsia.com through the picture or the search box below and I will get a credit of a percentage of the price of what you bought at no extra charge to you. :) They have great prices and free shipping is available for orders of US$39 or more (depending on the destination country). If the search box is not working, click the image to the left of it and search from the site.
In Associate with YesAsia.com

Main
Current News
Archived News
Search News
Forums
Discussion Forum


Old Forum
Programs
Install Programs
Downloads
Top 5 Downloads
  WinMPQ
    44141 downloads
  ShadowFlare Software Setup wizard
    22506 downloads
  Scm Toolkit
    13290 downloads
  Battle.net Gateway Editor
    13213 downloads
  SCMLoader
    12173 downloads
View all counts
More Downloads...
Troubleshooting
Other Sections
Source Code
Format Specs.
Misc. Information
Non-SF Stuff
Links
Feedback

Small banner for links to this site:
Link to my page with this image.


July 2008

Monday, July 14, 2008

SFmpq and Grp libraries are now open source - ShadowFlare - 20:43

I have decided to release the source code to my SFmpq and Grp libraries licensed under the Simplified BSD License. The source code is contained in repositories created by a tool called Git, available at http://git-scm.com/ ( Windows version at http://code.google.com/p/msysgit/ ). Documentation is available on the Git web site if you would like know how to work with the repositories.

If you have Git installed, you may download the repositories for SFmpq with these commands:

git clone http://sfsrealm.hopto.org/projects/SFmpqapi.git
git clone http://sfsrealm.hopto.org/projects/SComp.git

And download the repository for grpapi with this:

git clone http://sfsrealm.hopto.org/projects/grpapi.git

To update an existing copy with the latest version of the source, from the directory of the source tree the command is as simple as:

git pull

If you just want to quickly get a copy of the latest source code, it may be available in zip file form from the directory at the link below. The repository directories are also at that location.

View projects directory

The repositories can also be browsed with gitweb here: http://sfsrealm.hopto.org/projects/gitweb.cgi