]> icculus.org git repositories - btb/d2x.git/history - main/movie.c
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / main / movie.c
2021-07-17 Bradley Bellmake sure buffered robot movie only plays 15fps
2018-03-12 Bradley Bellget robot movie buffering working, for smoother briefin...
2018-03-12 Bradley Bellget correct case of moviepath
2018-03-12 Bradley Bellkeep movies out of the hog namespace
2018-03-06 KpRename include/error.h to include/dxxerror.h
2015-02-24 Bradley BellReplace cvar.archive with flags.
2015-02-08 Bradley Bellconstrain robot movies by height, don't do vertical...
2015-02-08 Bradley Bellproperly init robot movies
2015-02-04 Bradley BellMenuHires now just a macro
2015-02-04 Bradley Bellmake scale_line available to use, rename it and show_fu...
2015-02-04 Bradley Bellpreserve movie aspect ratio, keep centered vertically
2015-02-04 Bradley Bellscale movie resolution if necessary
2015-02-04 Bradley Belluse game res for movies if MenuGameres is set
2015-01-30 Bradley Bellmore header cleanup
2015-01-29 Bradley Bellmore header fixes
2015-01-28 Bradley Belllet joystick control other dialogs, briefing screens...
2015-01-25 Bradley Bell(re-)separation gr module from video functions
2015-01-20 Bradley Bellget rid of CDRom_dir, other kludges
2015-01-04 Bradley Bellrevert 12fe67a367e459cdc79340bff03732158336feb4
2015-01-03 Bradley Belluse SDL_RWclose macro
2014-12-30 Bradley Belladd command+shift+f to toggle fullscreen
2014-12-29 Bradley Belladd -nosound option to mveplayer so it can play robot...
2014-12-24 Bradley Bellproperly close movie files
2014-12-23 Bradley Bellmake descent.cfg items into cvars, and exec the file...
2014-12-09 Bradley Bellsmall hack to fix briefing palette switching, remove...
2014-12-09 Bradley Bellminor stuff
2006-02-26 Chris Taylormove change_filename_ext to strutil.c, rename to (and...
2005-07-30 Chris Taylorremove all the redundant Polygon Acceleration stuff...
2005-02-25 Bradley Bellchange movie Warnings to con_printf, simplify other...
2004-12-01 Bradley Bellmerged physfs branch
2004-08-06 Martin Schaffnermake d2x compile (but not link) on MPW on Mac OS 9...
2004-08-01 Martin Schaffneravoid assigments between unsigned and signed char,...
2004-08-01 Martin Schaffneradd "#ifdef macintosh" for carbon target
2003-11-26 Bradley BellVisual C, PocketPC fixes
2003-11-07 Bradley Belluse more traditional Alt+Enter for toggling fullscreen
2003-10-31 Martin Schaffnerwhen no movies are found, divide by six the number...
2003-10-10 Bradley Bellcomments/formatting
2003-06-22 Bradley Belluse con_printf for missing movie warning
2003-06-19 Bradley Bellfixed cfile conversion of movie code
2003-06-16 Bradley Bellconvert file i/o to cfile
2003-06-10 Bradley Bellmerged libmovie from physfs branch
2003-03-21 Bradley BellChange the default movie resolution to high, implement...
2003-02-28 Bradley BellFixed many opengl glitches
2003-02-28 Bradley BellFixed many opengl glitches
2003-02-25 Bradley BellDescent I briefings mostly working
2003-02-24 Bradley Bellfixed some more briefing glitches
2003-02-24 Bradley Bellfixed crash when using shareware data files without...
2003-02-19 Bradley Belladded function to disable/enable audio
2003-02-18 Bradley Bellmoved mve stuff to separate subdir
2003-02-18 Bradley Bellmany improvements to mve code. Fixes (at least) bugs...
2003-02-14 Bradley Bellrandom bugfixes, win32 support
2003-02-12 Bradley Belllotsa movie cleanups, added truecolor mve support,...
2003-01-09 Bradley Belluse ifdef around gr_toggle_fullscreen
2002-09-04 Bradley Belladded fullscreen toggle while playing movies
2002-09-01 Bradley Bellmore movie improvements
2002-08-31 Bradley Bellmovie improvements
2002-08-27 Bradley Bellbeginning robot movie support, fall back on lo/hi res...
2002-08-26 Bradley Bellread movies from AltHogDir, other fixes
2002-07-30 Bradley Bellsupport shareware datafiles\!
2002-07-26 Bradley Bellportability
2002-07-26 Bradley Bells not a writable string anymore... / formatting
2002-07-23 Bradley Belladd some debugging output
2002-07-23 Bradley Bellmake string explicitly writable
2002-07-22 Bradley Bellenable mveplay audio
2002-07-22 Bradley Bellinitial movie support
2002-01-18 Bradley BellMovie playing kludgey stuff