Changesets: fs2open
trunk r11034 2014-08-30 01:13 Ported: N/A Details Diff |
Fix Mantis 3077 (Subtitles including a message will crash multiplayer games). |
Affected Issues 0003077 |
|
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r11033 2014-08-28 01:58 Ported: N/A Details Diff |
bump version | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java | Diff File | ||
trunk r11032 2014-08-27 23:41 Ported: N/A Details Diff |
ngld's fix to spoof the user agent to bypass 403 Forbidden errors | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Connector.java | Diff File | ||
trunk r11031 2014-08-27 23:27 Ported: N/A Details Diff |
additional error checking | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InputStreamInStream.java | Diff File | ||
trunk r11030 2014-08-27 23:22 Ported: N/A Details Diff |
check HTTP response codes when querying using HEAD... if an error occurred, detect it ASAP (and check Last-Modified using HEAD just like we check Content-Length) |
||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Connector.java | Diff File | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java | Diff File | ||
trunk r11029 2014-08-26 07:14 Ported: N/A Details Diff |
Revert "Silence GCC warning variable ‘max_size’ set but not used" Based on chief1983's comment that this code is still used, I'll take the safer route of just telling gcc to shaddupaboudit |
||
mod - /trunk/fs2_open/code/sound/rtvoice.cpp | Diff File | ||
trunk r11028 2014-08-26 01:15 Ported: N/A Details Diff |
Mantis 0003101: check for presence of support dockpoints in all builds, not just release |
Affected Issues 0003101 |
|
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r11027 2014-08-24 00:15 Ported: N/A Details Diff |
MageKing17's patch: add door keys and quick start region, and fix single player / multiplayer description toggling also fix two warnings regarding int and boolean conversions |
||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.h | Diff File | ||
trunk r11026 2014-08-23 21:21 Ported: N/A Details Diff |
only launch things in the shell when running on Windows | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/MiscUtils.java | Diff File | ||
trunk r11025 2014-08-23 20:50 Ported: N/A Details Diff |
set the PATH to include the working directory | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/MiscUtils.java | Diff File | ||
trunk r11024 2014-08-23 20:48 Ported: N/A Details Diff |
make unboxing explicit to guard against mysterious potential problems | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/internet/Downloader.java | Diff File | ||
trunk r11023 2014-08-23 20:48 Ported: N/A Details Diff |
formatting | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InnoExtractTask.java | Diff File | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | Diff File | ||
trunk r11022 2014-08-23 20:47 Ported: N/A Details Diff |
future-proof against potential byte overflow problems | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/common/InputStreamInStream.java | Diff File | ||
trunk r11021 2014-08-23 00:38 Ported: N/A Details Diff |
Fix gcc warnings in hudconfig.cpp declaration of ‘color’ shadows a global declaration [-Wshadow] (x2) |
||
mod - /trunk/fs2_open/code/hud/hudconfig.cpp | Diff File | ||
trunk r11020 2014-08-23 00:07 Ported: N/A Details Diff |
Partial fix for mantis 2932 (cutscenes) Convert campaign viewed cutscenes |
Affected Issues 0002932 |
|
mod - /trunk/fs2_open/code/pilotfile/csg_convert.cpp | Diff File | ||
mod - /trunk/fs2_open/code/pilotfile/pilotfile_convert.h | Diff File | ||
trunk r11019 2014-08-23 00:07 Ported: N/A Details Diff |
Partial fix for mantis 2932 (RA wep idx) Ensure pilot conversion RA weapon indexes are always valid |
Affected Issues 0002932 |
|
mod - /trunk/fs2_open/code/pilotfile/csg_convert.cpp | Diff File | ||
trunk r11018 2014-08-22 23:58 Ported: N/A Details Diff |
Fix mantis 3099 (from Yarn) Make HCF parsing more flexible |
Affected Issues 0003099 |
|
mod - /trunk/fs2_open/code/hud/hudconfig.cpp | Diff File | ||
trunk r11017 2014-08-21 05:36 Ported: N/A Details Diff |
Silence GCC warning variable ‘max_size’ set but not used Code seems redundant as dscap_get_raw_data checks for a max size anyway. And AFAIK the entire voice capture code is non-functional anyway |
||
mod - /trunk/fs2_open/code/sound/rtvoice.cpp | Diff File | ||
trunk r11016 2014-08-21 05:15 Ported: N/A Details Diff |
Followup fix for mantis 2883 (from Yarn) Set Lcl_special_chars when changing fonts Change some copyright chars to use Lcl_special_chars |
Affected Issues 0002883 |
|
mod - /trunk/fs2_open/code/menuui/playermenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/font.cpp | Diff File | ||
trunk r11015 2014-08-20 11:48 Ported: N/A Details Diff |
Fix cppcheck (performance) Prefer prefix ++/-- operators for non-primitive types. | ||
mod - /trunk/fs2_open/code/gamehelp/contexthelp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
mod - /trunk/fs2_open/code/stats/scoring.cpp | Diff File | ||
mod - /trunk/fs2_open/code/stats/medals.cpp | Diff File | ||
trunk r11014 2014-08-20 11:27 Ported: N/A Details Diff |
Fix cppcheck (style) Consecutive return, break, continue, goto or throw statements are unnecessary. | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/anim/packunpack.cpp | Diff File | ||
trunk r11013 2014-08-20 11:09 Ported: N/A Details Diff |
Fix cppcheck (style) Same expression on both sides of ||. | ||
mod - /trunk/fs2_open/code/network/multiutil.cpp | Diff File | ||
trunk r11012 2014-08-20 10:46 Ported: N/A Details Diff |
Fix cppcheck (warning) Logical conjunction always evaluates to false: logfile_type < 0 && logfile_type >= 2. | ||
mod - /trunk/fs2_open/code/parse/generic_log.cpp | Diff File | ||
trunk r11011 2014-08-20 06:32 Ported: N/A Details Diff |
Fix mantis 3020 (pilot stats issue) Reset pilot stats when we're creating a new CSG file. Otherwise stats from the current pilot or campaign will be inherited by the new pilot / campaign |
Affected Issues 0003020 |
|
mod - /trunk/fs2_open/code/mission/missioncampaign.h | Diff File | ||
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp | Diff File | ||
mod - /trunk/fs2_open/code/menuui/readyroom.cpp | Diff File | ||
trunk r11010 2014-08-19 13:12 Ported: N/A Details Diff |
Fix DMG creation issue by using rcopy to copy folders, and Windows SHA-256 checksum generation by using raw mode for opening files to be hashed. | ||
mod - /trunk/nightly-build/Buildcore.pm | Diff File |