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

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