Author Topic: Nightly (FreeBSD): 16 Dec 2013 - Revision 10238  (Read 726 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (FreeBSD): 16 Dec 2013 - Revision 10238
Here is the nightly for FreeBSD on 16 Dec 2013 - Revision 10238

Group: Standard
fso-FREEBSD-Standard-20131216_r10238.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r10211 | zookeeper | 2013-12-10 12:24:05 -0600 (Tue, 10 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/graphics/2d.h
   M /trunk/fs2_open/code/graphics/gropengl.cpp
   M /trunk/fs2_open/code/graphics/gropengldraw.cpp
   M /trunk/fs2_open/code/graphics/gropengldraw.h
   M /trunk/fs2_open/code/graphics/grstub.cpp
   M /trunk/fs2_open/code/parse/lua.cpp

Ported r9704 from zookeeper branch: Added scripting function for drawing filled and unfilled arcs and made drawCircle able to draw unfilled circles.
------------------------------------------------------------------------
r10213 | niffiwan | 2013-12-11 03:13:51 -0600 (Wed, 11 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudtarget.cpp

Coverity ID 1135850: Out-of-bounds read in hud_target_change_check()
------------------------------------------------------------------------
r10214 | niffiwan | 2013-12-11 03:19:57 -0600 (Wed, 11 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/observer/observer.cpp

Coverity ID 1093508: Negative array index write in observer_create()
------------------------------------------------------------------------
r10215 | niffiwan | 2013-12-11 03:35:24 -0600 (Wed, 11 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_voice.cpp

Coverity ID 1093550: Negative array index write in multi_voice_release_token()
------------------------------------------------------------------------
r10216 | niffiwan | 2013-12-11 03:41:17 -0600 (Wed, 11 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/ship/ship.cpp

Coverity ID 1093808: Uninitialized scalar variable in init_ai_target_priorities()
------------------------------------------------------------------------
r10217 | niffiwan | 2013-12-11 03:48:05 -0600 (Wed, 11 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/hud/hudparse.cpp

Coverity ID 109381[456]: Uninitialized scalar variable in load_gauge_target_monitor()
------------------------------------------------------------------------
r10218 | niffiwan | 2013-12-11 04:16:06 -0600 (Wed, 11 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/parselo.cpp

Coverity 110733[01]: Negative array index read in get_string_or_variable()
------------------------------------------------------------------------
r10219 | niffiwan | 2013-12-13 03:54:13 -0600 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Coverity ID 1093579: Negative array index write in sexp_damage_escort_list()
------------------------------------------------------------------------
r10220 | niffiwan | 2013-12-13 04:02:15 -0600 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Coverity ID 1093581: Negative array index read in sexp_clear_ship_goals()
------------------------------------------------------------------------
r10221 | niffiwan | 2013-12-13 04:08:50 -0600 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp

Fix Coverity ID 1093574: Negative array index read in sexp_change_player_score()
------------------------------------------------------------------------
r10222 | niffiwan | 2013-12-13 04:30:19 -0600 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/missionui/missionshipchoice.cpp

Fix Coverity ID 1093569: Negative array index read in create_wings()
------------------------------------------------------------------------
r10223 | zookeeper | 2013-12-13 15:54:33 -0600 (Fri, 13 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/controlconfig/controlsconfig.cpp
   M /trunk/fs2_open/code/controlconfig/controlsconfig.h
   M /trunk/fs2_open/code/controlconfig/controlsconfigcommon.cpp

Ported parts of r9727 from zookeeper branch: Added support for multiple control presets.
------------------------------------------------------------------------
r10224 | niffiwan | 2013-12-14 20:13:42 -0600 (Sat, 14 Dec 2013) | 5 lines
Changed paths:
   M /trunk/fs2_open/.gitignore
   M /trunk/fs2_open/Makefile.am
   D /trunk/fs2_open/acinclude.m4
   M /trunk/fs2_open/autogen.sh
   M /trunk/fs2_open/configure.ac
   A /trunk/fs2_open/m4
   A /trunk/fs2_open/m4/fso.m4
   A /trunk/fs2_open/m4/wxwin.m4 (from /trunk/fs2_open/acinclude.m4:10223)

autotools: use autoreconf & m4 dir to make it easier to add/manage macros

add m4/wxwin.m4 macro file from wxWidgets 2.9.5 (previously pasted into acinclude.m4)
remove obsolete WX* macros from acinclude.m4
move acinclude to m4/fso.m4
------------------------------------------------------------------------
r10225 | niffiwan | 2013-12-14 20:21:58 -0600 (Sat, 14 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/.gitignore

add wxfred2 execs to .gitignore
------------------------------------------------------------------------
r10232 | chief1983 | 2013-12-15 11:38:14 -0600 (Sun, 15 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Fix a warning when copying the webapi port token int into its destination ushort.
------------------------------------------------------------------------
r10233 | chief1983 | 2013-12-15 12:19:08 -0600 (Sun, 15 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Saner parsing all around for webapi port number.
------------------------------------------------------------------------
r10235 | chief1983 | 2013-12-15 12:42:45 -0600 (Sun, 15 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/multi_options.cpp

Found the constant USHRT_MAX I was looking for just a little too late.
------------------------------------------------------------------------
r10236 | Goober5000 | 2013-12-15 23:51:33 -0600 (Sun, 15 Dec 2013) | 2 lines
Changed paths:
   M /trunk/fs2_open/code/mission/missionparse.cpp

when new subsystem entries are inserted, make sure the blank subsystem gets saved and inserted at the proper spot so that we don't use stale data
(fixes Mantis #2979)
------------------------------------------------------------------------
r10237 | Goober5000 | 2013-12-16 03:46:39 -0600 (Mon, 16 Dec 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/parse/sexp.cpp
   M /trunk/fs2_open/code/ship/shipfx.cpp

just minor tweaks
------------------------------------------------------------------------