Post removed.

Discussion about everything. New games, 3d math, development tips...
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post removed.

Post by TheRLG »

Post removed.
Last edited by TheRLG on Fri Dec 28, 2007 7:42 am, edited 1 time in total.
jox
Bug Slayer
Posts: 726
Joined: Thu Apr 22, 2004 6:55 pm
Location: Germany

Post by jox »

Oh, if you're on the way, could you also quickly invent a new irllicht optimized CPU-architecture? ;)
It is like it is. And because it is like it is, things are like they are.
eXodus
Posts: 320
Joined: Tue Jan 04, 2005 10:07 am
Location: Canada
Contact:

Post by eXodus »

* pop *

Sarcasm is the best way to break other's dreams :twisted:
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post by TheRLG »

Post removed.
Last edited by TheRLG on Fri Dec 28, 2007 7:42 am, edited 1 time in total.
Guest

Post by Guest »

Hmm, maybe you could steal some MS code from win98? Got it here.

http://www.gamedev.net/reference/articl ... cle388.asp

Code: Select all

/*  Source Code to Windows 98 --     Enjoy!           */

#include "win31.h"
#include "win95.h"
#include "evenmore.h"
#include "oldstuff.h"
#include "billrulz.h"
#define INSTALL = HARD

char make_prog_look_big[1600000];
void main()
{
    while(!CRASHED)
    {
        display_copyright_message();
        display_bill_rules_message();
        do_nothing_loop();
        if (first_time_installation)
        {
            make_50_megabyte_swapfile();
            do_nothing_loop();
            totally_screw_up_HPFS_file_system();
            search_and_destroy_the_rest_of_OS/2();
            hang_system();
        }

        write_something(anything);
        display_copyright_message();
        do_nothing_loop();
        do_some_stuff();

        if (still_not_crashed)
        {
            display_copyright_message();
            do_nothing_loop();
            basically_run_windows_3.1();
            do_nothing_loop();
            do_nothing_loop();
        }
    }

    if (detect_cache())
        disable_cache();

    if (fast_cpu())
    {
         set_wait_states(lots);
         set_mouse(speed, very_slow);
         set_mouse(action, jumpy);
         set_mouse(reaction, sometimes);
    }

    /* printf("Welcome to Windows 3.11"); */
    /* printf("Welcome to Windows 95"); */
    printf("Welcome to Windows 98");
    if (system_ok())
        crash(to_dos_prompt)
    else
        system_memory = open("a:\swp0001.swp", O_CREATE);

    while(something)
    {
        sleep(5);
        get_user_input();
        sleep(5);
        act_on_user_input();
        sleep(5);
    }
    create_general_protection_fault();
}
*sighs*
On second thought...
:P
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

some distros like Gentoo used to have Gamers-only sources that included everything you needed graphically speaking to develop and run games efficiently. Unfortunately this idea is no longer supported, but it's good to know the community still thinks in those terms.

I'm sure there must be a distro with a modified kernel for that.
katoun
Posts: 239
Joined: Mon Nov 15, 2004 9:39 am
Location: Romania
Contact:

Post by katoun »

Well IT'S A VERY GOOD IDEA and it's good for the future(Linux will be used even for a gamer platform and MS will be ruined :D :D :D ).
Kat'Oun
katoun
Posts: 239
Joined: Mon Nov 15, 2004 9:39 am
Location: Romania
Contact:

Post by katoun »

To bad :( Linux dosent have Directx( :) )cause than MS would dafinatly would be ruined.
Kat'Oun
Fraza
Posts: 113
Joined: Sat Feb 26, 2005 11:28 am
Location: Leeds

Post by Fraza »

HAHAHAHA! DirectX is a Microsoft product! you loon!
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

DX is (or will be) available for linux via transgaming technologies. But I guess MS will twist and shout in pain and do some legal move, heheheheh.

Winex and Cedega already support it and are the ones who make playing HL2 in linux a reality.
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post by TheRLG »

Post removed.
Last edited by TheRLG on Fri Dec 28, 2007 7:43 am, edited 1 time in total.
Armen

Post by Armen »

there are some great emulators for the older generation consoles, like the playstation, sega genesis, nintendo64.... that would be a good start for a gaming-centered linux distribution :)
TheRLG
Posts: 372
Joined: Thu Oct 07, 2004 11:20 pm

Post by TheRLG »

Post removed.
Last edited by TheRLG on Fri Dec 28, 2007 7:43 am, edited 1 time in total.
Mike

Post by Mike »

Too much work and I think some already exist. T'would be a waste of resources IMO.
firefly2442
Posts: 38
Joined: Mon May 31, 2004 7:55 am
Contact:

Post by firefly2442 »

The live-cd distributions (DSL, Knoppix, etc.) seem to be fairly easy to remaster from what I have read. :)
Post Reply