From no-reply_wiki at cross-fire.org Wed Oct 5 00:11:41 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Wed, 05 Oct 2016 00:11:41 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: crossfire_traffic In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/05 00:11 User : leaf Edit Summary: August 2016 Traffic update @@ -4,8 +4,11 @@ Please put most recent on bottom for month. Unless specified otherwise, changes are in [[trunk]] only. ===== 2016 ===== + + === September ==== + * Added more mini chapel maps (Gnarg, Ixalovh, Lythander, Mostrai, Sorig, Valkyrie and Valriel) so random maps can now include altars to all available cults from within the game (r20317) ==== August 2016 ==== * Numerous server code changes to fix memory leaks and hopefully improve game stability (r20296 - r20325) * New maps, Temple of Gnarg (lake_country/temples/gnarg-temple) and related dungeon, Foul Smelling Cave (lake_country/dungeons/foul-smelling-cave) in Lake Country. Map entrance created in the world map (world/world_109_127) as well. (r20316) IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/crossfire_traffic?rev=1472887396 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/crossfire_traffic -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Wed Oct 5 00:13:01 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Wed, 05 Oct 2016 00:13:01 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: crossfire_traffic In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/05 00:13 User : leaf Edit Summary: @@ -5,9 +5,9 @@ Please put most recent on bottom for month. Unless specified otherwise, changes are in [[trunk]] only. ===== 2016 ===== - === September ==== + ==== September ==== * Added more mini chapel maps (Gnarg, Ixalovh, Lythander, Mostrai, Sorig, Valkyrie and Valriel) so random maps can now include altars to all available cults from within the game (r20317) ==== August 2016 ==== * Numerous server code changes to fix memory leaks and hopefully improve game stability (r20296 - r20325) IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/crossfire_traffic?rev=1475644301 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/crossfire_traffic -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Wed Oct 5 00:13:27 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Wed, 05 Oct 2016 00:13:27 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: crossfire_traffic In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/05 00:13 User : leaf Edit Summary: @@ -5,9 +5,9 @@ Please put most recent on bottom for month. Unless specified otherwise, changes are in [[trunk]] only. ===== 2016 ===== - ==== September ==== + ==== September 2016 ==== * Added more mini chapel maps (Gnarg, Ixalovh, Lythander, Mostrai, Sorig, Valkyrie and Valriel) so random maps can now include altars to all available cults from within the game (r20317) ==== August 2016 ==== * Numerous server code changes to fix memory leaks and hopefully improve game stability (r20296 - r20325) IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/crossfire_traffic?rev=1475644381 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/crossfire_traffic -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Fri Oct 21 01:01:11 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Fri, 21 Oct 2016 01:01:11 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: client:client_compiling In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/21 01:01 User : leaf Edit Summary: Updated client compile dependencies for Debian and Ubuntu @@ -2,33 +2,43 @@ This page provides information on building the GTKv2 client from source. Instructions for [[server:server_compiling|compiling the server]] are on a separate page. ===== Dependencies ===== - * C compiler supporting C99 - * CMake - * libgtk2.0-0 - The GTK+ graphical user interface library + + The following dependencies are required to compile the client: + * autoconf - automatic configure script builder + * automake - Tool for generating GNU Standards-compliant Makefiles + * cmake - cross-platform, open-source make system + * flex - A fast lexical analyzer generator + * gcc - GNU C compiler + * libgd-tools - GD command line tools and example code + * libgtk2.0-0 - GTK+ graphical user interface library * libgtk2.0-dev - Development files for the GTK+ library - * libpng - * Perl + * libpng3 - PNG library - runtime + * libtool - Generic library support script + * make - An utility for Directing compilation + * perl - Larry Wall's Practical Extraction and Report Language The following (optional) dependencies are used for metaserver support: - * libcurl3 - Multi-protocol file transfer library (OpenSSL) - * libcurl4-openssl-dev - Development files and documentation for libcurl (OpenSSL) + * libcurl3 - easy-to-use client-side URL transfer library (OpenSSL flavour) + * libcurl4-openssl-dev - development files and documentation for libcurl (OpenSSL flavour) The following (optional) dependencies are used for additional rendering modes: + * libglade2-0 - library to load .glade files at runtime + * libglade2-dev - development files for libglade * libsdl1.2-dev - Simple DirectMedia Layer development files - * libsdl-image1.2-dev - development files for SDL 1.2 image loading library - * OpenGL + * libsdl-image1.2-dev - libsdl-image1.2-dev - Image loading library for Simple DirectMedia Layer 1.2, development files Other (optional) dependencies: + * libsdl-mixer1.2-dev - Mixer library for Simple DirectMedia Layer 1.2, development files * lua5.1 - Simple, extensible, embeddable programming language - * SDL_mixer - As a quick reference for Debian and Ubuntu related distributions: + (Optional) To download source code for compiling the client: + * subversion - Advanced version control system - sudo apt-get install autoconf automake flex gcc libgd-tools libgd2-xpm-dev libtool make subversion libsdl1.2-dev libsdl-image1.2-dev libcurl3 libcurl4-openssl-dev + As a quick reference for Debian and Ubuntu related distributions: - sudo apt-get install libgtk2.0-0 libgtk2.0-dev libglade2-0 libglade2-dev + sudo apt-get autoconf automake cmake flex gcc libgd-tools libgtk2.0-0 libgtk2.0-dev libpng3 libtool make perl libcurl3 libcurl4-openssl-dev libglade2-0 libglade2-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev lua5.1 subversion As a quick reference for openSUSE 64bit: yast -i autoconf automake flex gcc libcurl4 libcurl-devel libSDL-devel libgda-tools libSDL_image-1_2-0 libSDL_image-devel libgtk-2_0-0 libglade-2_0-0 libglade2-devel libSDL2-2_0-0 libSDL2-devel libSDL_mixer-1_2-0 libSDL_mixer-devel libtool make subversion IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling?rev=1451772371 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Fri Oct 21 01:03:43 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Fri, 21 Oct 2016 01:03:43 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: client:client_compiling In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/21 01:03 User : leaf Edit Summary: Added cmake-curses-gui as an optional dependency, used to run ccmake @@ -28,8 +28,9 @@ * libsdl1.2-dev - Simple DirectMedia Layer development files * libsdl-image1.2-dev - libsdl-image1.2-dev - Image loading library for Simple DirectMedia Layer 1.2, development files Other (optional) dependencies: + * cmake-curses-gui - curses based user interface for CMake (ccmake) * libsdl-mixer1.2-dev - Mixer library for Simple DirectMedia Layer 1.2, development files * lua5.1 - Simple, extensible, embeddable programming language (Optional) To download source code for compiling the client: IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling?rev=1477029671 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Fri Oct 21 01:04:58 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Fri, 21 Oct 2016 01:04:58 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: client:client_compiling In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/21 01:04 User : leaf Edit Summary: Commands to run or use ccmake @@ -78,6 +78,11 @@ $ make $ sudo make install If you would like to change the compile-time default options, run **ccmake** instead of **cmake**. + + $ mkdir build; cd build + $ ccmake .. + $ make + $ sudo make install To compile with debugging symbols, add ''-g -O0'' to //CMAKE_CFLAGS//. IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling?rev=1477029823 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Fri Oct 21 01:06:11 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Fri, 21 Oct 2016 01:06:11 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: client:client_compiling In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/21 01:06 User : leaf Edit Summary: Commands to run or use debugging symbols during the client compile steps @@ -85,4 +85,9 @@ $ make $ sudo make install To compile with debugging symbols, add ''-g -O0'' to //CMAKE_CFLAGS//. + + $ mkdir build; cd build + $ cmake -g -O0 to CMAKE_CFLAGS .. + $ make + $ sudo make install IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling?rev=1477029898 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Fri Oct 21 01:07:02 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Fri, 21 Oct 2016 01:07:02 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: client:client_compiling In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/21 01:07 User : leaf Edit Summary: [Using CMake] @@ -87,7 +87,7 @@ To compile with debugging symbols, add ''-g -O0'' to //CMAKE_CFLAGS//. $ mkdir build; cd build - $ cmake -g -O0 to CMAKE_CFLAGS .. + $ cmake -g -O0 .. $ make $ sudo make install IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling?rev=1477029971 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Sun Oct 23 00:30:57 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Sun, 23 Oct 2016 00:30:57 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: client:client_compiling In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/23 00:30 User : leaf Edit Summary: Fix typo in dependency listing @@ -25,9 +25,9 @@ The following (optional) dependencies are used for additional rendering modes: * libglade2-0 - library to load .glade files at runtime * libglade2-dev - development files for libglade * libsdl1.2-dev - Simple DirectMedia Layer development files - * libsdl-image1.2-dev - libsdl-image1.2-dev - Image loading library for Simple DirectMedia Layer 1.2, development files + * libsdl-image1.2-dev - Image loading library for Simple DirectMedia Layer 1.2, development files Other (optional) dependencies: * cmake-curses-gui - curses based user interface for CMake (ccmake) * libsdl-mixer1.2-dev - Mixer library for Simple DirectMedia Layer 1.2, development files IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling?rev=1477030022 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/ From no-reply_wiki at cross-fire.org Mon Oct 24 01:53:15 2016 From: no-reply_wiki at cross-fire.org (no-reply_wiki at cross-fire.org) Date: Mon, 24 Oct 2016 01:53:15 -0500 Subject: [Crossfire-wiki] [Crossfire Wiki] page changed: client:client_compiling In-Reply-To: Message-ID: A page in your DokuWiki was added or changed. Here are the details: Date : 2016/10/24 01:53 User : leaf Edit Summary: Correct command typo, was missing the word install @@ -37,9 +37,9 @@ * subversion - Advanced version control system As a quick reference for Debian and Ubuntu related distributions: - sudo apt-get autoconf automake cmake flex gcc libgd-tools libgtk2.0-0 libgtk2.0-dev libpng3 libtool make perl libcurl3 libcurl4-openssl-dev libglade2-0 libglade2-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev lua5.1 subversion + sudo apt-get install autoconf automake cmake flex gcc libgd-tools libgtk2.0-0 libgtk2.0-dev libpng3 libtool make perl libcurl3 libcurl4-openssl-dev libglade2-0 libglade2-dev libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev lua5.1 subversion As a quick reference for openSUSE 64bit: yast -i autoconf automake flex gcc libcurl4 libcurl-devel libSDL-devel libgda-tools libSDL_image-1_2-0 libSDL_image-devel libgtk-2_0-0 libglade-2_0-0 libglade2-devel libSDL2-2_0-0 libSDL2-devel libSDL_mixer-1_2-0 libSDL_mixer-devel libtool make subversion IP-Address : 63.170.91.101 Hostname : gatekeeper-2.real-time.com Old Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling?rev=1477200657 New Revision: http://wiki.cross-fire.org/dokuwiki/doku.php/client:client_compiling -- This mail was generated by DokuWiki at http://wiki.cross-fire.org/dokuwiki/