2007-09-27 |
dooglus | Allow the 'range' convert type to work with 'time'... |
tree | commitdiff |
2007-09-27 |
dooglus | Add the 'range' convert type, for limiting a parameter... |
tree | commitdiff |
2007-09-27 |
dooglus | vector.h was assuming that its members would be laid... |
tree | commitdiff |
2007-09-27 |
dooglus | Fix 1509627: Work around a bug in gcc 4.1.2 and earlier... |
tree | commitdiff |
2007-09-27 |
dooglus | Use the http svn repository, not https, because using... |
tree | commitdiff |
2007-09-27 |
dooglus | Stop the 'warning: underquoted definition of ...' warni... |
tree | commitdiff |
2007-09-26 |
dooglus | Reorder the members to avoid warnings. |
tree | commitdiff |
2007-09-26 |
dooglus | The line "SR1=SR2=SR3=typename T::value_type();" in... |
tree | commitdiff |
2007-09-26 |
dooglus | Add some extra console output while closing down. |
tree | commitdiff |
2007-09-26 |
dooglus | Uncommented the line that stops the module subsystem... |
tree | commitdiff |
2007-09-25 |
dooglus | Tidying. |
tree | commitdiff |
2007-09-25 |
dooglus | Move the gamma_in and gamma_out macros into "color.h". |
tree | commitdiff |
2007-09-24 |
dooglus | Fix 1800783: "motion blur doesn't work on encapsulated... |
tree | commitdiff |
2007-09-24 |
dooglus | Fix 1800783: "motion blur doesn't work on encapsulated... |
tree | commitdiff |
2007-09-24 |
dooglus | Nearly fix 1800783. Don't freeze dynamic parameters... |
tree | commitdiff |
2007-09-24 |
dooglus | Remove an unused prototype. |
tree | commitdiff |
2007-09-23 |
dooglus | Allow the 'BLine Tangent' to be used to convert angles... |
tree | commitdiff |
2007-09-23 |
dooglus | Implemented feature request [ 1781903 ] make vertices... |
tree | commitdiff |
2007-09-23 |
dooglus | Oops. Fixed a silly copy/paste error. |
tree | commitdiff |
2007-09-23 |
dooglus | Added a new valuenode conversion type called 'Add'... |
tree | commitdiff |
2007-09-22 |
dooglus | Fixed a typo. |
tree | commitdiff |
2007-09-22 |
dooglus | Fixed a few typos. |
tree | commitdiff |
2007-09-22 |
dooglus | Added a new valuenode type for real values: 'Exponent... |
tree | commitdiff |
2007-09-22 |
dooglus | Fix 1800126. Use a loose_handle instead of a handle... |
tree | commitdiff |
2007-09-21 |
dooglus | Fix 1368694. You can now add layers to groups and... |
tree | commitdiff |
2007-09-20 |
dooglus | Rename the 'Import' layer to 'Import Image' to hint... |
tree | commitdiff |
2007-09-19 |
dooglus | Brought up to date. |
tree | commitdiff |
2007-09-19 |
dooglus | Revision 678 included <iostream> in color.h. This... |
tree | commitdiff |
2007-09-18 |
dooglus | Fix to allow the 'scale' valuenode be used with integers. |
tree | commitdiff |
2007-09-18 |
dooglus | Fix 1797488: use set_link() rather than modifying the... |
tree | commitdiff |
2007-09-18 |
dooglus | Initialise a sine valuenode from its parent. |
tree | commitdiff |
2007-09-18 |
dooglus | Header file change to go with the last commit. |
tree | commitdiff |
2007-09-18 |
dooglus | Initialise 'scale' valuenodes when converting, rather... |
tree | commitdiff |
2007-09-18 |
dooglus | Initialise subtract valuenodes from the value they... |
tree | commitdiff |
2007-09-18 |
dooglus | Round integers towards zero in linear convert type. |
tree | commitdiff |
2007-09-18 |
dooglus | Use a switch statement in the operator() like the other... |
tree | commitdiff |
2007-09-18 |
dooglus | Round integer subtraction convertions to the nearest... |
tree | commitdiff |
2007-09-18 |
dooglus | Fix a crash when converting an integer type to 'subtract'. |
tree | commitdiff |
2007-09-18 |
dooglus | Renaming the PasteCanvas layer in r705 missed the other... |
tree | commitdiff |
2007-09-18 |
dooglus | Revert r590. Use the same names for PasteCanvas, Solid... |
tree | commitdiff |
2007-09-18 |
dooglus | Removed unused members/prototypes. |
tree | commitdiff |
2007-09-17 |
dooglus | Replaced the whitespace that I removed in r467. Now... |
tree | commitdiff |
2007-09-17 |
dooglus | Compressed .sif files to .sifz to save space. |
tree | commitdiff |
2007-09-17 |
dooglus | Compressed .sif to .sifz to save space. |
tree | commitdiff |
2007-09-17 |
dooglus | Use compression when saving as a .sifz file. |
tree | commitdiff |
2007-09-17 |
dooglus | Oops. TCB is called "auto" in the SIF file. |
tree | commitdiff |
2007-09-17 |
dooglus | Fix 1778930: TCB is the default waypoint type except... |
tree | commitdiff |
2007-09-17 |
dooglus | Tidying up a little. |
tree | commitdiff |
2007-09-17 |
dooglus | Typos. |
tree | commitdiff |
2007-09-17 |
dooglus | Fix 1796068: when a valuenode changes, ValueNode::on_ch... |
tree | commitdiff |
2007-09-17 |
dooglus | Fix a copy-paste typo when applying the 'scale' convert... |
tree | commitdiff |
2007-09-16 |
dooglus | Fix 1795922: loadcanvas.cpp was special-casing subtract... |
tree | commitdiff |
2007-09-16 |
dooglus | Fix 1795913. Subtract now works with colors. |
tree | commitdiff |
2007-09-16 |
dooglus | Rearranged a bit so I can see what's missing. |
tree | commitdiff |
2007-09-16 |
dooglus | Fix 1795802: Fixed a crash in the animated gradient... |
tree | commitdiff |
2007-09-16 |
dooglus | Multiplying a gradient by zero empties it. |
tree | commitdiff |
2007-09-15 |
dooglus | Fix 1568818: Animate gradients. |
tree | commitdiff |
2007-09-15 |
dooglus | Partially fix 1568818: Define mathematical operators... |
tree | commitdiff |
2007-09-15 |
dooglus | Partially fix 1568818: Declare mathematical operators... |
tree | commitdiff |
2007-09-15 |
dooglus | I'm told that it's a bad idea to inherit from std:... |
tree | commitdiff |
2007-09-14 |
dooglus | Fix 1794374 for 'gradient rotate' valuenodes. |
tree | commitdiff |
2007-09-14 |
dooglus | Fix 1794374 for 'repeat gradient' valuenodes. |
tree | commitdiff |
2007-09-13 |
dooglus | Allow the user to specify the start and end colors... |
tree | commitdiff |
2007-09-13 |
dooglus | Add a new type of valuenode conversion for gradients... |
tree | commitdiff |
2007-09-13 |
dooglus | Spelling corrections. |
tree | commitdiff |
2007-09-13 |
dooglus | When a curve gradient layer's bline is looped and perpe... |
tree | commitdiff |
2007-09-13 |
pabs | Add some changes to NEWS |
tree | commitdiff |
2007-09-12 |
dooglus | Since the last change will require a recompilation... |
tree | commitdiff |
2007-09-12 |
dooglus | Fix 1792063: problem with curve gradients when a vertex... |
tree | commitdiff |
2007-09-12 |
dooglus | Reinstate the -Wno-unused-parameter flag, because when... |
tree | commitdiff |
2007-09-11 |
dooglus | Added a few comments. |
tree | commitdiff |
2007-09-10 |
dooglus | Move the 'Simple Text' into the 'Other' menu, rather... |
tree | commitdiff |
2007-09-10 |
dooglus | Rearranged "if (!x) a; else b;" to "if (x) b; else... |
tree | commitdiff |
2007-09-10 |
dooglus | Show basic motion blur even in the workarea display... |
tree | commitdiff |
2007-09-10 |
dooglus | Added a comment about the strange fudge factor in the... |
tree | commitdiff |
2007-09-10 |
dooglus | Default the plant layer's Perpendicular Velocity to... |
tree | commitdiff |
2007-09-09 |
dooglus | Time Plant::sync(). Display timing information if... |
tree | commitdiff |
2007-09-09 |
dooglus | In the plant layer, don't stunt growth at all when... |
tree | commitdiff |
2007-09-09 |
dooglus | Partially fix 1790903: Fixed the problem with the plant... |
tree | commitdiff |
2007-09-09 |
dooglus | Added a new parameter to the plant layer, "Perpendicula... |
tree | commitdiff |
2007-09-08 |
dooglus | Show 'info' messages during the sync()ing of large... |
tree | commitdiff |
2007-09-08 |
dooglus | Spread the sprouts out evenly along each bline. Previo... |
tree | commitdiff |
2007-09-08 |
dooglus | Don't keep trying to sync() a plant layer if its bline... |
tree | commitdiff |
2007-09-08 |
dooglus | Plant::sync() doesn't need to be public. |
tree | commitdiff |
2007-09-08 |
dooglus | Added a comment questioning one of the Random::operator... |
tree | commitdiff |
2007-09-08 |
dooglus | Use an enumeration type rather than unnamed integers... |
tree | commitdiff |
2007-09-08 |
dooglus | Put a mutex around Plant::sync() to stop 2 threads... |
tree | commitdiff |
2007-09-08 |
dooglus | Remove the -Wno-unused-parameter flag from the compile... |
tree | commitdiff |
2007-09-08 |
dooglus | Prevent compiler warnings about unused parameters. |
tree | commitdiff |
2007-09-07 |
dooglus | Removed unused parameters. |
tree | commitdiff |
2007-09-07 |
dooglus | Prevent a compiler warning. (variable 'mag' is used... |
tree | commitdiff |
2007-09-07 |
dooglus | Prevent a compiler warning. (variable mag is used... |
tree | commitdiff |
2007-09-07 |
dooglus | Fixed another instance of the bug which was causing... |
tree | commitdiff |
2007-09-07 |
dooglus | Tidying. |
tree | commitdiff |
2007-09-07 |
dooglus | Allow plant blines to have 2 points in them. Previousl... |
tree | commitdiff |
2007-09-07 |
dooglus | Fix the 'plant' layer. |
tree | commitdiff |
2007-09-07 |
dooglus | Prevent a warning from the compiler. It warns that... |
tree | commitdiff |
2007-09-06 |
dooglus | Tidying. |
tree | commitdiff |
2007-09-06 |
dooglus | Allow the 'linear' convert type to work with colors... |
tree | commitdiff |
2007-09-06 |
dooglus | Don't include unnecessary header files. |
tree | commitdiff |
next |