Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks to Adam Jackson for pointing it out.
|
|
|
|
|
|
|
|
|
|
|
|
Windows/DOS users should enable core.autocrlf from now on:
git config --global core.autocrlf true
|
|
Windows/DOS users should enable core.autocrlf from now on.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only set front material colors to make it noticable if front/back-face
determination is incorrect anywhere.
|
|
|
|
|
|
Also, asst. clean-ups.
|
|
It looks like Windows does not like filenames ending with a dot,
in effect renaming it to 'mms-config'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Many of the directories in progs/ were missing .gitignore files or
were tracking generated files. This patch is basically the process of
running `make' in each directory and then finding the untracked files
with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing
files were also sorted.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Explicitly store the modelview matrix and projection matrix used when the
shadow map is created. These matrices only need be updated when
RenderShadowMap is called. Previously, slightly different code was used to
draw and project the shadow map.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|