Author Topic: Nightly (Linux): 19 Oct 2013 - Revision 9964  (Read 788 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 19 Oct 2013 - Revision 9964
Here is the nightly for Linux on 19 Oct 2013 - Revision 9964

Group: Standard
fso-LINUX-Standard-20131019_r9964.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
r9949 | chief1983 | 2013-10-16 16:20:54 -0500 (Wed, 16 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/windows_stub/stubs.cpp

One more Solaris tweak.  No malloc_size or malloc_usable_size on Sun kit.  Still can't get it to link though.
------------------------------------------------------------------------
r9957 | chief1983 | 2013-10-18 12:18:15 -0500 (Fri, 18 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/Makefile.am
   M /trunk/fs2_open/code/Makefile.am
   M /trunk/fs2_open/code/network/multi_options.cpp
   M /trunk/fs2_open/code/network/multi_options.h
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp
   M /trunk/fs2_open/code/network/stand_gui.h
   M /trunk/fs2_open/configure.ac
   A /trunk/fs2_open/jansson
   A /trunk/fs2_open/jansson/LICENSE
   A /trunk/fs2_open/jansson/dump.c
   A /trunk/fs2_open/jansson/error.c
   A /trunk/fs2_open/jansson/hashtable.c
   A /trunk/fs2_open/jansson/hashtable.h
   A /trunk/fs2_open/jansson/jansson.h
   A /trunk/fs2_open/jansson/jansson_config.h
   A /trunk/fs2_open/jansson/jansson_private.h
   A /trunk/fs2_open/jansson/load.c
   A /trunk/fs2_open/jansson/memory.c
   A /trunk/fs2_open/jansson/pack_unpack.c
   A /trunk/fs2_open/jansson/strbuffer.c
   A /trunk/fs2_open/jansson/strbuffer.h
   A /trunk/fs2_open/jansson/strconv.c
   A /trunk/fs2_open/jansson/utf.c
   A /trunk/fs2_open/jansson/utf.h
   A /trunk/fs2_open/jansson/value.c
   A /trunk/fs2_open/mongoose
   A /trunk/fs2_open/mongoose/LICENSE
   A /trunk/fs2_open/mongoose/Makefile.am
   A /trunk/fs2_open/mongoose/mongoose.c
   A /trunk/fs2_open/mongoose/mongoose.h
   M /trunk/fs2_open/projects/Eclipse/Freespace2/.cproject
   M /trunk/fs2_open/projects/Eclipse/Freespace2/.project
   M /trunk/fs2_open/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.codan.core.prefs
   A /trunk/fs2_open/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.core.prefs
   A /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_client.launch
   A /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_client_host.launch
   A /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_standalone.launch
   M /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj
   M /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj

From Eli2:  WebUI-based standalone/dedicated server code for all supported non-Windows platforms.  See WIP documentation at http://www.hard-light.net/wiki/index.php/FS2_WebUI_Standalone.
------------------------------------------------------------------------
r9960 | niffiwan | 2013-10-19 00:00:01 -0500 (Sat, 19 Oct 2013) | 3 lines
Changed paths:
   M /trunk/fs2_open/configure.ac

Fix new standalone builds

Bumped jansson required version to 2.4.0 since that's the version included with our source
------------------------------------------------------------------------
r9962 | niffiwan | 2013-10-19 05:48:33 -0500 (Sat, 19 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/configure.ac

And tweak it again, for some reason 2.4 != 2.4.0 :rolleyes:
------------------------------------------------------------------------
r9963 | chief1983 | 2013-10-19 11:27:10 -0500 (Sat, 19 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/configure.ac

Ubuntu LTS still uses jansson 2.2.1 in their repo and the code does in fact support 2.2.  The libs change was definitely my fault though, I forgot all about r7939.
------------------------------------------------------------------------
r9964 | chief1983 | 2013-10-19 12:05:15 -0500 (Sat, 19 Oct 2013) | 1 line
Changed paths:
   M /trunk/fs2_open/code/network/stand_gui-unix.cpp

This will actually fix the webui code to support jansson 2.2.
------------------------------------------------------------------------