Changesets: fs2open
trunk r10484 2014-03-04 23:31 Ported: N/A Details Diff |
1) storing a null value in a Properties object causes a NullPointerException, so store the string "null" instead 1a) (this is actually nice because if null values *could* be stored, the installNotNeededCheck would have missed that case and caused them to be reinstalled over and over again) 2) if we end up with an escaped RuntimeException, like in this situation, make sure child items are cancelled properly |
||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | Diff File | ||
trunk r10483 2014-03-04 23:05 Ported: N/A Details Diff |
use the StandardCharsets class | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/utils/IOUtils.java | Diff File | ||
trunk r10482 2014-03-04 23:02 Ported: N/A Details Diff |
update the readme | ||
mod - /trunk/fsoinstaller/docs/readme.txt | Diff File | ||
trunk r10481 2014-03-03 11:28 Ported: N/A Details Diff |
going through old revisions, r8540 is wrong, since it was like that in trunk -- memsetting the whole struct to -1 sets all integers and floats to -1 (so let's go back to the old way in case some old retail code relied on model_instance_num, model_num, or submodel_num being set to -1) |
||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
zookeeper r10480 2014-03-03 09:16 Ported: N/A Details Diff |
Trunk sync r10479. | ||
mod - /branches/zookeeper/code/fred2/fred.rc | Diff File | ||
mod - /branches/zookeeper/code/graphics/2d.cpp | Diff File | ||
mod - /branches/zookeeper/code/hud/hudparse.cpp | Diff File | ||
mod - /branches/zookeeper/code/io/mouse.cpp | Diff File | ||
mod - /branches/zookeeper/code/object/collidedebrisweapon.cpp | Diff File | ||
antipodes r10479 2014-03-02 12:48 Ported: N/A Details Diff |
Adds SDL2main.lib to linking for SSE2 Debug/Release builds. | ||
mod - /branches/antipodes/projects/MSVC_2011/Freespace2.vcxproj | Diff File | ||
antipodes r10478 2014-03-02 12:47 Ported: N/A Details Diff |
Trunk Sync r10476 | ||
mod - /branches/antipodes/code/fred2/fred.rc | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/2d.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudparse.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missiongoals.cpp | Diff File | ||
mod - /branches/antipodes/code/network/multi_sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/object/collidedebrisweapon.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
trunk r10477 2014-03-02 10:19 Ported: N/A Details Diff |
Add a scripting hook variable that specifies the mouse buttons. This variable is named MouseButton and is a bit field which uses the MOUSE_* defines (index 0 for right, 1 for left, 2 for middle). |
||
mod - /trunk/fs2_open/code/io/mouse.cpp | Diff File | ||
trunk r10476 2014-02-27 03:07 Ported: N/A Details Diff |
Followup to mantis 3009; missed the Lead Sight gauge in the 1st fix Rechecked all other gauges that set slew=true in their contructors (vs 1st pass which checked gauges that set slew=true in hudparse.cpp) I think I got them all now... |
||
mod - /trunk/fs2_open/code/hud/hudparse.cpp | Diff File | ||
trunk r10475 2014-02-22 23:46 Ported: N/A Details Diff |
Bigger (and better?) Briefing and Debriefing editors courtesy of Axem. | ||
mod - /trunk/fs2_open/code/fred2/fred.rc | Diff File | ||
trunk r10474 2014-02-22 19:00 Ported: N/A Details Diff |
Fixed oversight in r10430: the $Weapon class hook condition didn't work on $Weapon Collision hooks if the other object was an asteroid. | ||
mod - /trunk/fs2_open/code/object/collidedebrisweapon.cpp | Diff File | ||
trunk r10473 2014-02-22 09:54 Ported: N/A Details Diff |
I think we can allow for 32bit Color Depth to be the default option now. | ||
mod - /trunk/fs2_open/code/graphics/2d.cpp | Diff File | ||
zookeeper r10472 2014-02-22 09:17 Ported: N/A Details Diff |
Trunk sync r10471. | ||
mod - /branches/zookeeper/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/zookeeper/code/cmdline/cmdline.h | Diff File | ||
mod - /branches/zookeeper/code/fred2/fred.rc | Diff File | ||
mod - /branches/zookeeper/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/zookeeper/code/hud/hudparse.cpp | Diff File | ||
mod - /branches/zookeeper/code/mission/missiongoals.cpp | Diff File | ||
mod - /branches/zookeeper/code/network/multi_sexp.cpp | Diff File | ||
mod - /branches/zookeeper/code/osapi/osapi.cpp | Diff File | ||
mod - /branches/zookeeper/code/osapi/osapi_unix.cpp | Diff File | ||
mod - /branches/zookeeper/code/parse/lua.cpp | Diff File | ||
mod - /branches/zookeeper/code/parse/sexp.cpp | Diff File | ||
mod - /branches/zookeeper/code/parse/sexp.h | Diff File | ||
mod - /branches/zookeeper/code/starfield/starfield.cpp | Diff File | ||
mod - /branches/zookeeper/code/starfield/starfield.h | Diff File | ||
mod - /branches/zookeeper/code/weapon/weapons.cpp | Diff File | ||
trunk r10471 2014-02-21 06:38 Ported: N/A Details Diff |
Fix a bug where you couldn't press g to start a mission in debug builds. | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r10470 2014-02-21 06:01 Ported: N/A Details Diff |
Add a SEXP for checking the current state of ship flags. | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
trunk r10469 2014-02-21 06:00 Ported: N/A Details Diff |
Make the Mission Objectives editor a little larger. Cause why not? | ||
mod - /trunk/fs2_open/code/fred2/fred.rc | Diff File | ||
antipodes r10468 2014-02-21 03:40 Ported: N/A Details Diff |
Merge changes of trunk r10463. | ||
mod - /branches/antipodes/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.h | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/osapi/osapi.cpp | Diff File | ||
trunk r10467 2014-02-21 02:49 Ported: N/A Details Diff |
Fix a bug with the event.log where SEXPs which weren't in events would also write data to the log. | ||
mod - /trunk/fs2_open/code/mission/missiongoals.cpp | Diff File | ||
trunk r10466 2014-02-21 02:48 Ported: N/A Details Diff |
Fix a bug with the multiplayer SEXP code. The callback functions write to the packet and thus can also make it go out of bounds. | ||
mod - /trunk/fs2_open/code/network/multi_sexp.cpp | Diff File | ||
antipodes r10465 2014-02-20 17:51 Ported: N/A Details Diff |
Trunk Sync: r10464 This is sans Trunk Commit 10463 due to osapi changes. |
||
mod - /branches/antipodes/.gitignore | Diff File | ||
mod - /branches/antipodes/code/ai/ai.h | Diff File | ||
mod - /branches/antipodes/code/ai/aicode.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aigoals.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aiturret.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/antipodes/code/cmdline/cmdline.h | Diff File | ||
mod - /branches/antipodes/code/controlconfig/controlsconfigcommon.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/fred.rc | Diff File | ||
mod - /branches/antipodes/code/fred2/missionnotesdlg.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/missionnotesdlg.h | Diff File | ||
mod - /branches/antipodes/code/fred2/resource.h | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/globalincs/profiling.cpp | Diff File | ||
mod - /branches/antipodes/code/globalincs/pstypes.h | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudparse.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudparse.h | Diff File | ||
mod - /branches/antipodes/code/hud/hudshield.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudsquadmsg.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudtarget.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudwingmanstatus.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudwingmanstatus.h | Diff File | ||
mod - /branches/antipodes/code/mission/missionmessage.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionparse.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionparse.h | Diff File | ||
mod - /branches/antipodes/code/missionui/missionbrief.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missioncmdbrief.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missionscreencommon.cpp | Diff File | ||
mod - /branches/antipodes/code/missionui/missionscreencommon.h | Diff File | ||
mod - /branches/antipodes/code/missionui/redalert.cpp | Diff File | ||
mod - /branches/antipodes/code/model/model.h | Diff File | ||
mod - /branches/antipodes/code/model/modelanim.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelcollide.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelinterp.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelread.cpp | Diff File | ||
mod - /branches/antipodes/code/object/collidedebrisweapon.cpp | Diff File | ||
mod - /branches/antipodes/code/object/collideshipweapon.cpp | Diff File | ||
mod - /branches/antipodes/code/object/collideweaponweapon.cpp | Diff File | ||
mod - /branches/antipodes/code/object/objcollide.cpp | Diff File | ||
mod - /branches/antipodes/code/object/object.cpp | Diff File | ||
mod - /branches/antipodes/code/object/objectsnd.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/lua.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/scripting.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
mod - /branches/antipodes/code/pilotfile/csg.cpp | Diff File | ||
mod - /branches/antipodes/code/pilotfile/pilotfile.h | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
mod - /branches/antipodes/code/starfield/starfield.cpp | Diff File | ||
mod - /branches/antipodes/code/starfield/starfield.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapon.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
trunk r10464 2014-02-20 05:07 Ported: N/A Details Diff |
Fix for Coverity 1107332: Negative array index read | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r10463 2014-02-20 05:02 Ported: N/A Details Diff |
Add -no_unfocused_pause option. | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.h | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/osapi/osapi.cpp | Diff File | ||
mod - /trunk/fs2_open/code/osapi/osapi_unix.cpp | Diff File | ||
trunk r10462 2014-02-18 06:33 Ported: N/A Details Diff |
Fix mantis 3009: set slew correctly for hud gauges |
Affected Issues 0003009 |
|
mod - /trunk/fs2_open/code/hud/hudparse.cpp | Diff File | ||
trunk r10461 2014-02-17 23:10 Ported: N/A Details Diff |
don't even perform the installation if we don't have to | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/wizard/InstallItem.java | Diff File | ||
trunk r10460 2014-02-17 22:47 Ported: N/A Details Diff |
update version | ||
mod - /trunk/fsoinstaller/src/com/fsoinstaller/main/FreeSpaceOpenInstaller.java | Diff File |