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, 04:08:24 pm
-
Here is the nightly for OS X on 18 Aug 2011 - Revision 7484
Group: Inferno
fso-OSX-Inferno-20110818_r7484.tgz (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110818_r7484.tgz)
MD5Sum (http://swc.fs2downloads.com/builds/OSX/fso-OSX-Inferno-20110818_r7484.md5)
------------------------------------------------------------------------
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!
------------------------------------------------------------------------
r7482 | Echelon9 | 2011-08-18 11:47:54 -0500 (Thu, 18 Aug 2011) | 1 line
Changed paths:
M /trunk/fs2_open/code/menuui/techmenu.cpp
M /trunk/fs2_open/code/mission/missiontraining.cpp
M /trunk/fs2_open/code/network/chat_api.cpp
M /trunk/fs2_open/code/network/multi_pxo.cpp
M /trunk/fs2_open/code/ship/shipfx.cpp
Documentation: General clean-up and function documentation
------------------------------------------------------------------------
r7483 | The_E | 2011-08-18 15:21:05 -0500 (Thu, 18 Aug 2011) | 2 lines
Changed paths:
M /trunk/fs2_open/code/bmpman/bmpman.cpp
Fix for Mantis 2484: Default text length for EFF files was far too short.
------------------------------------------------------------------------