Game Editor Source Code

Questions, comments and discussion about the Game Editor development.

Re: Game Editor Source Code

Postby makslane » Sat Aug 22, 2009 1:29 am

Are you using the the 3.301 version of the RakNet? (I haven't tested in other version)
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Game Editor Source Code

Postby eilios » Sat Aug 22, 2009 3:30 pm

No, the 3.301 version of RakNet is not available on their site.
eilios
 
Posts: 2
Joined: Thu Aug 20, 2009 10:34 pm
Score: 0 Give a positive score

Re: Game Editor Source Code

Postby makslane » Sat Aug 22, 2009 10:13 pm

You are welcome to make the changes in the code to make it compatibles with the last RakNet version :-)
Game Editor is an open source game creator software that's wants to pay it's developers to keep evolving.
If you like Game Editor, make a review!
makslane
Site Admin
 
Posts: 3947
Joined: Sat Apr 05, 2003 6:47 pm
Score: 182 Give a positive score

Re: Game Editor Source Code

Postby jaychant » Fri Nov 18, 2011 4:27 pm

Hello there, haven't looked much at Game Editor in years! Well, I think it's fantastic that it's now open source! Makes me much more interested in using it!

So how's the dual license model been working so far, out of curiosity?
jaychant
 
Posts: 2
Joined: Wed Sep 24, 2008 9:47 pm
Score: 0 Give a positive score

Re: Game Editor Source Code

Postby Lacotemale » Mon Sep 10, 2012 12:20 pm

Out of pure curiousity I started exploring the source today!

However I came across this error:

../module/stdClib/src/stdio.c: In function ‘eic_fopen’:
../module/stdClib/src/stdio.c:1085:12: error: ‘FILE_INFO’ has no member named ‘buffer’
../module/stdClib/src/stdio.c: In function ‘eic_fclose’:
../module/stdClib/src/stdio.c:1156:13: error: ‘FILE_INFO’ has no member named ‘buffer’



Note: im on 64bit Ubuntu 12.04.

Any help would be appreciated! :)
User avatar
Lacotemale
 
Posts: 285
Joined: Wed Dec 08, 2010 7:47 pm
Location: /home
Score: 7 Give a positive score

Re: Game Editor Source Code

Postby Lacotemale » Mon Sep 10, 2012 12:34 pm

Ok the first one relates to this: (line 1085 of stdClib/src/stdio.c):

Code: Select all
book2[i].buffer = NULL;


Next one is this: (line 1156 of stdClib/src/stdio.c):

Code: Select all
if(book2[i].buffer) free(book2[i].buffer);
User avatar
Lacotemale
 
Posts: 285
Joined: Wed Dec 08, 2010 7:47 pm
Location: /home
Score: 7 Give a positive score

Re: Game Editor Source Code

Postby jaychant » Mon Nov 19, 2012 11:19 am

Did you ever figure out a fix for that, Lacotemale? I have the same error trying to compile Game Editor under Trisquel GNU/Linux 5.5, which is based on Ubuntu 11.10.
jaychant
 
Posts: 2
Joined: Wed Sep 24, 2008 9:47 pm
Score: 0 Give a positive score

Re: Game Editor Source Code

Postby Lacotemale » Sat Jan 19, 2013 5:16 pm

Nope, I gave up on compiling it. :D
User avatar
Lacotemale
 
Posts: 285
Joined: Wed Dec 08, 2010 7:47 pm
Location: /home
Score: 7 Give a positive score

Previous

Return to General

Who is online

Users browsing this forum: No registered users and 1 guest

cron