Changesets: fs2open

trunk r4999

2008-12-14 16:44

phreak


Ported: N/A

Details Diff
Add code project as a depedency of the Freespace2 project
mod - /trunk/fs2_open/projects/codeblocks/fs2_open.workspace Diff File

trunk r4998

2008-12-14 16:33

phreak


Ported: N/A

Details Diff
Fix a bad memset
mod - /trunk/fs2_open/code/network/multi_options.cpp Diff File

karajorma r4997

2008-12-14 13:44

karajorma


Ported: N/A

Details Diff
Sync up with trunk
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/aigoals.cpp Diff File
mod - /branches/karajorma/code/cfile/cfile.cpp Diff File
mod - /branches/karajorma/code/cmdline/cmdline.cpp Diff File
mod - /branches/karajorma/code/fred2/fred.rc Diff File
mod - /branches/karajorma/code/fred2/freddoc.cpp Diff File
mod - /branches/karajorma/code/fred2/missionnotesdlg.cpp Diff File
mod - /branches/karajorma/code/fred2/sexp_tree.cpp Diff File
mod - /branches/karajorma/code/fred2/wing_editor.cpp Diff File
mod - /branches/karajorma/code/freespace2/freespace.cpp Diff File
mod - /branches/karajorma/code/globalincs/def_files.cpp Diff File
mod - /branches/karajorma/code/globalincs/pstypes.h Diff File
mod - /branches/karajorma/code/globalincs/systemvars.cpp Diff File
mod - /branches/karajorma/code/graphics/2d.cpp Diff File
mod - /branches/karajorma/code/mission/missioncampaign.cpp Diff File
mod - /branches/karajorma/code/mission/missionmessage.cpp Diff File
mod - /branches/karajorma/code/mission/missionparse.cpp Diff File
mod - /branches/karajorma/code/network/multiteamselect.cpp Diff File
mod - /branches/karajorma/code/network/multiui.cpp Diff File
mod - /branches/karajorma/code/parse/sexp.cpp Diff File
mod - /branches/karajorma/code/parse/sexp.h Diff File
mod - /branches/karajorma/code/ship/ship.cpp Diff File
mod - /branches/karajorma/code/starfield/starfield.cpp Diff File
mod - /branches/karajorma/code/weapon/shockwave.cpp Diff File
mod - /branches/karajorma/code/weapon/weapons.cpp Diff File

trunk r4996

2008-12-14 03:47

Goober5000


Ported: N/A

Details Diff
fix algorithms for any-of, every-of, and number-of to align with or and and, respectively
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r4995

2008-12-14 03:11

phreak


Ported: N/A

Details Diff
Possible fix for mantis 0001843
mod - /trunk/fs2_open/code/mission/missioncampaign.cpp Diff File

trunk r4994

2008-12-14 02:20

Goober5000


Ported: N/A

Details Diff
whoever made this change forgot about operator precedence
mod - /trunk/fs2_open/code/network/multiteamselect.cpp Diff File

trunk r4993

2008-12-13 12:25

phreak


Ported: N/A

Details Diff
Edit workspace file to use relative paths
mod - /trunk/fs2_open/projects/codeblocks/fs2_open.workspace Diff File

trunk r4992

2008-12-13 05:09

karajorma


Ported: N/A

Details Diff
Fix the <argument> option not appearing when there were no other options on the list
mod - /trunk/fs2_open/code/fred2/sexp_tree.cpp Diff File

trunk r4991

2008-12-12 12:38

karajorma


Ported: N/A

Details Diff
Fix a bug where you could supply add-background-bitmap or add-sun-bitmap with a string variable which then couldn't be used.
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File
mod - /trunk/fs2_open/code/parse/sexp.h Diff File

trunk r4990

2008-12-12 09:38

phreak


Ported: N/A

Details Diff
This stops the crashing as demonstrated by Mantis 0001844, but I don't know why or if it is correct. Could someone please look at this?
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r4989

2008-12-10 12:48

chief1983


Ported: N/A

Details Diff
Must have fatfingered some keys when I wasn't paying attention.
mod - /trunk/fs2_open/code/fred2/wing_editor.cpp Diff File

trunk r4988

2008-12-09 18:51

chief1983


Ported: N/A

Details Diff
Hopefully this will actually let it load the 2d without breaking WCS again
mod - /trunk/fs2_open/code/weapon/shockwave.cpp Diff File

trunk r4987

2008-12-09 08:02

phreak


Ported: N/A

Details Diff
Turning an Int3() into a Warning()
mod - /trunk/fs2_open/code/freespace2/freespace.cpp Diff File

trunk r4986

2008-12-08 11:45

chief1983


Ported: N/A

Details Diff
Only PCX and DDS work for Squad Logos.
Slight tweak of the open file dialogs.
mod - /trunk/fs2_open/code/fred2/missionnotesdlg.cpp Diff File
mod - /trunk/fs2_open/code/fred2/wing_editor.cpp Diff File

trunk r4985

2008-12-06 16:24

phreak


Ported: N/A

Details Diff
Add code::blocks support. To compile you will need to install the following library packages SDL, openal, ogg, vorbis, vorbisfile, theora, lua5.1, jpeg, GL, GLU. Currently, it has two types of outputs: Debug (standard debug build), and Release, which optimizes using -O3 and -march=core2 (because my laptop is a core2). Probably could experiment with additional compiler options to improve speed.
add - /trunk/fs2_open/projects/codeblocks File
add - /trunk/fs2_open/projects/codeblocks/Freespace2 File
add - /trunk/fs2_open/projects/codeblocks/Freespace2/Freespace2.cbp File
add - /trunk/fs2_open/projects/codeblocks/code File
add - /trunk/fs2_open/projects/codeblocks/code/code.cbp File
add - /trunk/fs2_open/projects/codeblocks/fs2_open.workspace File

trunk r4984

2008-12-06 15:23

chief1983


Ported: N/A

Details Diff
Add Ship Choice 3d for TBP flag as well since lack of will crash debug builds, and fixed whitespace on that particular section of code.
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp Diff File

trunk r4983

2008-12-05 19:44

chief1983


Ported: N/A

Details Diff
Force 3d Shockwave and 3d Weapon Selection command line option when The Babylon Project command line option is on, since their default launcher.ini does not have those and not having these options breaks things in TBP.
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp Diff File

trunk r4982

2008-12-05 18:06

karajorma


Ported: N/A

Details Diff
Fix the FRED undo function.
mod - /trunk/fs2_open/code/fred2/freddoc.cpp Diff File

trunk r4981

2008-12-04 18:15

chief1983


Ported: N/A

Details Diff
Allow DDS, TGA and JPEG files for squad logos (TGA and JPEG need testing)
mod - /trunk/fs2_open/code/fred2/missionnotesdlg.cpp Diff File
mod - /trunk/fs2_open/code/fred2/wing_editor.cpp Diff File

trunk r4980

2008-12-04 15:47

chief1983


Ported: N/A

Details Diff
Add 3d Shockwave to All Features On and Default Off lists
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp Diff File

trunk r4979

2008-12-04 15:17

chief1983


Ported: N/A

Details Diff
Redo that fix again - tolower wins, but don't chdrive on non-Windows platforms
Made a variable more semantically correct
mod - /trunk/fs2_open/code/cfile/cfile.cpp Diff File

trunk r4978

2008-12-04 14:32

karajorma


Ported: N/A

Details Diff
Fix Mantis 1835
mod - /trunk/fs2_open/code/parse/sexp.cpp Diff File

trunk r4977

2008-12-04 12:56

chief1983


Ported: N/A

Details Diff
Fix the cause of the problem in Mantis 0001748 in both chdir functions in case it becomes a problem elsewhere down the line
mod - /trunk/fs2_open/code/cfile/cfile.cpp Diff File

trunk r4976

2008-12-04 12:40

chief1983


Ported: N/A

Details Diff
Rest of the different fix for 1278 (only my second commit and I already goofed)
mod - /trunk/fs2_open/code/ai/ai_profiles.cpp Diff File
mod - /trunk/fs2_open/code/ai/ai_profiles.h Diff File
mod - /trunk/fs2_open/code/globalincs/def_files.cpp Diff File

trunk r4975

2008-12-04 12:38

chief1983


Ported: N/A

Details Diff
Different fix for 1278 - It's a bit more flexible. Use ai_profiles to allow/disallow entering multi with no primaries or secondaries
mod - /trunk/fs2_open/code/network/multiteamselect.cpp Diff File
 First  Prev  1 2 3 ... 40 ... 80 ... 120 ... 160 ... 200 ... 237 238 239 240 241 242 243 ... 280 ... 320 ... 360 ... 400 ... 437 438 439  Next  Last