Changesets: fs2open
trunk r6951 2011-01-19 03:24 Ported: N/A Details Diff |
LuaPineapple's fix for Mantis 2322. Some comment clean up. |
||
mod - /trunk/fs2_open/code/object/collideshipship.cpp | Diff File | ||
antipodes r6950 2011-01-18 11:26 The_E Ported: N/A Details Diff |
Trunk sync r6949 | ||
mod - /branches/antipodes/code/asteroid/asteroid.cpp | Diff File | ||
mod - /branches/antipodes/code/asteroid/asteroid.h | Diff File | ||
mod - /branches/antipodes/code/fred2/messageeditordlg.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.h | Diff File | ||
mod - /branches/antipodes/code/lab/lab.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/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
mod - /branches/antipodes/code/ship/shiphit.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/shockwave.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapon.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
trunk r6949 2011-01-18 11:21 The_E Ported: N/A Details Diff |
FUBAR's damage type sexps. Tested ad nauseum by BP. | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp | Diff File | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.h | Diff File | ||
mod - /trunk/fs2_open/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/sexp_tree.h | Diff File | ||
mod - /trunk/fs2_open/code/lab/lab.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.h | Diff File | ||
mod - /trunk/fs2_open/code/ship/shiphit.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/shockwave.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r6948 2011-01-16 03:20 Ported: N/A Details Diff |
make subsystem-vanish consistent with ship-vanish clarify sexp help and fix name (using deprecation, so that old missions will still work) |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ship/shiphit.cpp | Diff File | ||
trunk r6947 2011-01-16 03:18 Ported: N/A Details Diff |
add if-then-else and perform-actions | ||
mod - /trunk/fs2_open/code/fred2/messageeditordlg.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
antipodes r6946 2011-01-15 04:27 Ported: N/A Details Diff |
Trunk Sync - r6945 | ||
mod - /branches/antipodes/code/cmeasure/cmeasure.cpp | Diff File | ||
mod - /branches/antipodes/code/cmeasure/cmeasure.h | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hud.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudescort.cpp | Diff File | ||
mod - /branches/antipodes/code/nebula/neblightning.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/radar/radarsetup.cpp | Diff File | ||
mod - /branches/antipodes/code/starfield/starfield.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/weapon.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
trunk r6945 2011-01-14 22:54 Ported: N/A Details Diff |
Fix Mantis 2379: Last available nebula storm type in Lightning.tbl wouldn't be used in game | ||
mod - /trunk/fs2_open/code/nebula/neblightning.cpp | Diff File | ||
trunk r6944 2011-01-14 22:05 Ported: N/A Details Diff |
Cleanup cmeasure.*: Remove dead code, use size_t as for loop array index not a signed int | ||
mod - /trunk/fs2_open/code/cmeasure/cmeasure.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmeasure/cmeasure.h | Diff File | ||
trunk r6943 2011-01-14 21:33 Ported: N/A Details Diff |
Prevent potential overflow of Escort_ships[] array | ||
mod - /trunk/fs2_open/code/hud/hudescort.cpp | Diff File | ||
trunk r6942 2011-01-12 11:51 Sushi Ported: N/A Details Diff |
Add "hide from radar" weapon flag to force bombs not to show up on radar | ||
mod - /trunk/fs2_open/code/radar/radarsetup.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
trunk r6941 2011-01-12 05:03 Ported: N/A Details Diff |
fix a return value error also, cut down on the number of warning messages shown for background bitmap loading |
||
mod - /trunk/fs2_open/code/starfield/starfield.cpp | Diff File | ||
trunk r6940 2011-01-11 21:10 Ported: N/A Details Diff |
change xor (but not bitwise-xor) to use any number of arguments, not just 2 enhance string-to-int to ignore non-numeric characters (so turret07 becomes 7) |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r6939 2011-01-11 20:37 Ported: N/A Details Diff |
commit string-concatenate and int-to-string | ||
mod - /trunk/fs2_open/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
trunk r6938 2011-01-11 02:58 Ported: N/A Details Diff |
Eliminated pesky bug involving some gauges not being properly updated with necessary HUD config data. Took a while to figure out. | ||
mod - /trunk/fs2_open/code/hud/hud.cpp | Diff File | ||
trunk r6937 2011-01-10 20:03 Ported: N/A Details Diff |
stupid brain fart fix Mantis 0002375 |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r6936 2011-01-10 11:10 The_E Ported: N/A Details Diff |
There is no function with the signature "double pow(int, int)" in math.h |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
antipodes r6935 2011-01-10 10:50 The_E Ported: N/A Details Diff |
Trunk sync r6934 | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapon.h | Diff File | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
trunk r6934 2011-01-10 06:55 Ported: N/A Details Diff |
remove for-each-of add a note regarding string-to-int to for-counter supernova-start takes a positive argument |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
trunk r6933 2011-01-10 06:29 Ported: N/A Details Diff |
Added the following sexps: pow (power function) xor (logical operator) set-bit, unset-bit, is-bit-set (for working with individual bits in integers) bitwise-and, bitwise-or, bitwise-not, bitwise-xor |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
trunk r6932 2011-01-09 17:35 Ported: N/A Details Diff |
Add the ability to define detail distances for weapons. | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
antipodes r6931 2011-01-08 03:02 Ported: N/A Details Diff |
Trunk Sync - r2930 | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.h | Diff File | ||
mod - /branches/antipodes/code/ship/shiphit.cpp | Diff File | ||
mod - /branches/antipodes/code/starfield/starfield.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/trails.cpp | Diff File | ||
trunk r6930 2011-01-07 17:01 Ported: N/A Details Diff |
Fix for Mantis 2368. Subsystems with vanish flag still play sound from player ship | ||
mod - /trunk/fs2_open/code/ship/shiphit.cpp | Diff File | ||
trunk r6929 2011-01-07 05:16 Ported: N/A Details Diff |
the repeated messages get really annoying, so log them and display one message | ||
mod - /trunk/fs2_open/code/starfield/starfield.cpp | Diff File | ||
trunk r6928 2011-01-07 04:11 Ported: N/A Details Diff |
added two awesome sexps, for-each-of and for-counter as part of the sexp infrastructure, add test_argument_vector_for_condition so that argument sources are not limited to sexp nodes |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.h | Diff File | ||
trunk r6927 2011-01-06 00:07 Ported: N/A Details Diff |
Fix for 0002365: Assert to Assertion so we can tell the user a little more about the crash. | ||
mod - /trunk/fs2_open/code/weapon/trails.cpp | Diff File |