Changesets: fs2open
zookeeper r9959 2013-10-18 18:21 Ported: N/A Details Diff |
Fixes Mantis 2939: Off-screen direction/distance indicators showing up incorrectly in widescreen mode. |
Affected Issues 0002939 |
|
mod - /branches/zookeeper/code/hud/hudtarget.cpp | Diff File | ||
zookeeper r9958 2013-10-18 15:09 Ported: N/A Details Diff |
Trunk sync r9957. | ||
mod - /branches/zookeeper/Makefile.am | Diff File | ||
mod - /branches/zookeeper/code/Makefile.am | Diff File | ||
mod - /branches/zookeeper/code/network/multi_options.cpp | Diff File | ||
mod - /branches/zookeeper/code/network/multi_options.h | Diff File | ||
mod - /branches/zookeeper/code/network/stand_gui-unix.cpp | Diff File | ||
mod - /branches/zookeeper/code/network/stand_gui.h | Diff File | ||
mod - /branches/zookeeper/code/parse/lua.cpp | Diff File | ||
mod - /branches/zookeeper/code/parse/parselo.cpp | Diff File | ||
mod - /branches/zookeeper/code/parse/sexp.cpp | Diff File | ||
mod - /branches/zookeeper/code/stats/medals.cpp | Diff File | ||
mod - /branches/zookeeper/code/windows_stub/stubs.cpp | Diff File | ||
mod - /branches/zookeeper/configure.ac | Diff File | ||
add - /branches/zookeeper/jansson | File | ||
add - /branches/zookeeper/mongoose | File | ||
mod - /branches/zookeeper/projects/Eclipse/Freespace2/.cproject | Diff File | ||
mod - /branches/zookeeper/projects/Eclipse/Freespace2/.project | Diff File | ||
mod - /branches/zookeeper/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.codan.core.prefs | Diff File | ||
add - /branches/zookeeper/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.core.prefs | File | ||
add - /branches/zookeeper/projects/Eclipse/Freespace2/fs2_client.launch | File | ||
add - /branches/zookeeper/projects/Eclipse/Freespace2/fs2_client_host.launch | File | ||
add - /branches/zookeeper/projects/Eclipse/Freespace2/fs2_standalone.launch | File | ||
mod - /branches/zookeeper/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
mod - /branches/zookeeper/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
trunk r9957 2013-10-18 12:18 Ported: N/A Details Diff |
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. | ||
mod - /trunk/fs2_open/Makefile.am | Diff File | ||
mod - /trunk/fs2_open/code/Makefile.am | Diff File | ||
mod - /trunk/fs2_open/code/network/multi_options.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multi_options.h | Diff File | ||
mod - /trunk/fs2_open/code/network/stand_gui-unix.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/stand_gui.h | Diff File | ||
mod - /trunk/fs2_open/configure.ac | Diff File | ||
add - /trunk/fs2_open/jansson | File | ||
add - /trunk/fs2_open/jansson/LICENSE | File | ||
add - /trunk/fs2_open/jansson/dump.c | File | ||
add - /trunk/fs2_open/jansson/error.c | File | ||
add - /trunk/fs2_open/jansson/hashtable.c | File | ||
add - /trunk/fs2_open/jansson/hashtable.h | File | ||
add - /trunk/fs2_open/jansson/jansson.h | File | ||
add - /trunk/fs2_open/jansson/jansson_config.h | File | ||
add - /trunk/fs2_open/jansson/jansson_private.h | File | ||
add - /trunk/fs2_open/jansson/load.c | File | ||
add - /trunk/fs2_open/jansson/memory.c | File | ||
add - /trunk/fs2_open/jansson/pack_unpack.c | File | ||
add - /trunk/fs2_open/jansson/strbuffer.c | File | ||
add - /trunk/fs2_open/jansson/strbuffer.h | File | ||
add - /trunk/fs2_open/jansson/strconv.c | File | ||
add - /trunk/fs2_open/jansson/utf.c | File | ||
add - /trunk/fs2_open/jansson/utf.h | File | ||
add - /trunk/fs2_open/jansson/value.c | File | ||
add - /trunk/fs2_open/mongoose | File | ||
add - /trunk/fs2_open/mongoose/LICENSE | File | ||
add - /trunk/fs2_open/mongoose/Makefile.am | File | ||
add - /trunk/fs2_open/mongoose/mongoose.c | File | ||
add - /trunk/fs2_open/mongoose/mongoose.h | File | ||
mod - /trunk/fs2_open/projects/Eclipse/Freespace2/.cproject | Diff File | ||
mod - /trunk/fs2_open/projects/Eclipse/Freespace2/.project | Diff File | ||
mod - /trunk/fs2_open/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.codan.core.prefs | Diff File | ||
add - /trunk/fs2_open/projects/Eclipse/Freespace2/.settings/org.eclipse.cdt.core.prefs | File | ||
add - /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_client.launch | File | ||
add - /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_client_host.launch | File | ||
add - /trunk/fs2_open/projects/Eclipse/Freespace2/fs2_standalone.launch | File | ||
mod - /trunk/fs2_open/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
mod - /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
zookeeper r9956 2013-10-18 06:38 Ported: N/A Details Diff |
Fix a potential crash by making sure HUD shield data gets initialized as soon as the player targets something. | ||
mod - /branches/zookeeper/code/hud/hudtarget.cpp | Diff File | ||
zookeeper r9955 2013-10-17 08:12 Ported: N/A Details Diff |
Renamed MAX_SHIELD_SECTIONS to DEFAULT_SHIELD_SECTIONS. | ||
mod - /branches/zookeeper/code/hud/hudshield.cpp | Diff File | ||
mod - /branches/zookeeper/code/object/object.cpp | Diff File | ||
mod - /branches/zookeeper/code/object/object.h | Diff File | ||
mod - /branches/zookeeper/code/parse/sexp.cpp | Diff File | ||
mod - /branches/zookeeper/code/ship/ship.cpp | Diff File | ||
zookeeper r9954 2013-10-17 06:02 Ported: N/A Details Diff |
Disable shield-related training SEXPs if model shield points are used, because the SEXPs assume default 4-segment shields. | ||
mod - /branches/zookeeper/code/parse/sexp.cpp | Diff File | ||
zookeeper r9953 2013-10-17 05:56 Ported: N/A Details Diff |
Guard against possible out-of-bounds shield quadrant indexing. | ||
mod - /branches/zookeeper/code/hud/hudshield.cpp | Diff File | ||
zookeeper r9952 2013-10-17 05:53 Ported: N/A Details Diff |
Some more netcode fixes for n-segment shields. | ||
mod - /branches/zookeeper/code/network/multi_obj.cpp | Diff File | ||
zookeeper r9951 2013-10-17 04:33 Ported: N/A Details Diff |
Made network code cope with any number of shield segments. | ||
mod - /branches/zookeeper/code/network/multi_ingame.cpp | Diff File | ||
mod - /branches/zookeeper/code/network/multimsgs.cpp | Diff File | ||
zookeeper r9950 2013-10-17 03:41 Ported: N/A Details Diff |
Corrected player to viewer in a comment. | ||
mod - /branches/zookeeper/code/hud/hudtargetbox.cpp | Diff File | ||
trunk r9949 2013-10-16 16:20 Ported: N/A Details Diff |
One more Solaris tweak. No malloc_size or malloc_usable_size on Sun kit. Still can't get it to link though. | ||
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp | Diff File | ||
trunk r9948 2013-10-16 14:13 Ported: N/A Details Diff |
Missed part of my comment. | ||
mod - /trunk/nightly-build/nightlybuild.pl | Diff File | ||
trunk r9947 2013-10-16 14:12 Ported: N/A Details Diff |
Fixed OS X not renaming .dSYMs properly, change default OS X project to Xcode4, escaping whitespace in regex, deleting temp build files on OS X, better old revision checking, disabled UserAgent setting for the time being (SMF plugin) | ||
mod - /trunk/nightly-build/Smf.pm | Diff File | ||
mod - /trunk/nightly-build/buildconfig.conf.sample | Diff File | ||
mod - /trunk/nightly-build/nightlybuild.pl | Diff File | ||
trunk r9946 2013-10-16 02:58 Ported: N/A Details Diff |
patch for Mantis 0002937 |
Affected Issues 0002937 |
|
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r9945 2013-10-15 19:51 Ported: N/A Details Diff |
fix handling of multi-line comments, and add !* and *! as a possible option |
Affected Issues 0002936 |
|
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
trunk r9944 2013-10-15 12:09 Ported: N/A Details Diff |
Whitespace cleanup. | ||
mod - /trunk/nightly-build/Smf.pm | Diff File | ||
mod - /trunk/nightly-build/nightlybuild.pl | Diff File | ||
trunk r9943 2013-10-15 12:08 Ported: N/A Details Diff |
Fix posting since a forum change blocked setting a user agent, and add some better error checking on the old revision. | ||
mod - /trunk/nightly-build/Smf.pm | Diff File | ||
mod - /trunk/nightly-build/nightlybuild.pl | Diff File | ||
trunk r9942 2013-10-15 05:42 Ported: N/A Details Diff |
Port 9940-9941 from zookeeper branch: Made the targeting box render the target relative to player's eyepoint orientation. | ||
mod - /trunk/fs2_open/code/hud/hudtargetbox.cpp | Diff File | ||
zookeeper r9941 2013-10-15 05:40 Ported: N/A Details Diff |
Fixed brokenness in previous commit. | ||
mod - /branches/zookeeper/code/hud/hudtargetbox.cpp | Diff File | ||
zookeeper r9940 2013-10-15 05:19 Ported: N/A Details Diff |
Made the targeting box render the target relative to player's eyepoint orientation. | ||
mod - /branches/zookeeper/code/hud/hudtargetbox.cpp | Diff File | ||
trunk r9939 2013-10-15 04:52 Ported: N/A Details Diff |
Port r9936 from zookeeper branch: Fixed possible crashes related to the eyepoint orientation features. | ||
mod - /trunk/fs2_open/code/physics/physics.cpp | Diff File | ||
mod - /trunk/fs2_open/code/radar/radarsetup.cpp | Diff File | ||
trunk r9938 2013-10-15 04:47 Ported: N/A Details Diff |
Typo fix. | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
zookeeper r9937 2013-10-15 04:45 Ported: N/A Details Diff |
Fixed shield quadrant number getting broken when changing from a point shields ship to a one with standard shields. | ||
mod - /branches/zookeeper/code/ship/ship.cpp | Diff File | ||
zookeeper r9936 2013-10-15 04:39 Ported: N/A Details Diff |
Fixed possible crashes related to the eyepoint orientation features. | ||
mod - /branches/zookeeper/code/physics/physics.cpp | Diff File | ||
mod - /branches/zookeeper/code/radar/radarsetup.cpp | Diff File | ||
trunk r9935 2013-10-14 21:08 Ported: N/A Details Diff |
allow setting of background and mask bitmaps for the medal case | ||
mod - /trunk/fs2_open/code/stats/medals.cpp | Diff File |