Chat Official Chat Thread - The Third

Discussion in 'General Discussion' started by Jonesy, Jul 27, 2015.

  1. BloodyFingers

    BloodyFingers The End of Time

    yeeeah, the... Business Development & Strategy Management Party at tye college! :badpokerface:
     
    Lodish and Litagano Motscoud like this.
  2. Surenu

    Surenu The End of Time

    Sounds painful, checks out.
     
  3. Jonesy

    Jonesy Sarif's Attack Kangaroo Forum Moderator

    It's plausible. Over here we have, and I kid you not, the Australian National Union of Students.
     
    Lodish, Surenu and BloodyFingers like this.
  4. Surenu

    Surenu The End of Time

    Just dropping that URL here: http://www.fu-berlin.de/
     
  5. BloodyFingers

    BloodyFingers The End of Time

  6. Surenu

    Surenu The End of Time

    @BloodyFingers I've been to Berlin, and that counts for the entire city I guess.
     
    BloodyFingers likes this.
  7. BloodyFingers

    BloodyFingers The End of Time

    That bad, huh...
     
  8. Surenu

    Surenu The End of Time

    It's not bad per se, I just like older architecture and the fact that most of Berlin got destroyed in WW2, and the rest got destroyed by the Socialists in the Cold War doesn't really makes things better.
     
    BloodyFingers likes this.
  9. BloodyFingers

    BloodyFingers The End of Time

    ah, I try to always look forward. I am an 'avant garde' kind of person.

    Architecture is the one thing I concede, though.
     
  10. Bonabopn

    Bonabopn Fluffiest Squirrel

    I HAVE COME FROM THE FUTURE
    FROM THE DISTANT YEAR OF 2017
    TO BRING A MESSAGE
    you're a bum. fite me (9*^*)9
     
    Lodish, kenmario and BloodyFingers like this.
  11. BloodyFingers

    BloodyFingers The End of Time

    hiiya
    *hits you with a soft, fluffy paw*
     
  12. Bonabopn

    Bonabopn Fluffiest Squirrel

    oh no
     
  13. Jonesy

    Jonesy Sarif's Attack Kangaroo Forum Moderator

    fite

    fite

    fite
     
  14. Bonabopn

    Bonabopn Fluffiest Squirrel

    Having a problem getting the inventory table to work with jquery for my game.
    What it's supposed to do is write the start of the table, the middles of the table, and then the end of the table.
    Code:
    $('#inventoryTable').html("<table><tr><th>items</th><th>quantity</th></tr><br>");
    for(item in inventory){
    	if(inventory[item].itemQuantity!=0){
    		$('#inventoryTable').append("<tr><td>"+inventory[item].itemName+"</td><td>"+inventory[item].itemQuantity+"</td></tr><br>");
    	}
    }
    $('#inventoryTable').append("</table>");
    But it doesn't. It seems to be writing the start of the table, the end of the table, and then the middle of the table.
    If i move the middle section into the start of the table, it works fine, because it only has to write the start and the end.
    Code:
    $('#inventoryTable').html("<table><tr><th>items</th><th>quantity</th></tr><tr><td>"+inventory[item].itemName+"</td><td>"+inventory[item].itemQuantity+"</td></tr>");
    $('#inventoryTable').append("</table>");
    
    This seems to work fine, but i need it to automatically put a line for each item the player does not of 0 of.
    It seems to be putting the middle at the end. Is this because the For loop only runs after the appends have run?
     
  15. Surenu

    Surenu The End of Time

    I like trying out new things and concepts as well, but a lot of architecture nowadays is recycled brutalism. The Guggenheim museum in Bilbao is a good example of mdoern architecture done right. (Picture spoilered because it's hueg)



    [​IMG]


    In comparison, here's the student dorm I lived one year in which is hailed for "architectural beauty":

    [​IMG]
     
  16. cyberspyXD

    cyberspyXD Tiy's Beard

    bloodborne is a good game

    that is all
     
    BloodyFingers likes this.
  17. Relten

    Relten The Waste of Time

    Looks like it's time to bring back googie.
     
  18. Coshiuz

    Coshiuz Orbital Explorer

    Guys :U
    I was fumbling around adding some music to Starbound, when I let my eyes wander for a bit to stall time, then I noticed this error in log
    [​IMG]

    First monster I ever captured was a poptop some weeks ago. Should I do something about this? Is this supposed to not be achievable?
     
  19. F-ranko

    F-ranko Heliosphere

    Checking back on this forum after not being on it for a year and a half is hilarious because everything I've posted on has either been deleted or archived
    Screenshot (1616).png
    We did it bois, 1400/1 like to post ratio
     
    Seajun_ likes this.
  20. BloodyFingers

    BloodyFingers The End of Time

    So you weren't here when the hack happened, yeah?

    Quite a lot was gone after that.
     

Share This Page