mega happy sprite version 1 is out!

Talk about development tools here

Moderator: BigEvilCorporation

tristanseifert
Interested
Posts: 35
Joined: Tue Sep 06, 2011 2:16 am
Location: /dev/sa0
Contact:

Post by tristanseifert »

Yeah - it compiled fine on my Mac after I removed the switches from the Makefiles that force it to compile in 32-bit mode (I compiled libsdl_image from source so it was x86_64) but it doesn't work - I see the window for a split second, after which it goes away and I get a segfault. I uploaded the crash log here.

I seriously can't wait to get this working. Looks awesome.
sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

tristanseifert wrote:Yeah - it compiled fine on my Mac after I removed the switches from the Makefiles that force it to compile in 32-bit mode (I compiled libsdl_image from source so it was x86_64) but it doesn't work - I see the window for a split second, after which it goes away and I get a segfault. I uploaded the crash log here.

I seriously can't wait to get this working. Looks awesome.
I wish I had a 64 machine or osx to debug this on. The crash log doesn't help very much but thank you. do you have gdb?
sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

sigflup wrote:
tristanseifert wrote:Yeah - it compiled fine on my Mac after I removed the switches from the Makefiles that force it to compile in 32-bit mode (I compiled libsdl_image from source so it was x86_64) but it doesn't work - I see the window for a split second, after which it goes away and I get a segfault. I uploaded the crash log here.

I seriously can't wait to get this working. Looks awesome.
I wish I had a 64 machine or osx to debug this on. The crash log doesn't help very much but thank you. do you have gdb?
now I have access to a 64-bit machine. Give me a day to correct all the pointer stuffs
sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

ok, try it now. The icons might be bluish, I'm not sure if that's my fault or SDL_image
tristanseifert
Interested
Posts: 35
Joined: Tue Sep 06, 2011 2:16 am
Location: /dev/sa0
Contact:

Post by tristanseifert »

Yep - works awesomely now, besides a few minor graphical glitches. Great job.

Image
sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

tristanseifert wrote:Yep - works awesomely now, besides a few minor graphical glitches. Great job.

Image
Is the palette always like that? can you change colors?
sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

Image

preliminary windows build *you can't change directories yet*

download
bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

bioloid
Very interested
Posts: 184
Joined: Fri May 18, 2012 8:22 pm

Post by bioloid »

Thanks for the fix !
Last edited by bioloid on Fri Aug 17, 2012 6:01 pm, edited 1 time in total.
sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

tristanseifert, I think I fixed the palette issue you were having.
sigflup
Very interested
Posts: 111
Joined: Mon Sep 06, 2010 12:05 pm
Contact:

Post by sigflup »

ported to windows!!!! get it here https://devio.us/~sigflup/mega/
Oerg866
Very interested
Posts: 211
Joined: Sat Apr 19, 2008 10:58 am
Location: Frankfurt, Germany
Contact:

Post by Oerg866 »

Holy shit. Awesome! Finally an all in one solution for making GFX on MD. I'll be making good use for this!
cdoty
Very interested
Posts: 117
Joined: Wed Nov 29, 2006 2:54 pm
Location: Houston, TX
Contact:

Post by cdoty »

Oerg866 wrote:Holy shit. Awesome! Finally an all in one solution for making GFX on MD. I'll be making good use for this!
No kidding. I can't think of too many other things you could want to do in an editor.

Nice job!
Post Reply