Changesets: fs2open

trunk r9909

2013-10-07 21:27

Goober5000


Ported: N/A

Details Diff
better ranges are also good
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r9908

2013-10-07 21:23

Goober5000


Ported: N/A

Details Diff
change sexp operator names for clarity, make sure mprintfs have newlines, and fix typo
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r9907

2013-10-07 11:49

chief1983


Ported: N/A

Details Diff
Add .svn folders to .gitignore.
mod - /trunk/fs2_open/.gitignore Diff File

trunk r9906

2013-10-07 05:19

niffiwan


Ported: N/A

Details Diff
Coverity 1093637: "fix" out of bounds read of Weapon_info[Weapons[other_obj->instance].weapon_info_index].subtype

(fix for release, at least, Assert probably handles this in debug)
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File

trunk r9905

2013-10-07 05:00

niffiwan


Ported: N/A

Details Diff
Redo 9903 - this is a more robust solution
mod - /trunk/fs2_open/code/network/psnet2.cpp Diff File

trunk r9904

2013-10-07 04:56

niffiwan


Ported: N/A

Details Diff
remove gcc warnings [-Wunused-but-set-variable] in network/psnet2.cpp
mod - /trunk/fs2_open/code/network/psnet2.cpp Diff File

trunk r9903

2013-10-07 04:39

niffiwan


Ported: N/A

Details Diff
Coverity 1093639: fix out of bounds access (ip_addr.sin_addr with proto TCP)
mod - /trunk/fs2_open/code/network/psnet2.cpp Diff File

trunk r9902

2013-10-07 04:17

niffiwan


Ported: N/A

Details Diff
remove gcc warnings [-Wshadow] in mission/missionlog.cpp
mod - /trunk/fs2_open/code/mission/missionlog.cpp Diff File

trunk r9901

2013-10-07 04:14

niffiwan


Ported: N/A

Details Diff
Coverity 1093641: fix out of bounds write (Log_line_timestamps[Num_log_lines])
mod - /trunk/fs2_open/code/mission/missionlog.cpp Diff File

trunk r9900

2013-10-07 04:01

niffiwan


Ported: N/A

Details Diff
Coverity 1093645 (out of bounds read): fix 2nd case & correct previous "fix"
mod - /trunk/fs2_open/code/ship/shipfx.cpp Diff File

trunk r9899

2013-10-07 02:57

Echelon9


Ported: N/A

Details Diff
Fix Coverity 1093773: Uninitialized scalar variable - hostaddr.sin_zero
mod - /trunk/fs2_open/code/inetfile/chttpget.cpp Diff File

trunk r9898

2013-10-07 01:23

niffiwan


Ported: N/A

Details Diff
remove gcc warnings [-Wunused-but-set-variable] in fs2netd/fs2netd_client.cpp
mod - /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp Diff File

trunk r9897

2013-10-07 01:15

niffiwan


Ported: N/A

Details Diff
Coverity: more out-of-bounds fixes
mod - /trunk/fs2_open/code/autopilot/autopilot.cpp Diff File
mod - /trunk/fs2_open/code/fs2netd/fs2netd_client.cpp Diff File
mod - /trunk/fs2_open/code/missionui/missiondebrief.cpp Diff File
mod - /trunk/fs2_open/code/ship/shipfx.cpp Diff File

trunk r9896

2013-10-07 01:15

Goober5000


Ported: N/A

Details Diff
fix ship sounds when in observer mode
(bug was introduced in revision 7923)
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

fs2_open_3_7_0 r9895

2013-10-07 00:35

Goober5000


Ported: N/A

Details Diff
commit changes for 3.7.0 compatibility with older environments: part 4, backporting r9891
mod - /branches/fs2_open_3_7_0/code/object/objcollide.cpp Diff File
mod - /branches/fs2_open_3_7_0/code/object/objcollide.h Diff File

fs2_open_3_7_0 r9894

2013-10-07 00:34

Goober5000


Ported: N/A

Details Diff
commit changes for 3.7.0 compatibility with older environments: part 3, backporting r9851
mod - /branches/fs2_open_3_7_0/code/object/objectsort.cpp Diff File

fs2_open_3_7_0 r9893

2013-10-07 00:34

Goober5000


Ported: N/A

Details Diff
commit changes for 3.7.0 compatibility with older environments: part 2, backporting r9854
mod - /branches/fs2_open_3_7_0/code/globalincs/vmallocator.h Diff File
mod - /branches/fs2_open_3_7_0/projects/MSVC_6/Fred2.dsp Diff File
mod - /branches/fs2_open_3_7_0/projects/MSVC_6/Freespace2.dsp Diff File
mod - /branches/fs2_open_3_7_0/projects/MSVC_6/code.dsp Diff File
mod - /branches/fs2_open_3_7_0/projects/MSVC_6/wxFRED2.dsp Diff File

fs2_open_3_7_0 r9892

2013-10-07 00:33

Goober5000


Ported: N/A

Details Diff
commit changes for 3.7.0 compatibility with older environments: part 1, backporting r9853
add - /branches/fs2_open_3_7_0/STLport-5.2.1 File

trunk r9891

2013-10-07 00:30

Goober5000


Ported: N/A

Details Diff
make collider_pair an actual class since its constructor is called by hash_map
mod - /trunk/fs2_open/code/object/objcollide.cpp Diff File
mod - /trunk/fs2_open/code/object/objcollide.h Diff File

trunk r9890

2013-10-07 00:13

Goober5000


Ported: N/A

Details Diff
setting to 0 is better because -1 triggers an Int3() on the first swarm entry
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r9889

2013-10-06 23:59

niffiwan


Ported: N/A

Details Diff
Fix waaay too short char * var for hostname

(this was a buffer overrun for every fs2netd game until coverity complained)
mod - /trunk/fs2_open/code/fs2netd/tcp_socket.cpp Diff File

trunk r9888

2013-10-06 23:21

Goober5000


Ported: N/A

Details Diff
resolve issues with ship-templates and memcpy by deprecating ship-copy
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r9887

2013-10-06 22:26

niffiwan


Ported: N/A

Details Diff
Fix mantis 2906

reset stats in Pilot (i.e. .plr) on new pilot create/clone
Affected Issues
0002906
mod - /trunk/fs2_open/code/pilotfile/pilotfile.cpp Diff File
mod - /trunk/fs2_open/code/pilotfile/pilotfile.h Diff File
mod - /trunk/fs2_open/code/playerman/managepilot.cpp Diff File

trunk r9886

2013-10-06 21:24

Goober5000


Ported: N/A

Details Diff
fix declaration
mod - /trunk/fs2_open/code/fred2/fredstubs.cpp Diff File

trunk r9885

2013-10-06 21:10

Goober5000


Ported: N/A

Details Diff
change the ship struct to a class, and remove use of memcpy and memset for setting/copying the entire ship class
mod - /trunk/fs2_open/code/hud/hudconfig.h Diff File
mod - /trunk/fs2_open/code/hud/hudobserver.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudobserver.h Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.h Diff File
mod - /trunk/fs2_open/code/mission/missionmessage.h Diff File
mod - /trunk/fs2_open/code/model/modelanim.h Diff File
mod - /trunk/fs2_open/code/nebula/neb.h Diff File
mod - /trunk/fs2_open/code/network/multi_ingame.h Diff File
mod - /trunk/fs2_open/code/network/multi_team.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/parse/sexp.h Diff File
mod - /trunk/fs2_open/code/ship/awacs.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/shipcontrails.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/emp.h Diff File
 First  Prev  1 2 3 ... 40 ... 55 56 57 58 59 60 61 ... 80 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last