Hard Light Productions Forums
Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on November 10, 2013, 12:50:19 am
-
Here is the nightly for FreeBSD on 09 Nov 2013 - Revision 10046
Group: Standard
fso-FREEBSD-Standard-20131109_r10046.tar.bz2 (http://swc.fs2downloads.com/builds/FREEBSD/fso-FREEBSD-Standard-20131109_r10046.tar.bz2)
MD5Sum (http://swc.fs2downloads.com/builds/FREEBSD/fso-FREEBSD-Standard-20131109_r10046.md5)
------------------------------------------------------------------------
r10024 | Wanderer | 2013-11-07 13:58:18 -0600 (Thu, 07 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/math/vecmat.cpp
M /trunk/fs2_open/code/math/vecmat.h
M /trunk/fs2_open/code/model/modelread.cpp
Fix for Mantis #2352 - Turret reset when idle woes and other limited rotation turret woes.
------------------------------------------------------------------------
r10025 | The_E | 2013-11-08 08:24:18 -0600 (Fri, 08 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp
Adds depth buffer access to post processing shaders (via use of the depth_tex uniform)
------------------------------------------------------------------------
r10026 | The_E | 2013-11-08 08:28:41 -0600 (Fri, 08 Nov 2013) | 2 lines
Changed paths:
M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp
Ooops, small buffer collision. Need to load the depth buffer to texture unit 2.
------------------------------------------------------------------------
r10027 | The_E | 2013-11-08 08:29:37 -0600 (Fri, 08 Nov 2013) | 2 lines
Changed paths:
M /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp
...aaand cleanup
------------------------------------------------------------------------
r10028 | Wanderer | 2013-11-08 09:47:38 -0600 (Fri, 08 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/menuui/techmenu.cpp
M /trunk/fs2_open/code/model/model.h
M /trunk/fs2_open/code/model/modelread.cpp
Continued on Mantis #2806
------------------------------------------------------------------------
r10029 | The_E | 2013-11-08 12:06:15 -0600 (Fri, 08 Nov 2013) | 2 lines
Changed paths:
M /trunk/fs2_open/code/graphics/gropenglshader.cpp
Small performance improvement: Only call opengl_shader_t::uniforms::end() once, not every iteration.
------------------------------------------------------------------------
r10030 | Wanderer | 2013-11-08 15:14:30 -0600 (Fri, 08 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/hud/hudtargetbox.cpp
Solution to issues mentioned in Mantis #2949
------------------------------------------------------------------------
r10031 | Wanderer | 2013-11-08 16:02:20 -0600 (Fri, 08 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/render/3dlaser.cpp
Fix for Mantis #2807 - not particularly elegant fix but enough to prevent the reported null vec issue
------------------------------------------------------------------------
r10032 | niffiwan | 2013-11-08 23:14:14 -0600 (Fri, 08 Nov 2013) | 3 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Fix mantis 2946 part C: when enabling sheields, only rebalance ETS if the shields were previously off
Also fix same issue in alter-ship-flag ( "no-shields" ... )
------------------------------------------------------------------------
r10033 | The_E | 2013-11-09 03:57:01 -0600 (Sat, 09 Nov 2013) | 2 lines
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Make sure is-facing does not blow up id OSWPT_TYPE_NONE is encountered
------------------------------------------------------------------------
r10034 | niffiwan | 2013-11-09 04:08:09 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
oops - using the right pointer helps (from r10032)
------------------------------------------------------------------------
r10035 | niffiwan | 2013-11-09 04:16:16 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/sexp.cpp
Revert "oops - using the right pointer helps (from r10032)" (too hasty)
------------------------------------------------------------------------
r10036 | Echelon9 | 2013-11-09 17:08:32 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Clean up Xcode4/5 project file. Remove blank overrides at the lower level of specific projects
------------------------------------------------------------------------
r10037 | Echelon9 | 2013-11-09 18:00:58 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Further cleanup Xcode 4/5 project file. Promote settings to top level where possible, remove redundant GCC settings
------------------------------------------------------------------------
r10038 | Echelon9 | 2013-11-09 18:05:24 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Further Xcode 4/5 project file cleanup. Install setting not required as we build an .app bundle
------------------------------------------------------------------------
r10039 | Echelon9 | 2013-11-09 18:10:38 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Xcode 4/5 project file cleanup. Further deprecated settings related to cfilearchiver
------------------------------------------------------------------------
r10040 | Echelon9 | 2013-11-09 18:28:18 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Xcode 4/5 project file cleanup. These are redundant settings
------------------------------------------------------------------------
r10041 | Echelon9 | 2013-11-09 18:36:45 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj
Re-enable -Wno-shorten-64-to-32 for Xcode. There remains code in the project, including third party, that assumes implicit 64->32 casts are permitted, which the expectation of overflow. We'll need to re-enable this warning later and revisit specific cases in question, either adding an explicit cast, or handling any cases where overflow is theoretically possible and undersired.
------------------------------------------------------------------------
r10042 | Echelon9 | 2013-11-09 18:40:06 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/parse/lua.cpp
LLVM warning: Initialization of pointer of type 'bool *' to null from a constant boolean expression
------------------------------------------------------------------------
r10043 | Echelon9 | 2013-11-09 20:22:10 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/freespace2/freespace.cpp
M /trunk/fs2_open/code/network/stand_gui-unix.cpp
M /trunk/fs2_open/code/osapi/osapi.cpp
M /trunk/fs2_open/code/osapi/osapi_unix.cpp
M /trunk/fs2_open/code/osapi/outwnd_unix.cpp
Webui: support writing to fs2_standalone.log on Unix or Mac OS X when running a standalone server
------------------------------------------------------------------------
r10044 | Echelon9 | 2013-11-09 22:29:34 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/network/stand_gui-unix.cpp
Webui: Support the setting of a non-default username and password in multi.cfg. These settings are +webapi_username and +webapi_password
------------------------------------------------------------------------
r10045 | Echelon9 | 2013-11-09 23:32:11 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/network/multi_options.cpp
Webui: Support setting an alternative port than 8080 to host the webui on
------------------------------------------------------------------------
r10046 | Echelon9 | 2013-11-09 23:38:47 -0600 (Sat, 09 Nov 2013) | 1 line
Changed paths:
M /trunk/fs2_open/code/network/multi_options.cpp
Webui: Clarify the use of branching if statements, to be consistent with existing code
------------------------------------------------------------------------