Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fida

Pages: [1] 2
1
Newbie Help (Start Here) / how to train
« on: March 10, 2005, 04:28:11 pm »
hi i have small problem, I have one Prograsion point, but I dont know, how to train my skills, and another problem, where can I buy spells? Thanks

2
Technical Help: Problems BEFORE entering the game /
« on: March 09, 2005, 04:51:07 pm »
so I have to run jam -a again?

3
Technical Help: Problems BEFORE entering the game /
« on: March 09, 2005, 04:40:18 pm »
sorry, that I bother again but it didnt work, it still says, that my version is newer then server\'s...

4
Technical Help: Problems BEFORE entering the game /
« on: March 08, 2005, 05:55:55 pm »
sorry, i cannot find in message.h PS_NETVERSION and 1024, i just find 0x0030, but nothin else and I think it should be in #define

5
Technical Help: Problems BEFORE entering the game /
« on: March 07, 2005, 08:44:55 pm »
hi finaly i tried to update and this is the result:
[internet@localhost planeshift]$ ./updater --auto
Critical files () not found (Server only)
NOTIFY: psUpdaterEngine initialized.
Downloading registry...
0%....25%....50%....75%....100%
Loaded registry
Your updater version is newer than the server\'s..
SCF WARNING: 1 unreleased instances of class crystalspace.kernel.vfs!

I did exactly, what is written on laanx.fragnetics.com and when I tried to run the game, it looked like Molecular blue version.
Any ideas? thanks Fida

6
Technical Help: Problems BEFORE entering the game /
« on: March 04, 2005, 02:35:25 pm »
how can I update planeshist with cvs? thanks

7
Technical Help: Problems BEFORE entering the game /
« on: February 28, 2005, 07:04:42 pm »
and how will i upgrade ps with cvs? And when will be next version? and the bugs are so deadly, can you explain what do you mean exactly( i repaired heap.h and jaming planeshift works fine)? thanks

8
Technical Help: Problems BEFORE entering the game /
« on: February 28, 2005, 06:35:41 pm »
i can give you more info abou errors:
[root@localhost CS]# jam plugins
...patience...
...patience...
...patience...
...found 3170 target(s)...
...updating 4 target(s)...
C++ ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.o
In file included from ./include/csgfx.h:39,
                 from ./include/crystalspace.h:22,
                 from ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.cpp:1169:
./include/csgfx/vertexlight.h: In constructor `csPointLightProc::csPointLightProc(iLight*, iMovable*, float)\':
./include/csgfx/vertexlight.h:121: error: invalid use of undefined type `struct iMovable\'
./include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
./include/csgfx/vertexlight.h: In constructor `csDirectionalLightProc::csDirectionalLightProc(iLight*, iMovable*, float)\':
./include/csgfx/vertexlight.h:162: error: invalid use of undefined type `struct iMovable\'
./include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
./include/csgfx/vertexlight.h: In constructor `csSpotLightProc::csSpotLightProc(iLight*, iMovable*, float)\':
./include/csgfx/vertexlight.h:208: error: invalid use of undefined type `struct iMovable\'
./include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
./include/csgfx/vertexlight.h: In member function `csColor csSpotLightProc::ProcessVertex(const csVector3&, const csVector3&) const\':
./include/csgfx/vertexlight.h:232: error: `distance\' undeclared (first use this function)
./include/csgfx/vertexlight.h:232: error: (Each undeclared identifier is reported only once for each function it appears in.)

    g++ -c -o ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.o -I. -I./include -I./include -Wall -Wno-unknown-pragmas -pipe -march=i586 -I/usr/local/include -fno-exceptions -g3 -DCS_DEBUG -fPIC -I/usr/include/python2.3 -DSWIG_GLOBAL -Wno-unused -Wno-uninitialized  ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.cpp

...failed C++ ./out/linuxx86/debug/plugins/cscript/cspython/cs_pyth.o ...
...skipped libcspycommon.a for lack of libcspycommon.a(cs_pyth.o)...
...skipped cspython.so for lack of libcspycommon.a...
...skipped _cspace.so for lack of libcspycommon.a...
...failed updating 1 target(s)...
...skipped 3 target(s)...


and
it is cel jaming:

C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.o
In file included from /home/internet/work/vyvoj/CS/include/csgfx.h:39,
                 from /home/internet/work/vyvoj/CS/include/crystalspace.h:22,
                 from ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:1202:
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In constructor `csPointLightProc::csPointLightProc(iLight*, iMovable*, float)\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:121: error: invalid use of undefined type `struct iMovable\'
/home/internet/work/vyvoj/CS/include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In constructor `csDirectionalLightProc::csDirectionalLightProc(iLight*, iMovable*, float)\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:162: error: invalid use of undefined type `struct iMovable\'
/home/internet/work/vyvoj/CS/include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In constructor `csSpotLightProc::csSpotLightProc(iLight*, iMovable*, float)\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:208: error: invalid use of undefined type `struct iMovable\'
/home/internet/work/vyvoj/CS/include/iengine/light.h:42: error: forward declaration of `struct iMovable\'
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h: In member function `csColor csSpotLightProc::ProcessVertex(const csVector3&, const csVector3&) const\':
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:232: error: `distance\' undeclared (first use this function)
/home/internet/work/vyvoj/CS/include/csgfx/vertexlight.h:232: error: (Each undeclared identifier is reported only once for each function it appears in.)
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp: In function `PyObject* _wrap_iClipper2D_Clip__SWIG_0(PyObject*, PyObject*)\':
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:40454: warning: unused variable \'ptr3\'
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp: In function `PyObject* _wrap_iClipper2D_Clip__SWIG_1(PyObject*, PyObject*)\':
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:40520: warning: unused variable \'ptr3\'
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp: In function `PyObject* _wrap_iClipper2D_Clip__SWIG_2(PyObject*, PyObject*)\':
./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp:40591: warning: unused variable \'ptr3\'

    g++ -c -o ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.o -I. -I./include -I. -Wall -g3 -DCS_DEBUG -fPIC -I/usr/include/python2.3 -I/home/internet/work/vyvoj/CS/include -DSWIG_GLOBAL  ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.cpp

...failed C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/blcel.o ...
C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/blpython.o
In file included from /usr/include/python2.3/Python.h:8,
                 from ./plugins/behaviourlayer/python/blpython.h:29,
                 from plugins/behaviourlayer/python/blpython.cpp:21:
/usr/include/python2.3/pyconfig.h:850:1: warning: \"_POSIX_C_SOURCE\" redefined
In file included from /usr/include/stdint.h:26,
                 from /home/internet/work/vyvoj/CS/include/cstypes.h:37,
                 from /home/internet/work/vyvoj/CS/include/csdef.h:27,
                 from /home/internet/work/vyvoj/CS/include/cssysdef.h:24,
                 from plugins/behaviourlayer/python/blpython.cpp:19:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
C++ ./out/linuxx86/debug/plugins/behaviourlayer/python/pytocel.o
In file included from /usr/include/python2.3/Python.h:8,
                 from ./plugins/behaviourlayer/python/blpython.h:29,
                 from plugins/behaviourlayer/python/pytocel.cpp:21:
/usr/include/python2.3/pyconfig.h:850:1: warning: \"_POSIX_C_SOURCE\" redefined
In file included from /usr/include/stdint.h:26,
                 from /home/internet/work/vyvoj/CS/include/cstypes.h:37,
                 from /home/internet/work/vyvoj/CS/include/csdef.h:27,
                 from /home/internet/work/vyvoj/CS/include/cssysdef.h:24,
                 from plugins/behaviourlayer/python/pytocel.cpp:19:
/usr/include/features.h:150:1: warning: this is the location of the previous definition
...skipped blpython.so for lack of blcel.o...
 and some other reports from jaming planeshift:
C++ ./out/linuxx86/debug/src/updater/md5.o
C++ ./out/linuxx86/debug/src/updater/registrycreator.o
...skipped updater for lack of libpsutil.a...
C++ ./out/linuxx86/debug/src/paws_generic/eedit.o
C++ ./out/linuxx86/debug/src/paws_generic/pawsgeneric.o
...skipped paws_generic for lack of libpsutil.a...
C++ ./out/linuxx86/debug/src/eedit/pawseedit.o


i don\'t know what to do

9
Technical Help: Problems BEFORE entering the game /
« on: February 28, 2005, 05:45:13 pm »
and where is the heap.h?

10
Technical Help: Problems BEFORE entering the game /
« on: February 27, 2005, 08:53:39 pm »
i tried to compile planeshift cvs and
...failed updating 32 target(s)...
...skipped 11 target(s)...
...updated 301 target(s)...
so I thought, that is normal and i tried to run updater, but it wasn\'t nowhere!

Here is some reprt:

C++ ./out/linuxx86/debug/src/server/adminmanager.o
In file included from ./src/common/util/eventmanager.h:26,
                 from src/server/spawnmanager.h:35,
                 from src/server/adminmanager.cpp:35:
./src/common/util/heap.h: In member function `void Heap::Insert(T*)\':
./src/common/util/heap.h:51: error: there are no arguments to `Get\' that depend on a template parameter, so a declaration of `Get\' m ust be available
./src/common/util/heap.h:51: error: (if you use `-fpermissive\', G++ will accept your code, but allowing the use of an undeclared nam e is deprecated)

    g++ -c -o ./out/linuxx86/debug/src/server/adminmanager.o     -DCS_DEBUG -g3 -I/home/internet/work/vyvoj/CS/include      -I/home/ internet/work/vyvoj/cel/include -fexceptions  -I. -I./include -I./src/common -I./src/client -I./src/server src/server/adminmanager.c pp

...failed C++ ./out/linuxx86/debug/src/server/adminmanager.o ...

thanks

11
Technical Help: Problems BEFORE entering the game /
« on: February 27, 2005, 12:38:17 pm »
i tried cel configure and it said

configure: WARNING: Can not find cs-config in path you provided
no
configure: error:
*** Crystal Space could not be found. The latest version is always available
*** from http://www.crystalspace3d.org/
*** Also, be sure that you have either installed Crystal Space or set the
*** CRYSTAL environment variable properly.

so where should I put that export commands?

12
Technical Help: Problems BEFORE entering the game /
« on: February 27, 2005, 12:25:20 pm »
where should I put
export CRYSTAL=/home/path/CS
in my .bashrc:

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi
and I have to run this command
export LD_LIBRARY_PATH=/home/path/cal3d/src/cal3d/.libs/:$LD_LIBRARY_PATH
in terminal?

building Crystal space told me, that it cannot update one file, I hope it doesn\'t matter

13
Technical Help: Problems BEFORE entering the game /
« on: February 26, 2005, 07:12:21 am »
ok, I have several questions- what is \"emerge\", is this working in fc3? and jam is special for gentoo, or it can be used in fedora core? thanks

14
Technical Help: Problems BEFORE entering the game /
« on: February 24, 2005, 08:18:53 pm »
anybody? thanks

15
Technical Help: Problems BEFORE entering the game /
« on: February 24, 2005, 03:15:08 pm »
hi I finnaly instaled driver for graphic card, but loading time is still really high. Somebody told me, that I can build game from cvs, but I\'m quite new in linux, so I don\'t know, how to do this. I have fedora core 3, thanks Fida

Pages: [1] 2