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 - teal

Pages: [1] 2
1
General Discussion /
« on: December 25, 2004, 01:23:17 pm »
yeah thx that would be cool. please can you PM me the that too. I\'m off to friends now and i will be back on my computer tomorrow, so i will not be able to test it today.

2
General Discussion /
« on: December 25, 2004, 12:22:49 pm »
Hello there!

Nice Post. It\'s really good. It works nicely but the only error I get is, that I\'ve got no Servers in the Server\'s List. (only the localhost thingy)

btw: why should I make a mysql_Database when there\'s no server?

3
General Discussion /
« on: December 25, 2004, 12:05:55 pm »
I compiled it finally too. But I\'ve got no Server\'s in the Server\'s list :(

4
General Discussion /
« on: December 25, 2004, 08:26:30 am »
okay that CVS Planeshift is nearly to work ... (puh after 12 hours of non-stop compiling :-) )

big question though: are these \"tools\" in \"src/tools\" neccessary? because they do really trouble.

5
General Discussion /
« on: December 24, 2004, 08:38:57 pm »
CS and Cal3D are up-to-date ... but got problem with CEL won\'t compile at all ... which version should I have?

6
General Discussion /
« on: December 24, 2004, 04:37:17 pm »
okay I fixed that Jamfile but didn\'t work.

Code: [Select]

SubDir TOP src tools partview ;
                                                                                                                                                             
Application ase_2_spr :
        [ Wildcard *.cpp *.h ]
;



Just open the editor type that and save it under src/tools/partview/Jamfile that should do the trick. but as i mentioned before when I\'m doing \"jam -aq\" I\'ve got some errors. Here my console output

Code: [Select]

...patience...
...found 1585 target(s)...
...updating 336 target(s)...
C++ ./out/linuxx86/optimize/src/common/admin/adminmessage.o
In file included from src/common/admin/adminmessage.h:25,
                 from src/common/admin/adminmessage.cpp:25:
src/common/net/message.h:28:29: csutil/csendian.h: No such file or directory
In file included from src/common/net/message.h:34,
                 from src/common/admin/adminmessage.h:25,
                 from src/common/admin/adminmessage.cpp:25:
src/common/util/genqueue.h:28:27: csutil/thread.h: No such file or directory
In file included from src/common/net/message.h:34,
                 from src/common/admin/adminmessage.h:25,
                 from src/common/admin/adminmessage.cpp:25:
src/common/util/genqueue.h:94: error: type/value mismatch at argument 1 in
   template parameter list for `template class csRef\'
src/common/util/genqueue.h:94: error:   expected a type, got `csMutex\'
src/common/util/genqueue.h:94: error: ISO C++ forbids declaration of `mutex\'
   with no type
src/common/util/genqueue.h:95: error: type/value mismatch at argument 1 in
   template parameter list for `template class csRef\'
src/common/util/genqueue.h:95: error:   expected a type, got `csCondition\'
src/common/util/genqueue.h:95: error: ISO C++ forbids declaration of `
   datacondition\' with no type
In file included from src/common/admin/adminmessage.h:25,
                 from src/common/admin/adminmessage.cpp:25:
src/common/net/message.h: In member function `size_t
   psMessageBytes::GetTotalSize() const\':
src/common/net/message.h:68: error: `csLittleEndianShort\' undeclared (first use
   this function)
src/common/net/message.h:68: error: (Each undeclared identifier is reported
   only once for each function it appears in.)
src/common/net/message.h: In member function `size_t psMessageBytes::GetSize()
   const\':
src/common/net/message.h:69: error: `csLittleEndianShort\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void
   psMessageBytes::SetSize(unsigned int)\':
src/common/net/message.h:70: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void
   psMessageBytes::SetTotalSize(unsigned int)\':
src/common/net/message.h:71: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void MsgEntry::Add(float)\':
src/common/net/message.h:217: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void MsgEntry::Add(short unsigned
   int)\':
src/common/net/message.h:274: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void MsgEntry::Add(short int)\':
src/common/net/message.h:301: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void MsgEntry::Add(int)\':
src/common/net/message.h:327: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void MsgEntry::Add(unsigned int)
   \':
src/common/net/message.h:353: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `void MsgEntry::Add(const
   csVector3&)\':
src/common/net/message.h:460: error: `csConvertEndian\' undeclared (first use
   this function)
src/common/net/message.h: In member function `float MsgEntry::GetFloat()\':
src/common/net/message.h:548: error: `csLittleEndianFloat\' undeclared (first
   use this function)
src/common/net/message.h: In member function `int16_t MsgEntry::GetInt16()\':
src/common/net/message.h:566: error: `csLittleEndianShort\' undeclared (first
   use this function)
src/common/net/message.h: In member function `uint16_t MsgEntry::GetUInt16()\':
src/common/net/message.h:584: error: `csLittleEndianShort\' undeclared (first
   use this function)
src/common/net/message.h: In member function `int32_t MsgEntry::GetInt32()\':
src/common/net/message.h:603: error: `csLittleEndianLong\' undeclared (first use
   this function)
src/common/net/message.h: In member function `uint32_t MsgEntry::GetUInt32()\':
src/common/net/message.h:621: error: `csLittleEndianLong\' undeclared (first use
   this function)
src/common/net/message.h: In member function `csVector3 MsgEntry::GetVector()\':
src/common/net/message.h:692: error: `csLittleEndianFloat\' undeclared (first
   use this function)
In file included from src/common/admin/adminmessage.h:26,
                 from src/common/admin/adminmessage.cpp:25:
src/common/net/messages.h: In constructor `
   psGUIActiveMagicMessage::psGUIActiveMagicMessage(unsigned int,
   psGUIActiveMagicMessage::commandType, csArray, bool)\':
src/common/net/messages.h:1806: warning: comparison between signed and unsigned
   integer expressions
src/common/net/messages.h:1821: warning: comparison between signed and unsigned
   integer expressions
src/common/admin/adminmessage.cpp: In member function `int
   psDialogManager::InsertResponseSet(psResponse&)\':
src/common/admin/adminmessage.cpp:810: error: `GetDataSafe\' undeclared (first
   use this function)
src/common/admin/adminmessage.cpp: In member function `int
   psDialogManager::InsertTrigger(const char*, const char*, int, int, int, int,
   int)\':
src/common/admin/adminmessage.cpp:849: error: `Downcase\' undeclared (first use
   this function)
 
    g++ -c -o ./out/linuxx86/optimize/src/common/admin/adminmessage.o     -I/opt/crystal/include -D__CRYSTAL_SPACE__ -Wall -Wno-unknown-pragmas -fno-exceptions -mcpu=pentiumpro -march=i686  -O3 -fomit-frame-pointer -ffast-math  -I/opt/crystal/include -fexceptions  -I. -I./include -I./src/common -I./src/client -I./src/server src/common/admin/adminmessage.cpp
 
...failed C++ ./out/linuxx86/optimize/src/common/admin/adminmessage.o ...
...skipped libpsadminnet.a for lack of libpsadminnet.a(adminmessage.o)...
...failed updating 1 target(s)...
...skipped 1 target(s)...



I hope that helps for the dev\'s. I want to play CB now. Why first bring out the Windooze package :-)

7
General Discussion /
« on: December 24, 2004, 03:48:20 pm »
Then I\'m going to build then.

//edit: But I\'ve got an error. That there are missing file ... and also the Jamfiles weren\'t made correctly. The files that are missing are some header files for admin and common things in the console.

8
General Discussion /
« on: December 24, 2004, 03:18:27 pm »
Yeah I know. But would that work for the newest version too?

9
General Discussion /
« on: December 24, 2004, 03:15:18 pm »
Yeah, I want the Linux binaries/sources too! Or can I get it from CVS??

10
General Discussion /
« on: December 24, 2004, 09:25:59 am »
@swift: I think, Nero thougt the same, when he was burning down Rome :-) I think he waited for the release of \"Rome: Total War\" ;)

11
General Discussion /
« on: December 24, 2004, 09:21:07 am »
But why bother the timezone of the server. It\'s much more interesting to know in which timezone the guy is who should upload the things :-)

I can wait now, because I am in the European Timezone and here it\'s morning, so I haven\'t go to sleep :-)

happy x-mas (<- yes I love this word)

12
Technical Help: Problems BEFORE entering the game /
« on: December 21, 2004, 10:33:39 pm »
I think a little .sh script ist just enough and would be the best thing to do, because everyone could build the planeshift bins out of the source. a gentoo-emerge-script is, as far as I know, just a .sh script too. I could read some howto\'s on creating emerge-scripts when someone thinks it\'s necessary.

13
Technical Help: Problems BEFORE entering the game /
« on: December 21, 2004, 08:01:49 pm »
Quote
Originally posted by acraig
Most likely the build instructions will not change significantly.  One useful thing though is that the updater ( once built ) can then be used in linux to get the required art.   This is what I did when I set up my new development system in Gentoo.  Worked for me without a problem


uh ... I heard gentoo  ... welcome friend :-) okay enough ... now my question:  will CB also be avaiable as gentoo-merge-script in the release? or do I have to compile it myself?

cu teal

PS: If that game don\'t come out on x-mas (yay I love this word) my endikukai-char will get you :-)

14
Development Deliberation /
« on: July 12, 2004, 10:14:54 pm »
sorry. didn\'t know (i know myself how freaky this seg-faults are):

so here\'s the seg-fault right before it crashes in the loading screen of the map

Program received signal SIGSEGV, Segmentation fault.
0x080707fd in GEMClientObject::InitMesh (this=0x8347d98,
    factname=0x843ad10 \"stonebm\",
    filename=0x83c05b8 \"/planeshift/models/stonebm/stonebm.cal3d\",
    pos=@0xbffff028, rotangle=0, room=0x85c7fb0 \"NPCroom\")
    at src/client/pscelclient.cpp:533
533                     pcmesh->SetMesh(entry->factory->CreateMeshWrapper());

and that\'s the message i receive when i want to view a character

View:
  Failed to load mesh factory from file
  /planeshift/models/stonebm/stonebm.cal3d

okay, i solved the problem by myself. it\'s a little bit sh* when you forget to set some global variables (LD_LIBRARY_PATH for example). btw. are there other cards besides \"npcroom\"

15
Development Deliberation /
« on: July 12, 2004, 10:07:42 pm »
i now downloaded the source from cvs again and didn\'t patched this time. didn\'t work.

FindObject:
  No object with the id of \'100\' was found.
Segmentation fault

Pages: [1] 2