Changesets: fs2open
fs2_open_3_6_14 r8701 2012-05-01 08:26 Ported: N/A Details Diff |
Backport: Trunk r8533; Fix for Mantis 2614: Remove that statement, it works fine without exponentiating the offset. |
Affected Issues 0002614 |
|
mod - /branches/fs2_open_3_6_14/code/model/modelinterp.cpp | Diff File | ||
fs2_open_3_6_14 r8700 2012-05-01 08:26 Ported: N/A Details Diff |
Backport: Trunk r8532; Forgot newlines | ||
mod - /branches/fs2_open_3_6_14/code/model/modelanim.cpp | Diff File | ||
fs2_open_3_6_14 r8699 2012-05-01 08:25 Ported: N/A Details Diff |
Backport: Trunk r8531; Deprecating stuff: Good. Printing messages to the log: Good. Using Warning() instead of mprintf(): Bad. | ||
mod - /branches/fs2_open_3_6_14/code/model/modelanim.cpp | Diff File | ||
fs2_open_3_6_14 r8698 2012-05-01 08:25 Ported: N/A Details Diff |
Backport: Trunk r8523; Fixed a few typos in scripting documentation. | ||
mod - /branches/fs2_open_3_6_14/code/parse/lua.cpp | Diff File | ||
antipodes r8697 2012-04-30 10:57 Ported: N/A Details Diff |
Trunk sync r8696 | ||
mod - /branches/antipodes/projects/MSVC_6/liblua.dsp | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/liblua.vcxproj.filters | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2011/liblua.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2010/liblua.vcxproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2008/liblua.vcproj | Diff File | ||
mod - /branches/antipodes/projects/MSVC_2005/liblua.vcproj | Diff File | ||
mod - /branches/antipodes/lua/lvm.c | Diff File | ||
mod - /branches/antipodes/lua/luaconf.h | Diff File | ||
mod - /branches/antipodes/lua/lua.h | Diff File | ||
rm - /branches/antipodes/lua/ltests.c | File | ||
mod - /branches/antipodes/lua/lparser.c | Diff File | ||
mod - /branches/antipodes/lua/lgc.c | Diff File | ||
mod - /branches/antipodes/lua/ldo.c | Diff File | ||
mod - /branches/antipodes/lua/lcode.c | Diff File | ||
mod - /branches/antipodes/lua/lbaselib.c | Diff File | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/weapon.h | Diff File | ||
mod - /branches/antipodes/code/ship/ship.h | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/physics/physics.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/lua.h | Diff File | ||
mod - /branches/antipodes/code/object/collideweaponweapon.cpp | Diff File | ||
mod - /branches/antipodes/code/network/stand_gui.cpp | Diff File | ||
mod - /branches/antipodes/code/model/model.h | Diff File | ||
mod - /branches/antipodes/code/missionui/missionbrief.cpp | Diff File | ||
mod - /branches/antipodes/code/math/fix.h | Diff File | ||
mod - /branches/antipodes/code/hud/hudparse.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglpostprocessing.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengl.cpp | Diff File | ||
mod - /branches/antipodes/code/globalincs/pstypes.h | Diff File | ||
mod - /branches/antipodes/code/fireball/fireballs.h | Diff File | ||
mod - /branches/antipodes/code/cutscene/mveplayer.cpp | Diff File | ||
mod - /branches/antipodes/code/asteroid/asteroid.h | Diff File | ||
mod - /branches/antipodes/code/asteroid/asteroid.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aicode.cpp | Diff File | ||
trunk r8696 2012-04-30 03:47 Ported: N/A Details Diff |
Fix a bug that caused bombs to be indestructible by the player for much longer than they should be according to the table settings given. | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
mod - /trunk/fs2_open/code/object/collideweaponweapon.cpp | Diff File | ||
trunk r8695 2012-04-30 03:26 Ported: N/A Details Diff |
Fix the bug in closing the event editor that caused it to take minutes with some missions rather than seconds. | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
trunk r8694 2012-04-29 07:10 Ported: N/A Details Diff |
Fix Assert and Assertion for non-MSVC compilers, due to changes in r8692; Fix use of C++11 cbegin/cend() STL operators as these are not going to be supported widely yet, due to changes in r8693 | ||
mod - /trunk/fs2_open/code/globalincs/pstypes.h | Diff File | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp | Diff File | ||
trunk r8693 2012-04-29 00:10 IssMneur Ported: N/A Details Diff |
Make the asteroid.tbl parser generate a more useful error messages. - Converts asteroid_info into the class that it is. - Changes the asteroid.tbl parser to parse the table as specified - Also removes the attempts at being clever from the asteroid.tbl parser. |
||
mod - /trunk/fs2_open/code/fireball/fireballs.h | Diff File | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.h | Diff File | ||
mod - /trunk/fs2_open/code/asteroid/asteroid.cpp | Diff File | ||
trunk r8692 2012-04-28 23:52 IssMneur Ported: N/A Details Diff |
Rename the args of Assert and Assertion macros to be more helpful than just 'x' and 'y'. | ||
mod - /trunk/fs2_open/code/globalincs/pstypes.h | Diff File | ||
trunk r8691 2012-04-28 23:49 Ported: N/A Details Diff |
Documentation: Doxygen comments throughout mainhallmenu.cpp | ||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
trunk r8690 2012-04-27 07:01 Ported: N/A Details Diff |
Update the MSVC projects to remove ltests.c from the lua library. | ||
mod - /trunk/fs2_open/projects/MSVC_6/liblua.dsp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/liblua.vcxproj.filters | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2011/liblua.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2010/liblua.vcxproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2008/liblua.vcproj | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_2005/liblua.vcproj | Diff File | ||
trunk r8689 2012-04-25 09:40 Ported: N/A Details Diff |
Upgrade internal Lua interpreter to 5.1.5 bugfix release; announcement details http://lua-users.org/lists/lua-l/2012-02/msg00639.html | ||
mod - /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/project.pbxproj | Diff File | ||
mod - /trunk/fs2_open/lua/lvm.c | Diff File | ||
mod - /trunk/fs2_open/lua/luaconf.h | Diff File | ||
mod - /trunk/fs2_open/lua/lua.h | Diff File | ||
rm - /trunk/fs2_open/lua/ltests.c | File | ||
mod - /trunk/fs2_open/lua/lparser.c | Diff File | ||
mod - /trunk/fs2_open/lua/lgc.c | Diff File | ||
mod - /trunk/fs2_open/lua/ldo.c | Diff File | ||
mod - /trunk/fs2_open/lua/lcode.c | Diff File | ||
mod - /trunk/fs2_open/lua/lbaselib.c | Diff File | ||
trunk r8688 2012-04-22 09:44 Ported: N/A Details Diff |
Fix Mantis 2640: Double free in missionbriefcommon.cpp, thanks 3dL3XAqPiDaS5WF2 |
Affected Issues 0002640 |
|
mod - /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/FS2_Open.xcscheme | Diff File | ||
mod - /trunk/fs2_open/code/missionui/missionbrief.cpp | Diff File | ||
trunk r8687 2012-04-22 09:36 Ported: N/A Details Diff |
Documentation: Remove redundant #includes | ||
mod - /trunk/fs2_open/code/network/stand_gui.cpp | Diff File | ||
mod - /trunk/fs2_open/code/math/fix.h | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengl.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cutscene/mveplayer.cpp | Diff File | ||
trunk r8686 2012-04-22 09:34 Ported: N/A Details Diff |
Fix Mantis 2642: Cockpits are rendered incorrectly when post-processing is disabled, thanks m_m |
Affected Issues 0002642 |
|
mod - /trunk/fs2_open/code/graphics/gropenglpostprocessing.cpp | Diff File | ||
trunk r8685 2012-04-22 07:27 Ported: N/A Details Diff |
Setting the floats correctly in avd_movement constructor | ||
mod - /trunk/fs2_open/code/physics/physics.cpp | Diff File | ||
trunk r8684 2012-04-22 07:25 Ported: N/A Details Diff |
Eradicate the memset(this...) paradigm within ade_table_entry | ||
mod - /trunk/fs2_open/code/parse/lua.h | Diff File | ||
trunk r8683 2012-04-22 06:54 Ported: N/A Details Diff |
Eradicate the memset(this...) paradigm within class avd_movement | ||
mod - /trunk/fs2_open/projects/Xcode4/FS2_Open.xcodeproj/xcshareddata/xcschemes/FS2_Open.xcscheme | Diff File | ||
mod - /trunk/fs2_open/code/physics/physics.cpp | Diff File | ||
trunk r8682 2012-04-21 11:40 Sushi Ported: N/A Details Diff |
Add support for weapon spread over time (+FOF Spread Rate, +FOF Reset Rate, +Max FOF) | ||
mod - /trunk/fs2_open/code/weapon/weapons.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/weapon.h | Diff File | ||
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/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r8681 2012-04-19 09:22 Ported: N/A Details Diff |
These two variables were missed; the sort of overlooked error that is easy with this odd method of copy constructing... | ||
mod - /trunk/fs2_open/code/model/model.h | Diff File | ||
antipodes r8680 2012-04-15 07:41 Ported: N/A Details Diff |
Trunk sync r8679 | ||
mod - /branches/antipodes/code/weapon/weapons.cpp | Diff File | ||
mod - /branches/antipodes/code/weapon/trails.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/shiphit.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/shipfx.cpp | Diff File | ||
mod - /branches/antipodes/code/ship/ship.cpp | Diff File | ||
mod - /branches/antipodes/code/radar/radarsetup.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/sexp.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/parselo.h | Diff File | ||
mod - /branches/antipodes/code/parse/parselo.cpp | Diff File | ||
mod - /branches/antipodes/code/parse/lua.cpp | Diff File | ||
mod - /branches/antipodes/code/object/objectsnd.cpp | Diff File | ||
mod - /branches/antipodes/code/object/object.h | Diff File | ||
mod - /branches/antipodes/code/object/object.cpp | Diff File | ||
mod - /branches/antipodes/code/model/modelread.cpp | Diff File | ||
mod - /branches/antipodes/code/mission/missionparse.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /branches/antipodes/code/menuui/credits.cpp | Diff File | ||
mod - /branches/antipodes/code/jumpnode/jumpnode.h | Diff File | ||
mod - /branches/antipodes/code/jumpnode/jumpnode.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudtargetbox.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudtarget.cpp | Diff File | ||
mod - /branches/antipodes/code/hud/hudbrackets.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/grstub.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengltnl.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglshader.h | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglshader.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropenglpostprocessing.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengldraw.h | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengldraw.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/gropengl.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/grinternal.h | Diff File | ||
mod - /branches/antipodes/code/graphics/font.h | Diff File | ||
mod - /branches/antipodes/code/graphics/font.cpp | Diff File | ||
mod - /branches/antipodes/code/graphics/2d.h | Diff File | ||
mod - /branches/antipodes/code/freespace2/freespace.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/waypointpathdlg.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/sexp_tree.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/missionsave.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/management.h | Diff File | ||
mod - /branches/antipodes/code/fred2/management.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/fredview.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/dumpstats.cpp | Diff File | ||
mod - /branches/antipodes/code/fred2/briefingeditordlg.cpp | Diff File | ||
mod - /branches/antipodes/code/cfile/cfilesystem.cpp | Diff File | ||
mod - /branches/antipodes/code/anim/animplay.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/aiturret.cpp | Diff File | ||
mod - /branches/antipodes/code/ai/ai_profiles.cpp | Diff File | ||
trunk r8679 2012-04-15 05:02 Ported: N/A Details Diff |
warning C4018: '<' : signed/unsigned mismatch | ||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
trunk r8678 2012-04-15 03:55 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 '1037' | ||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
trunk r8677 2012-04-15 03:44 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 '832' | ||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File |