]> git.xonotic.org Git - xonotic/darkplaces.git/history - model_alias.c
allow .psk models to be loaded without a corresponding .psa file
[xonotic/darkplaces.git] / model_alias.c
2011-10-29 havocallow .psk models to be loaded without a corresponding...
2011-10-17 havocfix more crashes to do with animscenes being NULL on...
2011-10-16 havocfix byte color handling in iqm loader
2011-10-16 havocfix two crashes that divVerent found and fixed but...
2011-10-16 havocfix crashes with last patch to model loaders
2011-10-16 havocallow iqm models without geometry
2011-10-01 eihrulbetter fix for skeletal no-bones case
2011-10-01 eihrulhandle no-bones case for skeletal animation
2011-09-26 havocfix issues with watershader on models, also now support...
2011-08-30 vortexOffsetmapping: new "Bias" parameter that sets a custom...
2011-08-14 havocfix a pile of issues with calling conventions on GLES2...
2011-07-31 eihrulremoving more memcpys from IQM loading
2011-07-31 eihrulIQM loading fixes and optimizations
2011-07-31 havocre-optimize the IQM model loader somewhat by not alloca...
2011-07-31 havocreworked iqm model loader to copy all data into allocat...
2011-07-23 eihrulhandle IQM models with no blend weights
2011-07-23 eihrultab formatting fix
2011-07-23 eihrulbuild static frame for IQM models with no animations
2011-06-30 havocfix offsetmapping without a q3 shader on Q1BSP and MDL
2011-06-23 havocfix model loading memory corruption errors related to
2011-06-01 eihruliqm version 1 compatibility
2011-06-01 eihrulsupport for version 2 of iqm
2011-06-01 eihrulUNMERGE! support for version 2 of iqm
2011-06-01 eihrulsupport for version 2 of iqm
2011-04-01 havocWGL client can now use DPSOFTRAST, added thread_win...
2011-02-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-01-29 divverentSquashed commit of the following:
2011-01-14 havocadded r_enableshadowvolumes cvar, this defaults to...
2011-01-14 havocadded r_enableshadowvolumes cvar, this defaults to...
2010-11-21 havocuse r_smoothnormals_areaweighting cvar on all calls...
2010-11-21 havocuse r_smoothnormals_areaweighting cvar on all calls...
2010-11-19 divverentdeveloper_extra: also spam some messages during model...
2010-11-17 divverentdeveloper_extra: also spam some messages during model...
2010-10-18 divverentfix a Mem_Free(NULL) warning
2010-10-18 divverentfix a Mem_Free(NULL) warning
2010-10-08 divverentSSE patch by kyre, with runtime CPU detection and a...
2010-10-08 divverentSSE patch by kyre, with runtime CPU detection and a...
2010-09-16 divverentadd a TraceBrush function to all model types, and imple...
2010-09-14 divverentadd a TraceBrush function to all model types, and imple...
2010-08-10 divverentMod_BuildAliasSkinsFromSkinFile: strip image extension
2010-08-09 divverentMod_BuildAliasSkinsFromSkinFile: strip image extension
2010-06-29 divverentspeed up decal creation in newdecalsystem by using...
2010-06-29 divverentspeed up decal creation in newdecalsystem by using...
2010-06-05 eihruliqmbounds loading fix
2010-06-05 eihrulsanity checking of most header offsets/sizes in IQM
2010-06-01 eihruliqmbounds loading fix
2010-06-01 eihrulsanity checking of most header offsets/sizes in IQM
2010-05-21 divverentfix a wrong mempool use in Mod_Alias_AnimateVertices...
2010-05-21 divverentfix a wrong mempool use in Mod_Alias_AnimateVertices...
2010-04-30 eihrulfix IQM format to use relative base pose
2010-04-30 eihrulunused IQM scaling
2010-04-30 eihrulIQM loading animation frames fix
2010-04-21 eihrulfix IQM format to use relative base pose
2010-04-15 eihrulunused IQM scaling
2010-04-12 eihrulIQM loading animation frames fix
2010-04-08 eihrulmake IQM loading import animation sequences rather...
2010-04-07 eihrulmake IQM loading import animation sequences rather...
2010-03-20 divverentmodeldecompile: also write a framegroups file if possible
2010-03-20 eihrulmade IQM framerate a float
2010-03-20 eihrulIQM base pose cleanups
2010-03-20 eihrulmore IQM loading fixes
2010-03-20 eihrulmisc IQM loading fixes
2010-03-20 eihruladded per frame bounds to IQM format
2010-03-20 eihrulbuild IQM inverse base pose from joints if necessary
2010-03-20 eihrulexperimental IQM model format support
2010-03-13 divverentmodeldecompile: also write a framegroups file if possible
2010-03-13 eihrulmade IQM framerate a float
2010-03-08 eihrulIQM base pose cleanups
2010-03-08 eihrulmore IQM loading fixes
2010-03-08 eihrulmisc IQM loading fixes
2010-03-08 eihruladded per frame bounds to IQM format
2010-03-07 eihrulbuild IQM inverse base pose from joints if necessary
2010-03-07 eihrulexperimental IQM model format support
2010-02-26 vortexOffsetmapping now could be customized on per-texture...
2010-02-22 havocmove RESTRICT keyword define to qtypes.h and add it...
2010-02-22 havocset supercontents and surfaceflags on models not using...
2010-02-22 havocadded mod_q1bsp_polygoncollisions cvar (off by default...
2010-02-22 eihrulstore blend weights as unsigned char data
2010-02-22 eihruldon't use dummy entries for single-bone blend palette...
2010-02-22 havocfix unaligned memory access crash on skeletal models...
2010-02-22 eihrulfix missing restrict keyword
2010-02-21 vortexOffsetmapping now could be customized on per-texture...
2010-02-18 havocmove RESTRICT keyword define to qtypes.h and add it...
2010-02-18 havocset supercontents and surfaceflags on models not using...
2010-02-17 havocadded mod_q1bsp_polygoncollisions cvar (off by default...
2010-02-17 eihrulstore blend weights as unsigned char data
2010-02-17 eihruldon't use dummy entries for single-bone blend palette...
2010-02-17 havocfix unaligned memory access crash on skeletal models...
2010-02-10 eihrulfix missing restrict keyword
2010-02-06 eihrulfaster skeletal animation based on blend-palettes
2010-02-04 eihrulfaster skeletal animation based on blend-palettes
2010-02-01 havocfix a bunch of warnings
2010-01-31 havocfix a bunch of warnings
2010-01-11 eihruloptimized pose math to not use intermediate matrix
2010-01-11 havocfix model scaling on old zym and dpm files where the...
2010-01-11 havocredesigned skeletal model animation bone pose format...
2010-01-11 eihruloptimized pose math to not use intermediate matrix
2010-01-09 havocfix model scaling on old zym and dpm files where the...
2010-01-09 havocredesigned skeletal model animation bone pose format...
2010-01-06 Rudolf Polzerimplemented obj model loading
next