Author |
Message |
Topic: Derelict and QtOpengl segfolt together. |
Cyborg16
Replies: 15
Views: 23153
|
Forum: Derelict Posted: Fri Nov 07, 2008 5:27 am Subject: Derelict and QtOpengl segfolt together. |
I [url=http://www.dsource.org/forums/viewtopic.php?t=4232]guess you've solved it? I doubt anyone could help without more info anyway. |
Topic: Syntax highlighting for kate |
Cyborg16
Replies: 3
Views: 59898
|
Forum: MDE Posted: Fri Jun 06, 2008 2:12 pm Subject: Syntax highlighting for kate |
Small update (VERY small fix and pure and nothrow keywords (presumably the keyword is actually "nothrow"?)). |
Topic: The Latest Update |
Cyborg16
Replies: 2
Views: 7636
|
Forum: Derelict Posted: Fri Jun 06, 2008 12:59 pm Subject: The Latest Update |
If I try to use GL_CONSTANT_COLOR I now get this error:
{{{
myFile.d: Error: derelict.opengl.gltypes.GL_CONSTANT_COLOR at /usr/local/bin/../include/d/derelict/opengl/gltypes.d(271) conflicts with de ... |
Topic: Project listing |
Cyborg16
Replies: 4
Views: 36325
|
Forum: Site Posted: Thu May 29, 2008 5:01 am Subject: Project listing |
The project list is better than it was, but it could still be better. Of course, a dynamic list using statistics like no. of commits in the last month and tags for category & status would be brill ... |
Topic: Derelict automation? |
Cyborg16
Replies: 3
Views: 10910
|
Forum: Derelict Posted: Wed May 21, 2008 4:26 am Subject: Derelict automation? |
Hmm, think I spent rather longer than 30 minutes on freetype. Some basic scripts to handle all the common conversions would have helped, but as aldacron says there'd be little point in trying to get a ... |
Topic: Derelict automation? |
Cyborg16
Replies: 3
Views: 10910
|
Forum: Derelict Posted: Sun May 18, 2008 10:38 am Subject: Derelict automation? |
To do it properly (i.e. so that it works in all cases it should) would require a fair bit of the tokenization and semantic analysis of a compiler so wouldn't be trivial. But maybe for analysing many C ... |
Topic: Freetype update |
Cyborg16
Replies: 10
Views: 19362
|
Forum: Derelict Posted: Fri May 16, 2008 3:19 am Subject: Freetype update |
OK, I updated the files in the ticket (with h3r3tic's adjustment).
The FT_MAKE_TAG macro/function I moved to fttypes.d, and included a second version taking a char[4] parameter for ease of use (e.g ... |
Topic: Memory leak? |
Cyborg16
Replies: 5
Views: 14181
|
Forum: Derelict Posted: Tue May 13, 2008 4:27 am Subject: Memory leak? |
If you don't experience the problem, then clearly it's something specific to my setup, right?
No, there's far too many variables. Could be something to do with your code, the versions of the librarie ... |
Topic: Memory leak? |
Cyborg16
Replies: 5
Views: 14181
|
Forum: Derelict Posted: Mon May 12, 2008 5:33 am Subject: Memory leak? |
Couldn't that be to do with your graphics-drivers supplied opengl libs? Just a suggestion; I'm really not an expert.
I have an SDL & OpenGL program which doesn't have any growing leaks. When ru ... |
Topic: Freetype update |
Cyborg16
Replies: 10
Views: 19362
|
Forum: Derelict Posted: Tue May 06, 2008 1:06 pm Subject: Freetype update |
Hmm... when I built this box I found debian easier to install than Windows. But then I'm more used to it by now.
Hope you've managed to get it sorted out by now. |
Topic: Freetype update |
Cyborg16
Replies: 10
Views: 19362
|
Forum: Derelict Posted: Thu May 01, 2008 12:30 pm Subject: Freetype update |
knew it wouldn't be perfect first time
There's quite a few macros to do with making and defining tags I missed out too, plus many more macros (although these weren't in the original previou ... |
Topic: Freetype update |
Cyborg16
Replies: 10
Views: 19362
|
Forum: Derelict Posted: Wed Apr 23, 2008 5:49 am Subject: Freetype update |
OK, Done!
The new versions are Could someone please check it works? I have checked that it compiles and the dynamic library loads, but can't check anymore at the moment.
Aldacron: I left many ol ... |
Topic: Freetype update |
Cyborg16
Replies: 10
Views: 19362
|
Forum: Derelict Posted: Thu Apr 17, 2008 5:48 am Subject: Freetype update |
Currently I'm working on updating the freetype bindings to version 2.3.5; this thread is to track my progress and ask a few questions. Hopefully I'll have it done in a week or so; in the mean-time I w ... |
Topic: FreeType segfault with DerelictFT and DWT/GTK/FT |
Cyborg16
Replies: 7
Views: 15356
|
Forum: Derelict Posted: Thu Apr 17, 2008 5:40 am Subject: FreeType segfault with DerelictFT and DWT/GTK/FT |
I think you're submission was incomplete (missing file and version statement should use brackets). But wouldn't just moving the bind functions to another module which the user can include, or not, be ... |
Topic: AL: alcCloseDevice has wrong return type |
Cyborg16
Replies: 2
Views: 8306
|
Forum: Derelict Posted: Wed Apr 16, 2008 2:12 pm Subject: AL: alcCloseDevice has wrong return type |
Thanks!
oops, should have checked for changes first |
|