Changesets: fs2open

trunk r5149

2009-04-08 13:07

chief1983


Ported: N/A

Details Diff
Switch back to LF instead of CRLF
mod - /trunk/Launcher/TabCommLine.cpp Diff File

karajorma r5148

2009-04-08 11:56

karajorma


Ported: N/A

Details Diff
Some minor changes to the way the game uses the scoring features I added earlier.
mod - /branches/karajorma/code/ai/aicode.cpp Diff File
mod - /branches/karajorma/code/globalincs/def_files.cpp Diff File
mod - /branches/karajorma/code/stats/scoring.cpp Diff File

trunk r5147

2009-04-08 00:58

Goober5000


Ported: N/A

Details Diff
add warning system for mods with bad data files
mod - /trunk/fs2_open/code/globalincs/pstypes.h Diff File
mod - /trunk/fs2_open/code/globalincs/windebug.cpp Diff File
mod - /trunk/fs2_open/code/menuui/playermenu.cpp Diff File
mod - /trunk/fs2_open/code/mission/missionparse.cpp Diff File
mod - /trunk/fs2_open/code/windows_stub/stubs.cpp Diff File

wanderer r5146

2009-04-06 16:37

Wanderer


Ported: N/A

Details Diff
fix compiling issue (of which msvc++ 2008 didn't bother to warn...)
mod - /branches/wanderer/code/mission/missionparse.cpp Diff File

wanderer r5145

2009-04-06 07:56

Wanderer


Ported: N/A

Details Diff
fix for shield balancing issue in wanderer branch
mod - /branches/wanderer/code/hud/hudshield.cpp Diff File

karajorma r5144

2009-04-05 12:55

karajorma


Ported: N/A

Details Diff
Move the repair penalty to an AI profile setting.
mod - /branches/karajorma/code/ai/ai_profiles.cpp Diff File
mod - /branches/karajorma/code/ai/ai_profiles.h Diff File
mod - /branches/karajorma/code/ai/aicode.cpp Diff File
mod - /branches/karajorma/code/globalincs/def_files.cpp Diff File

karajorma r5143

2009-04-05 12:48

karajorma


Ported: N/A

Details Diff
Add the validate-argument SEXP.
Fix a minor initialisation error with the ship-tag SEXP.
mod - /branches/karajorma/code/parse/sexp.cpp Diff File
mod - /branches/karajorma/code/parse/sexp.h Diff File

wanderer r5142

2009-04-02 18:08

Wanderer


Ported: N/A

Details Diff
fixing problems related to shield commits
mod - /branches/wanderer/code/hud/hudets.cpp Diff File
mod - /branches/wanderer/code/hud/hudshield.cpp Diff File

trunk r5141

2009-04-02 17:57

chief1983


Ported: N/A

Details Diff
Manual inspection to make sure my new VC6 project was essentially the same as the old one, and wouldn't you know, I found a bug in the wxFred project too :)
mod - /trunk/fs2_open/projects/MSVC_6/wxFRED2.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6_Release/Fred2.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6_Release/Freespace2.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6_Release/code.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6_Release/libjpeg.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6_Release/liblua.dsp Diff File
mod - /trunk/fs2_open/projects/MSVC_6_Release/wxFRED2.dsp Diff File

trunk r5140

2009-04-02 17:32

chief1983


Ported: N/A

Details Diff
Amazing what you can learn from reading SVN logs. Really. Old. SVN logs.
mod - /trunk/fs2_open/projects/MSVC_6_Release/code.dsp Diff File

wanderer r5139

2009-04-02 16:56

Wanderer


Ported: N/A

Details Diff
allow optionally individual shield segments to have separate maximum strengths
mod - /branches/wanderer/code/ai/aicode.cpp Diff File
mod - /branches/wanderer/code/hud/hudets.cpp Diff File
mod - /branches/wanderer/code/hud/hudshield.cpp Diff File
mod - /branches/wanderer/code/mission/missionparse.cpp Diff File
mod - /branches/wanderer/code/mission/missionparse.h Diff File
mod - /branches/wanderer/code/network/multi_obj.cpp Diff File
mod - /branches/wanderer/code/network/multimsgs.cpp Diff File
mod - /branches/wanderer/code/object/object.cpp Diff File
mod - /branches/wanderer/code/object/object.h Diff File
mod - /branches/wanderer/code/object/objectshield.cpp Diff File
mod - /branches/wanderer/code/object/objectshield.h Diff File
mod - /branches/wanderer/code/parse/sexp.cpp Diff File
mod - /branches/wanderer/code/ship/ship.cpp Diff File
mod - /branches/wanderer/code/ship/ship.h Diff File

karajorma r5138

2009-04-02 13:37

karajorma


Ported: N/A

Details Diff
Sync with trunk
mod - /branches/karajorma/code/parse/sexp.cpp Diff File
mod - /branches/karajorma/code/ship/ship.cpp Diff File
mod - /branches/karajorma/code/sound/voicerec.cpp Diff File
add - /branches/karajorma/projects/MSVC_6_Release File
add - /branches/karajorma/speech File

karajorma r5137

2009-04-02 13:33

karajorma


Ported: N/A

Details Diff
Fix Mantis 1883 (spaces at the end of ship and wing names can cause errors)
mod - /branches/karajorma/code/fred2/shipeditordlg.cpp Diff File
mod - /branches/karajorma/code/fred2/wing.cpp Diff File
mod - /branches/karajorma/code/fred2/wing_editor.cpp Diff File

karajorma r5136

2009-04-02 13:30

karajorma


Ported: N/A

Details Diff
Fix a bug which was causing FRED to choke on the ; and " replacement fix.
mod - /branches/karajorma/code/localization/localize.cpp Diff File
mod - /branches/karajorma/code/parse/parselo.cpp Diff File

wanderer r5135

2009-04-02 06:58

Wanderer


Ported: N/A

Details Diff
bah... remove the references to non-included flag
mod - /branches/wanderer/code/ai/aicode.cpp Diff File
mod - /branches/wanderer/code/object/object.h Diff File

wanderer r5134

2009-04-02 06:46

Wanderer


Ported: N/A

Details Diff
add option to limit shield recharging
mod - /branches/wanderer/code/ai/aicode.cpp Diff File
mod - /branches/wanderer/code/hud/hudets.cpp Diff File
mod - /branches/wanderer/code/mission/missionparse.cpp Diff File
mod - /branches/wanderer/code/mission/missionparse.h Diff File
mod - /branches/wanderer/code/object/object.h Diff File
mod - /branches/wanderer/code/object/objectshield.cpp Diff File
mod - /branches/wanderer/code/parse/sexp.cpp Diff File
mod - /branches/wanderer/code/ship/ship.cpp Diff File
mod - /branches/wanderer/code/ship/ship.h Diff File

trunk r5133

2009-04-01 17:05

chief1983


Ported: N/A

Details Diff
This MSVC6 project has additional defines to build Inferno builds, and also utilizes the speech SDK by default which was previously committed. I'm committing this so that anyone with VC6 can make a release build with little to no hassle.
add - /trunk/fs2_open/projects/MSVC_6_Release File
add - /trunk/fs2_open/projects/MSVC_6_Release/Fred2.dsp File
add - /trunk/fs2_open/projects/MSVC_6_Release/Freespace2.dsp File
add - /trunk/fs2_open/projects/MSVC_6_Release/Freespace2.dsw File
add - /trunk/fs2_open/projects/MSVC_6_Release/code.dsp File
add - /trunk/fs2_open/projects/MSVC_6_Release/libjpeg.dsp File
add - /trunk/fs2_open/projects/MSVC_6_Release/liblua.dsp File
add - /trunk/fs2_open/projects/MSVC_6_Release/wxFRED2.dsp File

trunk r5132

2009-04-01 16:29

chief1983


Ported: N/A

Details Diff
We include every other SDK just about...why not speech
add - /trunk/fs2_open/speech File
add - /trunk/fs2_open/speech/include File
add - /trunk/fs2_open/speech/include/Spddkhlp.h File
add - /trunk/fs2_open/speech/include/sapi.h File
add - /trunk/fs2_open/speech/include/sapiddk.h File
add - /trunk/fs2_open/speech/include/spcollec.h File
add - /trunk/fs2_open/speech/include/spdebug.h File
add - /trunk/fs2_open/speech/include/sperror.h File
add - /trunk/fs2_open/speech/include/speventq.h File
add - /trunk/fs2_open/speech/include/sphelper.h File
add - /trunk/fs2_open/speech/include/spuihelp.h File
add - /trunk/fs2_open/speech/lib File
add - /trunk/fs2_open/speech/lib/i386 File
add - /trunk/fs2_open/speech/lib/i386/sapi.lib File

trunk r5131

2009-04-01 16:25

chief1983


Ported: N/A

Details Diff
Missing comma revealed with FS2_VOICER
mod - /trunk/fs2_open/code/sound/voicerec.cpp Diff File

karajorma r5130

2009-04-01 07:17

karajorma


Ported: N/A

Details Diff
Fix an issue with homing capship missiles not tracking correctly.
mod - /branches/karajorma/code/weapon/weapon.h Diff File
mod - /branches/karajorma/code/weapon/weapons.cpp Diff File

karajorma r5129

2009-03-31 14:38

karajorma


Ported: N/A

Details Diff
Apparently even the null terminator needs to be coloured.
mod - /branches/karajorma/code/mission/missionbriefcommon.cpp Diff File

trunk r5128

2009-03-31 14:32

chief1983


Ported: N/A

Details Diff
Grammar fix
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r5127

2009-03-31 02:11

Wanderer


Ported: N/A

Details Diff
fix for mantis 1899
mod - /trunk/fs2_open/code/ship/ship.cpp Diff File

wanderer r5126

2009-03-30 16:45

Wanderer


Ported: N/A

Details Diff
change the new non-static subsys options in wanderer branch from model_subsystem to ship_subsys - and fix the required functions to use ship_subsys instead of model_subsystem as well
mod - /branches/wanderer/code/ai/aibig.cpp Diff File
mod - /branches/wanderer/code/ai/aiturret.cpp Diff File
mod - /branches/wanderer/code/model/model.h Diff File
mod - /branches/wanderer/code/model/modelread.cpp Diff File
mod - /branches/wanderer/code/object/objectsnd.cpp Diff File
mod - /branches/wanderer/code/parse/sexp.cpp Diff File
mod - /branches/wanderer/code/ship/ship.cpp Diff File
mod - /branches/wanderer/code/ship/ship.h Diff File
mod - /branches/wanderer/code/ship/shiphit.cpp Diff File
mod - /branches/wanderer/code/weapon/beam.cpp Diff File

wanderer r5125

2009-03-30 15:51

Wanderer


Ported: N/A

Details Diff
add fixes to both subobj_name vs name and to multiline subsysy name strings
mod - /branches/wanderer/code/ai/aigoals.cpp Diff File
mod - /branches/wanderer/code/hud/hud.cpp Diff File
mod - /branches/wanderer/code/hud/hudtarget.cpp Diff File
mod - /branches/wanderer/code/hud/hudtargetbox.cpp Diff File
mod - /branches/wanderer/code/mission/missionlog.cpp Diff File
mod - /branches/wanderer/code/parse/sexp.cpp Diff File
mod - /branches/wanderer/code/playerman/playercontrol.cpp Diff File
mod - /branches/wanderer/code/ship/ship.cpp Diff File
mod - /branches/wanderer/code/ship/shipfx.cpp Diff File
mod - /branches/wanderer/code/ship/shiphit.cpp Diff File
mod - /branches/wanderer/code/weapon/emp.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 231 232 233 234 235 236 237 ... 240 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last