FILE : File: http://download.gna.org/wormux/wormux-0.5beta4.tar.bz2 Size: 18 MB MD5 : 696e2e306d79f3d18ebf21c04131e44d
Uploaded at 02:39 UTC ;-) NEWS : - Fixes in physical engine - It's now possible to use a weapon more than ones (e.g. gun : 3 times) - Documentation (README, INSTALL, ...) updated - Remove intl/ subdir and old unused files - Fix a lot of things around autotools - make dist-* looks to work great : first "clean distribution" of 0.5 branch :) NOTE : It's very easy to produce a very clean .tar.bz2 (or .tar.gz) distribution -> use "make dist-bzip2" (or make dist-gzip). "clean" means that files will be written in a subdirectory <project>-<version>/ in the archive, that only "legal files" (listed in */Makefile.am) are copied, use correct file/directory rights, etc. TODO : - Fix bugs from 0.5beta3 release (and the others ...) - po/Makefile.am should use src/Makefile.am wormux_SOURCES instead having another list of C++ sources files ... - Update translations ! (e.g. in fr.po, 7 sentences are not translated :-P) FUCK : I was very long to fix all bugs around make dist-bzip2. I tested ./autogen.sh, ./configure, make, make dist-bzip2, make install and make uninstall. These commands (NOW) work well on my computer. I also noticed that constant.o should be written at the end of the link command because Config::Config() use DEFAULT_INSTALL_DIR. So if global variable config is constructed before DEFAULT_INSTALL_DIR (std::string), the program directly crash ... QUESTION : Is it normal that uninstall doesn't remove empty directories ? (e.g. <prefix>/share/wormux/data/) Bye, Haypo -- Victor STINNER <[EMAIL PROTECTED]>