Closed GoogleCodeExporter closed 9 years ago
Update:
Most things works, except:
* Audio
* Threads (but we might not need to implement that)
Original comment by hart...@gmail.com
on 30 Jul 2010 at 2:27
Update:
The only thing left really is to fix some crashes in the audio. My guess is
that it's because I don't use semaphores yet between the audio and main threads.
I've not bothered implementing SDL threads, but they are not needed.
This is what we've got:
* SDL
* SDL_image
- libpng
* SDL_ttf
- freetype
* SDL_mixer
- tremor (ogg)
- mikmod (xm, it, mod...)
Original comment by hart...@gmail.com
on 17 Aug 2010 at 6:19
Yes, it was as I thought, with semaphores in place, everything is working
smoothly.
SDL is now finished and this issue is closed. :)
There are still things that could be improved though, I plan to add automatic
scaling for 640x480 and possibly other resolutions as well, and I also plan to
add optional mouse emulation.
Original comment by hart...@gmail.com
on 20 Aug 2010 at 12:33
Original issue reported on code.google.com by
hart...@gmail.com
on 4 Jun 2010 at 11:26