Search found 6 matches
- May 14th, 2015, 7:27 am
- Forum: SDLPoP
- Topic: SDLPoP; David's open-source port of PoP
- Replies: 865
- Views: 606989
Re: SDLPoP; David's open-source port of PoP (pre-release)
I intentionally left that unfixed because I knew your solution would be merged in ;) I meant an enum for the IDs of individual sounds; this way, an informative name can be passed to play_sound() instead of plain numbers. Ah! Okay, cool. GIT kept "finding excuses", like "Everything up...
- May 11th, 2015, 4:36 pm
- Forum: SDLPoP
- Topic: SDLPoP; David's open-source port of PoP
- Replies: 865
- Views: 606989
Re: SDLPoP; David's open-source port of PoP (pre-release)
I have this in my branch too. Can someone merge my pull request? It's got a bunch of fixes like this that should really help find real warnings/errors when compiling.Falcury wrote: - Added enum for sound IDs
- May 4th, 2015, 7:25 am
- Forum: SDLPoP
- Topic: SDLPoP; David's open-source port of PoP
- Replies: 865
- Views: 606989
Re: SDLPoP; David's open-source port of PoP (pre-release)
Better than assembler!salvadorc17 wrote:Wow this is so hard, code is native c??

- May 4th, 2015, 7:24 am
- Forum: SDLPoP
- Topic: SDLPoP; David's open-source port of PoP
- Replies: 865
- Views: 606989
Re: SDLPoP; David's open-source port of PoP (pre-release)
Awesome!! I've forked and created a pull request for some Linux build updates.David wrote:I uploaded SDLPoP to GitHub: https://github.com/NagyD/SDLPoP
- May 2nd, 2015, 2:58 am
- Forum: SDLPoP
- Topic: SDLPoP; David's open-source port of PoP
- Replies: 865
- Views: 606989
Re: SDLPoP; David's open-source port of PoP (pre-release)
I've been cleaning up fread/seek/etc stuff and other compiler warnings, and when I instrumented some of the silent errors, I encountered my newly added warnings at load time, and tracked down something I don't understand in load_pal_from_dat: load_from_opendats_to_area(resource, area, 0, "pal&q...
- April 26th, 2015, 8:17 am
- Forum: SDLPoP
- Topic: SDLPoP; David's open-source port of PoP
- Replies: 865
- Views: 606989
Re: SDLPoP; David's open-source port of PoP (pre-release)
This is a great bit of code! I'd love to help contribute -- what's the best way to send patches? I have a few cleanups and some doc improvements. David, can you start a github branch? I'd really like to see Falcury's SDL2 work too.