From no-reply_wiki at metalforge.org Wed Mar 2 15:19:52 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 02 Mar 2011 15:19:52 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1299100792.459081.630.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/02 15:19 User : leaf Edit Summary: Update sample svn info for tag release to v1.60.0 @@ -94,13 +94,13 @@ $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/branches/1.12 arch.svn === Tag === - Here's how you download Tag and is using the 1.10.0 release as an example + Here's how you download Tag and is using the 1.60.0 release as an example - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/tags/1.10.0 server.svn - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/tags/1.10.0 maps.svn - $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/tags/1.10.0 arch.svn + $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/server/tags/1.60.0 server.svn + $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/maps/tags/1.60.0 maps.svn + $ svn co https://crossfire.svn.sourceforge.net/svnroot/crossfire/arch/tags/1.60.0 arch.svn ==== SETUP ==== IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1297319329 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Mar 2 15:24:06 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 02 Mar 2011 15:24:06 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1299101046.323248.636.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/02 15:24 User : leaf Edit Summary: Note about enabling addition debugging info with -ggdb3 @@ -163,9 +163,9 @@ ==== COMPILE ==== - Recent SVN commit (~2007-Mar-30) changed the build process for the server; use the following command in the server root directory: + SVN commit (~2007-Mar-30) changed the build process for the server; use the following command in the server root directory: $ sh autogen.sh && make && sudo make install autogen.sh script re-creates the configure (./configure) script while the rest of the command starts the compile (build) process. Pass the same options to autogen.sh as you would normally pass to ./configure since autogen.sh calls ./configure. @@ -181,8 +181,12 @@ **Optional:** If you want to have more useful debugging information in case of crashes, set the CFLAGS environment variable to disable optimization (-O0) and enable debugging (-g): That is a uppercase letter O and a zero $ CFLAGS="-O0 -g" ./configure && make && sudo make install + + **Optional:** For even more gdb debugging information, add -ggdb3 to the command + + $ CFLAGS="-O0 -ggdb3" ./configure && make && sudo make install **Optional:** To disable the unit test or check when compiling the server, use ./configure --disable-check $ ./configure --disable-check && make && sudo make install IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1299100788 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Mar 2 15:28:31 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 02 Mar 2011 15:28:31 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: crossfire_compile_guide Message-ID: <1299101311.055166.642.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/02 15:28 User : leaf Edit Summary: Format correction for Revision Aug 2010 section @@ -233,11 +233,13 @@ FIXME - Confirm which method should be used to launch the server and if there is a difference between Trunk and Branches/1.x FIXME -- How to use crossloop for running the server; crossloop is a script that automatically restarts the server if/when it crashes and can also provide useful debugging or error information from the crash event. - \\ == Revision 2010 Aug == (still being tested) - \\ - \\ crossfire-server will not run as root, but the above installation instructions make a var directory owned by root, so it will not be writable and the server cannot save player information, scores, etc... if you follow the instructions as presented. The easiest fix is to make a directory var somewhere that is writable by the user that will be running crossfire then symbolically link /usr/games/crossfire/var to this directory. As an example, you can make a user and group games (they already exist in most linux distributions) and then install a crossfire var directory in your system /var as follows: + == Revision 2010 Aug == + + (still being tested) + + crossfire-server will not run as root, but the above installation instructions make a var directory owned by root, so it will not be writable and the server cannot save player information, scores, etc... if you follow the instructions as presented. The easiest fix is to make a directory var somewhere that is writable by the user that will be running crossfire then symbolically link /usr/games/crossfire/var to this directory. As an example, you can make a user and group games (they already exist in most linux distributions) and then install a crossfire var directory in your system /var as follows: $ sudo mkdir /var/games # probably already exists $ cd /usr/games/crossfire/var $ tar cf - . | ( cd /var/games/ ; sudo tar xf - ) IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide?rev=1299101042 New Revision: http://wiki.metalforge.net/doku.php/crossfire_compile_guide -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 5 16:34:48 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 05 Mar 2011 16:34:48 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:ryo:stats Message-ID: <1299364488.587038.19991.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/05 16:34 User : ryo Edit Summary: simulation @@ -68,4 +68,9 @@ ^ Armor type ^ Min wc ^ Max wc ^ Min ac ^ Max ac ^ Min speed ^ Max speed ^ ^ armour | ^ bracers | ^ force | + + ====== Player versus monster simulations ====== + See [[http://nicolas.weeger.org/monsters-hth.html|this page]] for some results. + + Notes: basic player equipment, low stats, don't take that at face value! IP-Address : 82.236.87.204 Old Revision: http://wiki.metalforge.net/doku.php/user:ryo:stats?rev=1298328173 New Revision: http://wiki.metalforge.net/doku.php/user:ryo:stats -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 5 18:33:26 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 05 Mar 2011 18:33:26 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1299371606.158646.20397.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/05 18:33 User : Edit Summary: @@ -2,8 +2,10 @@ ====== Crossfire DokuWiki ====== This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... + + big yan mo ako nang cheat sa crossfire hack free poblick ===== Known Client Issues ===== * If you are having any issues with the client, look here: [[Known Client Issues]] ===== Mission ===== IP-Address : 222.127.241.146 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1297319273 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 5 18:37:44 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 05 Mar 2011 18:37:44 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page added: cheat_in_crossfire Message-ID: <1299371864.788855.20403.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/05 18:37 User : Edit Summary: created big yan mo ako nang cheat sa crossfire hack free publick IP-Address : 222.127.241.146 Old Revision: none New Revision: http://wiki.metalforge.net/doku.php/cheat_in_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 5 19:32:32 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 05 Mar 2011 19:32:32 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1299375152.004265.20577.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/05 19:32 User : leaf Edit Summary: old revision restored @@ -2,10 +2,8 @@ ====== Crossfire DokuWiki ====== This is the Crossfire Documents site, or the Crossfire Documentarium, or the CFDev nook, or 'that site with the wiki and the docs'... - - big yan mo ako nang cheat sa crossfire hack free poblick ===== Known Client Issues ===== * If you are having any issues with the client, look here: [[Known Client Issues]] ===== Mission ===== IP-Address : 24.179.149.57 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1299371604 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 5 19:33:00 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 05 Mar 2011 19:33:00 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: cheat_in_crossfire Message-ID: <1299375180.526698.20580.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/05 19:32 User : leaf Edit Summary: removed @@ -1 +1 @@ - big yan mo ako nang cheat sa crossfire hack free publick + IP-Address : 24.179.149.57 Old Revision: http://wiki.metalforge.net/doku.php/cheat_in_crossfire?rev=1299371863 New Revision: http://wiki.metalforge.net/doku.php/cheat_in_crossfire -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 21:23:11 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 21:23:11 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: known_client_issues Message-ID: <1299986591.551736.22113.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 21:23 User : Edit Summary: Fatal crash trying to start gtk-v2 when old .crossfire exists. @@ -5,8 +5,9 @@ * If you're using ISDN or DSL verify that your MTU is 1492, not 1500. * Do not use a nameserver of Deutsche Telekom or T-Online. ===== Unspecified/Multiple/SVN ===== + * March, 2011. Launching a trunk gtk-v2 client (1.60.0+) with an old user's .crossfire folder caused a fatal crash. Renaming the .crossfire folder resolved the issue. Full diagnosis of the root cause has not been done. * September, 2010. If you apply a bed of reality, hit q to quit, and something else, especially a keybind, in very quick succession, the client freezes up (at least on Linux). killall -hup crossfire-client-gtk2 will kill it, but most window manager functions do not appear to be successfull at closing the hung client. It appears that the client keeps trying to do socket operations to send the commands to the now disconnected server. GDB shows it stuck much if the time in __kernel_vsyscall, but sometimes you can catch in in libpthread.so. In past experience, __kernel_vsyscall can hang for about 4 minutes on Linux before it returns, still, after many, many minutes, the client does not die. mwedel suggested a possible setting for the socket that might help. It looks like the client is very hard to kill if you do not have xkill or know how to go to a console to kill it, so this is a very unfriendly behavior. This has probably been an issue for a very long time, but just has not been noticed or reported. * August, 2010. The GTK-V2 client design specifies that various dialogs (spell, skills, config, etc) should not be drawn with the X close icon on the window frame. This works for various window managers, but appears not to work under the default LXDE configuration on Mandriva 2010 Spring. Another report said that it did not work under KDE 3.5.10 when kde-window-decorator was in use, though KDE is generally considered to not have this issue. In any event, if X close icons appear on client dialogs, DO NOT dismiss them with the X icon. This deletes the dialog and requires a client restart to show it again. Use the Close button, on the lower button bar, to dismiss all client dialogs. * This is fixed in SVN as of 2010/08/19. * ~August, 2010 and earlier. Various reports indicate that crossfire-client-gtk2 themes (colored text/spell window) no longer worked on some distributions when the client is launched from a user account. Workarounds were found. All of them essentially launch the client like this: '''GTK_MODULES=""; crossfire-client-gtk2'''. In at least one instance of non-working themes, GTK_MODULES was set to '''canberra-gtk-module''', but the settings for all reports is unknown. It appears some theme engines are not compatible with crossfire-client-gtk2 theme code. It is not yet known whether there is a way to alter the client so that its themes work properly without regard to the system GTK theme engine setting. IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/known_client_issues?rev=1283581483 New Revision: http://wiki.metalforge.net/doku.php/known_client_issues -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 21:41:02 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 21:41:02 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299987662.073255.22133.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 21:41 User : Edit Summary: Add a note on resolving a Mandriva 2010 Spring dependency when building RPMs. @@ -397,8 +397,14 @@ libxxf86dga-devel 1.1.1 1mdv2010.1 i586 Proceed with the installation of the 22 packages? (Y/n) Y ... $ sudo urpmi libmesaglut3-devel makedepend cproto + + ====client RPMs==== + + _desktopdir is used in the .spec file. It is defined in /etc/rpm/macros.d/jpackage.macros. One could also define it in a per-user .rpmmacros file, but this fixes it at a system level. + + $ sudo urpmi jpackage-utils ====.glade files==== Client .glade window and dialog layout files are maintained using glade3: @@ -427,9 +433,8 @@ Package Version Release Arch libgd-devel 2.0.35 14mdv2010.1 x86_64 libxpm-devel 3.5.8 2mdv2010.1 x86_64 Proceed with the installation of the 2 packages? (Y/n) y - ====CRE (Server)==== CRE needs qmake: IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1294717254 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 22:04:15 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 22:04:15 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299989055.855297.22269.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 22:04 User : Edit Summary: Document RPM build error associated with package issue. @@ -397,12 +397,18 @@ libxxf86dga-devel 1.1.1 1mdv2010.1 i586 Proceed with the installation of the 22 packages? (Y/n) Y ... $ sudo urpmi libmesaglut3-devel makedepend cproto + ====client RPMs==== - _desktopdir is used in the .spec file. It is defined in /etc/rpm/macros.d/jpackage.macros. One could also define it in a per-user .rpmmacros file, but this fixes it at a system level. + On a minimal system, building RPMs resulted in an error: + + RPM build errors: + File must begin with "/": %{_desktopdir}/crossfire-client-gtk2.desktop + + _desktopdir is defined in /etc/rpm/macros.d/jpackage.macros. One could also define it in a per-user .rpmmacros file, but adding the package fixes it at a system level using official distribution settings. $ sudo urpmi jpackage-utils ====.glade files==== IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299987659 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 22:21:16 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 22:21:16 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299990076.926893.22292.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 22:21 User : Edit Summary: Add .rpmmacros edit for signing RPMs @@ -478,8 +478,9 @@ This procedure assumes that release operations are done in the ''/home/devel/crossfire/rpmbuild'' directory. The RPMs build in this procedure may be installed by a user without using **sudo** or root permissions. The RPMs will be build to install in the user's home directory (**${HOME}/usr/local/games/crossfire**). This path is chosen so it is clearer how to modify the procedure to build RPMs that install into **/usr/local/games/crossfire**. + =====Optional: Setup .rpmmacros===== A key to building RPMs without using sudo or root is centered around creating a .rpmmacros file in the builder's home directory. You only need a file like this set up if you want to build and install the rpm as a normal user. To make RPMs that use distribution defaults, make sure that ~/.rpmmacros does not exist, or that it does not conflict with the system-wide settings. @@ -514,8 +515,13 @@ # ~/rpmbuild/nano/nano.spec # Then you can build your rpm with # rm -rf TMP/* BUILD/* ; rpmbuild -ba *.spec 2>&1 |tee rpmbuild.log # For more information, see www.iki.fi/karvinen + + To be able to sign RPMs, also add: + + %_signature gpg + %_gpg_name Firstname I. Lastname =====Setup the Release Workspace===== Create the base workspace directory and make it your current working directory. IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299989053 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 22:42:35 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 22:42:35 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299991355.018805.22312.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 22:42 User : Edit Summary: Add reference to help on how to sign RPMs. @@ -536,8 +536,9 @@ $ wget http://invidious.meflin.net/~kbulgrien/files/svn-up.sh $ wget http://invidious.meflin.net/~kbulgrien/files/trunk.config.sh $ wget http://invidious.meflin.net/~kbulgrien/files/branch.config.sh $ wget http://invidious.meflin.net/~kbulgrien/files/prerelease.sh + =====Create a Release or Snapshot===== It is only necessary to manually invoke the **prerelease.sh** script. The other scripts are automatically called as needed. @@ -578,8 +579,10 @@ * RPMs will be put in RPM/RPMS/ * SRPM will be located in RPM/SRPMS Making an official release is not yet fully implemented and tested, but the primary difference is adding a --release parameter to the **prerelease.sh** command-line. + + For good information on how to sign RPMs, see http://fedoranews.org/tchung/gpg/ ======Bug Triage====== =====crossfire-client-gtk2===== IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299990073 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 23:41:47 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 23:41:47 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299994907.013986.22479.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 23:41 User : Edit Summary: Update reference to trunk.config.sh and give invidious link instead of listing. @@ -88,25 +88,13 @@ A client update with --release updates arch and server too. =====Configure Scripts===== - ====trunk.config.sh==== - #!/bin/bash - # - export CFLAGS="-ggdb -g -O0" - PWD=`pwd` - if [ "${PWD/client/}" != "${PWD}" ] - then - aclocal -I macros --install - autoheader - automake -a -c - autoreconf - ./configure --prefix=$(pwd) --enable-cfgtk2 - else - bash autogen.sh --prefix=$(pwd) ${*} - fi - echo + ====trunk.autogen.sh==== + + $ cd /home/devel/crossfire + $ wget http://invidious.meflin.net/~kbulgrien/files/trunk.autogen.sh ====branch.config.sh==== !/bin/bash IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299991351 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 23:43:53 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 23:43:53 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299995033.923552.22482.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 23:43 User : Edit Summary: Update reference to branch.config.sh and give invidious link instead of listing. @@ -94,18 +94,13 @@ $ cd /home/devel/crossfire $ wget http://invidious.meflin.net/~kbulgrien/files/trunk.autogen.sh - ====branch.config.sh==== - !/bin/bash - export CFLAGS="-ggdb -g $1" - # export CFLAGS="-ggdb -g -O0" - if [ -e Makefile ] - then - make maintainer-clean - fi - bash autogen.sh --prefix=$(pwd) --enable-cfgtk2 + ====branch.autogen.sh==== + + $ cd /home/devel/crossfire + $ wget http://invidious.meflin.net/~kbulgrien/files/branch.autogen.sh ====trunk.autogen.sh==== export CFLAGS="-ggdb -g -O0" IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299994903 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 23:45:00 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 23:45:00 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299995100.224979.22485.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 23:44 User : Edit Summary: Delete trunk.autogen.sh listing as link to invidious is given. @@ -93,42 +93,13 @@ ====trunk.autogen.sh==== $ cd /home/devel/crossfire $ wget http://invidious.meflin.net/~kbulgrien/files/trunk.autogen.sh - ====branch.autogen.sh==== $ cd /home/devel/crossfire $ wget http://invidious.meflin.net/~kbulgrien/files/branch.autogen.sh - - ====trunk.autogen.sh==== - - export CFLAGS="-ggdb -g -O0" - if [ -e Makefile ] - then - make maintainer-clean - fi - case "$(basename $(dirname $(pwd)))" in - client) - CFOPTS="--enable-cfgtk2" - ;; - esac - CWD="$(pwd)" - if [ "${CWD/client/}" != "${CWD}" ] - then - if [ ! -e utils/config.guess ] - then - aclocal -I macros --install - autoheader - automake -a -c - fi - autoreconf - ./configure ${CFOPTS} --prefix=/usr/local/games/crossfire - else - bash ./autogen.sh ${CFOPTS} --prefix=/usr/local/games/crossfire - # --enable-maintainer-mode - fi ====config.sh==== Create yet another shell script called **config.sh** as follows: IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299995030 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 23:45:41 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 23:45:41 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299995141.464393.22490.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 23:45 User : Edit Summary: Fix code block formating for branch.autogen.sh @@ -93,13 +93,14 @@ ====trunk.autogen.sh==== $ cd /home/devel/crossfire $ wget http://invidious.meflin.net/~kbulgrien/files/trunk.autogen.sh + ====branch.autogen.sh==== - $ cd /home/devel/crossfire - $ wget http://invidious.meflin.net/~kbulgrien/files/branch.autogen.sh + $ cd /home/devel/crossfire + $ wget http://invidious.meflin.net/~kbulgrien/files/branch.autogen.sh ====config.sh==== Create yet another shell script called **config.sh** as follows: IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299995097 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Sat Mar 12 23:49:12 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Sat, 12 Mar 2011 23:49:12 -0600 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: user:kbulgrien Message-ID: <1299995352.714134.22493.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/12 23:49 User : Edit Summary: Remove config.sh and update prerelease.sh info to match renamed scripts. @@ -99,28 +99,8 @@ ====branch.autogen.sh==== $ cd /home/devel/crossfire $ wget http://invidious.meflin.net/~kbulgrien/files/branch.autogen.sh - - ====config.sh==== - - Create yet another shell script called **config.sh** as follows: - - #!/bin/bash - # - export CFLAGS="-ggdb -g -O0" - PWD=`pwd` - if [ "${PWD/client/}" != "${PWD}" ] - then - aclocal -I macros --install - autoheader - automake -a -c - autoreconf - ./configure --prefix=/home/devel/crossfire/prerelease --enable-cfgtk2 - else - bash autogen.sh --prefix=/home/devel/crossfire/prerelease ${*} - fi - echo =====Mandriva 2009.0===== ====Trunk Client==== @@ -488,12 +468,11 @@ Populate the release workspace with the necessary scripts: $ wget http://invidious.meflin.net/~kbulgrien/files/svn-co.sh $ wget http://invidious.meflin.net/~kbulgrien/files/svn-up.sh - $ wget http://invidious.meflin.net/~kbulgrien/files/trunk.config.sh - $ wget http://invidious.meflin.net/~kbulgrien/files/branch.config.sh + $ wget http://invidious.meflin.net/~kbulgrien/files/trunk.autogen.sh + $ wget http://invidious.meflin.net/~kbulgrien/files/branch.autogen.sh $ wget http://invidious.meflin.net/~kbulgrien/files/prerelease.sh - =====Create a Release or Snapshot===== It is only necessary to manually invoke the **prerelease.sh** script. The other scripts are automatically called as needed. IP-Address : 75.23.46.105 Old Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien?rev=1299995138 New Revision: http://wiki.metalforge.net/doku.php/user:kbulgrien -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Mar 16 14:56:27 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 16 Mar 2011 14:56:27 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: playground Message-ID: <1300305387.316650.6461.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/16 14:56 User : barbaraabbott Edit Summary: @@ -36,4 +36,6 @@
  • test 2
    1. + + * Ce ne sont que quelques aspects qui sont pris en consid?ration et que vous devez savoir que le casino en ligne les commentaires pour chaque casino en particulier, sont ?galement utiles. Si vous ?tes dans les jeux de casino, alors vous devriez certainement obtenir autant d'informations que vous le pouvez sur le sujet. [[http://www.pokerenfrancais.eu/888poker-reveiw/|888 poker]] IP-Address : 119.111.124.194 Old Revision: http://wiki.metalforge.net/doku.php/playground?rev=1149894445 New Revision: http://wiki.metalforge.net/doku.php/playground -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Mar 16 14:59:37 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 16 Mar 2011 14:59:37 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: playground Message-ID: <1300305577.330782.6465.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/16 14:59 User : wikidm Edit Summary: old revision restored @@ -36,6 +36,4 @@
    2. test 2
      1. - - * Ce ne sont que quelques aspects qui sont pris en consid?ration et que vous devez savoir que le casino en ligne les commentaires pour chaque casino en particulier, sont ?galement utiles. Si vous ?tes dans les jeux de casino, alors vous devriez certainement obtenir autant d'informations que vous le pouvez sur le sujet. [[http://www.pokerenfrancais.eu/888poker-reveiw/|888 poker]] IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/playground?rev=1300305385 New Revision: http://wiki.metalforge.net/doku.php/playground -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Mar 16 15:01:46 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 16 Mar 2011 15:01:46 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: playground Message-ID: <1300305706.057207.6590.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/16 15:01 User : Edit Summary: @@ -36,4 +36,6 @@
      2. test 2
        1. + + * Ce ne sont que quelques aspects qui sont pris en consid?ration et que vous devez savoir que le casino en ligne les commentaires pour chaque casino en particulier, sont ?galement utiles. Si vous ?tes dans les jeux de casino, alors vous devriez certainement obtenir autant d'informations que vous le pouvez sur le sujet. [[http://www.pokerenfrancais.eu/888poker-reveiw/|888 poker]] IP-Address : 122.49.210.50 Old Revision: http://wiki.metalforge.net/doku.php/playground?rev=1300305574 New Revision: http://wiki.metalforge.net/doku.php/playground -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Wed Mar 16 15:19:27 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Wed, 16 Mar 2011 15:19:27 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: playground Message-ID: <1300306767.066378.6640.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/16 15:19 User : wikidm Edit Summary: old revision restored @@ -36,6 +36,4 @@
        2. test 2
          1. - - * Ce ne sont que quelques aspects qui sont pris en consid?ration et que vous devez savoir que le casino en ligne les commentaires pour chaque casino en particulier, sont ?galement utiles. Si vous ?tes dans les jeux de casino, alors vous devriez certainement obtenir autant d'informations que vous le pouvez sur le sujet. [[http://www.pokerenfrancais.eu/888poker-reveiw/|888 poker]] IP-Address : 65.193.16.100 Old Revision: http://wiki.metalforge.net/doku.php/playground?rev=1300305705 New Revision: http://wiki.metalforge.net/doku.php/playground -- This mail was generated by DokuWiki at http://wiki.metalforge.net/ From no-reply_wiki at metalforge.org Tue Mar 29 05:30:59 2011 From: no-reply_wiki at metalforge.org (no-reply_wiki at metalforge.org) Date: Tue, 29 Mar 2011 05:30:59 -0500 Subject: [Crossfire-wiki] [Crossfire DokuWiki] page changed: start Message-ID: <1301394659.169811.1472.nullmailer@metalforge.net> A page in your DokuWiki was added or changed. Here are the details: Date : 2011/03/29 05:30 User : Edit Summary: @@ -15,8 +15,9 @@ While the wiki is useful for brainstorming, archiving or listing ideas & suggestions; any and all code changes and proposals need to be sent to the [[http://mailman.metalforge.org/mailman/listinfo/crossfire|discussion mailing list]] before implementation. So, what's here?\\ There is the Crossfire Wiki, a communal edit pad and place to kick off new documents and related type content. There is the [[Document Repository|Document repository]] where you can read and comment on some of the existing documentation. Finally there's the latest [[Crossfire Traffic]] which contains information about what's happening in the community. + IP-Address : 121.96.90.199 Old Revision: http://wiki.metalforge.net/doku.php/start?rev=1299375148 New Revision: http://wiki.metalforge.net/doku.php/start -- This mail was generated by DokuWiki at http://wiki.metalforge.net/