Re: Hotspot events & joystick mode
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2008-04-25 11:06:08
|
Aidan Gauland wrote: > I cannot reproduce this bug in r186 on my system. Wonderful! Great! > But as a programmer, my curiosity is too great, how did you fix this bug? Use Subversion - its point is exactly to answer such questions. Either use the web interface: The full revision history is at <http://pipmak.svn.sourceforge.net/viewvc/pipmak/trunk/?view=log>, <http://pipmak.svn.sourceforge.net/viewvc/pipmak?view=rev&revision=186> gives you a summary of what happened in revision 186, and clicking on the "text changed" links next to the files gives you the exact changes to each file. Or in your working copy: 'svn update' to download the latest changes 'svn log -v --limit 5' to summarize the last 5 revisions (-v includes which files were changed) 'svn diff -r185:186' to get the exact changes > And by the way, I'm looking at different ways of linking libraries on Linux, > so the Linux build of Pipmak can be more self contained like the Mac and > Windows builds. I'll come back to the mailing lists with my findings in a bit. That would be welcome. One article about it is at <http://www.gamedev.net/reference/programming/features/linuxprogramming2/default.asp>. <http://www.autopackage.org/docs.html> may have useful information too. Also have a look at the SDL mailing list archives, the issue comes up there every now and then (search for posts by Gabriele Greco, he's experienced). -Christian |