]> git.tdb.fi Git - libs/gl.git/shortlog
libs/gl.git
2019-06-12 Mikko RasaUse mspdatatool to generate the builtin resources file
2019-06-12 Mikko RasaUse a type registry to manage postprocessor types for...
2019-06-11 Mikko RasaAdd overloads of keyframe uniform statements without...
2019-06-11 Mikko RasaFix a data corruption issue in mesh exporter
2019-06-11 Mikko RasaRemove an incorrect and unnecessary check in scene...
2019-06-11 Mikko RasaAdd an option to export all animations for all selected...
2019-06-11 Mikko RasaAdjust exported animation keyframes to start from zero...
2019-06-11 Mikko RasaAdd exporter for animations
2019-06-11 Mikko RasaAnimate only those components which are present in...
2019-06-11 Mikko RasaKeep track of which components have been set in Transform
2019-06-08 Mikko RasaFix a copypaste error in AnimationPlayer uniform settin...
2019-06-08 Mikko RasaFix the keyword of the uniform scaling statement in...
2019-06-08 Mikko RasaAdd getter for Animation::looping
2019-06-08 Mikko RasaMerge branch 'animation-rework'
2019-06-08 Mikko RasaAdd compatibility support for slope-based animation...
2019-06-08 Mikko RasaAdd a setter for KeyFrame uniforms
2019-06-08 Mikko RasaRefactor KeyFrame ownership management in Animation
2019-06-07 Mikko RasaUse bezier splines in Animation
2019-06-07 Mikko RasaMake animation curve creation more generic
2019-06-07 Mikko RasaDo not clear previous assignments on assignment to...
2019-06-07 Mikko RasaVisit the rest of an iteration statement in NodeRemover
2019-06-06 Mikko RasaAvoid some brain damage from Windows headers
2019-06-05 Mikko RasaReimplement Animation using splines
2019-06-04 Mikko RasaCheck for armature mismatches in Animation
2019-06-04 Mikko RasaStore a Transform in keyframes instead of a Matrix
2019-06-04 Mikko RasaAdd more public methods to Transform
2019-06-04 Mikko RasaExport world transforms for scene objects
2019-06-04 Mikko RasaUse transform blocks to specify object transforms in...
2019-06-04 Mikko RasaMove transform loading to ObjectInstance
2019-06-04 Mikko RasaAdd a class to unify loading coordinate transforms
2019-06-04 Mikko RasaDo not use the srgb flag for textures that explicitly...
2019-06-03 Mikko RasaUpdate deprecated things
2019-06-01 Mikko RasaBetter naming algorithm for objects in scene export
2019-05-31 Mikko RasaAdd getters for RenderTarget width and height
2019-05-30 Mikko RasaFix a texture data indexing bug in AmbientOcclusion
2019-05-29 Mikko RasaRecognize displacement map textures when exporting
2019-05-29 Mikko RasaAlways export texture data inline if there's no image...
2019-05-28 Mikko RasaInline functions in variable initialization expressions
2019-05-26 Mikko RasaAdd an exporter for Blender cameras
2019-05-26 Mikko RasaMark datafile tokens as such
2019-05-25 Mikko RasaSupport while loops in GLSL
2019-05-25 Mikko RasaImprove formatting of an empty loop body
2019-05-25 Mikko RasaAllow removing the initialization statement of a for...
2019-05-25 Mikko RasaMake all components of a for loop optional
2019-05-25 Mikko RasaRemove an XXX because I no longer remember how to repro...
2019-05-25 Mikko RasaFix various issues with constant condition elimination
2019-05-24 Mikko RasaProcess MemberAccess nodes in FunctionInliner
2019-05-24 Mikko RasaCorrectly parse consecutive *s in a comment
2019-05-24 Mikko RasaDon't try to access a nonexistent return expression
2019-05-24 Mikko RasaRemove useless using declarations
2019-05-24 Mikko RasaDon't attempt to create a copy of null ProgramData
2019-05-24 Mikko RasaCopy the material slot of RenderPass
2019-05-24 Mikko RasaRemember the camera given to Renderer constructor
2019-05-24 Mikko RasaAdd OffscreenView class
2019-05-24 Mikko RasaSome cleanup for View and WindowView
2019-05-24 Mikko RasaAdd numberless versions of vertex array statements
2019-05-24 Mikko RasaAllow tagging objects in a scene file for retrieval...
2019-05-24 Mikko RasaTry to simplify object names when exporting a scene
2019-05-23 Mikko RasaFixes and improvements to exporting materials
2019-05-23 Mikko RasaAdd a missing file
2019-05-19 Mikko RasaSet texture format according to sRGB colorspace setting
2019-05-19 Mikko RasaImplement material maps for exporting objects with...
2019-05-19 Mikko RasaImprove texture unit assignment when exporting meshes
2019-05-18 Mikko RasaSome bugfixes to texture exporting
2019-05-18 Mikko RasaSimplify the resource separation options
2019-05-17 Mikko RasaUse filtering options from Blender texture
2019-05-17 Mikko RasaRefactor texture handling in the material exporter
2019-05-17 Mikko RasaMove material and texture export to their own classes
2019-05-16 Mikko RasaMake resource handling in the Blender exporter more...
2019-05-16 Mikko RasaRedesign file writing in the Blender exporter
2019-05-15 Mikko RasaCombine shared_mesh and shared_tech into a single option
2019-05-15 Mikko RasaTemporarily remove the material texture feature from...
2019-05-12 Mikko RasaOnly use texunit zero in exporter-generated techniques
2019-05-12 Mikko RasaSome cleanups to exporter code
2019-05-06 Mikko RasaFix some errors in the triangulation algorithm
2019-05-06 Mikko RasaRewrite triangle strip generation in the Blender exporter
2019-05-04 Mikko RasaExplicitly triangulate faces in the Blender exporter
2019-05-04 Mikko RasaAdd a bunch of comments to the Mesh class in the Blende...
2019-05-04 Mikko RasaRename some variable to be a bit clearer
2019-05-04 Mikko RasaSimplify the vertex splitting algorithm
2019-05-04 Mikko RasaMake the edge map transient
2019-05-04 Mikko RasaMore post-refactoring bugfixes
2019-05-04 Mikko RasaImprove progress reporting in the Blender exporter
2019-05-04 Mikko RasaRemove extraneous semicolons from Python code
2019-05-04 Mikko RasaFix some errors introduced in the refactoring
2019-05-03 Mikko RasaMajor rework of mesh handling in Blender exporter
2019-05-02 Mikko RasaRemove the external tech exporter property
2019-05-01 Mikko RasaRemove the compound property from exporter
2019-04-30 Mikko RasaMove most properties from exporters to the relevant...
2018-07-07 Mikko RasaAllow multiple character ranges in the makefont script
2018-07-07 Mikko RasaBe less eager to optimize constant conditions in loops
2018-07-05 Mikko RasaSupport the sample sampling qualifier
2018-07-05 Mikko RasaAdd a utility class for switching renderables
2018-07-04 Mikko RasaAllow RED and RG pixel formats in RenderTargetFormat
2018-07-03 Mikko RasaAdd support for GLSL interpolation qualifiers
2018-07-03 Mikko RasaRearrange GLSL qualifier parsing
2018-07-02 Mikko RasaHave Object provide an identity matrix from get_matrix
2018-07-02 Mikko RasaDisable mipmaps from various render target textures
2018-07-02 Mikko RasaAllow the maximum mipmap level of a texture to be specified
2018-07-02 Mikko RasaExplicitly define the number of mipmap levels in textures
next