summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-29The Mash repo has movedHEADmasterNeil Roberts49-10762/+5
2011-03-04mash-model: Clear the MashLightSet on disposeNeil Roberts1-0/+2
2011-03-03Use the cogl_* names for the builtin GLSL variablesNeil Roberts7-25/+176
2011-03-03Rename MashLightBox to MashLightSet and make it no longer an actorNeil Roberts16-522/+739
2011-03-03Upgrade Clutter requirement to 1.5.10Neil Roberts1-1/+1
2011-03-02example/lights: Make the lights follow the cursorNeil Roberts1-0/+20
2011-03-02examples: Check the return value of clutter_initNeil Roberts2-2/+4
2010-10-13Replace TheMonkey model with SuzanneNeil Roberts4-2/+1022
2010-08-03Add Luca Bruno to the AUTHORS fileNeil Roberts1-0/+1
2010-08-03mash-data-loader: Provide a class for loading model files.Luca Bruno8-457/+958
2010-07-27Post release version bump to 0.1.1Neil Roberts1-1/+1
2010-07-27Release Mash 0.1.00.1.0Neil Roberts2-2/+6
2010-07-27rply: Guard against locales with different decimal point separatorsNeil Roberts1-4/+8
2010-07-27Update the READMENeil Roberts1-4/+7
2010-07-27mash-light: Minor documentation fixNeil Roberts1-1/+1
2010-07-25mash-light-box: Copy the texture coordinates in the vertex shaderNeil Roberts1-1/+6
2010-07-24mash-data: Add flags to negate axesNeil Roberts7-5/+70
2010-07-24docs: Add mash-enum-types.h to the list of ignored filesNeil Roberts1-0/+1
2010-07-24Fill in the READMENeil Roberts1-0/+42
2010-07-24Put the generated .pc file into DISTCLEANFILESNeil Roberts1-1/+5
2010-07-23Fix warnings about the material attribute functions with Clutter 1.3Neil Roberts1-4/+18
2010-07-23lights: Use different max shininess depending on Clutter versionNeil Roberts1-2/+15
2010-07-21Add a workaround for a GLSL bug in MesaNeil Roberts1-1/+5
2010-07-21configure: Check whether we need to link against -lmNeil Roberts1-0/+5
2010-07-21Define a version numbering system and use itNeil Roberts7-24/+77
2010-07-21Reduce the required gobject-introspection version to 0.6.1Neil Roberts1-1/+1
2010-07-19Fix the comment about checking for shader support in the gtk-docNeil Roberts1-1/+2
2010-07-19Add gtk-doc documentation for the lighting actorsNeil Roberts12-7/+627
2010-07-18Add an example program with controls to manipulate lightsNeil Roberts5-0/+592
2010-07-18mash-light: Remove the finalize and dispose methodsNeil Roberts1-21/+0
2010-07-18Implement spot lightsNeil Roberts2-14/+321
2010-07-18Move the code to upload a direction uniform to MashLightNeil Roberts3-62/+80
2010-07-18Implement directional lightsNeil Roberts1-18/+148
2010-07-18mash-point-light: Remove the finalize and dipose methodsNeil Roberts1-21/+0
2010-07-18mash-point-light: Implement the point light shaderNeil Roberts1-0/+142
2010-07-18MashPointLight: Add the attenuation propertiesNeil Roberts2-2/+253
2010-07-18mash-light-box: Generate the shader before paintNeil Roberts1-0/+135
2010-07-18mash-light: Add virtuals to generate the shader and update uniformsNeil Roberts2-18/+214
2010-07-18mash-light-box: Take a ClutterLayoutManager parameter in the constructorNeil Roberts2-5/+5
2010-07-18mash-light-box: Override the ClutterContainer add and remove methodsNeil Roberts1-2/+68
2010-07-18Add the common color properties to MashLightNeil Roberts2-2/+217
2010-07-18Throw a warning if a mash-light is not parented by a MashLightBoxNeil Roberts1-0/+21
2010-07-18Add stub actors for the lighting modelNeil Roberts12-2/+766
2010-07-16Rename Clutter PLY to MashNeil Roberts25-662/+662
2010-07-16clutter-ply: Add glib-mkenums support for the ClutterPlyDataError enumNeil Roberts7-2/+135
2010-07-16clutter-ply: Relicense from GPLv3 to LGPLv2.1Neil Roberts8-728/+558
2010-07-16clutter-ply: Add gobject-introspection dataNeil Roberts4-1/+140
2010-07-16clutter-ply-model: Add a 'fit-to-allocation' propertyNeil Roberts4-132/+287
2010-07-16clutter-ply-model: Use the extents of the model for the preferred sizeNeil Roberts1-1/+62
2010-07-16clutter-ply: Add initial gtk-doc documentationNeil Roberts6-0/+268