Author |
Message |
Topic: Update 2010-06-20 |
clayasaurus
Replies: 5
Views: 26298
|
Forum: ArcLib Posted: Wed May 25, 2011 6:23 pm Subject: Update 2010-06-20 |
Good job Sir Alaran! You have my permission to take it over.. i really just don't have time for it anymore. |
Topic: ArcLib standard set of programming languages etc. |
clayasaurus
Replies: 0
Views: 13258
|
Forum: ArcLib Posted: Mon Dec 28, 2009 8:23 am Subject: ArcLib standard set of programming languages etc. |
ArcLib - D
ArcLib tools - pyGTK
Unsure about...
ArcLib compiler: Currently DMD, may soon switch to LDC
ArcLib scripting: Want to use miniD, but since I haven't gotten to this point yet I can't ... |
Topic: Can't get sound to work! |
clayasaurus
Replies: 5
Views: 20369
|
Forum: ArcLib Posted: Thu Dec 03, 2009 7:34 pm Subject: Can't get sound to work! |
On windows, use the official openal installer.
http://connect.creativelabs.com/openal/Downloads/oalinst.zip
http://connect.creativelabs.com/openal/Downloads/Forms/AllItems.aspx |
Topic: Tango Upgrade Plans? |
clayasaurus
Replies: 5
Views: 22528
|
Forum: ArcLib Posted: Wed Dec 02, 2009 9:10 am Subject: Tango Upgrade Plans? |
I usually like to wait for stable releases, but now would be a good time to upgrade the trunk to Tango .99 perhaps. |
Topic: arc.tilemap |
clayasaurus
Replies: 24
Views: 65371
|
Forum: ArcLib Posted: Fri Nov 13, 2009 11:48 am Subject: arc.tilemap |
You linked to the latest trunk. I fixed the trunk, just try and make sure the code you commit to the trunk compiles. |
Topic: arc.tilemap |
clayasaurus
Replies: 24
Views: 65371
|
Forum: ArcLib Posted: Wed Nov 11, 2009 2:44 pm Subject: arc.tilemap |
You can do that, and if the user wants a different one they will just specify after constructor. |
Topic: Where did Arclib go? |
clayasaurus
Replies: 9
Views: 31309
|
Forum: ArcLib Posted: Wed Nov 11, 2009 2:42 pm Subject: Where did Arclib go? |
look in dll/ to get an idea for dependencies.
Also, how did you fix dsss? I have the same issues with it on *nix. |
Topic: Where did Arclib go? |
clayasaurus
Replies: 9
Views: 31309
|
Forum: ArcLib Posted: Mon Nov 09, 2009 2:50 pm Subject: Where did Arclib go? |
Hi,
Something is wrong with DSSS, my suggestion is to try and use CDC.
http://dsource.org/projects/cdc |
Topic: Where did Arclib go? |
clayasaurus
Replies: 9
Views: 31309
|
Forum: ArcLib Posted: Mon Nov 09, 2009 2:49 pm Subject: Where did Arclib go? |
Hi,
Something is wrong with DSSS, my suggestion is to try and use CDC.
http://dsource.org/projects/cdc |
Topic: OpenGL Performance |
clayasaurus
Replies: 8
Views: 26685
|
Forum: ArcLib Posted: Mon Nov 09, 2009 12:57 pm Subject: OpenGL Performance |
I've never (yet) have had the need for this feature, so here's what I can tell you.
1. Try to define your variables outside the for loop.
2. ArcLib isn't really messing with OpenGL, but it jus ... |
Topic: SDL_Init not found in SDL_Image.dll |
clayasaurus
Replies: 1
Views: 13959
|
Forum: ArcLib Posted: Mon Nov 09, 2009 12:49 pm Subject: SDL_Init not found in SDL_Image.dll |
Hi Al,
Can you tell me what steps you are taking to get this error?
Arclib/derelict dynamically loads the dll at runtime, so please don't try to compile code with the dll.
You should never ... |
Topic: arc.tilemap |
clayasaurus
Replies: 24
Views: 65371
|
Forum: ArcLib Posted: Fri Nov 06, 2009 7:47 pm Subject: arc.tilemap |
Oh, well if that's the case there is no point using Camera unless you have it tranform the world
fwiw Camera has code in it to get the mouse position after transform |
Topic: arc.tilemap |
clayasaurus
Replies: 24
Views: 65371
|
Forum: ArcLib Posted: Fri Nov 06, 2009 5:10 pm Subject: arc.tilemap |
Cool, although I'd be surprised if it did anything without the
cam.open()
drawingCode();
cam.close()
code : o |
Topic: Map editor plans? |
clayasaurus
Replies: 24
Views: 63318
|
Forum: ArcLib Posted: Fri Nov 06, 2009 1:13 pm Subject: Map editor plans? |
How do you run the tool? Which python script is the main one? What needs to be installed? |
Topic: Drawing on a sprite |
clayasaurus
Replies: 14
Views: 35383
|
Forum: ArcLib Posted: Fri Nov 06, 2009 10:49 am Subject: Drawing on a sprite |
Hi,
Try using the derelict in the arclib trunk.
- Clay |
|