This website requires JavaScript.
Explore
Help
Sign In
josh
/
fart
Watch
1
Star
0
Fork
0
You've already forked fart
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fart
/
parser
History
Josh Holtrop
5590c533ce
Fixed boolean objects to determine if rays start inside or outside the boolean; changed constructors to accept a list of shapes instead of just two shapes; changed parser to accept any number of top-level shapes inside of a boolean shape block; changed scenes/die.fart to reflect this change (a drastic simplification)
...
git-svn-id: svn://anubis/fart/trunk@215 7f9b0f55-74a9-4bce-be96-3c2cd072584d
2009-03-15 19:51:21 +00:00
..
Makefile
updated Makefiles to not print the "*.dep: No such file or directory" warnings
2009-03-10 01:54:23 +00:00
nodes.cc
fixed a few compiler warnings, have a few more to go
2009-02-16 21:06:19 +00:00
nodes.h
added maximum depth command-line argument (-d) and scene option (max_depth); prettified elapsed time output when greater than 60 seconds
2009-03-10 00:01:21 +00:00
parser.h
made parsed_scene_node static to parser, parse() returns refptr<Node> now
2009-02-17 23:31:19 +00:00
parser.lex
added maximum depth command-line argument (-d) and scene option (max_depth); prettified elapsed time output when greater than 60 seconds
2009-03-10 00:01:21 +00:00
parser.yy
Fixed boolean objects to determine if rays start inside or outside the boolean; changed constructors to accept a list of shapes instead of just two shapes; changed parser to accept any number of top-level shapes inside of a boolean shape block; changed scenes/die.fart to reflect this change (a drastic simplification)
2009-03-15 19:51:21 +00:00
preparser.cc
updated parser to compile again, still have non-virtual destructor compiler warnings
2009-02-16 20:51:59 +00:00