Changesets: fs2open
trunk r5099 2009-03-15 13:19 Ported: N/A Details Diff |
Fix Mantis 1838 (Latency information obscures the messaging menu) | ||
mod - /trunk/fs2_open/code/network/multi.cpp | Diff File | ||
trunk r5098 2009-03-12 16:25 Ported: N/A Details Diff |
Fix Mantis 1898 (Names with a # are not truncated correctly in the message menu). | ||
mod - /trunk/fs2_open/code/hud/hudsquadmsg.cpp | Diff File | ||
trunk r5097 2009-03-10 17:24 Ported: N/A Details Diff |
Fix Mantis 1896 (Two support ships crash the game) | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r5096 2009-03-09 07:50 Ported: N/A Details Diff |
Doh! x2 | ||
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
trunk r5095 2009-03-09 07:46 Ported: N/A Details Diff |
Doh! | ||
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
trunk r5094 2009-03-07 17:53 Ported: N/A Details Diff |
Fix Mantis 1872 (Fiction Viewer crashes/locks up.) Allow FRED to save fiction if the mission file already has some. |
||
mod - /trunk/fs2_open/code/fred2/missionsave.cpp | Diff File | ||
mod - /trunk/fs2_open/code/parse/parselo.cpp | Diff File | ||
trunk r5093 2009-03-07 13:04 Ported: N/A Details Diff |
speech.cpp was missing a closing > on an include Launcher.dsp now has the include paths for the d3d and speech headers and libs Version bumped to 5.5e (but we still need to get the joystick fixes from 5.5d, at least) |
||
mod - /trunk/Launcher/Launcher.dsp | Diff File | ||
mod - /trunk/Launcher/Launcher.rc | Diff File | ||
mod - /trunk/Launcher/speech.cpp | Diff File | ||
trunk r5092 2009-03-07 12:48 Ported: N/A Details Diff |
Just a log, not needed in SVN. | ||
rm - /trunk/Launcher/Launcher.plg | File | ||
trunk r5091 2009-03-07 12:41 Ported: N/A Details Diff |
Add the speech sdk files too. | ||
add - /trunk/Launcher/speech | File | ||
add - /trunk/Launcher/speech/Include | File | ||
add - /trunk/Launcher/speech/Include/Spddkhlp.h | File | ||
add - /trunk/Launcher/speech/Include/sapi.h | File | ||
add - /trunk/Launcher/speech/Include/sapiddk.h | File | ||
add - /trunk/Launcher/speech/Include/spcollec.h | File | ||
add - /trunk/Launcher/speech/Include/spdebug.h | File | ||
add - /trunk/Launcher/speech/Include/sperror.h | File | ||
add - /trunk/Launcher/speech/Include/speventq.h | File | ||
add - /trunk/Launcher/speech/Include/sphelper.h | File | ||
add - /trunk/Launcher/speech/Include/spuihelp.h | File | ||
add - /trunk/Launcher/speech/Libs | File | ||
add - /trunk/Launcher/speech/Libs/sapi.lib | File | ||
trunk r5090 2009-03-06 15:53 Ported: N/A Details Diff |
On reflection Mantis 1861 is also going to affect creating a new mission as well. Might as well fix that too. | ||
mod - /trunk/fs2_open/code/fred2/management.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.h | Diff File | ||
trunk r5089 2009-03-06 14:03 Ported: N/A Details Diff |
Fix Mantis 1861 (Texture Replacements don't initialise properly in FRED). | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
trunk r5088 2009-03-06 10:08 Ported: N/A Details Diff |
add 'missing' casts | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
mod - /trunk/fs2_open/code/camera/camera.cpp | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multi.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multi_log.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multiutil.cpp | Diff File | ||
mod - /trunk/fs2_open/code/sound/sound.cpp | Diff File | ||
wanderer r5087 2009-03-06 07:56 Ported: N/A Details Diff |
add additional Lua control (mouse) options. add struct for handling HUD draw data to Lua. fix lua override vs forced control issue |
||
mod - /branches/wanderer/code/hud/hud.cpp | Diff File | ||
mod - /branches/wanderer/code/hud/hud.h | Diff File | ||
mod - /branches/wanderer/code/hud/hudets.cpp | Diff File | ||
mod - /branches/wanderer/code/hud/hudtarget.cpp | Diff File | ||
mod - /branches/wanderer/code/io/mouse.h | Diff File | ||
mod - /branches/wanderer/code/parse/lua.cpp | Diff File | ||
mod - /branches/wanderer/code/playerman/playercontrol.cpp | Diff File | ||
karajorma r5086 2009-03-05 17:19 Ported: N/A Details Diff |
Sync with trunk. | ||
mod - /branches/karajorma/code/ai/ai.h | Diff File | ||
mod - /branches/karajorma/code/ai/aicode.cpp | Diff File | ||
mod - /branches/karajorma/code/network/multimsgs.cpp | Diff File | ||
karajorma r5085 2009-03-05 17:12 Ported: N/A Details Diff |
Fix Mantis 1661 (Ships leaving via the fighter bay don't disappear on multiplayer clients). | ||
mod - /branches/karajorma/code/ai/aicode.cpp | Diff File | ||
mod - /branches/karajorma/code/network/multimsgs.cpp | Diff File | ||
mod - /branches/karajorma/code/network/multimsgs.h | Diff File | ||
mod - /branches/karajorma/code/parse/sexp.cpp | Diff File | ||
mod - /branches/karajorma/code/ship/ship.cpp | Diff File | ||
mod - /branches/karajorma/code/ship/ship.h | Diff File | ||
trunk r5084 2009-03-05 15:43 Ported: N/A Details Diff |
Fix a warning where ai_do_objects_docked_stuff was being called twice on clients during multiplayer mission load. | ||
mod - /trunk/fs2_open/code/ai/ai.h | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
trunk r5083 2009-03-02 15:41 Ported: N/A Details Diff |
That should only be called once per mission. | ||
mod - /trunk/fs2_open/code/network/multimsgs.cpp | Diff File | ||
karajorma r5082 2009-03-02 04:28 Ported: N/A Details Diff |
Fix multiplayer for Inferno builds. | ||
mod - /branches/karajorma/code/cfile/cfilesystem.cpp | Diff File | ||
mod - /branches/karajorma/code/mission/missionparse.cpp | Diff File | ||
mod - /branches/karajorma/code/network/multi.h | Diff File | ||
mod - /branches/karajorma/code/network/multimsgs.cpp | Diff File | ||
mod - /branches/karajorma/code/network/multimsgs.h | Diff File | ||
karajorma r5081 2009-02-27 15:04 Ported: N/A Details Diff |
Various fixes needed to allow multiplayer to use over 255 weapons. | ||
mod - /branches/karajorma/code/network/multimsgs.cpp | Diff File | ||
karajorma r5080 2009-02-27 06:53 Ported: N/A Details Diff |
Bobboau's Skybox flags code (via Wanderer then me) | ||
mod - /branches/karajorma/code/fred2/bgbitmapdlg.cpp | Diff File | ||
mod - /branches/karajorma/code/fred2/bgbitmapdlg.h | Diff File | ||
mod - /branches/karajorma/code/fred2/fred.rc | Diff File | ||
mod - /branches/karajorma/code/fred2/management.cpp | Diff File | ||
mod - /branches/karajorma/code/fred2/missionsave.cpp | Diff File | ||
mod - /branches/karajorma/code/fred2/resource.h | Diff File | ||
mod - /branches/karajorma/code/mission/missionparse.cpp | Diff File | ||
mod - /branches/karajorma/code/mission/missionparse.h | Diff File | ||
mod - /branches/karajorma/code/model/model.h | Diff File | ||
mod - /branches/karajorma/code/model/modelinterp.cpp | Diff File | ||
mod - /branches/karajorma/code/model/modelread.cpp | Diff File | ||
mod - /branches/karajorma/code/ship/ship.cpp | Diff File | ||
mod - /branches/karajorma/code/starfield/starfield.cpp | Diff File | ||
mod - /branches/karajorma/code/starfield/starfield.h | Diff File | ||
wanderer r5079 2009-02-26 12:33 Ported: N/A Details Diff |
make sure lua control info is updated even in default mode | ||
mod - /branches/wanderer/code/playerman/playercontrol.cpp | Diff File | ||
karajorma r5078 2009-02-26 08:17 Ported: N/A Details Diff |
Add new sexps to determine the amount of afterburner and weapon energy remaining. Add a missing resource file. | ||
add - /branches/karajorma/code/freespace2/app_icon_glow.ico | File | ||
mod - /branches/karajorma/code/parse/sexp.cpp | Diff File | ||
mod - /branches/karajorma/code/parse/sexp.h | Diff File | ||
trunk r5077 2009-02-26 06:27 Ported: N/A Details Diff |
Add the DX files needed for compilation. | ||
add - /trunk/Launcher/include | File | ||
add - /trunk/Launcher/include/3DFXDisp.cpp | File | ||
add - /trunk/Launcher/include/3DFXDisp.h | File | ||
add - /trunk/Launcher/include/DX5Disp.cpp | File | ||
add - /trunk/Launcher/include/DX5Disp.h | File | ||
add - /trunk/Launcher/include/DX8Disp.cpp | File | ||
add - /trunk/Launcher/include/DX8Disp.h | File | ||
add - /trunk/Launcher/include/DX9Disp.cpp | File | ||
add - /trunk/Launcher/include/DX9Disp.h | File | ||
add - /trunk/Launcher/include/d3d8.h | File | ||
add - /trunk/Launcher/include/d3d8caps.h | File | ||
add - /trunk/Launcher/include/d3d8types.h | File | ||
add - /trunk/Launcher/include/dxerr8.h | File | ||
add - /trunk/Launcher/lib | File | ||
add - /trunk/Launcher/lib/DxErr8.lib | File | ||
add - /trunk/Launcher/lib/d3d8.lib | File | ||
add - /trunk/Launcher/lib/d3dx8.lib | File | ||
trunk r5076 2009-02-25 22:16 Ported: N/A Details Diff |
Karajorma missed one | ||
mod - /trunk/Launcher/speech.cpp | Diff File | ||
trunk r5075 2009-02-25 16:28 Ported: N/A Details Diff |
Allow compilation without SAPI | ||
mod - /trunk/Launcher/TabCommLine.cpp | Diff File | ||
mod - /trunk/Launcher/TabNetwork.cpp | Diff File | ||
mod - /trunk/Launcher/TabSpeech.cpp | Diff File | ||
mod - /trunk/Launcher/speech.cpp | Diff File |