ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/MANIFEST
Revision: 1.14
Committed: Tue Jul 4 23:23:31 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.13: +6 -0 lines
Log Message:
Get rid of cairo completely (yay!) and of ft2 factually (still need the
library as it included pangofc), by introducing a custom pango opengl
renderer.

Text rendering now no longer requires the distinction between rgba and
grayscale modes, requires much less texture space and memory, and is
faster on accelerated hardware (and possibly with software rendering, too).

All at the cost of only 1200 lines or so.

File Contents

# User Rev Content
1 root 1.1 README
2     Changes
3     MANIFEST
4     COPYING
5     Makefile.PL
6 root 1.2 typemap
7 root 1.5
8 root 1.9 bin/cfplus
9 root 1.3 CFClient.pm
10     CFClient.xs
11 root 1.11 CFClient/Protocol.pm
12 root 1.10 CFClient/Texture.pm
13     CFClient/OpenGL.pm
14 root 1.4 CFClient/UI.pm
15 root 1.6 CFClient/MapWidget.pm
16 root 1.13 CFClient/BindingEditor.pm
17 root 1.7 glext.h
18 root 1.12 glfunc.h
19 root 1.5
20 root 1.14 texcache.c
21     pangoopengl.h
22     pango-font.c
23     pango-fontmap.c
24     pango-render.c
25    
26 root 1.8 resources/add_files_before_release
27 root 1.5
28 root 1.1 META.yml Module meta-data (added by MakeMaker)