2007-10-11 |
dooglus | Add BEGIN_VALUENODES(), VALUENODE(), and END_VALUENODES... |
tree | commitdiff |
2007-10-11 |
dooglus | Default new random valuenodes to SMOOTH_CUBIC interpola... |
tree | commitdiff |
2007-10-11 |
dooglus | New source file for the 'random' valuenode. |
tree | commitdiff |
2007-10-11 |
dooglus | New header file for the 'random' valuenode. |
tree | commitdiff |
2007-10-11 |
dooglus | Tidying. |
tree | commitdiff |
2007-10-11 |
dooglus | Add the new 'random' valuenode. |
tree | commitdiff |
2007-10-11 |
dooglus | Add files for the new 'random' valuenode. |
tree | commitdiff |
2007-10-10 |
dooglus | Fix 1809480 (Zoom in beyond 8.75 in nested canvases... |
tree | commitdiff |
2007-10-10 |
dooglus | Use the ETL 'round_to_int' function rather than re... |
tree | commitdiff |
2007-10-10 |
dooglus | Use 'ftime' instead of 'f' as the floating point time... |
tree | commitdiff |
2007-10-10 |
dooglus | Run everything in the same thread. |
tree | commitdiff |
2007-10-10 |
dooglus | Use an enumeration type rather than unnamed integers... |
tree | commitdiff |
2007-10-10 |
dooglus | Small changes to make these files more similar to the... |
tree | commitdiff |
2007-10-10 |
dooglus | Updated svn revision number and date in NEWS files. |
tree | commitdiff |
2007-10-08 |
dooglus | Updated NEWS files. |
tree | commitdiff |
2007-10-07 |
dooglus | Use 'Fast Gaussian' instead of 'Gaussian' for blur... |
tree | commitdiff |
2007-10-07 |
dooglus | Typo. |
tree | commitdiff |
2007-10-07 |
dooglus | Fix a crash in the warp layer when the bounding_rect... |
tree | commitdiff |
2007-10-07 |
dooglus | Typo. |
tree | commitdiff |
2007-10-07 |
dooglus | Typo. |
tree | commitdiff |
2007-10-07 |
dooglus | Remove dups and clarify. |
tree | commitdiff |
2007-10-07 |
dooglus | Turned on the smoke. It uses the plant layer, which... |
tree | commitdiff |
2007-10-06 |
dooglus | Bump the required versions of ETL and synfig. |
tree | commitdiff |
2007-10-06 |
dooglus | Add my copyright to files I've modified. |
tree | commitdiff |
2007-10-06 |
dooglus | Bump the version numbers ready for the coming release. |
tree | commitdiff |
2007-10-06 |
dooglus | Set the default optimization level to be 2 now that... |
tree | commitdiff |
2007-10-05 |
dooglus | Updated to r843. |
tree | commitdiff |
2007-10-05 |
dooglus | Fix 1807709: radial blur doesn't render properly. ... |
tree | commitdiff |
2007-10-04 |
dooglus | Sorted by type, and added 'Time' to the list of accepta... |
tree | commitdiff |
2007-10-04 |
dooglus | Prevent warnings when compiling with optimization. |
tree | commitdiff |
2007-10-03 |
dooglus | Fix #1806852: sort PasteCanvas layers by z-depth even... |
tree | commitdiff |
2007-10-03 |
pabs | Apply 1805544: un/install the sifz examples properly... |
tree | commitdiff |
2007-10-03 |
dooglus | Revert r764. pxegeek on IRC reports: |
tree | commitdiff |
2007-10-03 |
dooglus | Make stdout quieter. |
tree | commitdiff |
2007-10-02 |
dooglus | Tidying. |
tree | commitdiff |
2007-10-02 |
dooglus | Commented the "Adjust for time" code in valuenode_anima... |
tree | commitdiff |
2007-10-02 |
dooglus | When the user moves a canvas' time slider, update the... |
tree | commitdiff |
2007-10-01 |
dooglus | Make the linear interpolation linear. See dooglus... |
tree | commitdiff |
2007-10-01 |
dooglus | Fix typos. |
tree | commitdiff |
2007-09-30 |
dooglus | Tidying. |
tree | commitdiff |
2007-09-30 |
dooglus | Made a note that type names shouldn't be translated. |
tree | commitdiff |
2007-09-29 |
dooglus | Prevent a crash (for example when moving the mouse... |
tree | commitdiff |
2007-09-28 |
dooglus | Fixed a typo in the last commit. |
tree | commitdiff |
2007-09-28 |
dooglus | Refine the bounding rectangles for 'Vertical Bar' and... |
tree | commitdiff |
2007-09-28 |
dooglus | Add Rect::horizontal_strip() and Rect::vertical_strip... |
tree | commitdiff |
2007-09-28 |
dooglus | Use std::min and std::max rather than my ad-hoc #defines. |
tree | commitdiff |
2007-09-28 |
dooglus | For the 'Range' convert type, when working with angles... |
tree | commitdiff |
2007-09-27 |
dooglus | Remove some debugging code I left in accidentally some... |
tree | commitdiff |
2007-09-27 |
dooglus | Fixed a typo in the previous commit. |
tree | commitdiff |
2007-09-27 |
dooglus | Allow the 'subtract' convert type to work with times. |
tree | commitdiff |
2007-09-27 |
dooglus | Allow the 'add' convert type to work with times. |
tree | commitdiff |
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 |
next |