Changesets: fs2open
fs2_open_3_6_9 r4299 2007-10-28 12:35 Ported: N/A Details Diff |
add "2D Mission" checkbox to mission specs window (Mantis 0001387) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/fred.rc | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/missionnotesdlg.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/missionnotesdlg.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/resource.h | Diff File | ||
fs2_open_3_6_9 r4298 2007-10-28 12:34 Ported: N/A Details Diff |
freakish hack to allow FRED to run properly when executed from a terminal (and Wine under Linux) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/fred.cpp | Diff File | ||
fs2_open_3_6_9 r4297 2007-10-28 12:33 Ported: N/A Details Diff |
tisk tisk |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/autopilot/autopilot.cpp | Diff File | ||
fs2_open_3_6_9 r4296 2007-10-28 12:32 Ported: N/A Details Diff |
Valgrind was endlessly complaining about this |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/anim/packunpack.cpp | Diff File | ||
trunk r4295 2007-10-28 11:38 Ported: N/A Details Diff |
Make Ships_Exited Dynamic. Add the hits-left-single-subsystem and get-damage-caused SEXPs. Minor changes to make diffing 3.6.9 and HEAD easier. |
||
mod - /trunk/fs2_open/code/missionui/redalert.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/stats/scoring.cpp | Diff File | ||
mod - /trunk/fs2_open/code/stats/scoring.h | Diff File | ||
fs2_open_3_6_9 r4294 2007-10-23 16:07 Ported: N/A Details Diff |
reset Perspective_locked at the start of each mission so that view controls don't get locked until exit |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r4293 2007-10-22 22:07 Ported: N/A Details Diff |
Get rid of 1-letter and non-descriptive variable names. |
||
mod - /trunk/fs2_open/code/weapon/trails.cpp | Diff File | ||
mod - /trunk/fs2_open/code/weapon/trails.h | Diff File | ||
trunk r4292 2007-10-22 18:23 Ported: N/A Details Diff |
'phreak' is now all lowercase (and has been for some time now) |
||
mod - /trunk/fs2_open/code/menuui/credits.cpp | Diff File | ||
fs2_open_3_6_9 r4291 2007-10-21 18:11 Ported: N/A Details Diff |
fix a minor bug in the dockpoint system (affects sm2-07a in the Port) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/model/modelread.cpp | Diff File | ||
mod - /trunk/fs2_open/code/model/modelread.cpp | Diff File | ||
fs2_open_3_6_9 r4290 2007-10-20 23:40 Ported: N/A Details Diff |
fix bug with +remove that made a beam section still appear partially valid fix temp-var snaffu that hendered debugging |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/weapon/weapons.cpp | Diff File | ||
fs2_open_3_6_9 r4289 2007-10-20 19:28 Ported: N/A Details Diff |
Enemy cargo containers should not prevent autopilot. Fix build problem in parselo (strrchr returns const char* not char*, need to explicitly cast - raises error in MSVC2005) Update MSVC2005 "code" project to reflect removal/addition of fs2netd related files |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/autopilot/autopilot.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/parse/parselo.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/projects/MSVC_2005/code.vcproj | Diff File | ||
fs2_open_3_6_9 r4288 2007-10-17 17:03 Ported: N/A Details Diff |
change Warning() and Error() to use const format variables (can't remember who said to do this) fix memory error when zero'ing buffers for error messages on non-Windows platforms |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/globalincs/pstypes.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/globalincs/windebug.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/windows_stub/stubs.cpp | Diff File | ||
fs2_open_3_6_9 r4287 2007-10-17 17:01 Ported: N/A Details Diff |
since we are polling, "0" is a valid return and we need to wait until we actually get data (screwed up login packet order) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/chat_api.cpp | Diff File | ||
fs2_open_3_6_9 r4286 2007-10-17 16:59 Ported: N/A Details Diff |
sometimes the thread header needs to be specifically included since SDL.h doesn't always do it |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/windows_stub/config.h | Diff File | ||
fs2_open_3_6_9 r4285 2007-10-17 16:58 Ported: N/A Details Diff |
fix mismatched parameters (Mantis 0001470) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/autopilot/autopilot.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/species_defs/species_defs.cpp | Diff File | ||
fs2_open_3_6_9 r4284 2007-10-15 04:18 Ported: N/A Details Diff |
Oops, forgot that the v.2 daemon is still on the secondary IP :) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/fs2netd_client.cpp | Diff File | ||
fs2_open_3_6_9 r4283 2007-10-15 02:43 Ported: N/A Details Diff |
FS2NetD v.2 (still a work in progress, but is 0000081:0000098% complete) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/Makefile.am | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/ai/ai_profiles.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/cmdline/cmdline.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/fs2netd_client.cpp | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/fs2netd_client.h | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/protocol.h | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/tcp_client.cpp | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/tcp_client.h | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/tcp_socket.cpp | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/fs2netd/tcp_socket.h | File | ||
rm - /branches/fs2_open_3_6_9/fs2_open/code/fs2open_pxo | File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/gamesequence/gamesequence.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/gamesequence/gamesequence.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/iff_defs/iff_defs.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/inetfile/cftp.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/inetfile/cftp.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/inetfile/chttpget.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/inetfile/chttpget.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/inetfile/inetgetfile.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/inetfile/inetgetfile.h | Diff File | ||
rm - /branches/fs2_open_3_6_9/fs2_open/code/irc | File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/missionui/missiondebrief.cpp | Diff File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/network/chat_api.cpp | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/network/chat_api.h | File | ||
rm - /branches/fs2_open_3_6_9/fs2_open/code/network/fs2ox.cpp | File | ||
rm - /branches/fs2_open_3_6_9/fs2_open/code/network/fs2ox.h | File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_campaign.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_dogfight.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_endgame.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_options.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_options.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_pause.cpp | Diff File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_pxo.cpp | File | ||
add - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_pxo.h | File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_update.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multimsgs.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiui.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiui.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multiutil.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/psnet2.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/stand_gui-unix.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/stand_gui.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/stand_gui.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/parse/parselo.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/parse/parselo.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/parse/scripting.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/species_defs/species_defs.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/weapon/weapons.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/windows_stub/config.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/projects/MSVC_6/code.dsp | Diff File | ||
trunk r4282 2007-10-12 16:30 Ported: N/A Details Diff |
Typo |
||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
fs2_open_3_6_9 r4281 2007-10-12 15:10 Ported: N/A Details Diff |
Partial (?) fix for Mantis 1084. At least it shouldn't Int3() when the server exits any more. |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/network/multi_endgame.cpp | Diff File | ||
fs2_open_3_6_9 r4280 2007-10-12 14:57 Ported: N/A Details Diff |
I meant to remove this ages ago! |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/management.cpp | Diff File | ||
trunk r4279 2007-10-12 10:53 Ported: N/A Details Diff |
Doh! |
||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
fs2_open_3_6_9 r4278 2007-10-04 12:26 Ported: N/A Details Diff |
fix bugs in beam-*-all and turret-*-all that made them always trigger an Int3() |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/parse/sexp.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/sexp.cpp | Diff File | ||
fs2_open_3_6_9 r4277 2007-10-04 12:18 Ported: N/A Details Diff |
get rid of some old/obsolete items (Mantis 0001489 and 0001497) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengl.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengl.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/graphics/gropengltexture.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengl.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengl.h | Diff File | ||
mod - /trunk/fs2_open/code/graphics/gropengltexture.cpp | Diff File | ||
fs2_open_3_6_9 r4276 2007-09-30 18:37 Ported: N/A Details Diff |
another fix by razorjack... parent is -1 when created by sexp |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/objcollide.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/objcollide.cpp | Diff File | ||
fs2_open_3_6_9 r4275 2007-09-30 18:28 Ported: N/A Details Diff |
another patch by razorjack -- remove something that never worked |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/object.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/object/object.h | Diff File | ||
mod - /trunk/fs2_open/code/object/object.cpp | Diff File | ||
mod - /trunk/fs2_open/code/object/object.h | Diff File |