Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
518Filtered Results

Detail

2012.03.04.Log0458.txt

📄SVN 📅2012-03-04 💾2,9 KB 8 Parsed entries CON FIX

Revision r2401

Under Mac OS X, look for libvpx in /usr/local to add support for Homebrew in addition to MacPorts.

Revision r2400

Under Mac OS X, override libsupc++ with libstdc++.

Revision r2399

Add an explicit declaration so that Mac OS X binaries look for the Frameworks inside the app bundle before anywhere else.

Revision r2398

Add APPLE_FRAMEWORKS Makefile variable which can be passed to the make invocation.
ex: make APPLE_FRAMEWORKS=~/Library/Frameworks

Revision r2397

Remove four self-assignments in backtrace.c that were added to avoid an unused parameter warning and add ATTRIBUTE((unused)) to the implicated parameters so they will not trigger the warning because they could not be removed.

Revision r2396

JFDuke3D port: OS X Startup Window, copied almost verbatim
It needs to have the sound quality box removed and the Game directory box added, possibly among other things.

Revision r2395

JFDuke3D port: Display DUKETEAM.ANM at the end of episode 3 under v1.3D.
Fix for end-of-game sequence with 1.3D data, by Turrican.

Revision r2394

Define strtoll to _strtoi64 on MSVC.

Usage of a search machine by Hendricks.
------------------------------------------------------------------------
Raw Content
------------------------------------------------------------------------
r2402 | hendricks266 | 2012-03-04 01:33:23 -0800 (Sun, 04 Mar 2012) | 6 lines

synthesis.sh:
 - Exclude "Apple/lib" rather than "Apple" so that required files are not left out of the tarball.
 - Add one to $lastrevision before generating the ChangeLog so that it only includes what is new to an update.
osxbuild.sh:
 - Add stronger detection of the SVN revision by adding support for 1.7 (no longer relying on an ".svn" directory) and having a specific fallback in case the build location is neither svn nor git.
 - Echo the SVN revision to source/rev.h before the build processes and revert it afterwards.
------------------------------------------------------------------------
r2401 | hendricks266 | 2012-03-04 01:32:57 -0800 (Sun, 04 Mar 2012) | 1 line

Under Mac OS X, look for libvpx in /usr/local to add support for Homebrew in addition to MacPorts.
------------------------------------------------------------------------
r2400 | hendricks266 | 2012-03-04 01:32:33 -0800 (Sun, 04 Mar 2012) | 1 line

Under Mac OS X, override libsupc++ with libstdc++.
------------------------------------------------------------------------
r2399 | hendricks266 | 2012-03-04 01:32:06 -0800 (Sun, 04 Mar 2012) | 1 line

Add an explicit declaration so that Mac OS X binaries look for the Frameworks inside the app bundle before anywhere else.
------------------------------------------------------------------------
r2398 | hendricks266 | 2012-03-04 01:31:37 -0800 (Sun, 04 Mar 2012) | 2 lines

Add APPLE_FRAMEWORKS Makefile variable which can be passed to the make invocation.
ex: make APPLE_FRAMEWORKS=~/Library/Frameworks
------------------------------------------------------------------------
r2397 | hendricks266 | 2012-03-04 01:31:02 -0800 (Sun, 04 Mar 2012) | 1 line

Remove four self-assignments in backtrace.c that were added to avoid an unused parameter warning and add ATTRIBUTE((unused)) to the implicated parameters so they will not trigger the warning because they could not be removed.
------------------------------------------------------------------------
r2396 | hendricks266 | 2012-03-04 01:30:27 -0800 (Sun, 04 Mar 2012) | 2 lines

JFDuke3D port: OS X Startup Window, copied almost verbatim
It needs to have the sound quality box removed and the Game directory box added, possibly among other things.
------------------------------------------------------------------------
r2395 | hendricks266 | 2012-03-04 01:29:05 -0800 (Sun, 04 Mar 2012) | 2 lines

JFDuke3D port: Display DUKETEAM.ANM at the end of episode 3 under v1.3D.
Fix for end-of-game sequence with 1.3D data, by Turrican.
------------------------------------------------------------------------
r2394 | helixhorned | 2012-03-01 15:36:11 -0800 (Thu, 01 Mar 2012) | 3 lines

Define strtoll to _strtoi64 on MSVC.

Usage of a search machine by Hendricks.
------------------------------------------------------------------------