Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ulciscor

Pages: 1 [2] 3 4 ... 27
16
Off Topic / Newness
« on: January 25, 2006, 06:21:42 PM »
Just wanted to start a slightly random thread to say how glad I am some new people and ideas have been thrown into everything... it seems the forum was beginning to stagnate. I definitely was feeling a general disinterest in DB  :(  but seeing all these new discussions has made me want to start using it again!  :D

Keep it up!

17
Darwinbots Program Source Code / Picturebox load
« on: January 08, 2006, 05:32:30 AM »
If you mean can you load an array of pictureboxes at runtime as an array then yes I think you can. This is easier than actually making 101 pictureboxes and loading pictures into them at design time, as you say.

This link may help:

http://www.vbwm.com/art_1999/whatsnew/dynctrl.asp

18
Off Topic / Math question anti-mod?
« on: December 26, 2005, 08:36:49 PM »
A product of primes is divisible by one, which isn't a prime number. Am I missing something here?

19
Off Topic / Merry Christmas!
« on: December 25, 2005, 03:15:55 PM »
Merry Christmas everyone :santa:

20
Newbie / Basic issue
« on: November 25, 2005, 08:59:15 AM »
The behaviour is all dictated by the DNA; inputs are fed into memory locations which are used by the DNA to produce actions.

21
Newbie / Where have you been all my life?
« on: November 24, 2005, 06:51:39 AM »
Hey Boris :D

Another thing which might help you is the pain sysvar, which returns the amount of energy lost during the last cycle.

I'm not sure but the sh- vars might persist their values even when they aren't being shot at; don't quote me on that though, check with some of the DB veterans.

22
Darwinbots Program Source Code / Load form
« on: November 18, 2005, 03:48:28 PM »
...what about them?

23
Darwinbots Program Source Code / Load form
« on: November 18, 2005, 12:51:06 AM »
I think so, as long as you apply the file correctly. Obviously opening a picture in a text field won't work like you want.

24
Darwinbots Program Source Code / Load form
« on: November 17, 2005, 06:53:03 PM »
The program has no idea that you have tried to paint anything off the boundaries of the form so can't add a scroll bar to show it. You could make your own code for moving what you paint using a custom scroll bar by moving the co-ords of the graphics but that would be quite difficult I imagine.
I don't reallt get what you mean by the other two questions though; can you rephrase them?

25
Darwinbots Program Source Code / covered up gradient.
« on: November 15, 2005, 10:07:08 AM »
It took me so long to find this out. So long being 3 hours.I'm slightly protective over what seems to be a VB secret but here you go  :lol:

Code: [Select]
Line (x1,y1)-(x2,y2), RGB(X,why,Z), B
That 'B' after the colour parameter makes the line turn into a rectangle somehow; no idea how or why but it does.

Also just in case, make sure you don't add any drawing functions on the onLoad() event 'cos they won't work.

[EDIT]: Curse these filters!  :D

26
Bugs and fixes / Mutation multiplier GUI error
« on: November 14, 2005, 04:59:18 PM »
Not easily noticable but has probably caused so many people problems.

27
Bug reports / Gravity bug in 2.37.5.
« on: November 14, 2005, 01:22:16 PM »
We could work around this by attributing it to some strange physical relationship between ties and the ways in which gravity warps space time. Might be easier than tracking the bug down.  :lol:

28
Bug reports / Gravity bug in 2.37.5.
« on: November 13, 2005, 10:54:27 AM »
Well as you so often say, garbage in -> garbage out.

Anyway, try as I might I can't reproduce this. My gravity slider starts on 0 anyway, if that's significant.

29
Bug reports / Gravity bug in 2.37.5.
« on: November 13, 2005, 09:47:23 AM »
Can you give some instructions as to how this happened? I'll see if I can recreate it.

30
Solved Bugs / Makepoff error
« on: November 13, 2005, 09:44:00 AM »
Nope I've had no trouble with it.

Pages: 1 [2] 3 4 ... 27