Search found 6 matches

by kees
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...
by kees
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)

Falcury wrote: - Added enum for sound IDs
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.
by kees
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)

salvadorc17 wrote:Wow this is so hard, code is native c??
Better than assembler! :D
by kees
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)

David wrote:I uploaded SDLPoP to GitHub: https://github.com/NagyD/SDLPoP
Awesome!! I've forked and created a pull request for some Linux build updates.
by kees
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...
by kees
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.