Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on May 05, 2015, 04:19:03 pm

Title: Nightly (FreeBSD): 05 May 2015 - Revision e3ca0ec
Post by: SirKnightly on May 05, 2015, 04:19:03 pm
Here is the nightly for FreeBSD on 05 May 2015 - Revision e3ca0ec

Open non-feature issues in Mantis (http://scp.indiegames.us/mantis/view_all_set.php?type=3&source_query_id=611): 126

Group: Standard
fso_Standard_20150505_e3ca0ec.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20150505_e3ca0ec.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso_Standard_20150505_e3ca0ec.md5)

Code: [Select]
commit 464a25b
Author: Echelon9 <Wed May 6 00:18:28 2015 +1000>
Commit: Echelon9 <Wed May 6 00:18:28 2015 +1000>

    Fix empty documentation/doxygen using .gitkeep and global .gitignore trick. Otherwise, Git does not index empty folders.

 .gitignore                     | 6 ++++++
 documentation/doxygen/.gitkeep | 0
 2 files changed, 6 insertions(+)

commit 819f537
Author: Echelon9 <Tue May 5 23:59:39 2015 +1000>
Commit: Echelon9 <Tue May 5 23:59:39 2015 +1000>

    Revert "Fix empty documentation/doxygen using .gitignore trick. Otherwise, Git does not index empty folders."

 documentation/doxygen/.gitignore | 4 ----
 1 file changed, 4 deletions(-)

commit b8ba7f1
Author: Echelon9 <Sun May 3 11:39:36 2015 +1000>
Commit: Echelon9 <Sun May 3 11:39:36 2015 +1000>

    Address obsolete Doxyfile sections, per Doxygen 1.8.9.1 automatic Doxyfile updater.

 fs2open.Doxyfile | 554 ++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 319 insertions(+), 235 deletions(-)

commit 550998e
Author: Echelon9 <Sun May 3 11:23:19 2015 +1000>
Commit: Echelon9 <Sun May 3 11:23:19 2015 +1000>

    Fix empty documentation/doxygen using .gitignore trick. Otherwise, Git does not index empty folders.

 documentation/doxygen/.gitignore | 4 ++++
 1 file changed, 4 insertions(+)