Page 5 of 6
Re: Game Editor Source Code

Posted:
Mon May 04, 2009 9:51 pm
by eyecreate
why 3.3 specifically?
3.5 is on their site at:
http://www.jenkinssoftware.com/
Re: Game Editor Source Code

Posted:
Mon May 04, 2009 10:02 pm
by tarice
To compile game-editor source code you need 3.3
Re: Game Editor Source Code

Posted:
Mon May 04, 2009 10:11 pm
by eyecreate
i will upload my folder I have of it tonight, but if you already have my Virutal Machine, it should be on there too.
Re: Game Editor Source Code

Posted:
Mon May 04, 2009 11:43 pm
by makslane
I haven't a single line of contribution in the code yet.
Have you any improvements or bug fix to contribute?
Re: Game Editor Source Code

Posted:
Mon May 04, 2009 11:51 pm
by tarice
eyecreate wrote:i will upload my folder I have of it tonight, but if you already have my Virutal Machine, it should be on there too.
Yeah I tried to download your vm but the torrent had 0 seeds.
Re: Game Editor Source Code

Posted:
Tue May 05, 2009 12:13 am
by eyecreate
oh..srry, i thought that amazon would supply at least one for me. If you still want to download it, you can take the ?torrent off the end.
Re: Game Editor Source Code

Posted:
Mon Jun 08, 2009 6:13 am
by Bee-Ant
Max, is it okay to change the graphics?
i would like contribute my arts

Re: Game Editor Source Code

Posted:
Mon Jun 08, 2009 10:54 am
by makslane
There will be a lot of icons in the Behavior panel

Re: Game Editor Source Code

Posted:
Mon Jun 08, 2009 3:27 pm
by Bee-Ant
Yay,time to contribute something

Btw,to compile GE source code, you need raknet 3.3 right?is it free?
Re: Game Editor Source Code

Posted:
Mon Jun 08, 2009 3:40 pm
by makslane
Is free for Indie use.
Re: Game Editor Source Code

Posted:
Mon Jun 08, 2009 3:50 pm
by Bee-Ant
Indie?
Nanda kore?
Whats that?
Re: Game Editor Source Code

Posted:
Mon Jun 08, 2009 3:58 pm
by makslane
Indie = Not a big Game Commpany

Please, read the RakNet license.
Re: Game Editor Source Code

Posted:
Tue Jun 09, 2009 1:54 am
by Bee-Ant
Reading a license agreement is the worst part in developing for me

Re: Game Editor Source Code

Posted:
Thu Jul 02, 2009 3:21 am
by Fuzzy
After not bothering to look in here for weeks on end, I decided to. I now have that compiled version of linux GE, and I am trying it out on ubuntu 64 bit. I have 32 bit compatibility turned on.
Its fun to contribute again!
Re: Game Editor Source Code

Posted:
Fri Aug 21, 2009 9:41 pm
by eilios
Every time I try to compile it I get this error.
- Code: Select all
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:88: error: template argument 3 is invalid
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘data_type& DataStructures::Map<key_type, data_type, key_comparison_func>::Get(const key_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:133: error: invalid types ‘int[unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:137: error: request for member ‘GetIndexFromKey’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:140: error: invalid types ‘int[unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘unsigned int DataStructures::Map<key_type, data_type, key_comparison_func>::GetIndexAtKey(const key_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:151: error: request for member ‘GetIndexFromKey’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘void DataStructures::Map<key_type, data_type, key_comparison_func>::RemoveAtIndex(unsigned int)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:163: error: request for member ‘RemoveAtIndex’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘data_type DataStructures::Map<key_type, data_type, key_comparison_func>::Pop(const key_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:176: error: request for member ‘GetIndexFromKey’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:179: error: invalid types ‘int[unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:180: error: request for member ‘RemoveAtIndex’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘void DataStructures::Map<key_type, data_type, key_comparison_func>::Set(const key_type&, const data_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:193: error: invalid types ‘int[unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:197: error: request for member ‘GetIndexFromKey’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:202: error: invalid types ‘int[unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:206: error: request for member ‘Insert’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘void DataStructures::Map<key_type, data_type, key_comparison_func>::SetExisting(const key_type&, const data_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:222: error: request for member ‘GetIndexFromKey’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:227: error: invalid types ‘int[unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘void DataStructures::Map<key_type, data_type, key_comparison_func>::SetNew(const key_type&, const data_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:239: error: request for member ‘Insert’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘bool DataStructures::Map<key_type, data_type, key_comparison_func>::Has(const key_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:250: error: request for member ‘GetIndexFromKey’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘bool DataStructures::Map<key_type, data_type, key_comparison_func>::Delete(const key_type&)’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:262: error: request for member ‘RemoveAtIndex’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:268: error: request for member ‘GetIndexFromKey’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:272: error: request for member ‘RemoveAtIndex’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘void DataStructures::Map<key_type, data_type, key_comparison_func>::Clear()’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:283: error: request for member ‘Clear’ in ‘((DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘int’
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘data_type& DataStructures::Map<key_type, data_type, key_comparison_func>::operator[](unsigned int) const’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:289: error: invalid types ‘const int[const unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘key_type DataStructures::Map<key_type, data_type, key_comparison_func>::GetKeyAtIndex(unsigned int) const’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:295: error: invalid types ‘const int[const unsigned int]’ for array subscript
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h: In member function ‘unsigned int DataStructures::Map<key_type, data_type, key_comparison_func>::Size() const’:
/home/eilios/game_editor/trunk/RakNet/Source/DS_Map.h:301: error: request for member ‘Size’ in ‘((const DataStructures::Map<key_type, data_type, key_comparison_func>*)this)->DataStructures::Map<key_type, data_type, key_comparison_func>::mapNodeList’, which is of non-class type ‘const int’
make[2]: *** [CMakeFiles/RakNet.dir/Source/ConnectionGraph.cpp.o] Error 1
make[1]: *** [CMakeFiles/RakNet.dir/all] Error 2
make: *** [all] Error 2
Which is quite a lot to try to read at once.