Farsides – Free Software Video Game Studio

  • Home
  • Company
  • Blog
  • Activity
  • Groups
  • Forums
Create an account

Group Admins

  • Profile picture of %s
Group logo of Code

Code

Public Group active 3 months, 2 weeks ago

About the game code base and the development

Share Group
  • Home
  • Documents
  • Forum
  • Members 10
  • RSS
  • Profile picture of mtyaka

    mtyaka posted an update in the group Group logo of CodeCode 3 months, 2 weeks ago

    I found the presentation about porting Angry Birds to HTML5 quite interesting:

    http://www.infoq.com/presentations/Angry-Birds-on-HTML5

    • Profile picture of arbrandes
      arbrandes replied 3 months, 2 weeks ago

      Haven’t seen it yet, but it’s already bookmarked. Great find!

    • Profile picture of %s
      antoviaque replied 3 months, 2 weeks ago

      Thanks, listening to it now – good background while creating tickets ;p

  • Profile picture of dachary

    dachary replied to the forum topic bug fixing and code review in the group Group logo of CodeCode 6 months, 1 week ago

    Read more at http://dachary.org/?p=1031

  • Profile picture of dachary

    dachary started the forum topic bug fixing and code review in the group Group logo of CodeCode 6 months, 1 week ago

    The cardstories logs were analyzed and a script written to mail the errors.Request.finish was called on a request after its connection was lost. This behavior was fixed to reduce the log verbosity.

  • Profile picture of dachary

    dachary posted an update in the group Group logo of CodeCode 7 months ago

    The cardstories server is based on twisted and each server operation that is not CPU is run in a fiber using a combination of deferred and yield. This makes for an efficient code that reads almost like a sequential program. However, after each yield the state of the program may have changed and this creates race conditions. Read more…

    • Profile picture of %s
      antoviaque replied 7 months ago

      Congratulations (and thanks) for fixing that one :)

  • Profile picture of mtyaka

    mtyaka joined the group Group logo of CodeCode 8 months, 3 weeks ago

  • Profile picture of arbrandes

    arbrandes posted an update in the group Group logo of CodeCode: 8 months, 4 weeks ago

    Hail c0d3rs (and @mtyaka in particular)!

    I have discovered that using css(‘left’) and css(‘top’) for positioning is a bit unreliable with IE8, and *very* unreliable with FF 3.6. See http://tickets.farsides.com/issues/383 for details.

    I propose that from now on we abandon the css() approach for positioning, and use jQuery’s position()…[Read more]

    • Profile picture of mtyaka
      mtyaka replied 8 months, 3 weeks ago

      Ahh, that’s why some tests were problematic in IE8. Thanks for figuring this out!

  • Profile picture of arbrandes

    arbrandes posted an update in the group Group logo of CodeCode: 9 months, 1 week ago

    Hail coders (@dachary especially):

    In conversation with @mtyaka, we have decided to abolish cherry-picking and public issue branches for now. Why?

    * Cherry picking does not play well in our scenario: it creates a whole new commit, in such a way that in future merges git does not know that both “cherries” are the same. In other words, it…[Read more]

    • Profile picture of %s
      antoviaque replied 9 months, 1 week ago

      Sounds good to me : )

  • Profile picture of %s

    blanchard posted an update in the group Group logo of CodeCode: 9 months, 3 weeks ago

    question about http://wiki.farsides.com/w/Requirements_and_deliverables_for_patch_submission#Keeping_the_repository_updated

    I had a look at the man of git stash, fetch, and so on. But I don’t quite understand what really changes compared to what I was explained to do before (git pull, git commit, git pull –rebase, etc).
    The chat log about that…[Read more]

    • Profile picture of arbrandes
      arbrandes replied 9 months, 3 weeks ago

      Hey blanchard, let me give a shot at explaining. The problem we discussed was with the following situation:

      1) You commit some changes, and push to your gitorious repo.
      2) You commit some more changes locally, but meanwhile:
      a) Stuff was added to the cardstories master repo…
      b) … but your stuff from 1) was NOT added to cardstories…[Read more]

      • Profile picture of %s
        blanchard replied 9 months, 3 weeks ago

        thanks very much !
        So if I understand correctly, after each commit on my gitorious repo, I would run the process of git stash/fetch/etc, and then all is well that ends well correct ? :)

        • Profile picture of %s
          antoviaque replied 9 months, 2 weeks ago

          Yep – but the best is to create a copy of your repo just in case, and try to have a reference close to hand. If you need help don’t hesitate to ask, git is a tricky b*stard. : )

  • Profile picture of dachary

    dachary posted an update in the group Group logo of CodeCode: 9 months, 3 weeks ago

    The cardstories tests were run on a number of browsers to check for portability issues. They were resolved to match the farsides development requirements. Read more…

  • Profile picture of arbrandes

    arbrandes posted an update in the group Group logo of CodeCode: 9 months, 4 weeks ago

    Folks, with the interests of visibility in mind, I spent some time today to set up an easily-updateable Cardstories deployment on my home server, so that you guys can see what I’m doing. I’ll try to update it at least once a day:

    http://arbrandes.homelinux.com:8080/

    (stuff like Facebook auth and sending of emails should be working)

    • Profile picture of arbrandes
      arbrandes replied 9 months, 4 weeks ago

      Oh, and if anybody wants me to create users so you can check out OWA and the Django admin site working, just ask and I’ll do it.

      • Profile picture of %s
        antoviaque replied 9 months, 3 weeks ago

        I’d love to test OWA – please sign me in! :D

  • Profile picture of %s

    antoviaque posted an update in the group Group logo of CodeCode: 10 months ago

    @arbrandes raised the question of browser support yesterday – currently in the requirements, the following are listed: Firefox 4.0, 3.0; Chrome; IE 8.0, 7.0; Safari

    http://wiki.farsides.com/w/Requirements_and_deliverables_for_patch_submission

    However, based on http://gs.statcounter.com/#browser_version-ww-monthly-201006-201106 , it could be time…[Read more]

    • Profile picture of arbrandes
      arbrandes replied 10 months ago

      I’m for @antoviaque’s proposal: Firefox 4.0, 5.0; Chrome (latest stable); IE 8.0, 9.0; Safari (latest stable)

    • Profile picture of dachary
      dachary replied 9 months, 3 weeks ago

      I think it is a little premature to drop support for firefox-3.x

      • Profile picture of %s
        antoviaque replied 9 months, 3 weeks ago

        ok – so Firefox 3.5, 4.0, 5.0; Chrome (latest stable); IE 8.0, 9.0; Safari (latest stable) ?

        • Profile picture of %s
          antoviaque replied 9 months, 3 weeks ago

          Updated: http://wiki.farsides.com/w/Requirements_and_deliverables_for_patch_submission

    • Profile picture of dachary
      dachary replied 9 months, 3 weeks ago

      I created a ”farsides” list of browsers matching the requirements on crossbrowsertesting so that it is easier to check if the current test suite runs on the required browsers.

      • Profile picture of dachary
        dachary replied 9 months, 3 weeks ago

        The current state of the cross browser compatibility can be seen at http://crossbrowsertesting.com/users/32546/screenshots/z3507bcdea5305c8360f/public and matches the most recent work related to http://tickets.farsides.com/issues/224

      • Profile picture of arbrandes
        arbrandes replied 9 months, 3 weeks ago

        Thanks @dachary, this will certainly come in very handy! Congrats on fixing all the IE8 bugs, too!! :)

  • Profile picture of dachary

    dachary posted an update in the group Group logo of CodeCode: 10 months ago

    The dev-2.0 branch has been merged into master. From now on I will assume all reviews are to be made against the master branch.

    • Profile picture of %s
      antoviaque replied 10 months ago

      Thanks! Less headaches to start the service with the right auth context :D

      Congratz to @arbrandes , too! :p

  • Profile picture of arbrandes

    arbrandes posted an update in the group Group logo of CodeCode: 10 months, 1 week ago

    @antoviaque, I won’t be working most of the day tomorrow, but when/if you can, I’d like your feedback on http://tickets.farsides.com/issues/167#note-5. An initial implementation is working, but I’m going to need more time to implement the JS unit tests (I’ll also have to learn HOW :) ).

    @dachary, #167 is not ready for review because of the…[Read more]

    • Profile picture of dachary
      dachary replied 10 months, 1 week ago

      This looks like fine surgery to me. You’re not much of a butcher ;-)

    • Profile picture of %s
      antoviaque replied 10 months ago

      I had a look at your work on django this morning, and I’m very happy of what I’ve seen. :) The installation is straightforward, it works out of the box, and the code I’ve read was clear and easy to grasp – you have obviously put a lot of efforts into it, and it shows in the quality.

      I’m like Loic – I want to dive in the django integration and…[Read more]

      • Profile picture of arbrandes
        arbrandes replied 10 months ago

        You’re both very kind, thank you for the compliments. :) I’m learning a lot as I go, which for me is the most important part, and as far as quality goes, I’m just trying hard to keep up with your standards. ;)

        • Profile picture of %s
          antoviaque replied 10 months ago

          :D

  • Profile picture of dachary

    dachary posted an update in the group Group logo of CodeCode: 10 months, 1 week ago

    Unless this is inconvenient ( @antoviaque ? @blanchard ? @arbrandes ? ) I would like to work on wednesday next week (instead of tuesday). The movers will come to pick up our stuff on tuesday and I fear my productivity will be less than optimal if I try. If this is disturbing, I can do some useful work after 4pm (maybe before) on tuesday and…[Read more]

    • Profile picture of arbrandes
      arbrandes replied 10 months, 1 week ago

      I’m perfectly ok with it, thanks for asking. :)

    • Profile picture of %s
      blanchard replied 10 months ago

      perfectly ok too

    • Profile picture of %s
      antoviaque replied 10 months ago

      No problem at all :D

  • Profile picture of dachary

    dachary posted an update in the group Group logo of CodeCode: 10 months, 1 week ago

    The tasks required to implemented New board: After picking a card, the author is asked to enter a story were split. An architecture is proposed for animations in cardstories. The reload frequency was reduced to a minimum to create conditions favorable to animations. Read more…

  • Profile picture of arbrandes

    arbrandes posted an update in the group Group logo of CodeCode: 10 months, 1 week ago

    @antoviaque, to answer your question from the chat, I’ll be online tomorrow at about 12:00 GMT+2. I’ll try to get there earlier, though. :)

  • Profile picture of dachary

    dachary posted an update in the group Group logo of CodeCode: 10 months, 1 week ago

    @mtyaka I’ve created a ticket with draft specifications for the jquery chat plugin http://tickets.farsides.com/issues/218 I realize it is a little terse. Please ask me if you cannot magically infer what is missing ;-)

  • Profile picture of arbrandes

    arbrandes posted an update in the group Group logo of CodeCode: 10 months, 1 week ago

    Folks, if @dachary accepts my patch for #190, I’ll be done with the Django bugs. while we don’t setup the next sprint, what should I focus on? Facebook login (#149)?

    • Profile picture of dachary
      dachary replied 10 months, 1 week ago

      You read my mind :-) Now that you’ve completed a sound django integration that makes me eager to work with it, the next logical step is to improve it with the first prerequisite from Xavier & David point of view : interaction with social networks. I approve working on #149 as the taks that makes most sense.

  • Profile picture of %s

    antoviaque posted an update in the group Group logo of CodeCode: 10 months, 2 weeks ago

    @dachary – going through the v2.0, I realize that there is still quite some work on the board interface – given that you’ll be busy in the next days, how much do you think you’ll be able to complete by Friday? Would it be worth to get you some help?

    Since there will be a meeting at 6pm (Paris time) to organize the sprint, maybe Adolfo could…[Read more]

    • Profile picture of arbrandes
      arbrandes replied 10 months, 2 weeks ago

      I’ll be glad to help.

      • Profile picture of dachary
        dachary replied 10 months, 2 weeks ago

        I’m afraid I was too busy to notice :-(

  • Profile picture of dachary

    dachary posted an update in the group Group logo of CodeCode: 10 months, 2 weeks ago

    @arbrandes I’ve reviewed and ran the tests and merged #188. I like the simplicity
    of the solution. Nice catch on the skin argument. It only worked because
    it was set in the caller :-)
    @arbrandes In my opinion the next step in the django works is:

    http://tickets.farsides.com/issues/184

    Not so much because of security but because it is at the…[Read more]

    • Profile picture of arbrandes
      arbrandes replied 10 months, 2 weeks ago

      Roger that, @dachary! I’m pleased that this first patch as a contractor was accepted.

      I agree on #184, will estimate it, clear it with @antoviaque, and possibly annoy you with questions. ;)

      • Profile picture of %s
        antoviaque replied 10 months, 2 weeks ago

        yup :)

        And thanks for using the buddypress – it makes me happy :D

  • Load More

Recent Posts

  • How We Work While Traveling The World
  • Decide the next step for Card Stories!
  • Card Stories at Cité des Sciences
  • Finally! :)
  • The Octopus attack

Follow Us

  • Facebook
  • RSS
  • Twitter
  • Play
    • Card Stories (Alpha)
  • Company
    • Our Values
    • Our Ambition
    • Community Members
  • Blog
    • Card Stories
    • Code
    • Game design
    • Graphic design
    • Inspiration
  • Groups / Forum
    • Business
    • Code
    • Game Design
    • Graphic Design
    • HR
    • Misc
    • Project Management
    • Sysadmin
  • Wiki
    • Social Contract
    • Company Manifesto
    • Developer documentation
    • Introduction presentation
    • Business Plan
    • Working at Farsides

Follow Us

  • Facebook
  • RSS
  • Twitter

Tools

  • Chat / IRC
  • Files repository
  • Source code
  • Submit idea/bug
  • Tracker
  • Wiki

Proudly powered by WordPress and BuddyPress.

Farsides - Free Software Video Game Studio
  • Log In
  • Sign Up
  • Visit
    • Random Member
    • Random Group