View RSS Feed

code_glitch

  1. Recent development

    Now, the Ludum Dare has my thanks for this next bit in helping me realize once again how fun and addicting coding can be at its best - just the sheer spirit behind Ludumdare lead me to overhaul a lot of ideas and reconsider some concepts that I'd once deemed useless or unfeasible.

    And to start that new philosophy off there are a few new little announcements to be made:
    -I'm permanently scrapping the fixed array for dynamic arrays... With a new load of GetMem SetLength and etc ...
    Categories
    Uncategorized
  2. PGD Mini Compo - Day 1 progress

    So, the PGD mini compos number 1 (or shall we say 0 in programmer talk ?) finally got underway...

    As a rule of thumb, I'll most likely be posting quite often on progress and etc related to my game entry - since its a habbit I got into during the LD20 and now can't get rid of it... Whipped out exactly the same custom prometheus revision as the Ludum Dare challenge bar a few tweaks in constants, images, config handling and other minor mods.

    Approximately 2 hours of ...
    Categories
    Uncategorized
  3. PGD Mini Compo - Are you ready?

    As luck would have it, its still exam week (or more appropriately exam month ) and as with all things in life, it all has to happen at the same time...

    Oh well. Things look better than Ludum Dare #20 on my end in the run up for the PGD Mini Compo (we need a cool acronym for this one, hit me up on the comments with any ideas ). Translation: Things are better than 'I think it works... Well enough'. Its a phenomenon highlighted by my first Ludum Dare entry. Things might work very well ...

    Updated 15-06-2011 at 03:15 AM by WILL (Added question mark. ;))

    Categories
    Uncategorized
  4. Multithreading - A world of hurt

    So you'd think multithreading is hard, until you get the baseline multithreaded console application, and then its easy. Untill you delve deeper into actually integrating it into some useful code and the it isn't...

    Multithreading: dum all the engine's stuff into its thread and let that do constant housekeeping while you write your game code - perfect. Or not really: turns out that my initial fear of two threads accessing the same memory address at the same time is invalid, or rather ...
    Categories
    Uncategorized
  5. Documentation Live

    And in an effort to improve Prometheus documentation, dodge revision and spend bored hours on work experince Prometheus documentation finally goes live, or at least what bits of it are relevant. Find out the very familiar and in some instance annoying interface fpdoc(?) generates over at prometheuslib.sourceforge.net/Docs (and it looks to be case sensitive... Need to add a link from prometheuslib.sourceforge.net) so there now you know, we have docs available to everyone without the need to go SVNing ...

    Updated 10-05-2011 at 06:57 AM by code_glitch

    Categories
    Uncategorized
Page 4 of 9 FirstFirst ... 23456 ... LastLast