Search found 56 matches

by untune
Sun Aug 17, 2008 7:32 pm
Forum: Game Programming
Topic: Writing a GUI system
Replies: 70
Views: 26097

Haha, I went and broke it again :(

I got mine looking nicer with textures, custom mouse pointer etc... but now I added a little feature to delete a panel when the middle mouse button is clicked and now I get my lovely screwed up strings again... eeeeh I'm beginning to wonder why I started this :D
by untune
Thu Aug 14, 2008 11:50 pm
Forum: Game Programming
Topic: Dynamic A* Pathfinding 3.2
Replies: 67
Views: 47476

Heathen wrote:Sorry guys, forgot to update the example. My brain wasn't working this morning :P

Anyhow, it's been updated.


PS: I want to rewrite the example, it's quite sloppy right now.
Runs fine now, great work :D
by untune
Thu Aug 14, 2008 11:07 pm
Forum: Game Programming
Topic: Dynamic A* Pathfinding 3.2
Replies: 67
Views: 47476

I get an error on line 83

Structure Field not found : tilesize

I have both files... cut and pasted and saved in same place... correctly named too! :?

And I say don't let monsters use Magic Doors! :wink:

I changed that field name to TileHeight and now I get an error on line 87

Structure ...
by untune
Thu Aug 14, 2008 2:59 pm
Forum: Game Programming
Topic: Writing a GUI system
Replies: 70
Views: 26097

Sorry I couldn't help you in the meantime but the code just got too big to fix the problem in a hurry. Although I never got so many errors like you got before you fixed it there are still some things to iron out. Anyway, I'm glad I could help and you got where you are with your GUI now. I will fix ...
by untune
Thu Aug 14, 2008 2:25 pm
Forum: Game Programming
Topic: Dynamic A* Pathfinding 3.2
Replies: 67
Views: 47476

Line 82: Structure field not found: tilesize

Shame because i'm excited about this one! :D
by untune
Thu Aug 14, 2008 2:19 pm
Forum: Applications - Feedback and Discussion
Topic: Bytessence Install Maker 5.40 - (09Jan2013) - new release
Replies: 194
Views: 117274

Wow, this looks amazing, nice work Inf0Byt3!

I remember looking around a few installers a while back, I think Clickteam made one that created patches so you could just patch an exe rather than reinstalling new versions of software. Will your program support this at some point maybe? :D

Hehe, I ...
by untune
Thu Aug 14, 2008 2:06 pm
Forum: Game Programming
Topic: Writing a GUI system
Replies: 70
Views: 26097

FIXED :D

Well, at least that's how it SEEMS for now :D

I was looking in the wrong place completely. I'm not going to rule out any possible bugs with the memory allocation just yet as I did get crashes with FB's code originally - whether my comp was just having a funny turn I don't know, but I've ...
by untune
Wed Aug 13, 2008 10:44 pm
Forum: Game Programming
Topic: Writing a GUI system
Replies: 70
Views: 26097

i followed that interesting thread. i wrote something like that once, if you're interested: http://www.purebasic.fr/english/viewtopic.php?t=31357

nice stuff Fluid Byte :D, looks pretty cool.

Thanks for that #NULL, your code is really extensive... might take me a while to understand how it works ...
by untune
Wed Aug 13, 2008 3:09 pm
Forum: Game Programming
Topic: Writing a GUI system
Replies: 70
Views: 26097

I never got it to crash, perhaps you should try to run a memory diagnostic tool or run the code on another system, to rule that possibility out. It's the only thing I can think of, because I couldn't get it to crash.

But just in case, you should never manipulate a linkedlist unless you're sure it ...
by untune
Wed Aug 13, 2008 12:20 am
Forum: Off Topic
Topic: Any able hands out there?
Replies: 2
Views: 971

It's a shame I'm not a better/more able coder, I'm starting a 2/3 year professional sound & video course at uni in September :)
by untune
Wed Aug 13, 2008 12:10 am
Forum: Game Programming
Topic: Writing a GUI system
Replies: 70
Views: 26097

Thanks for the code FB, your system looks fantastic!

Only problem is.... I get the same error with your code as I do with mine :?

At seemingly random intervals switching from one window to the other... first time the program crashes at line 127 (DeleteElement()) when going from the controls window ...
by untune
Mon Aug 11, 2008 3:16 pm
Forum: Off Topic
Topic: Paris
Replies: 20
Views: 3868

And don't forget that we, french people, have 3 lunchs :
A light breakfast (petit-déjeuner) in the morning (til 11am, not after): (real) coffee (or milk chocolate or tea) with bread(pain)/butter(beurre)/misc fruits marmelade(confiture) or "croissants" or "pains au chocolat", and a fruit juice
A ...
by untune
Mon Aug 11, 2008 3:08 pm
Forum: Game Programming
Topic: Writing a GUI system
Replies: 70
Views: 26097

Wow, thanks FB! Looks like pretty much everything is covered in there :D What you've got here isn't very different from mine, but yours is much more logical... There are areas of my code that I've got to put into procedures yet, but I'm realy looking forward to going through this and incorporating ...
by untune
Sun Aug 10, 2008 2:50 pm
Forum: Off Topic
Topic: Some "I need a Procedure"-Board?
Replies: 11
Views: 1955

I think a snippets board would be a useful addition :)
by untune
Sun Aug 10, 2008 2:48 pm
Forum: Tricks 'n' Tips
Topic: Detect Frequency with FFT
Replies: 5
Views: 3026

Hi Chris

This looks cool, I'm going to take a look at the tomorrow. I'm interested to see what PB can do with sound, when I finish my GUI/graphics system I'm hoping to tie them together in some way :)