Author |
Message |
Topic: Where's Derelict being developed now? |
doob
Replies: 2
Views: 17476
|
Forum: Derelict Posted: Tue Feb 14, 2012 1:40 pm Subject: Where's Derelict being developed now? |
Just for the record, github supports readme files in the markdown format (and possibly others as well). This will allow you to format the code example a bit. |
Topic: Derelict3 - DevIL |
doob
Replies: 6
Views: 13633
|
Forum: Derelict Posted: Sat Feb 11, 2012 6:01 am Subject: Derelict3 - DevIL |
I was going to document each package as I ported it so as not to be in the situation I'm in with Derelict2. But I hate documentation! So I'll just port first.
It's a good idea but it doesn't work v ... |
Topic: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
doob
Replies: 19
Views: 102603
|
Forum: Derelict Posted: Mon Jan 30, 2012 1:08 pm Subject: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
I've been thinking some more on this issue. I'm wondering if it has anything to do with what the documentation for NSAutoreleasePool says:
You should always drain an autorelease pool in the same co ... |
Topic: DerelictGL3 |
doob
Replies: 11
Views: 21672
|
Forum: Derelict Posted: Thu Jan 26, 2012 2:49 pm Subject: DerelictGL3 |
That was to be able to support both D1 and D2 in the same source file. He's dropping the D1 support, if I understand everything correctly. |
Topic: DerelictAllegro |
doob
Replies: 14
Views: 31455
|
Forum: Derelict Posted: Mon Jan 23, 2012 1:46 pm Subject: DerelictAllegro |
Hmm, I'm wondering if it would be possible to use the C main or D main function to get around that extra "main" function. |
Topic: DerelictAllegro |
doob
Replies: 14
Views: 31455
|
Forum: Derelict Posted: Mon Jan 23, 2012 1:38 pm Subject: DerelictAllegro |
Sounds good. It will be a lot easier than porting the Objective-C code to D, Objective-C bindings are really verbose. |
Topic: DerelictAllegro |
doob
Replies: 14
Views: 31455
|
Forum: Derelict Posted: Mon Jan 16, 2012 1:51 pm Subject: DerelictAllegro |
I guess we need to port those files and add them to the bindings. |
Topic: DerelictAllegro |
doob
Replies: 14
Views: 31455
|
Forum: Derelict Posted: Sun Jan 15, 2012 4:56 am Subject: DerelictAllegro |
Joels-MacBook-Pro:jecax joelcnz$ dmd example.d
Joels-MacBook-Pro:jecax joelcnz$ ./example
objc[352]: Object 0x10901e710 of class __NSCFString autoreleased with no pool in place - ... |
Topic: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
doob
Replies: 19
Views: 102603
|
Forum: Derelict Posted: Sun Jan 15, 2012 4:53 am Subject: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
I don't think it will leak, or it depends on how you see it. The clean up happens when the application quits and then the OS will reclaim the memory anyway. |
Topic: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
doob
Replies: 19
Views: 102603
|
Forum: Derelict Posted: Tue Jan 10, 2012 1:22 pm Subject: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
The garbage collector in Mac OS X is optional and disabled by default (if I recall correctly). |
Topic: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
doob
Replies: 19
Views: 102603
|
Forum: Derelict Posted: Mon Jan 09, 2012 3:03 pm Subject: Bug: DerelictSDL on Mac OS X 10.6.8 segfault upon exit |
I've been trying quite a while now to find a solution for this problem but unfortunately I haven't.
Since the application will quit just after these "release" methods have been called and ... |
Topic: A Question For Mac Users |
doob
Replies: 3
Views: 10337
|
Forum: Derelict Posted: Wed Jan 04, 2012 2:10 pm Subject: A Question For Mac Users |
When I choose to build frameworks it produces these files:
doob@doob ~/Downloads/allegro/Build/lib $ ls -l
total 0
drwxr-xr-x 6 doob staff 204 4 Jan 21:05 Allegro-5.1.framework
drwxr-xr-x ... |
Topic: A Question For Mac Users |
doob
Replies: 3
Views: 10337
|
Forum: Derelict Posted: Wed Jan 04, 2012 1:55 pm Subject: A Question For Mac Users |
I just compiled Allergo 5.1.0 and it outputs these files:
doob@doob ~/Downloads/allegro/Build/lib $ ls -l
total 3264
-rwxr-xr-x 1 doob staff 1052180 4 Jan 20:50 liballegro.5.1.0.dylib
l ... |
Topic: Big Changes Afoot |
doob
Replies: 8
Views: 32789
|
Forum: Derelict Posted: Sat Dec 31, 2011 9:32 am Subject: Big Changes Afoot |
If you still want to be able to checkout individual packages, git submodules would make that possible. A git submodule is basically a separate repository with its own history included in another repos ... |
Topic: SFML |
doob
Replies: 4
Views: 10891
|
Forum: Derelict Posted: Sat Dec 31, 2011 9:19 am Subject: SFML |
Now that it is possible to interface to C++, there are any plans to make the SFML binding "correct" which means that it can use as SFML in C++ with Classes and Objects?
I tried in the past ... |
|