Changesets: fs2open
trunk r4999 2008-12-14 16:44 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 |