View RSS Feed

All Blog Entries

  1. Devmania and a Pascal game

    So, me and some teammates of mine from Incognita Studios were at the Devmania in Mainz, Germany this week-end.
    What is Devmania you might ask? It is a get-together for german independent game developers which lasted about 24 hours beginning Saturday 2 pm local time. Besides having project presentations and talks they organisators were also hosting an overnight contest in which an entry had to incorporate the theme moonlight. We had about 18 hours to complete a game. We started with Processing.js, ...
    Categories
    Uncategorized
  2. I Think We Made a Friend

    I was looking around the vast internet looking for a new and exciting news piece to put up on the front page when I stumbled across this guy's blog. "Delphi Hater's Blog" Well wouldn't you know it, I just HAD to read it.

    It's just under a year old, but considering that he paints us in a bad light and we haven't really had much of a chance to tell our side of things, I think it's still only fair that we bring it up. Do keep in mind that this person is obviously very opinionated ...
  3. PGD Staff Positions Are Open & We're Hiring

    Yup that's right folks, you too can help our beloved PGD community site continue to sparkle as it has this past couple of weeks. We're starting out on a new foot and a part of that is getting our house in order. That not only means our website software, but our staff too. For too long only a select few people have been trying to run things for the vast majority of all those Pascal developers out there (that you member!) who love coming here and seeing new and exciting things happening. Though we ...
    Tags: community, pgd, staff Add / Edit Tags
    Categories
    Community
  4. Prometheus gets anti-aliasing, improved initialization, scaling and rotations...

    Just got some more work in the prometheus interface. Added basic support for Scaling surfaces, rotating them and selectable levels of anti-aliasing/quality. Finished a sample program of the new prometheus interface and here it is: (most of it is comments though)

    Code:
    program PromVTest;
    
    uses
    	Prometheus_Vid,
    	sdl;
    
    var
    	Image: pSdl_Surface;
    	
    begin
    	//init stuff
    	sdl_init(sdl_init_everything);
    ...
    Tags: prometheus Add / Edit Tags
    Categories
    Uncategorized
  5. Project Prometheus Kicks off...

    As a few will know, I am starting a new set of units for better user friendliness, called the Prometheus Project (thanks for the great name WILL). Just thought, I' get some opinions on how easy you would say this looks to understand as a newbie. Code below of the first demo program of getting an image up on the screen with transparency enabled:

    Code:
    program PromVTest;
    
    uses
    	Prometheus_Vid,
    	sdl;
    
    var
    	Image: pSdl_Surface;
    ...
    Tags: prometheus Add / Edit Tags
    Categories
    Uncategorized
Page 17 of 18 FirstFirst ... 715161718 LastLast