Thread overview
GDC Hacking
Jan 19, 2012
Iain Buclaw
Jan 19, 2012
Andrew Wiley
Jan 19, 2012
Trass3r
Jan 19, 2012
Iain Buclaw
Jan 19, 2012
Iain Buclaw
Jan 20, 2012
Iain Buclaw
January 19, 2012
This page is in some sore need of updating. :)

http://prowiki.org/wiki4d/wiki.cgi?GdcHacking
January 19, 2012
On Thu, Jan 19, 2012 at 10:18 AM, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
> This page is in some sore need of updating. :)
>
> http://prowiki.org/wiki4d/wiki.cgi?GdcHacking

I've made a first pass through it and tried to eliminate most of the out-of-date information. Any suggestions for more information that should be added?
January 19, 2012
> This page is in some sore need of updating. :)
> http://prowiki.org/wiki4d/wiki.cgi?GdcHacking

Aren't you the only one who really knows the internals?
January 19, 2012
On 19 January 2012 20:15, Trass3r <un@known.com> wrote:
>> This page is in some sore need of updating. :) http://prowiki.org/wiki4d/wiki.cgi?GdcHacking
>
>
> Aren't you the only one who really knows the internals?

Blessing vs. Curse


-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';
January 19, 2012
On 19 January 2012 19:46, Andrew Wiley <wiley.andrew.j@gmail.com> wrote:
> On Thu, Jan 19, 2012 at 10:18 AM, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
>> This page is in some sore need of updating. :)
>>
>> http://prowiki.org/wiki4d/wiki.cgi?GdcHacking
>
> I've made a first pass through it and tried to eliminate most of the out-of-date information. Any suggestions for more information that should be added?

Thanks.

This is a good starting point minus all files that GDC doesn't use from the DMD Front End, I can write about GDC side of things.

http://prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide


-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';
January 20, 2012
On 19 January 2012 20:34, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
> On 19 January 2012 19:46, Andrew Wiley <wiley.andrew.j@gmail.com> wrote:
>> On Thu, Jan 19, 2012 at 10:18 AM, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
>>> This page is in some sore need of updating. :)>> http://prowiki.org/wiki4d/wiki.cgi?GdcHacking
>>
>> I've made a first pass through it and tried to eliminate most of the out-of-date information. Any suggestions for more information that should be added?
>
> Thanks.
>
> This is a good starting point minus all files that GDC doesn't use from the DMD Front End, I can write about GDC side of things.
>
> http://prowiki.org/wiki4d/wiki.cgi?DMDSourceGuide
>
>
> --
> Iain Buclaw
>
> *(p < e ? p++ : p) = (c & 0x0f) + '0';

I've made a start. :)

http://prowiki.org/wiki4d/wiki.cgi?GdcHacking#section9

Will probably need to add a few links on the GDC file/function table. If anyone wants to review, be my guest.


Regards
-- 
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';