Changesets: fs2open
trunk r3849 2007-01-07 07:31 Ported: N/A Details Diff |
add Theora player build support add in the waypoint files |
||
mod - /trunk/fs2_open/code/Makefile.am | Diff File | ||
mod - /trunk/fs2_open/configure.ac | Diff File | ||
trunk r3848 2007-01-07 07:29 Ported: N/A Details Diff |
add Theora player remove DirectShow support from movie player fix triple-buffer page flipping problem (Mantis bug 0001190) |
Affected Issues 0001190 |
|
mod - /trunk/fs2_open/code/cutscene/movie.cpp | Diff File | ||
mod - /trunk/fs2_open/code/cutscene/movie.h | Diff File | ||
mod - /trunk/fs2_open/code/cutscene/mveplayer.cpp | Diff File | ||
add - /trunk/fs2_open/code/cutscene/oggplayer.cpp | File | ||
add - /trunk/fs2_open/code/cutscene/oggplayer.h | File | ||
trunk r3847 2007-01-07 07:27 Ported: N/A Details Diff |
add Theora lib header |
||
add - /trunk/fs2_open/oggvorbis/include/theora | File | ||
add - /trunk/fs2_open/oggvorbis/include/theora/theora.h | File | ||
fs2_open_3_6_9 r3846 2007-01-07 07:18 Ported: N/A Details Diff |
safety check to make sure that we don't end up with non-player-usable weapons in the weaponselect pool (Mantis bug 0001196) |
Affected Issues 0001196 |
|
mod - /branches/fs2_open_3_6_9/fs2_open/code/fred2/playerstarteditor.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missionparse.cpp | Diff File | ||
fs2_open_3_6_9 r3845 2007-01-07 07:16 Ported: N/A Details Diff |
fix a couple of memory leaks with modular tables |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/weapon/weapons.cpp | Diff File | ||
fs2_open_3_6_9 r3844 2007-01-07 07:16 Ported: N/A Details Diff |
be sure to page in skybox textures properly |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/starfield/starfield.cpp | Diff File | ||
fs2_open_3_6_9 r3843 2007-01-07 07:15 Ported: N/A Details Diff |
allow loading of ogg or wav based on which is found first rather than tbl filename (fixes crash when Theora movies end up in wav code by mistake) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/sound/audiostr-openal.cpp | Diff File | ||
fs2_open_3_6_9 r3842 2007-01-07 07:13 Ported: N/A Details Diff |
fix model vertex normal data that was being read/written incorrectly under OS X (still don't know why this was a problem, but this fixes it) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/model/modelinterp.cpp | Diff File | ||
fs2_open_3_6_9 r3841 2007-01-07 07:12 Ported: N/A Details Diff |
fix NULL ptr reference when a weapon doesn't have a tech description |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/missionui/missionweaponchoice.cpp | Diff File | ||
fs2_open_3_6_9 r3840 2007-01-07 07:11 Ported: N/A Details Diff |
rest of the weapon switch out-of-bounds/Assert() fix |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
fs2_open_3_6_9 r3839 2007-01-07 07:11 Ported: N/A Details Diff |
we are only supposed to init 5 slots here, not 6 ;) (Mantis bug 0001195) |
Affected Issues 0001195 |
|
mod - /branches/fs2_open_3_6_9/fs2_open/code/gamesnd/gamesnd.cpp | Diff File | ||
fs2_open_3_6_9 r3838 2007-01-07 07:10 Ported: N/A Details Diff |
remove D3D support for Theora movies, make sure that it doesn't try to play them (since it wouldn't work properly anyway) fix triple-buffer problem with page flipping (Mantis 0001190) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/cutscene/movie.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/cutscene/oggplayer.cpp | Diff File | ||
fs2_open_3_6_9 r3837 2007-01-07 07:07 Ported: N/A Details Diff |
fix bm_page_in_texture() so that it will load all frames of an animation (caused slowdowns in-game with it) |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/bmpman/bmpman.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/bmpman/bmpman.h | Diff File | ||
fs2_open_3_6_9 r3836 2007-01-06 22:44 Ported: N/A Details Diff |
don't display any error messages when there are no background bitmaps to load |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/starfield/starfield.cpp | Diff File | ||
mod - /trunk/fs2_open/code/starfield/starfield.cpp | Diff File | ||
fs2_open_3_6_9 r3835 2007-01-06 22:10 Ported: N/A Details Diff |
fix bug where built-in lament messages were never played |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/mission/missionmessage.h | Diff File | ||
mod - /branches/fs2_open_3_6_9/fs2_open/code/ship/ship.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionmessage.h | Diff File | ||
mod - /trunk/fs2_open/code/ship/ship.cpp | Diff File | ||
trunk r3834 2007-01-06 20:00 Ported: N/A Details Diff |
convert a mission variable to a mission flag |
||
mod - /trunk/fs2_open/code/ai/ai.h | Diff File | ||
mod - /trunk/fs2_open/code/ai/aicode.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/missionnotesdlg.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/missionsave.cpp | Diff File | ||
mod - /trunk/fs2_open/code/iff_defs/iff_defs.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.h | Diff File | ||
trunk r3833 2007-01-06 19:24 Ported: N/A Details Diff |
move this to the Message location of the mission |
||
mod - /trunk/fs2_open/code/fred2/missionsave.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
trunk r3832 2007-01-06 19:01 Ported: N/A Details Diff |
add a feature for specifying the source of Command messages |
||
mod - /trunk/fs2_open/code/fred2/fred.rc | Diff File | ||
mod - /trunk/fs2_open/code/fred2/management.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/missionnotesdlg.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/missionnotesdlg.h | Diff File | ||
mod - /trunk/fs2_open/code/fred2/missionsave.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/resource.h | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionmessage.h | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.cpp | Diff File | ||
mod - /trunk/fs2_open/code/mission/missionparse.h | Diff File | ||
fs2_open_3_6_9 r3831 2007-01-06 18:56 Ported: N/A Details Diff |
taylor's bugfix |
||
mod - /branches/fs2_open_3_6_9/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
mod - /trunk/fs2_open/code/hud/hudtarget.cpp | Diff File | ||
trunk r3830 2007-01-06 18:13 Ported: N/A Details Diff |
breathalyzer for WMC |
||
mod - /trunk/fs2_open/code/mission/missionmessage.cpp | Diff File | ||
fs2_open_3_6_9 r3829 2007-01-03 23:51 Ported: N/A Details Diff |
gah, not this again |
||
mod - /branches/fs2_open_3_6_9/fs2_open/projects/MSVC_6/code.dsp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp | Diff File | ||
trunk r3828 2007-01-03 23:46 Ported: N/A Details Diff |
update to Lua 5.1.1 |
||
mod - /trunk/fs2_open/lua/lapi.c | Diff File | ||
mod - /trunk/fs2_open/lua/lapi.h | Diff File | ||
mod - /trunk/fs2_open/lua/lauxlib.c | Diff File | ||
mod - /trunk/fs2_open/lua/lauxlib.h | Diff File | ||
mod - /trunk/fs2_open/lua/lbaselib.c | Diff File | ||
mod - /trunk/fs2_open/lua/lcode.c | Diff File | ||
mod - /trunk/fs2_open/lua/lcode.h | Diff File | ||
mod - /trunk/fs2_open/lua/ldblib.c | Diff File | ||
mod - /trunk/fs2_open/lua/ldebug.c | Diff File | ||
mod - /trunk/fs2_open/lua/ldebug.h | Diff File | ||
mod - /trunk/fs2_open/lua/ldo.c | Diff File | ||
mod - /trunk/fs2_open/lua/ldo.h | Diff File | ||
mod - /trunk/fs2_open/lua/ldump.c | Diff File | ||
mod - /trunk/fs2_open/lua/lfunc.c | Diff File | ||
mod - /trunk/fs2_open/lua/lfunc.h | Diff File | ||
mod - /trunk/fs2_open/lua/lgc.c | Diff File | ||
mod - /trunk/fs2_open/lua/lgc.h | Diff File | ||
add - /trunk/fs2_open/lua/linit.c | File | ||
mod - /trunk/fs2_open/lua/liolib.c | Diff File | ||
mod - /trunk/fs2_open/lua/llex.c | Diff File | ||
mod - /trunk/fs2_open/lua/llex.h | Diff File | ||
mod - /trunk/fs2_open/lua/llimits.h | Diff File | ||
mod - /trunk/fs2_open/lua/lmathlib.c | Diff File | ||
mod - /trunk/fs2_open/lua/lmem.c | Diff File | ||
mod - /trunk/fs2_open/lua/lmem.h | Diff File | ||
mod - /trunk/fs2_open/lua/loadlib.c | Diff File | ||
mod - /trunk/fs2_open/lua/lobject.c | Diff File | ||
mod - /trunk/fs2_open/lua/lobject.h | Diff File | ||
mod - /trunk/fs2_open/lua/lopcodes.c | Diff File | ||
mod - /trunk/fs2_open/lua/lopcodes.h | Diff File | ||
add - /trunk/fs2_open/lua/loslib.c | File | ||
mod - /trunk/fs2_open/lua/lparser.c | Diff File | ||
mod - /trunk/fs2_open/lua/lparser.h | Diff File | ||
mod - /trunk/fs2_open/lua/lstate.c | Diff File | ||
mod - /trunk/fs2_open/lua/lstate.h | Diff File | ||
mod - /trunk/fs2_open/lua/lstring.c | Diff File | ||
mod - /trunk/fs2_open/lua/lstring.h | Diff File | ||
mod - /trunk/fs2_open/lua/lstrlib.c | Diff File | ||
mod - /trunk/fs2_open/lua/ltable.c | Diff File | ||
mod - /trunk/fs2_open/lua/ltable.h | Diff File | ||
mod - /trunk/fs2_open/lua/ltablib.c | Diff File | ||
mod - /trunk/fs2_open/lua/ltm.c | Diff File | ||
mod - /trunk/fs2_open/lua/ltm.h | Diff File | ||
add - /trunk/fs2_open/lua/lua.c | File | ||
mod - /trunk/fs2_open/lua/lua.h | Diff File | ||
add - /trunk/fs2_open/lua/luac.c | File | ||
add - /trunk/fs2_open/lua/luaconf.h | File | ||
mod - /trunk/fs2_open/lua/lualib.h | Diff File | ||
mod - /trunk/fs2_open/lua/lundump.c | Diff File | ||
mod - /trunk/fs2_open/lua/lundump.h | Diff File | ||
mod - /trunk/fs2_open/lua/lvm.c | Diff File | ||
mod - /trunk/fs2_open/lua/lvm.h | Diff File | ||
mod - /trunk/fs2_open/lua/lzio.c | Diff File | ||
mod - /trunk/fs2_open/lua/lzio.h | Diff File | ||
add - /trunk/fs2_open/lua/print.c | File | ||
mod - /trunk/fs2_open/projects/MSVC_6/code.dsp | Diff File | ||
mod - /trunk/fs2_open/projects/MSVC_6/liblua.dsp | Diff File | ||
trunk r3827 2007-01-03 21:50 Ported: N/A Details Diff |
add feature to reset ship scores to what they are in ships.tbl |
||
mod - /trunk/fs2_open/code/fred2/fred.rc | Diff File | ||
mod - /trunk/fs2_open/code/fred2/resource.h | Diff File | ||
mod - /trunk/fs2_open/code/fred2/setglobalshipflags.cpp | Diff File | ||
mod - /trunk/fs2_open/code/fred2/setglobalshipflags.h | Diff File | ||
trunk r3826 2007-01-03 21:50 Ported: N/A Details Diff |
fix #include path |
||
mod - /trunk/fs2_open/code/parse/lua.h | Diff File | ||
trunk r3825 2006-12-30 18:34 Ported: N/A Details Diff |
Add missing waypoint files |
||
add - /trunk/fs2_open/code/object/waypoint | File | ||
add - /trunk/fs2_open/code/object/waypoint/waypoint.cpp | File | ||
add - /trunk/fs2_open/code/object/waypoint/waypoint.h | File |