caryoscelus 740332129d Rewrite ColorMix node to use new node system 7 years ago
..
renderable cf14f217f7 Split color.h into color/{color,mix}.h 7 years ago
animated.cpp c79717f6da Remove AbstractAnimated that is no longer used 7 years ago
audio.cpp b36c4e8da5 Introduce abstract Audio type 7 years ago
average.cpp 6e2f649d03 WeightedAverage node 7 years ago
circle.cpp 7fc852b082 Add some node docstrings 7 years ago
color.cpp cf14f217f7 Split color.h into color/{color,mix}.h 7 years ago
color_mix.cpp 740332129d Rewrite ColorMix node to use new node system 7 years ago
color_string.cpp cf14f217f7 Split color.h into color/{color,mix}.h 7 years ago
compare.cpp b126276989 Fix Equal node type 7 years ago
conditional.cpp e4d2d06326 IfElse node 7 years ago
dynamic_node.cpp 3f441190ca Introduce TypeConstraint 7 years ago
extract_coord.cpp 6e9cc2a375 ExtractCoord: doc string & code style 7 years ago
file_string.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
follow_path.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
format_number.cpp fb4c15a727 Generic FormatNumber and FormatReal instance 7 years ago
format_string.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
frame.cpp 8d68feb926 get_primitive_type_name helper 7 years ago
frame_list.cpp 9016b5f45e Frame-related refactoring 7 years ago
interpolate.cpp 3c2bbb01bc Interpolate node: support set_source 7 years ago
knot.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
knot_list.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
linear.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
list.cpp f994f47651 Re-import clamp and use it in list.cpp for compatibility 7 years ago
math.cpp 13379d68a5 Remove non-generic Add nodes 7 years ago
morph.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
operators.cpp 7641b39ab5 Operators node template using new node system 7 years ago
path_xy.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
point_xy.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
random.cpp d12a7e1225 More compatibility with old compilers 7 years ago
rectangle.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
rotate.cpp 78612363bf New rotate/scale/translate nodes use Transform type 7 years ago
scale.cpp cb307d12dd Scale node: origin 7 years ago
shading.cpp 032b03cfcc Introduce Shading type 7 years ago
split_string.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago
time.cpp 1f9a7097e9 AtTime node 7 years ago
time_list.cpp 0e98789252 Move time_period.h to period.h and related changes 7 years ago
time_period.cpp 0e98789252 Move time_period.h to period.h and related changes 7 years ago
to_string.cpp 2bef2579b5 New node system: default values, PROPERTY macro 7 years ago
translate.cpp 78612363bf New rotate/scale/translate nodes use Transform type 7 years ago
truncate.cpp 4ef5eb953d Re-import common types from `std` & `boost` into `rainynite` ns 7 years ago