0
votes
9answers
199 views
How to check if memory has aready been released in Destructor?
I have a simple tank wars style game using the allegro open source library. In my tank class, I initialize arrays of pointers to bitmap objects to 0. Then I create new objects with an allegro …
0
votes
1answer
27 views
MFC visibile function
Hi guys,
I have an assignment using MFC which is a completely foreign language to me.
I have to be able to upload Image1, and Image2 into 2 picture controls. And using a slider: when it is on the far …
0
votes
2answers
88 views
Transparent sprites in c++ with Allegro
I'm learning to use Allegro. I'm trying to make my character cut out. How do I key out a certain color from my bitmap? which way is used for allegro?
Thanks
1
vote
9answers
2k views
Best way to detect collision between sprites?
Whats the best way to detect collisions in a 2d game sprites? I am currently working in allegro and G++
1
vote
1answer
127 views
AllegroServe on SBCL 1.0.28 failing with `accept invalid keyword argument: :AUTO-CLOSE`
New version of SBCL 1.0.28 running on debian breaks AllegroServe 1.2.47 on incoming connection with following error:
aserve-accept-6: 05/26/09 - 21:11:01 - accept: error 0 on accept invalid keyword …
1
vote
1answer
61 views
Allegro Webactions not serving on SBCL. Methods to debug or possible solutions?
I am trying to get Portable Allegro Serve and Webactions up and running on SBCL. I have so far managed to make paserve properly serve pages. But webactions chunks out with the following warning in the …
2
votes
5answers
2k views
Best 2D animation library/tech for “iPhone” style animation on WIN32?
All,
I have built a nifty demo application that displays data about our internal systems as a full-screen "billboard" style display. You could think of this as something like an application …
0
votes
1answer
148 views
c++ allegro input
I'm building a simple ice sliding puzzle to test uses of allegro. So far I've got the whole thing working although I haven't actually added in the objective yet or the puzzle, just the engine behind …
2
votes
2answers
234 views
Review my game project OR (How to peer-review my project) ?
I just finished a 2d platformer in C++/Allegro. Its still in an incomplete stage...
I wonder how to go about a peer-review from people who are into game development.
I would like to review my project …
