Talk:PrBoom
From wiki.gp2x.org
So, what is putting the next release on hiatus? --SamuraiClinton 13:10, 20 June 2006 (PDT)
- I gave up. I don't have enough time to work on this. I never liked C programming and I got interested in other (programming) stuff. Sources are still [1]. Before giving up, I contacted the PrBoom people and they seem pretty interested in helping with the GP2X port. --mongolito404 01:12, 20 June 2007 (PDT)
Future
Use this space to add and discuss suggestions or planned features. Don't forget to sign.
Suggestions
- Add (P)WAD-Selector (and become mots' hero).
- CPU throttling --mongolito404 03:50, 22 January 2006 (PST)
- Add zipped wad support (for my 32MB sd card) Colin
- MP3 Playback in the background, cuz the midi's aren't that great :) [User:NoidZ]
- I love those MIDIs. Everyone's got an opinion. :P GreenLion 12:55, 20 April 2007 (PDT)
Planned Features
Please only add features your are actually planning to code yourself.
- Don't write temporary music file to the SD card. I don't know if using a memory space is possible with SDL. After reading this thread it seems that using TMPFS is an easy solution.--mongolito404 05:16, 19 January 2006 (PST)
- This can be done with SDL_RWops, I believe; it allows you to load music directly from memory.--nickspoon 22:13, 26 January 2006 (GMT)
- Looks like not, SDL_RWops seems to be the way to go, but Mix_LoadMUS_RW is not implemented for Midi. :(--mongolito404 10:14, 5 February 2006 (PST)
- This can be done with SDL_RWops, I believe; it allows you to load music directly from memory.--nickspoon 22:13, 26 January 2006 (GMT)

