Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Nightly Builds => Topic started by: SirKnightly on August 18, 2011, 10:03:24 am

Title: Nightly (Windows): 18 Aug 2011 - Revision 7481
Post by: SirKnightly on August 18, 2011, 10:03:24 am
Here is the nightly for Windows on 18 Aug 2011 - Revision 7481

Group: Inferno
fso-WIN-Inferno-20110818_r7481.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110818_r7481.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno-20110818_r7481.md5)

Group: Inferno_SSE
fso-WIN-Inferno_SSE-20110818_r7481.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110818_r7481.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE-20110818_r7481.md5)

Group: Inferno_SSE2
fso-WIN-Inferno_SSE2-20110818_r7481.7z (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110818_r7481.7z)
MD5Sum (http://swc.fs2downloads.com/builds/WIN/fso-WIN-Inferno_SSE2-20110818_r7481.md5)

Code: [Select]
------------------------------------------------------------------------
r7478 | Echelon9 | 2011-08-17 09:40:13 -0500 (Wed, 17 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp
   M /trunk/fs2_open/code/globalincs/def_files.cpp

Diaspora feature: Control configs override and default table
------------------------------------------------------------------------
r7479 | karajorma | 2011-08-18 00:24:27 -0500 (Thu, 18 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_sexp.cpp
   M /trunk/fs2_open/code/network/multi_sexp.h

Fixes for the multiplayer SEXP packet to prevent errors caused by the coder taking too little data out of the packet before reporting that they are done.
------------------------------------------------------------------------
r7480 | karajorma | 2011-08-18 02:48:59 -0500 (Thu, 18 Aug 2011) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/network/multi_sexp.cpp
   M /trunk/fs2_open/code/network/multi_sexp.h
   M /trunk/fs2_open/code/parse/sexp.cpp

Fixes and clean up for the multiplayer SEXP packet system.
- Make the system more robust against accidental attempts to write data to the packet without proper initialisation.
- Improve the error messages and function names to make clear the difference between the packet the game actually sends and the abstracted packets the coder seems to create and send in sexp.cpp
- Add a convenience methods to deal with SEXPs that don't need to write any data.
------------------------------------------------------------------------
r7481 | karajorma | 2011-08-18 02:56:31 -0500 (Thu, 18 Aug 2011) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_sexp.h

Doh, missed one!
------------------------------------------------------------------------