Search found 10 matches

by brockfanning
Tue Aug 27, 2013 6:19 pm
Forum: HTML5/Web Engines
Topic: Entity network Spawning
Replies: -1
Views: 5367

Re: Entity network Spawning

Check out lines 123-130 of client.js in that example. I believe it's the "streaming" approach that you (and me both!) are not used to.
by brockfanning
Mon Aug 12, 2013 1:14 pm
Forum: HTML5/Web Engines
Topic: Isogenic Engine, Any one tried it?
Replies: -1
Views: 31303

Re: Isogenic Engine, Any one tried it?

I noticed that too, wish I'd waited before shelling out the big bucks, heh. :) I have no complaints with it so far. In terms of developer experience I'm pretty happy - it's classically object-oriented, and things generally work in a uniform way, just as you would expect. (In a nutshell, things are &...
by brockfanning
Mon Aug 12, 2013 2:44 am
Forum: HTML5/Web Engines
Topic: Isogenic Engine, Any one tried it?
Replies: -1
Views: 31303

Re: Isogenic Engine, Any one tried it?

Meteor looks very cool, and yes it sounds like Meteor and IGE are taking similar approaches. I still need to experiment more to talk intelligently on the subject, but it does seem like the "same code on client/server" strategy would be good for solving that latency problem. IGE also uses s...
by brockfanning
Sat Aug 10, 2013 11:22 pm
Forum: HTML5/Web Engines
Topic: Isogenic Engine, Any one tried it?
Replies: -1
Views: 31303

Re: Isogenic Engine, Any one tried it?

What is the extent that you have played around with it? Have you actually gotten a multiplayer setup going on it? And while I know it is hard to define, how is the back-end structured? Do you have to edit the server code itself to make changes? The back-end of IGE is javascript code, so yes you hav...
by brockfanning
Fri Aug 09, 2013 2:23 pm
Forum: HTML5/Web Engines
Topic: Isogenic Engine, Any one tried it?
Replies: -1
Views: 31303

Re: Isogenic Engine, Any one tried it?

I've been playing with (no finished games, just messing around) Isogenic Engine for about half a year now, so can answer any questions you guys have.
by brockfanning
Mon Nov 05, 2012 7:01 pm
Forum: Advanced Help and Support
Topic: Help with undefined index: Errors
Replies: -1
Views: 3154

Re: Help with undefined index: Errors

Like Jackolantern said, it does seem to be a problem with a missing $_POST['name_list'] variable. To try and debug it, you could put something like: print_r($_POST); Which should print the contents of the $_POST variable. It can be difficult to read in the browser, but if you click "View Source...
by brockfanning
Thu Apr 26, 2012 9:16 pm
Forum: HTML5/Web Engines
Topic: Impact
Replies: -1
Views: 5156

Re: Impact

Does anyone know if Impact supports isometric yet?
by brockfanning
Wed Apr 11, 2012 10:03 pm
Forum: Coding
Topic: PHP better code
Replies: -1
Views: 1393

Re: PHP better code

I like readability too, and don't believe the memory difference would matter that much. Also it's worth pointing out that in #2, since you're using double-quotes, you don't have to concatenate all the variables: you can put them directly in the main string. print "<strong>ITEM INFO</strong><br ...
by brockfanning
Wed Apr 11, 2012 9:24 pm
Forum: Beginner Help and Support
Topic: PHP/Mysql browser based game
Replies: -1
Views: 2765

Re: PHP/Mysql browser based game

If you're using PHP, you should be able to see that info in a phpinfo page, like:

Code: Select all

<?php phpinfo() ?>
by brockfanning
Wed Apr 11, 2012 9:18 pm
Forum: Say Hello
Topic: Hello forum
Replies: -1
Views: 1430

Hello forum

Hi there, newbie game developer here, jumping into some javascript development. I look forward to getting to know you all and participating in some discussions. :)

Go to advanced search