Displaying 2 results from an estimated 2 matches for "playerlist".
Did you mean:
plane_list
2006 Mar 23
1
Rails AJAX question, calling remote_function in a loop
...o make a
calculation and update the page with the results. First I tried to do
this with just links, which works fine. It looks like this
<% @eligible_players.each do |player| %>
<tr>
<td>
<%= link_to_remote( player.player_name,
:update => "playerList" + player.id.to_s,
:url =>{ :action =>
:calc_wins_losses_for_player, :id => player.id },
:position => "top",
:complete => visual_effect(:highlight,
"playerList" + player.id.to_s, :du...
2008 Dec 23
1
Playing wine games with hamachi?
...e see me in hamachi as well. Pinging their hamachi ip in the command line works as well.
The problem actually is, that the multiplayer mode of the game shows every player. I can see myself in the list twice. The messages other players send are displayed properly but they do not see me in the ingame playerlist nor can they read my messages. When I wanted to enter open games I got "connection timeout". My games were not seen by others.
I went to the options menu of the game and saw that it showed an IP that does not belong to me. It was 127.12.34.56. I looked up that ip and found a bug report t...