]> icculus.org git repositories - divverent/darkplaces.git/history - cl_gecko.c
add -lwinmm to win32 sdl
[divverent/darkplaces.git] / cl_gecko.c
2010-01-31 havocfix a bunch of warnings
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-24 havocchange a few WIN64 checks to _WIN64 (which actually...
2009-12-21 havocremoved r_precachetextures cvar
2009-12-21 havocadded gl_nopartialtextureupdates cvar which disables...
2009-12-07 havocmdl skin loading is now more memory-efficient (now...
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-01-28 divverentmake DP compile with C++ again
2008-06-17 havocchanged a number of sprintf's to dpsnprintf and removed...
2008-02-04 havochuge audit of dprints throughout engine, all notices...
2008-01-27 blackPass the name of the instance to Gecko_Query, too.
2008-01-22 resGecko: added ability to call back into a QC entry point...
2008-01-22 divverentI really prefer code that actually compiles...
2008-01-22 resUpdate OffscreenGecko headers again
2008-01-22 resNew OffscreenGecko scripting stuff
2008-01-18 resRemoved passing machine type from the makefile to the...
2008-01-17 havochush unitialized warnings
2008-01-16 resset eol-style property
2008-01-16 resGecko: add a platform-specific search path for XULrunne...
2008-01-16 resGCC warning fixes
2008-01-16 resGecko: load OffscreenGecko dynamically
2008-01-05 havocadded an optimization note (should be tracking number...
2008-01-04 resMade gecko bindings a bit more chatty in developer...
2007-12-28 resgecko:
2007-12-18 resGecko: set a profile path
2007-12-14 blackMove the code around a bit in cl_gecko and add the...
2007-12-12 resGecko: forward mouse wheel input
2007-12-12 resGecko resizing support
2007-12-10 blackMeh, stupid bug in cl_gecko. Sorry about that :-(
2007-12-06 blackFix a bug - tbh I dont understand why the other menu...
2007-12-06 blackRemove unused MP_Fallback from menu.c.
2007-12-05 resLazily initialize Gecko - saves initialization when...
2007-12-02 black"Finish" cl_gecko.c (input handling is done now, too...
2007-11-29 blackAdd TEXF_PERSISTENT and R_PurgeTexture which only frees...
2007-11-27 sajtI believe this is what you meant... by the way, you...
2007-11-27 blackUse BGRA >_>
2007-11-27 blackRework cl_video to use dyntextures.