Changesets: fs2open

trunk r8676

2012-04-15 03:17

Echelon9


Ported: N/A

Details Diff
warning C6246: Local declaration of 'i' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1350'
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r8675

2012-04-15 03:14

Echelon9


Ported: N/A

Details Diff
warning C6246: Local declaration of 'curspeed' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '1877'
mod - /trunk/fs2_open/code/ship/shipfx.cpp Diff File

trunk r8674

2012-04-15 03:12

Echelon9


Ported: N/A

Details Diff
warning C6246: Local declaration of 'subsys' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '443'
mod - /trunk/fs2_open/code/ship/shiphit.cpp Diff File

trunk r8673

2012-04-15 03:02

Echelon9


Ported: N/A

Details Diff
warning C6246: Local declaration of 'exp' hides declaration of the same name in outer scope. For additional information, see previous declaration at line '8063'
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r8672

2012-04-15 02:57

Echelon9


Ported: N/A

Details Diff
warning C6246: Local declaration of 'pm' hides declaration of the same name in outer scope.
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File

trunk r8671

2012-04-15 02:20

Echelon9


Ported: N/A

Details Diff
Ensure that the Xcode 4 project file can build Mac binaries for OS X 10.6, as well as 10.7
mod - /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/FS2_Open.xcscheme Diff File
mod - /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj Diff File

trunk r8670

2012-04-13 03:01

Goober5000


Ported: N/A

Details Diff
fix for Mantis 0002630
(LUA is not mentioned, but the problem might affect that too)
Affected Issues
0002630
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r8669

2012-04-12 12:09

Echelon9


Ported: N/A

Details Diff
Documentation: Some extra notes within aiturret.cpp
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r8668

2012-04-12 12:05

Echelon9


Ported: N/A

Details Diff
Correct copy/paste error -- refer functions above for similar pattern used correctly
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r8667

2012-04-12 11:55

Echelon9


Ported: N/A

Details Diff
Documentation: Attempt to begin getting aiturret.cpp under control
mod - /trunk/fs2_open/code/ai/aiturret.cpp Diff File

trunk r8666

2012-04-11 23:49

Goober5000


Ported: N/A

Details Diff
modular credits.tbl, courtesy of m!m
(with a few tiny tweaks)
mod - /trunk/fs2_open/code/parse/parselo.h Diff File
mod - /trunk/fs2_open/code/parse/parselo.cpp Diff File
mod - /trunk/fs2_open/code/menuui/credits.cpp Diff File

trunk r8665

2012-04-11 23:48

Goober5000


Ported: N/A

Details Diff
const-correctness in preparation for modular credits.tbl, courtesy of m!m
mod - /trunk/fs2_open/code/graphics/grstub.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengldraw.h Diff File
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp Diff File
mod - /trunk/fs2_open/code/graphics/font.h Diff File
mod - /trunk/fs2_open/code/graphics/font.cpp Diff File
mod - /trunk/fs2_open/code/graphics/2d.h Diff File

trunk r8664

2012-04-11 10:44

Echelon9


Ported: N/A

Details Diff
warning C6011: Dereferencing NULL pointer 'wp->turret_subsys'
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File

trunk r8663

2012-04-11 10:44

Echelon9


Ported: N/A

Details Diff
warning C6011: Dereferencing NULL pointer 'lowest_vol_osp'
mod - /trunk/fs2_open/code/object/objectsnd.cpp Diff File

trunk r8662

2012-04-11 09:04

Echelon9


Ported: N/A

Details Diff
warning C6280: 'tmp_Player' is allocated with 'new', but deleted with 'free'
mod - /trunk/fs2_open/code/menuui/playermenu.cpp Diff File

trunk r8661

2012-04-11 09:00

Echelon9


Ported: N/A

Details Diff
warning C6246: Local declaration of 'props' hides declaration of the same name in outer scope
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File

trunk r8660

2012-04-11 08:59

Echelon9


Ported: N/A

Details Diff
warning C6246: Local declaration of 'temp' hides declaration of the same name in outer scope.
mod - /trunk/fs2_open/code/menuui/mainhallmenu.h Diff File
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp Diff File

trunk r8659

2012-04-09 08:43

The_E


Ported: N/A

Details Diff
Do shader compilation during modelload, in order to avoid having to compile shaders during gameplay as much as possible
mod - /trunk/fs2_open/code/model/modelread.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengltnl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropenglshader.h Diff File
mod - /trunk/fs2_open/code/graphics/gropenglshader.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengldraw.cpp Diff File
mod - /trunk/fs2_open/code/graphics/gropengl.cpp Diff File
mod - /trunk/fs2_open/code/graphics/2d.h Diff File

trunk r8658

2012-04-08 18:00

Swifty


Ported: N/A

Details Diff
Optimization: sped up rendering of trails by switching out g3_draw_poly with gr_render. Removed extra memory allocation.
mod - /trunk/fs2_open/code/weapon/trails.cpp Diff File

trunk r8657

2012-04-07 21:39

Echelon9


Ported: N/A

Details Diff
Remove redundant #includes to fs2open's internal linked list implementation
mod - /trunk/fs2_open/code/hud/hudbrackets.cpp Diff File
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r8656

2012-04-07 19:31

Echelon9


Ported: N/A

Details Diff
Documentation: Complete documentation of CJumpNode
mod - /trunk/fs2_open/code/jumpnode/jumpnode.cpp Diff File

trunk r8655

2012-04-07 07:07

Echelon9


Ported: N/A

Details Diff
CJumpNode class code convention; convert to UpperCamelCase for class and function name; ensure all private variables adopt m_ prefix
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File
mod - /trunk/fs2_open/code/radar/radarsetup.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/lua.cpp Diff File
mod - /trunk/fs2_open/code/object/object.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/jumpnode/jumpnode.h Diff File
mod - /trunk/fs2_open/code/jumpnode/jumpnode.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtargetbox.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudtarget.cpp Diff File
mod - /trunk/fs2_open/code/hud/hudbrackets.cpp Diff File
mod - /trunk/fs2_open/code/fred2/waypointpathdlg.cpp Diff File
mod - /trunk/fs2_open/code/fred2/sexp_tree.cpp Diff File
mod - /trunk/fs2_open/code/fred2/missionsave.cpp Diff File
mod - /trunk/fs2_open/code/fred2/management.h Diff File
mod - /trunk/fs2_open/code/fred2/management.cpp Diff File
mod - /trunk/fs2_open/code/fred2/fredview.cpp Diff File
mod - /trunk/fs2_open/code/fred2/dumpstats.cpp Diff File
mod - /trunk/fs2_open/code/fred2/briefingeditordlg.cpp Diff File

trunk r8654

2012-04-06 04:52

Echelon9


Ported: N/A

Details Diff
Documentation: A bit of code cleanup
mod - /trunk/fs2_open/code/graphics/grinternal.h Diff File

trunk r8653

2012-04-04 18:01

The_E


Ported: N/A

Details Diff
Converting this Assert() to an Assertion(), for better error logging
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

trunk r8652

2012-04-03 15:44

The_E


Ported: N/A

Details Diff
MSVC Analyze warning fix: Incorrect type passed as parameter in call to function printf()
mod - /trunk/fs2_open/code/anim/animplay.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 90 91 92 93 94 95 96 ... 120 ... 160 ... 200 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last