Author |
Message |
Topic: API |
davidb
Replies: 15
Views: 51915
|
Forum: dnet Posted: Mon May 21, 2007 2:29 pm Subject: Re: API |
@bane: As mentioned I was referring to Cyborg16's API suggestion in the first post:
Hi,
...
About the high-level API example posted struct Data {...} // a container for data to be s ... |
Topic: API |
davidb
Replies: 15
Views: 51915
|
Forum: dnet Posted: Sat May 19, 2007 2:16 pm Subject: API |
@Cyborg16's API suggestion
Well, I find this very appealing because as I understand it you can leave out the intermediate step of transforming your data by
a.setString("model", "F ... |
Topic: slipping away |
davidb
Replies: 10
Views: 30610
|
Forum: ArcLib Posted: Mon May 14, 2007 4:36 pm Subject: slipping away |
EDIT:
I looked through the relevant code and fixed a possible rounding bug in a function called from arc.font.drawMulti. Check out the latest revision from svn and try again!
Just got home, one ... |
Topic: slipping away |
davidb
Replies: 10
Views: 30610
|
Forum: ArcLib Posted: Mon May 14, 2007 12:45 pm Subject: slipping away |
Thanks for looking into this.
Just tested an old arc prog I wrote that also got some font output but there I don't have the problem (neither the old compiled exe nor the to the recent svn updated p ... |
Topic: slipping away |
davidb
Replies: 10
Views: 30610
|
Forum: ArcLib Posted: Sun May 13, 2007 12:21 pm Subject: slipping away |
> arc.window.coordinates.origin
no, I'm not using that
> Try deleting all object files and rebuilding?
so far, i compiled with
rebuild ircgui -clean -full -debug ws2_32.lib
(no -gui to se ... |
Topic: slipping away |
davidb
Replies: 10
Views: 30610
|
Forum: ArcLib Posted: Sun May 13, 2007 10:39 am Subject: slipping away |
> (pw is 'arclib')
I forgot to say: when you have started it, the problem doesn't appear until after you have pressed "connect" (connects to irc server and starts printing the message ... |
Topic: slipping away |
davidb
Replies: 10
Views: 30610
|
Forum: ArcLib Posted: Sun May 13, 2007 9:06 am Subject: slipping away |
Hi all!
First of all, thanks for you effort! ArcLib is really fun to play with!
But, while playing, I got a somewhat weird problem:
The content of my window is slipping away (to the lef ... |
Topic: error compiling example |
davidb
Replies: 12
Views: 29239
|
Forum: General Posted: Fri May 11, 2007 3:24 pm Subject: error compiling example |
@Rohan:
Because your previous posts were console i/o related, I assume you meant "cout" instead of "count"?
(And I assume "i" is an int?)
Then you can use
int i ... |
Topic: The Physics/Scene graph system... |
davidb
Replies: 32
Views: 45138
|
Forum: ArcLib Posted: Thu Apr 26, 2007 10:46 am Subject: The Physics/Scene graph system... |
If I have understood you right (about static constructors), why not just use
static this()
{
staticThisInit();
}
staticThisInit()
{
thisfirst.open();
whatever.open();
thislast.o ... |
Topic: one of those noob questions..... |
davidb
Replies: 5
Views: 14402
|
Forum: General Posted: Sun Apr 22, 2007 12:06 pm Subject: one of those noob questions..... |
I'd suggest using a tool like build(bud)/rebuild/dsss
which automates the task, you'll appreciate it
the longer your projects become.
david |
Topic: close() symmetry |
davidb
Replies: 1
Views: 7902
|
Forum: ArcLib Posted: Fri Apr 20, 2007 1:04 pm Subject: close() symmetry |
@ChristianK: got it reproduced now
The problem I had was a compiler error:
arc.window.close conflicted with arc.log.close
(see the closed ticket)
The problem that got it working was:
I have a ... |
Topic: Yay! Sound works! |
davidb
Replies: 6
Views: 13713
|
Forum: ArcLib Posted: Thu Apr 19, 2007 4:19 pm Subject: Yay! Sound works! |
hey, just discovered Pastebin: http://pastebin.co.uk/13236 ! |
Topic: Yay! Sound works! |
davidb
Replies: 6
Views: 13713
|
Forum: ArcLib Posted: Thu Apr 19, 2007 3:22 pm Subject: Yay! Sound works! |
@JoeCoder: Yes, same version.
@ChristianK: Took some time, yeah. I posted it for future generations ^_^
Currently, I'm just trying to get all the features working.
@clay: The dll in the svn is ... |
Topic: Yay! Sound works! |
davidb
Replies: 6
Views: 13713
|
Forum: ArcLib Posted: Thu Apr 19, 2007 12:29 pm Subject: Yay! Sound works! |
First of all: Thanks for your work!
I've been currently just playing a bit with
the svn repository and it's surely fun!
The code is really easily readable
and the ddoc commentation (where it exi ... |
Topic: Abstract State Machine... |
davidb
Replies: 3
Views: 9595
|
Forum: ArcLib Posted: Wed Apr 04, 2007 4:11 pm Subject: Abstract State Machine... |
Hi clayasaurus,
just a short question for me to understand the concept:
How can code.A() decide on a new state?
Is the fact that code.A() becomes a part of mach
(as a delegate or whatever) permi ... |
|