Changesets: fs2open
trunk r8526 2012-02-20 05:10 Ported: N/A Details Diff |
Added subsystem:NextFireTimestamp scripting variable, exposing the ship_subsys->turret_next_fire_stamp variable to Lua. | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
trunk r8525 2012-02-20 05:07 Ported: N/A Details Diff |
Added subsystem:TurretLocked scripting variable, providing a way of directly getting/setting the locked status of a turret (also without the random delay incurred by the turret-free SEXP). | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
trunk r8524 2012-02-20 04:59 Ported: N/A Details Diff |
Added weapon:ParentTurret scripting variable, providing a handle to the turret (if any) which fired the weapon. This allows $On Turret Fired hooks to easily get a handle to the fired turret. | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
trunk r8523 2012-02-20 04:53 Ported: N/A Details Diff |
Fixed a few typos in scripting documentation. | ||
mod - /trunk/fs2_open/code/parse/lua.cpp | Diff File | ||
fs2_open_3_6_14 r8522 2012-02-19 14:20 Ported: N/A Details Diff |
RC5 BUILD STAGE COMMIT (Take 2): Sets Revision and Version properties to this commit version. | ||
mod - /branches/fs2_open_3_6_14/code/globalincs/version.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/freespace2/freespace.rc | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/fred2/fred.rc | Diff File | ||
fs2_open_3_6_14 r8521 2012-02-19 14:17 Ported: N/A Details Diff |
Backport: Trunk r8519; Fix for 8515: Need to init Use_GLSL earlier | ||
mod - /branches/fs2_open_3_6_14/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/graphics/gropengl.cpp | Diff File | ||
antipodes r8520 2012-02-19 14:16 Ported: N/A Details Diff |
Trunk Sync: r8519 | ||
mod - /branches/antipodes/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengl.cpp | Diff File | ||
trunk r8519 2012-02-19 13:04 Ported: N/A Details Diff |
Fix for 8515: Need to init Use_GLSL earlier |
||
mod - /trunk/fs2_open/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengl.cpp | Diff File | ||
antipodes r8518 2012-02-19 00:23 Ported: N/A Details Diff |
From Eli2: Corrects some issues with the last changes to the Main Hall code to allow compilation under linux. | ||
mod - /branches/antipodes/code/parse/lua.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/playermenu.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/mainhallmenu.cpp | Diff File | ||
antipodes r8517 2012-02-18 06:56 Ported: N/A Details Diff |
Trunk sync r8515 | ||
mod - /branches/antipodes/code/fred2/fred.cpp | Diff File | ||
fs2_open_3_6_14 r8516 2012-02-17 14:57 Ported: N/A Details Diff |
RC5 BUILD STAGE COMMIT: Sets Revision and Version properties to this commit version. | ||
mod - /branches/fs2_open_3_6_14/projects/Xcode/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/globalincs/version.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/freespace2/freespace.rc | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/fred2/fred.rc | Diff File | ||
trunk r8515 2012-02-16 08:54 Ported: N/A Details Diff |
From CommanderDJ: Fix for Mantis 2594 (FRED is unable to open mission files from the commandline or shell) |
Affected Issues 0002594 |
|
mod - /trunk/fs2_open/code/fred2/fred.cpp | Diff File | ||
antipodes r8514 2012-02-16 08:04 Ported: N/A Details Diff |
Trunk Sync: r8512 | ||
mod - /branches/antipodes/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengl.cpp | Diff File | ||
fs2_open_3_6_14 r8513 2012-02-16 08:02 Ported: N/A Details Diff |
Backport: Trunk r8512; Fixes GLSL detection to switch off GLSL support if reported GLSL version is below 1.2 | ||
mod - /branches/fs2_open_3_6_14/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/graphics/gropengl.cpp | Diff File | ||
trunk r8512 2012-02-16 08:00 Ported: N/A Details Diff |
Fixes GLSL detection to switch off GLSL support if reported GLSL version is below 1.2 | ||
mod - /trunk/fs2_open/code/graphics/gropenglextension.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengl.cpp | Diff File | ||
fs2_open_3_6_14 r8511 2012-02-15 11:11 Ported: N/A Details Diff |
Backport: Trunk 8505; From CommanderDJ, fix for mantis 0002601: create constructor for player struct |
Affected Issues 0002601 |
|
mod - /branches/fs2_open_3_6_14/code/playerman/player.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/menuui/playermenu.cpp | Diff File | ||
fs2_open_3_6_14 r8510 2012-02-15 04:31 Ported: N/A Details Diff |
According to zookeeper, Trunk r8446 relies also on Trunk r8292 and as such, should not have been backported on its own (which is causing GCC complaints). Reverting the Backport until further discussion. | ||
mod - /branches/fs2_open_3_6_14/code/ai/aiturret.cpp | Diff File | ||
antipodes r8509 2012-02-15 03:03 Ported: N/A Details Diff |
Trunk Sync r8506. 8505 skipped as it is only Pilot Specific to Trunk, not needed for AP or would need factoring specifically to AP. | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelread.cpp | Diff File | ||
mod - /branches/antipodes/code/model/model.h | Diff File | ||
fs2_open_3_6_14 r8508 2012-02-15 03:00 Ported: N/A Details Diff |
Backport: Trunk r8507; Reported by ni1s: GCC complaint about missing .c_str() in the updated dynamic MAX_SHIELD_ICON dynamic change. | ||
mod - /branches/fs2_open_3_6_14/code/hud/hudshield.cpp | Diff File | ||
antipodes r8507 2012-02-15 02:58 Ported: N/A Details Diff |
Reported by ni1s: GCC complaint about missing .c_str() in the updated dynamic MAX_SHIELD_ICON dynamic change. | ||
mod - /trunk/fs2_open/code/hud/hudshield.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudshield.cpp | Diff File | ||
trunk r8506 2012-02-15 02:54 Ported: N/A Details Diff |
Added the "no disappear" subsystem flag. http://www.hard-light.net/forums/index.php?topic=79093.0 | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
trunk r8505 2012-02-14 05:27 Ported: N/A Details Diff |
From CommanderDJ, fix for mantis 0002601: create constructor for player struct |
Affected Issues 0002601 |
|
mod - /trunk/fs2_open/code/playerman/player.h | Diff File | ||
mod - /trunk/fs2_open/code/menuui/playermenu.cpp | Diff File | ||
fs2_open_3_6_14 r8504 2012-02-13 20:08 Ported: N/A Details Diff |
Backport: Trunk r8465; Proper way to fix what was attempted in r8439. (Makes subsystem targeting brackets always get drawn in the right place in the targeting box.) | ||
mod - /branches/fs2_open_3_6_14/code/hud/hudtargetbox.cpp | Diff File | ||
fs2_open_3_6_14 r8503 2012-02-13 20:07 Ported: N/A Details Diff |
Backport: Trunk r8459; Fix for Mantis 2603: Fullscreen_window window not centered. |
Affected Issues 0002603 |
|
mod - /branches/fs2_open_3_6_14/code/osapi/osapi.cpp | Diff File | ||
fs2_open_3_6_14 r8502 2012-02-13 20:06 Ported: N/A Details Diff |
Backport: Trunk r8452; From CommanderDJ: Makes MAX_SHIELD_ICONS dynamic | ||
mod - /branches/fs2_open_3_6_14/code/lab/lab.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/hud/hudshield.h | Diff File | ||
mod - /branches/fs2_open_3_6_14/code/hud/hudshield.cpp | Diff File |