layouts' name and maps' name are case sensitive on linux, and case insensitive on windows
there are lot of probleme with the case sensitive.
example :
(on linux)
on atcs :
!layoutsave XXX ==> XXX.dat ... !layoutsave xxx ==> xxx.dat
you haves 2 layouts : xxx and XXX
!listlayout ==> 1 layout : xxx (where is the other? nowhere for listlayout)
but with restart you can use xxx or XXX, it's 2 differents layout
now !map ATcs, !listlayout ==> no layout found
these problems are only on linux
this patch make the layout/map name case insensitive, so it solve the problem.
only lower case, no more problem, layout system is exactly the same on linux and on windows with this patch.
http://www.invasion.c4.fr/up/BigGamer95_map_layout_lowercase.patch
(In reply to comment #2)
> Bugs are only marked as fixed when the patch (or some alternative) is committed
> :)
>
ok thx benmachine ^^
(i add the patch as attachment, it's a better place that a comment i think)
(In reply to comment #0)
> maps' name are case sensitive on linux, and case insensitive
> on windows
I just verified that the zipfs stuff is properly case insensitive. Does this bug only affect real files (since from my tests, it does not affect files in a pk3)? Either way, this looks more like an ioquake3 bug than a Tremulous bug...
Created attachment 1928 [details] bug fix bug fix