Author Topic: Nightly (FreeBSD): 23 Mar 2015 - Revision 11289  (Read 647 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 23 Mar 2015 - Revision 11289
Here is the nightly for FreeBSD on 23 Mar 2015 - Revision 11289

Open non-feature issues in Mantis: 130

Group: Standard
fso_Standard_20150323_r11289.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r11279 | zookeeper | 2015-03-16 16:36:30 -0500 (Mon, 16 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Check for and fix rare but possible discrepancy between sip->model_num and sip->subsystems[].model_num which can lead to model index collision errors.
------------------------------------------------------------------------
r11280 | zookeeper | 2015-03-16 17:40:16 -0500 (Mon, 16 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Moved the fix in r11279 to a slightly more logical place.
------------------------------------------------------------------------
r11284 | MageKing17 | 2015-03-17 16:05:18 -0500 (Tue, 17 Mar 2015) | 4 lines
Changed paths:
   M /trunk/fs2_open/code/ai/aicode.cpp

Fix mantis 3147. From Admiral MS and myself.

From Admiral MS: Avoid bashing orientation if trying to avoid a collision.
From myself: Bash orientation if aspect seekers are equipped.
------------------------------------------------------------------------
r11285 | zookeeper | 2015-03-18 12:46:45 -0500 (Wed, 18 Mar 2015) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Fixed a mistake in $Model Point Shield Controls.
------------------------------------------------------------------------
r11286 | niffiwan | 2015-03-20 20:36:03 -0500 (Fri, 20 Mar 2015) | 13 lines
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/parse/sexp.h

add script-eval-block sexp

This is a workaround to the sexp TOKEN_LENGTH limit
The script can be split across multiple arguments to allow scripts
longer than 32 chars (i.e. current TOKEN_LENGTH)
e.g.
( script-eval
  "ba.warning('foo"
  " more and more and more"
  " and the rest')"
)
Kudos to Axem for suggesting the idea
(And to zookeeper for reminding me to actually commit it!)
------------------------------------------------------------------------
r11288 | The_E | 2015-03-21 17:52:07 -0500 (Sat, 21 Mar 2015) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

If a text file to be read by the engine is in Unicode, abort. Could be something important we're missing.

------------------------------------------------------------------------
r11289 | The_E | 2015-03-21 17:53:10 -0500 (Sat, 21 Mar 2015) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/cfile/cfile.cpp

Adds a new debug output filter, "CFileDebug", which if enabled via debug_filter.cfg will print the absolute path to any file requested by the engine.

------------------------------------------------------------------------