[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
Just these files this time round:
http://alleg.sf.net/future/rc2/all400.zip (2752357 bytes)
http://alleg.sf.net/future/rc2/allegro-4.0.0.tar.gz (2386830 bytes)
On 2001-12-04, Laurence Withers <lwithers@xxxxxxxxxx> wrote:
> I have a patch for two small changes in the documentation. One notes
> that `allegro_init()' is a macro (in case anyone tries to take its
> address); the other points out that you can use the unicode routines
> before you call install_allegro().
In RC2. BTW, is that really Allegro policy (that you can use Unicode
routines before allegro_init)?
On 2001-12-04, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> The patch (joy.diff) is attached. If someone is willing to commit it, then
> do the same for joy_win32.diff that only fixes the name of the axes and the
> spelling of the singular of 'axes' in the Win32 specific code.
Both committed and in RC2.
On 2001-12-04, Eric Botcazou <ebotcazou@xxxxxxxxxx> wrote:
> IMHO alleg40.zip would be better (ultimately alleg400.zip): the 3.0 release
> was dubbed alleg30.zip and the 3.12 release was dubbed alleg312.zip
I settled on all400.zip in case we have 4.0.10+, which would overflow
the 8.3 limit (alleg4010.zip). alleg40.zip is wrong now because the
versioning scheme has changed.
> Ho ! I forgot that the demo.dat will have returned. A little patch is
> attached.
Committed/RC2.
> I agree with Owen: alleg40.dll would be better, but I'm ok with the two
> others. This way, the three names would match those of the sub-directories
> of obj/platform/ .
I like alleg40.dll better, but I don't feel like mucking about with so
many makefiles. If someone sends a patch (completely tested) then okay.
> > Now makedoc.c depends on Allegro's headers. I took out makedoc.c from the
> > allegro-tools RPM.
>
> I apologize, I wasn't aware of this problem. You can put an #ifdef or remove
> the line, I won't mind to either solution.
I removed the line, and put makedoc.c back into the allegro-tools RPM.
> Last thing: I wonder whether the GNU C compiler is called gcc on every
> platform. Another little patch is attached.
I committed a different fix.
On 2001-12-04, Grzegorz Adam Hankiewicz <gradha@xxxxxxxxxx> wrote:
> A few references to old txt file locations where left, proposed patch
> attached. Also, I've compared the out-of-the-box state of allegro4 versus
> allegro312: the latter contains prebuilt .txt files, I think it's a
> good idea to include them prebuilt. Also, the faq.txt file in the root
> directory is an 'orphan', shouldn't be there at all.
Fixed in RC2.
Thanks for testing. Keep it up :-)