Changesets: fs2open
trunk r999 2004-05-01 21:26 Ported: N/A Details Diff |
comment out avi free code for now |
||
mod - /trunk/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
trunk r998 2004-05-01 18:47 Ported: N/A Details Diff |
FS2_open will now take flag settings from cmdline_fso.cfg not cmdline.cfg. This means retail FS2 will not crash because of fs2_open flags. The new version of the launcher (v5) must used to setup flags now. Anyone distributing pre 3.6 builds should make this clear and 3.6 should come with Launcher v5. |
||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
trunk r997 2004-05-01 17:53 Ported: N/A Details Diff |
add some error handling to vm_strdup() |
||
mod - /trunk/fs2_open/code/globalincs/windebug.cpp | Diff File | ||
trunk r996 2004-05-01 17:47 Ported: N/A Details Diff |
bah! stupid me "NULL" not "null" - i hate when i do that |
||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
trunk r995 2004-05-01 17:45 Ported: N/A Details Diff |
changed delete[] to free(), checked for null, if null ERROR |
||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
trunk r994 2004-05-01 15:49 Ported: N/A Details Diff |
delete[] str_temp A null check on str_temp is not needed - take a close look at the for loop |
||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
trunk r993 2004-05-01 15:33 Ported: N/A Details Diff |
add CF_TYPE_MISSIONS to physical check to avoid network transfer problems |
||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
trunk r992 2004-05-01 13:37 Ported: N/A Details Diff |
added an assert --Goober5000 |
||
mod - /trunk/fs2_open/code/model/modelinterp.cpp | Diff File | ||
trunk r991 2004-05-01 13:10 Ported: N/A Details Diff |
Multiple -mod - "-mod ModA,ModB,ModC" in order of priority Giving you: Root: ModA Root: ModB Root: ModC Root: Fs2Default Root: CDRom |
||
mod - /trunk/fs2_open/code/cfile/cfilesystem.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
trunk r990 2004-04-30 18:20 Ported: N/A Details Diff |
extra insurance --Goober5000 |
||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r989 2004-04-30 14:33 Ported: N/A Details Diff |
Lobby screen only shows when PXO_LOBBY is defined |
||
mod - /trunk/fs2_open/code/menuui/mainhallmenu.cpp | Diff File | ||
mod - /trunk/fs2_open/code/network/multiui.cpp | Diff File | ||
trunk r988 2004-04-27 16:43 Ported: N/A Details Diff |
fix create game buttons |
||
mod - /trunk/fs2_open/code/network/multiui.cpp | Diff File | ||
trunk r987 2004-04-27 16:41 Ported: N/A Details Diff |
add NULL check to game_hacked_data() to prevent crash |
||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r986 2004-04-26 15:50 Ported: N/A Details Diff |
added back in Kazan's line: now you can slow down in cheat mode whether you press tilde or not --Goober5000 |
||
mod - /trunk/fs2_open/code/io/keycontrol.cpp | Diff File | ||
trunk r985 2004-04-26 15:43 Ported: N/A Details Diff |
rolled back Kazan's change --Goober5000 |
||
mod - /trunk/fs2_open/code/io/keycontrol.cpp | Diff File | ||
trunk r984 2004-04-26 14:23 Ported: N/A Details Diff |
-no_fps_capping |
||
mod - /trunk/fs2_open/code/cmdline/cmdline.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cmdline/cmdline.h | Diff File | ||
mod - /trunk/fs2_open/code/freespace2/freespace.cpp | Diff File | ||
trunk r983 2004-04-26 13:27 Ported: N/A Details Diff |
Be careful when modifying other peoples changes - make sure they still work, and do things the simple way DON'T TOUCH THE CUSTOM BUILD PATH |
||
mod - /trunk/fs2_open/Freespace2.dsp | Diff File | ||
mod - /trunk/fs2_open/code/io/keycontrol.cpp | Diff File | ||
trunk r982 2004-04-26 11:51 Ported: N/A Details Diff |
forgot to remove some safety checks that aren't needed anymore |
||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
trunk r981 2004-04-26 09:11 Ported: N/A Details Diff |
mark view cutscenes ignoring extension and file case |
||
mod - /trunk/fs2_open/code/cutscene/cutscenes.cpp | Diff File | ||
trunk r980 2004-04-26 09:09 Ported: N/A Details Diff |
cvs log header, mark cutscenes viewable for later, gr_flip() to fix OGL white flash |
||
mod - /trunk/fs2_open/code/cutscene/movie.cpp | Diff File | ||
trunk r979 2004-04-26 09:05 Ported: N/A Details Diff |
respect -glow and -spec |
||
mod - /trunk/fs2_open/code/graphics/GrOpenGLTNL.cpp | Diff File | ||
trunk r978 2004-04-26 09:02 Ported: N/A Details Diff |
light setup changes, support cmdline ambient value |
||
mod - /trunk/fs2_open/code/graphics/GrOpenGLlight.cpp | Diff File | ||
mod - /trunk/fs2_open/code/graphics/GrOpenGLlight.h | Diff File | ||
trunk r977 2004-04-26 09:00 Ported: N/A Details Diff |
DevIL stuff |
||
mod - /trunk/fs2_open/code/graphics/2d.cpp | Diff File | ||
trunk r976 2004-04-26 08:57 Ported: N/A Details Diff |
convert to dos format, add DevIL stuff |
||
mod - /trunk/fs2_open/Freespace2.dsp | Diff File | ||
mod - /trunk/fs2_open/Freespace2.dsw | Diff File | ||
mod - /trunk/fs2_open/code/code.dsp | Diff File | ||
trunk r975 2004-04-26 08:44 Ported: N/A Details Diff |
32-bit targa and jpeg loaders, bug fixes, some preload stuff |
||
mod - /trunk/fs2_open/code/bmpman/bmpman.cpp | Diff File |