Changesets: fs2open

trunk r10009

2013-11-04 13:04

The_E


Ported: N/A

Details Diff
Make sure we only write to the event log if the buffer to do this actually exists
mod - /trunk/fs2_open/code/mission/missiongoals.cpp Diff File

trunk r10008

2013-11-04 12:43

The_E


Ported: N/A

Details Diff
Adds a check to the mn.Debris table in lua to check for invalid debris pieces
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r10007

2013-11-04 12:42

The_E


Ported: N/A

Details Diff
Make sure entries in the Debris[] array get cleared properly upon deletion
mod - /trunk/fs2_open/code/debris/debris.cpp Diff File

trunk r10006

2013-11-04 09:09

The_E


Ported: N/A

Details Diff
Adds a safety check to model_render_glow_points to stop it from blowing up when a glowpoint texture is for some reason not available
mod - /trunk/fs2_open/code/model/modelinterp.cpp Diff File

trunk r10005

2013-11-03 12:56

Goober5000


Ported: N/A

Details Diff
some calculations will be above 999999, so just do it this way; the end result doesn't matter anyway as we just need the minimum
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r10004

2013-11-02 23:31

Goober5000


Ported: N/A

Details Diff
fix some more loose ends in the revised support ship code
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r10003

2013-11-02 13:44

Goober5000


Ported: N/A

Details Diff
fail
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r10002

2013-11-02 13:39

Goober5000


Ported: N/A

Details Diff
oh come on
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File

trunk r10001

2013-11-02 13:16

Goober5000


Ported: N/A

Details Diff
fix somebody's spelling
mod - /trunk/fs2_open/code/hud/hudsquadmsg.cpp Diff File

trunk r10000

2013-11-02 13:13

Goober5000


Ported: N/A

Details Diff
make support ship deployment more robust, and prevent an edge case where too many support ships could be in the mission at one time
mod - /trunk/fs2_open/code/ai/aicode.cpp Diff File
mod - /trunk/fs2_open/code/autopilot/autopilot.cpp Diff File
mod - /trunk/fs2_open/code/io/keycontrol.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File

trunk r9999

2013-11-02 05:31

niffiwan


Ported: N/A

Details Diff
some updates to r9885 per discussion with Goober5000
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r9998

2013-11-02 05:15

niffiwan


Ported: N/A

Details Diff
Fix mantis 2905: lead sight for secondaries uses subsys distance when targeting a subsys Affected Issues
0002905
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File

trunk r9997

2013-10-31 20:16

Goober5000


Ported: N/A

Details Diff
and that shouldn't have been committed in r9995
mod - /trunk/fs2_open/code/globalincs/vmallocator.h Diff File

trunk r9996

2013-10-31 20:14

Goober5000


Ported: N/A

Details Diff
the game doesn't like it when you do an Assertion while it's shutting down
mod - /trunk/fs2_open/code/object/object.cpp Diff File

trunk r9995

2013-10-31 19:56

Goober5000


Ported: N/A

Details Diff
change object from a struct to a class, since it contains the objsnd_num field :-/
mod - /trunk/fs2_open/code/ai/ai.h Diff File
mod - /trunk/fs2_open/code/ai/aibig.h Diff File
mod - /trunk/fs2_open/code/asteroid/asteroid.h Diff File
mod - /trunk/fs2_open/code/cmeasure/cmeasure.h Diff File
mod - /trunk/fs2_open/code/debris/debris.h Diff File
mod - /trunk/fs2_open/code/fireball/fireballs.h Diff File
mod - /trunk/fs2_open/code/fred2/fredstubs.cpp Diff File
mod - /trunk/fs2_open/code/globalincs/vmallocator.h Diff File
mod - /trunk/fs2_open/code/hud/hud.h Diff File
mod - /trunk/fs2_open/code/hud/hudartillery.h Diff File
mod - /trunk/fs2_open/code/hud/hudescort.h Diff File
mod - /trunk/fs2_open/code/hud/hudets.h Diff File
mod - /trunk/fs2_open/code/hud/hudshield.h Diff File
mod - /trunk/fs2_open/code/hud/hudsquadmsg.h Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.h Diff File
mod - /trunk/fs2_open/code/hud/hudtargetbox.h Diff File
mod - /trunk/fs2_open/code/iff_defs/iff_defs.h Diff File
mod - /trunk/fs2_open/code/jumpnode/jumpnode.h Diff File
mod - /trunk/fs2_open/code/model/model.h Diff File
mod - /trunk/fs2_open/code/nebula/neb.h Diff File
mod - /trunk/fs2_open/code/network/multi_dogfight.h Diff File
mod - /trunk/fs2_open/code/network/multi_obj.h Diff File
mod - /trunk/fs2_open/code/network/multi_respawn.h Diff File
mod - /trunk/fs2_open/code/network/multimsgs.h Diff File
mod - /trunk/fs2_open/code/network/multiutil.h Diff File
mod - /trunk/fs2_open/code/object/objcollide.h Diff File
mod - /trunk/fs2_open/code/object/object.cpp Diff File
mod - /trunk/fs2_open/code/object/object.h Diff File
mod - /trunk/fs2_open/code/object/objectdock.h Diff File
mod - /trunk/fs2_open/code/observer/observer.h Diff File
mod - /trunk/fs2_open/code/parse/scripting.h Diff File
mod - /trunk/fs2_open/code/particle/particle.h Diff File
mod - /trunk/fs2_open/code/radar/radar.h Diff File
mod - /trunk/fs2_open/code/radar/radardradis.h Diff File
mod - /trunk/fs2_open/code/radar/radarorb.h Diff File
mod - /trunk/fs2_open/code/radar/radarsetup.h Diff File
mod - /trunk/fs2_open/code/ship/afterburner.h Diff File
mod - /trunk/fs2_open/code/ship/awacs.h Diff File
mod - /trunk/fs2_open/code/ship/ship.h Diff File
mod - /trunk/fs2_open/code/ship/shipfx.h Diff File
mod - /trunk/fs2_open/code/ship/shiphit.h Diff File
mod - /trunk/fs2_open/code/stats/scoring.h Diff File
mod - /trunk/fs2_open/code/weapon/beam.h Diff File
mod - /trunk/fs2_open/code/weapon/corkscrew.h Diff File
mod - /trunk/fs2_open/code/weapon/emp.h Diff File
mod - /trunk/fs2_open/code/weapon/flak.h Diff File
mod - /trunk/fs2_open/code/weapon/muzzleflash.h Diff File
mod - /trunk/fs2_open/code/weapon/shockwave.h Diff File
mod - /trunk/fs2_open/code/weapon/swarm.h Diff File
mod - /trunk/fs2_open/code/weapon/weapon.h Diff File

trunk r9994

2013-10-31 04:11

niffiwan


Ported: N/A

Details Diff
redo r9978 with BUF-1 instead of x[BUF+1]
mod - /trunk/fs2_open/code/parse/parselo.cpp Diff File

trunk r9993

2013-10-30 05:44

zookeeper


Ported: N/A

Details Diff
Fixed subtle breakage I caused to surface shields in r9794.
mod - /trunk/fs2_open/code/object/collideshipweapon.cpp Diff File

trunk r9992

2013-10-30 00:08

Goober5000


Ported: N/A

Details Diff
valid timestamps are actually > 0
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

zookeeper r9991

2013-10-29 09:20

zookeeper


Ported: N/A

Details Diff
Removed the unused Interp_render_sphere_offset variable.
mod - /branches/zookeeper/code/model/modelinterp.cpp Diff File

zookeeper r9990

2013-10-29 09:20

zookeeper


Ported: N/A

Details Diff
Made render sphere offsets be relative to the ship instead of the submodel, and implemented a similar $box_offset property for detail boxes.
mod - /branches/zookeeper/code/model/model.h Diff File
mod - /branches/zookeeper/code/model/modelinterp.cpp Diff File
mod - /branches/zookeeper/code/model/modelread.cpp Diff File

trunk r9989

2013-10-29 03:41

niffiwan


Ported: N/A

Details Diff
Fix mantis 2938: ship.time_first_tagged should be initialised to 0 Affected Issues
0002938
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r9988

2013-10-28 05:49

niffiwan


Ported: N/A

Details Diff
From X3N0-Life-Form: add custom sound for SSM strikes

(I updated the patch to use parse_sound instead of the missing stuff_sound)
mod - /trunk/fs2_open/code/hud/hudartillery.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudartillery.h Diff File

trunk r9987

2013-10-28 05:44

niffiwan


Ported: N/A

Details Diff
Remove stuff_sound declaration - was never implemented
mod - /trunk/fs2_open/code/parse/parselo.h Diff File

trunk r9986

2013-10-28 01:54

niffiwan


Ported: N/A

Details Diff
Fix mantis 2889: add sexps's ets-get-value & ets-set-values Affected Issues
0002889
mod - /trunk/fs2_open/code/hud/hudets.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudets.h Diff File
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File

trunk r9985

2013-10-28 01:48

niffiwan


Ported: N/A

Details Diff
Fix mantis 2883

update hud_num_make_mono (& callers) to handle the font number
add partial support for specifying special char indexes for individual fonts
Affected Issues
0002883
mod - /trunk/fs2_open/code/hud/hud.cpp Diff File
mod - /trunk/fs2_open/code/hud/hud.h Diff File
mod - /trunk/fs2_open/code/hud/hudbrackets.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudnavigation.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudreticle.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudshield.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtargetbox.cpp Diff File
mod - /trunk/fs2_open/code/localization/localize.cpp Diff File
mod - /trunk/fs2_open/code/localization/localize.h Diff File
mod - /trunk/fs2_open/code/stats/stats.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 51 52 53 54 55 56 57 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last