Commit graph

19 commits

Author SHA1 Message Date
gmiranda
f378cc2a2d Code clean.
Filtering is only applied in one place, when the texture is loaded (it was being applied in each loading function, i.e. LoadBMP).

I tried solving the dots problem of blurring, with no success.

git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@24 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-26 11:54:53 +00:00
gmiranda
b04cfb566a Output will be quake3-cel.exe (vector target).
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@23 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-26 11:52:56 +00:00
rutdaun
0109c81576 git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@22 db09e94b-7117-0410-a7e6-85ae5ff6e0e9 2006-07-23 20:10:37 +00:00
gmiranda
63c4ad4d41 Changed Kuwahara filter size to 10. The blur is applied after, not before. I think it gives the best look. Later, I will try a bigger window size.
The problem are sprites like buttons (next, play, ...). Thus, it would be nice to see if we can also differentiate from the rest of the models.

git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@21 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-20 18:57:13 +00:00
gmiranda
09a0d67e50 Variable primitives at function R_DrawCel(), file tr_shade.c was not declared at the beginning of the function. This strict C compiler wasn't happy :P
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@20 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-20 18:35:23 +00:00
gmiranda
195ee1fd6e Added CHANGES.txt.
Deleted unused variables in tr_image.c.

git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@19 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-20 18:29:32 +00:00
paied
8282d23195 Linux Makefile update
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@18 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-20 17:57:37 +00:00
paied
13742c7f2d cel outline updates + r_celoutline 0/1 non-cheat
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@17 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-20 17:52:37 +00:00
gmiranda
312d942064 Removed .DS_Store, Mac OS X
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@16 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-20 09:33:44 +00:00
gmiranda
446c1969ab Nothing important
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@15 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-20 08:40:08 +00:00
gmiranda
096de66320 Reverted macosx/Q3Controller.m to English, so the search for q3 files dialog is not so funny now :P
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@13 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-13 07:58:03 +00:00
gmiranda
56a9f90ff8 FS_Startup changed.
Custom message is now:
Guillermo & Jordi game
----------------------
Quake III Arena Cell Shading
visit http://q3cellshading.sf.net

git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@12 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-13 07:40:33 +00:00
gmiranda
a37ee874bd Say string reverted to English language.
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@11 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-13 07:36:21 +00:00
gmiranda
883c92fb5d There's even no need to restore depthrange state. Don't even touch it.
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@8 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-08 10:02:00 +00:00
gmiranda
0bd5b79001 Depth bug FIXED.
Code cleaned.
Cell shading code moved to void RB_StageIteratorGeneric( void ) [tr_shade.c].

:D:D:D:D:D:D:D:D

git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@7 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-08 09:52:41 +00:00
gmiranda
5f5dc500bc Little changes...
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@6 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-07 19:01:30 +00:00
gmiranda
bd2629a753 WhiteTexture algorithm revised.
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@5 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-07 11:30:33 +00:00
gmiranda
b5a218091b Code cleaning: proper function names.
Added r_celshadalgo variable, so you can choose which texture algorithm to use: 0=none, 1=kuwahara, 2=whiteTexture.

git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@4 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-07 10:42:50 +00:00
gmiranda
db8ca37fa3 Initial commit
git-svn-id: https://svn.code.sf.net/p/q3cellshading/code/trunk@2 db09e94b-7117-0410-a7e6-85ae5ff6e0e9
2006-07-05 14:05:49 +00:00