]> icculus.org git repositories - divverent/darkplaces.git/history - pr_cmds.c
optimized surface rendering to surface->groupmesh->data_* array pointers directly...
[divverent/darkplaces.git] / pr_cmds.c
2005-04-04 havocoptimized surface rendering to surface->groupmesh-...
2005-04-03 molivierAdded Quake 2 sprite support (.sp2 files). Added the...
2005-03-28 havocchanged surface->mesh to surface->groupmesh and added...
2005-03-27 havocimplemented tag attachments on skeletal .zym models...
2005-03-09 havoccl_capturevideo_raw* modes now use O_NONBLOCKING file...
2005-03-07 havocmerged q3msurface_t into msurface_t
2005-03-06 havoca major rename - instead of q1bsp code having surf...
2005-03-06 havoceliminated surf->poly_* fields and cleaned up Mod_LoadF...
2005-02-04 havocimplemented DP_CON_STARTMAP extension which defines...
2005-01-25 havocremoved obsolete FS_Close call in LoadGame
2005-01-25 havocnow supports Mac and Windows newlines everywhere
2005-01-03 tomazCleaned up alot more memory leaks. (still get 720 leaks...
2004-12-17 havocremoved dangerous filename checks from FRIK_FILE code
2004-12-02 blackIve done three todo items:
2004-12-01 havocimplemented PRYDON_CLIENTCURSOR extension (clientside...
2004-11-25 havocchanged lhrandom to use the full RAND_MAX limit (more...
2004-11-12 havocadded DP_SV_BOTCLIENT extension
2004-11-12 havocmore preparation for DP_SV_BOTCLIENT, removed a number...
2004-11-10 havocVorteX has fixed gettaginfo to work as advertised ...
2004-10-30 havocadded DP_SV_CLIENTCOLORS and DP_SV_CLIENTNAME extension...
2004-10-30 havocadded DP_SV_PING, DP_SV_PUNCHVECTOR, DP_SND_FAKETRACKS...
2004-10-30 havocadded DP_CON_SET and DP_CON_SETA extensions
2004-10-23 havocadded DP_SV_DROPCLIENT extension
2004-10-23 havocremoved number field from client_t struct as it seemed...
2004-10-21 havocVorteX fixed the "circle bug" in his SV_GetTagMatrix...
2004-10-20 havocfix problems with losing colors on connect and leaving...
2004-10-17 havocadded DP_QC_GETTAGINFO extension (thanks VorteX!)
2004-10-16 havocadded reporting of what model is unprecached in no...
2004-10-15 havocadded DP_LITSPRITES extension string
2004-10-09 havocadded SV_EntitiesInBox function to find entities within...
2004-10-02 havocfix cvar_string to check if the cvar exists
2004-09-28 havocimplemented DP_EF_NODEPTHTEST extension
2004-09-21 havocmade quakec stuffed quake1 protocol entities work along...
2004-09-21 havoccorrected name of NXQ_GFX_LETTERBOX (it was misnamed...
2004-09-20 havocadded PXQ_GFX_LETTERBOX extension
2004-09-17 havocadded set (create/set a cvar) and seta (create/set...
2004-09-17 havocanother round angles to int bug (this time in PF_vectoyaw)
2004-09-17 havocfix stupid quake precision problem with PF_vectoangles...
2004-09-14 havocPROTOCOL_DARKPLACES5
2004-09-07 tomazReverting the DP_MOVETYPEWALK_NONCLIENTS commit.
2004-09-07 tomazAdded an extension to indicate that MOVETYPE_WALK works...
2004-09-06 blackFixed fgets (before it has been ignoring the line that...
2004-09-03 havoczym models are now loaded into the same structs as...
2004-09-01 havocadded DP_QC_FINDFLAGS and DP_QC_FINDCHAINFLAGS extensions
2004-08-26 havocfixed te_explosion2 prototype in comment to include...
2004-08-25 havocMem_AllocPool flags and parent parameters added, now...
2004-08-08 tomazFixed the missing colorlength param on te_explosion2
2004-08-06 havocadded DP_QC_MULTIPLETEMPSTRINGS extension (thanks to...
2004-07-22 molivierAdded 3 new QuakeC extensions: DP_SND_DIRECTIONLESSATTN...
2004-05-17 havoccleaned up PF_fopen filename rejection, now rejects...
2004-05-17 havocTomaz patch to fopen builtin which now tries to read...
2004-04-14 havocrenamed model->numsurfaces to model->nummodelsurfaces
2004-03-10 havocsorted extension list again
2004-03-10 havocadded DP_SV_ROTATINGBMODEL extension to list
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-25 havocenable MOVE_ values on PF_tracebox (already enabled...
2004-02-21 havocmoved light matrix generation out of the render code...
2004-02-06 havocrewrote PF_tokenize to not use memory allocations
2004-02-02 havocchanged a lot of progs errors to warnings, and it print...
2003-12-16 havocadded cvar_string extension at the request of Paul...
2003-12-07 blackAdded qc fs search functions, so the qcs can easily...
2003-12-07 havocadded DP_LITSUPPORT extension
2003-11-12 havocmake quake completable again (killtarget problem with...
2003-11-08 havoccheck for many invalid attempts to modify entities...
2003-10-16 havochandle one error condition I forgot to code in PF_setat...
2003-10-11 havocadded DP_QC_TRACE_MOVETYPE_HITMODEL extension (and...
2003-08-31 havocfixed a couple stupid bugs
2003-08-31 havocnow uses string buffers more sanely and supports multip...
2003-08-30 havocreverted the massive svs.connectedclients change, now...
2003-08-24 havocno more uses of %g in printf as it tends to lose precis...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-08-14 havocq3bsp is still not working yet, but getting closer
2003-08-13 havocno time to explain, more changes on the path to q3bsp...
2003-08-13 havocmore hackish cleanups of PVS stuff, now decompresses...
2003-08-10 havocmoved RecursiveLightPoint code to model_brush.c (model...
2003-08-07 havocfix a warning
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-31 havoccorrected a few LittleLongs to LittleFloat in md3 loadi...
2003-07-28 havocfix setattachment (it was setting tag_index to i, shoul...
2003-07-25 havocadded DP_GFX_SKINFILES and DP_GFX_QUAKE3MODELTAGS exten...
2003-07-24 havocmd3 tag attachments (implemented but untested), also...
2003-07-19 havocadded SV_PointContents
2003-07-17 havocmoved all type-specific model fields to respective...
2003-07-12 havocadded GL_HALFLIFE_MAP_CVAR extension to list (the cvar...
2003-07-12 havocadded DP_GFX_EXTERNALTEXTURES extension to list
2003-07-08 havocredesigned much of PF_VarString to clean it up (shorter...
2003-07-06 havocallow traceline to take unusual values for nomonsters...
2003-07-02 havocchanged brush model API - now uses function pointers...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-06-07 havocKRIMZON_SV_PARSECLIENTCOMMAND extension (untested curre...
2003-05-16 havocadded DP_GFX_SKYBOX and DP_CL_LOADSKY extensions
2003-04-26 havocreverted dynamic allocation of sv.edicts because there...
2003-04-25 havocsv.edicts (and related things) are now dynamically...
2003-04-14 havocadded some extensions I forgot to put in the list before
2003-04-08 havocadded DP_QUAKE3_MODEL extension (thanks to Elric for...
2003-04-02 havoccleaned up pr_builtins array (now uses NULL instead...
2003-03-31 havocQSG_FILE removed because some mods use the old builtin...
2003-03-27 havocadded FRIK_FILE (aka QSG_FILE) extension, this brings...
2003-02-20 havocnow counts (very approximate) cost of builtin functions...
2003-01-22 havocremoved allsolid check from droptofloor
next