Allegro.cc - Online Community

Allegro.cc Forums » Allegro Development » ZIP file reader encapsulated in PACKFILE functions

This thread is locked; no one can reply to it. rss feed Print
 1   2 
ZIP file reader encapsulated in PACKFILE functions
Gideon Weems
Member #3,925
October 2003

Thomas said:

Or if you want a truely fast decompressor, try LZO

Heh. You know, I've read about that algorithm before, and I only remembered after seeing the pic on the main page. "Space Grade Technology".

But that shouldn't overshadow Zip support; it's awesome. I'm grateful for the people who made it possible. Thanks Tobi, vtable authors, et. al. I'll do some testing.

BAF
Member #2,981
December 2002
avatar

We should add this right into allegro, after it is more complete. Then that would make allegro dependent on zlib, but if the license allows it, we could include the needed zlib code right in allegro

Elias
Member #358
May 2000

Quote:

We should add this right into allegro, after it is more complete. Then that would make allegro dependent on zlib, but if the license allows it, we could include the needed zlib code right in allegro

Nah, the better route would be to include this into an extra distribution, which contains allegro + some useful addons, all packed up as a single download and easy to install.

--
"Either help out or stop whining" - Evert

CGamesPlay
Member #2,559
July 2002
avatar

As far as that goes, what about the licensing of Allegro? zlib isn't restrictive :) It's what I release under.

--
Tomasu: Every time you read this: hugging!

Ryan Patterson - <http://cgamesplay.com/>

Matthew Leverton
Supreme Loser
January 1999
avatar

zlib is more restrictive than Allegro, but only in stuff that doesn't matter. (Ie, don't abuse our generosity vs please don't abuse our generosity.)

Allegro could take zlib and bundle it, but then Allegro's license would have be to be modified to be "Giftware, with some parts under the zlib license".

BAF
Member #2,981
December 2002
avatar

I think that may be a good idea myself.

Evert
Member #794
November 2000
avatar

As Elias said, I think this should be a supported or approved or bundled or gift wrapped or whatever addon, not part of the vanilla Allegro distribution.
Depending on zlib shouldn't be too much of a problem for the bigger package. We'd want PNG support in there anyway.

Elias
Member #358
May 2000

Yes.. maybe with 4.2.0, someone will create such a thing. A distribution which has zlib, libpng, loadpng, AllegroGL, glyphkeeper, jpgalleg, whatever else, all bundled together. The make process then also would build the examples and documentation of all the addons. But there still would be no need to move zlib into allegro's CVS repository.. everything would stay nicely modular (except the allegro core itself, which still is quite big :P).

--
"Either help out or stop whining" - Evert

Richard Phipps
Member #1,632
November 2001
avatar

Maybe there should be a stripped down Allegro core then since this will get pretty big in terms of file size.

Thomas Fjellstrom
Member #476
June 2000
avatar

There will always be a vanila allegro distro.

--
Thomas Fjellstrom - [website] - [email] - [Allegro Wiki] - [Allegro TODO]
"If you can't think of a better solution, don't try to make a better solution." -- weapon_S
"The less evidence we have for what we believe is certain, the more violently we defend beliefs against those who don't agree" -- https://twitter.com/neiltyson/status/592870205409353730

 1   2 


Go to: