View | Details | Raw Unified | Return to bug 115139
Collapse All | Expand All

(-)clanlib/Makefile (-38 / +82 lines)
Lines 2-59 Link Here
2
# Date created:				10 May 2000
2
# Date created:				10 May 2000
3
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
3
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
4
#
4
#
5
# $Carpetsmoker: ports/devel/clanlib/Makefile,v 1.2 2007/07/22 00:53:05 carpetsmoker Exp $
5
# $FreeBSD: ports/devel/clanlib/Makefile,v 1.20 2007/07/28 12:27:19 miwi Exp $
6
# $FreeBSD: ports/devel/clanlib/Makefile,v 1.20 2007/07/28 12:27:19 miwi Exp $
6
#
7
#
7
8
8
PORTNAME=	clanlib
9
PORTNAME=	clanlib
9
PORTVERSION=	0.6.5.1
10
PORTVERSION=	0.8.0
10
PORTREVISION=	3
11
PORTEPOCH=	2
11
PORTEPOCH=	1
12
CATEGORIES=	devel
12
CATEGORIES=	devel
13
MASTER_SITES=	http://clanlib.org/download/legacy/ \
13
MASTER_SITES=	http://www.clanlib.org/download/releases-0.8/ \
14
		http://freebsd.nsu.ru/distfiles/
14
		http://www.carpetsmoker.net/distfiles/ \
15
DISTNAME=	ClanLib-${PORTVERSION:R}-${PORTVERSION:E}
15
		http://www.xs4all.nl/~tournoij/distfiles/
16
DISTNAME=	ClanLib-${PORTVERSION}
17
EXTRACT_SUFX=	.tgz
16
18
17
MAINTAINER=	ports@FreeBSD.org
19
MAINTAINER=	carpetsmoker@xs4all.nl
18
COMMENT=	Cross-platform game SDK
20
COMMENT=	Cross-platform game SDK
19
21
20
LIB_DEPENDS=	Hermes:${PORTSDIR}/graphics/Hermes \
22
LIB_DEPENDS=	jpeg.9:${PORTSDIR}/graphics/jpeg \
21
		jpeg:${PORTSDIR}/graphics/jpeg \
23
		png.5:${PORTSDIR}/graphics/png
22
		png:${PORTSDIR}/graphics/png \
23
		freetype:${PORTSDIR}/print/freetype2 \
24
		mikmod:${PORTSDIR}/audio/libmikmod \
25
		vorbis:${PORTSDIR}/audio/libvorbis
26
24
27
# conflicts with devel/clanlib-devel
25
WRKSRC=		${WRKDIR}/ClanLib-${PORTVERSION}
28
CONFLICTS=	clanlib-0.7.*
26
CPPFLAGS+=	-I${LOCALBASE}/include ${PTHREAD_CFLAGS}
27
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
28
USE_AUTOTOOLS=	libtool:15
29
GNU_CONFIGURE=	yes
30
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
31
CONFIGURE_ARGS=	--disable-clanJavaScript --disable-docs
32
USE_GMAKE=	yes
33
USE_XLIB=	yes
34
USE_GNOME=	gnomehack gnometarget pkgconfig
35
USE_LDCONFIG=	yes
29
36
30
WRKSRC=		${WRKDIR}/ClanLib-${PORTVERSION:R}
37
.include <bsd.port.pre.mk>
31
38
32
USE_XLIB=	yes
39
# Is this still true for 0.8? Removed until we've got some
40
# confirmation on this.
41
#.if ${ARCH} != "i386" && ${ARCH} != "amd64"
42
#BROKEN=		"Does not compile on !i386 and !amd64"
43
#.endif
44
45
.if ${OSVERSION} < 500032
46
BUILD_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
47
RUN_DEPENDS+=	${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport
48
CPPFLAGS+=	-I${LOCALBASE}/include/stlport
49
LDFLAGS+=	-lstlport_gcc
50
CFLAGS+=	-O0
51
.endif
52
53
.if defined(WITHOUT_SDL)
54
CONFIGURE_ARGS+=--disable-clanSDL
55
PLIST_SUB+=	SDL="@comment "
56
.else
57
USE_SDL=	gfx
58
CONFIGURE_ARGS+=--disable-sdltest
59
PLIST_SUB+=	SDL=""
60
.endif
61
62
.if defined(WITHOUT_OPENGL)
63
CONFIGURE_ARGS+=--disable-clanGL
64
PLIST_SUB+=	OPENGL="@comment "
65
.else
33
USE_GL=		yes
66
USE_GL=		yes
34
GNU_CONFIGURE=	yes
67
PLIST_SUB+=	OPENGL=""
35
USE_GMAKE=	yes
68
.endif
36
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
69
37
		LDFLAGS="-L${LOCALBASE}/lib"
70
.if defined(WITHOUT_MIKMOD)
38
CONFIGURE_ARGS=	--disable-directfb --disable-lua
71
CONFIGURE_ARGS+=--disable-clanMikMod
39
INSTALLS_SHLIB=	yes
72
PLIST_SUB+=	LIBMIKMOD="@comment "
40
73
.else
41
.if !defined(NOPORTDOCS)
74
LIB_DEPENDS+=	mikmod:${PORTSDIR}/audio/libmikmod
42
USE_PERL5_BUILD=	yes
75
PLIST_SUB+=	LIBMIKMOD=""
43
ALL_TARGET=	all docs
44
INSTALL_TARGET=	install docs_install
45
.endif
76
.endif
46
77
78
.if defined(WITHOUT_VORBIS)
79
CONFIGURE_ARGS+=--disable-clanVorbis
80
PLIST_SUB+=	LIBVORBIS="@comment "
81
.else
82
LIB_DEPENDS+=	vorbis:${PORTSDIR}/audio/libvorbis
83
PLIST_SUB+=	LIBVORBIS=""
84
.endif
85
86
pre-everything::
87
	@${ECHO_MSG} "ClanLib has the following tunables options:"
88
	@${ECHO_MSG} ""
89
	@${ECHO_MSG} "	WITHOUT_SDL=yes		Turns off SDL support"
90
	@${ECHO_MSG} "	WITHOUT_OPENGL=yes	Turns off OpenGL support"
91
	@${ECHO_MSG} "	WITHOUT_MIKMOD=yes	Turns off libmikmod support"
92
	@${ECHO_MSG} "	WITHOUT_VORBIS=yes	Turns off libvorbis support"
93
	@${ECHO_MSG} ""
94
47
post-patch:
95
post-patch:
48
	@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \
96
	@${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
49
		${WRKSRC}/Sources/TTF/font_ttf.cpp
97
		's|SDL/SDL|SDL|g'
50
	@${REINPLACE_CMD} -e 's|%%PTHREAD_CFLAGS%%|${PTHREAD_CFLAGS}|; s|%%PTHREAD_LIBS%%|${PTHREAD_LIBS}|' \
98
	@${REINPLACE_CMD} -e 's|(CLvoid)|()|' \
51
		${WRKSRC}/Setup/Unix/clanlib-config.in
99
		${WRKSRC}/Sources/API/GL/opengl_wrap.h
52
	@${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' \
100
	@${REINPLACE_CMD} -e 's|@perl_exec@|${PERL}|g' \
53
		${WRKSRC}/Documentation/FAQ.theme \
54
		${WRKSRC}/Documentation/Reference/pce2 \
55
		${WRKSRC}/Documentation/Utilities/transform.sh
56
	@${REINPLACE_CMD} -e 's|@perl_exec@|${PERL}|' \
57
		${WRKSRC}/Documentation/Utilities/webbuilder.pl.in
101
		${WRKSRC}/Documentation/Utilities/webbuilder.pl.in
58
102
59
.include <bsd.port.mk>
103
.include <bsd.port.post.mk>
(-)clanlib/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ClanLib-0.6.5-1.tar.gz) = 7115921953ef6fa45102c28622493650
1
MD5 (ClanLib-0.8.0.tgz) = 3e183a801a31f646b012db2d82f97ff3
2
SHA256 (ClanLib-0.6.5-1.tar.gz) = 62e16913423945475f3541fc97deaeb9b0f735b6c93c88725a6a771d5a882db5
2
SHA256 (ClanLib-0.8.0.tgz) = def9bdbb20ea740e005134a77def721e969e230740e67937cc3ac201033059e6
3
SIZE (ClanLib-0.6.5-1.tar.gz) = 2183097
3
SIZE (ClanLib-0.8.0.tgz) = 7527581
(-)clanlib/files/patch-Documentation::FAQ.theme (-8 lines)
Lines 1-8 Link Here
1
--- Documentation/FAQ.theme.orig	Thu Jan 22 15:35:29 2004
2
+++ Documentation/FAQ.theme	Thu Jan 22 15:35:39 2004
3
@@ -1,3 +1,5 @@
4
+#! %%PERL%%
5
+
6
 #
7
 # ClanSoft Documentation: FAQ theme,
8
 # Copyright (c) 1999 by Magnus Norddahl / ClanSoft & Kenneth Gangstoe.
(-)clanlib/files/patch-Documentation::Makefile.in (-28 lines)
Lines 1-28 Link Here
1
--- Documentation/Makefile.in.orig	Thu Jan 22 15:34:28 2004
2
+++ Documentation/Makefile.in	Thu Jan 22 15:51:08 2004
3
@@ -1,6 +1,4 @@
4
-prefix=@prefix@/share/
5
-
6
-HTML_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Documentation
7
+HTML_PREFIX = @prefix@/share/doc/clanlib
8
 
9
 all: faq
10
 	Utilities/webbuilder.pl documentation.theme index.xml
11
@@ -10,14 +8,15 @@
12
 #	cd Tutorial; make
13
 
14
 faq:
15
-	perl FAQ.theme
16
+	chmod +x FAQ.theme
17
+	./FAQ.theme
18
 
19
 install:
20
 	@install -d $(HTML_PREFIX)
21
 	@install -d $(HTML_PREFIX)/Images
22
 	@install -m 0644 Images/*.gif $(HTML_PREFIX)/Images
23
 	@install -m 0644 *.html $(HTML_PREFIX)
24
-	
25
+
26
 #	cd Reference; make man_install
27
 	cd Reference; make html_install
28
 	cd Overview; make install
(-)clanlib/files/patch-Documentation::Overview::Makefile.in (-18 lines)
Lines 1-18 Link Here
1
--- Documentation/Overview/Makefile.in.orig	Thu Jan 22 14:53:10 2004
2
+++ Documentation/Overview/Makefile.in	Thu Jan 22 14:53:33 2004
3
@@ -1,6 +1,4 @@
4
-prefix=@prefix@/share
5
-
6
-HTML_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Documentation
7
+HTML_PREFIX = @prefix@/share/doc/clanlib
8
 
9
 all:	index.html
10
 
11
@@ -26,6 +24,6 @@
12
 	@install -m 0644 Images/*.png $(HTML_PREFIX)/Overview/Images
13
 distclean: clean
14
 	rm Makefile
15
-	
16
+
17
 clean:
18
 	rm -f *.html
(-)clanlib/files/patch-Documentation::Reference::Makefile.in (-27 lines)
Lines 1-27 Link Here
1
--- Documentation/Reference/Makefile.in.orig	Thu Jan 22 14:52:33 2004
2
+++ Documentation/Reference/Makefile.in	Thu Jan 22 15:11:07 2004
3
@@ -1,13 +1,11 @@
4
-
5
-prefix=@prefix@/share
6
-HTML_PREFIX = $(prefix)/doc/ClanLib-docs-@version_minor@/Documentation
7
+HTML_PREFIX = @prefix@/share/doc/clanlib
8
 
9
 all:	html
10
 
11
 html:
12
 	@echo 'Type "make html_install" to install the html reference pages.'
13
 	if [ ! -d html ]; then mkdir html; fi
14
-	chmod +x ./pce2
15
+	chmod +xg-s ./pce2
16
 	find ../../Sources/API -name '*.h' | xargs ./pce2
17
 
18
 html_install:
19
@@ -20,7 +18,7 @@
20
 
21
 distclean: clean
22
 	rm -f Makefile
23
-	
24
+
25
 clean:
26
 	rm -rf html
27
 
(-)clanlib/files/patch-Documentation::Reference::pce2 (-8 lines)
Lines 1-8 Link Here
1
--- Documentation/Reference/pce2.orig	Thu Jan 22 15:38:17 2004
2
+++ Documentation/Reference/pce2	Thu Jan 22 15:38:24 2004
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/perl
5
+#! %%PERL%%
6
 
7
 #  PCE2 - Perl C++ Extractor version 2
8
 #  Copyright 2000-1999, Karl Nelson  <kenelson@users.sourceforge.net>
(-)clanlib/files/patch-Documentation::Utilities::transform.sh (-11 lines)
Lines 1-11 Link Here
1
--- Documentation/Utilities/transform.sh.orig	Thu Jan 22 15:42:03 2004
2
+++ Documentation/Utilities/transform.sh	Thu Jan 22 15:42:08 2004
3
@@ -3,7 +3,7 @@
4
 # user-annotation capability.
5
 
6
 DIRS=$@
7
-EFED="perl Utilities/efed.pl"
8
+EFED="%%PERL%% Utilities/efed.pl"
9
 
10
 for d in $DIRS; do
11
   if test -d $d; then
(-)clanlib/files/patch-Setup::Unix::Makefile.display.in (-11 lines)
Lines 1-11 Link Here
1
--- Setup/Unix/Makefile.display.in.orig	Thu Jan 22 08:27:39 2004
2
+++ Setup/Unix/Makefile.display.in	Thu Jan 22 08:27:53 2004
3
@@ -114,7 +114,7 @@
4
 
5
 # $(OBJF_DISP_X11) $(OBJF_DISP_FBDEV)
6
 
7
-LINK_DISP = -L Libs -lclanCore @x_libraries@ -lHermes @directfb_libs@
8
+LINK_DISP = @LDFLAGS@ -L Libs -lclanCore @x_libraries@ -lHermes @directfb_libs@
9
 
10
 Libs/libclanDisplay.so: Libs/libclanCore.so $(OBJF_DISP_ALL)
11
 	@echo "Building Libs/libclanDisplay.so"
(-)clanlib/files/patch-Setup::Unix::Makefile.jpeg.in (-11 lines)
Lines 1-11 Link Here
1
--- Setup/Unix/Makefile.jpeg.in.orig	Thu Jan 22 08:28:53 2004
2
+++ Setup/Unix/Makefile.jpeg.in	Thu Jan 22 08:29:02 2004
3
@@ -21,7 +21,7 @@
4
 
5
 Libs/libclanJPEG.so: Libs/libclanCore.so $(OBJF_LIB_JPEG)
6
 	@echo "Building Libs/libclanJPEG.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanJPEG.so.$(D_VERSION_MAJOR) -o Libs/libclanJPEG.so.$(D_VERSION_MINOR) $(OBJF_LIB_JPEG) -L Libs -lclanCore -ljpeg
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanJPEG.so.$(D_VERSION_MAJOR) -o Libs/libclanJPEG.so.$(D_VERSION_MINOR) $(OBJF_LIB_JPEG) @LDFLAGS@ -L Libs -lclanCore -ljpeg
9
 	@ln -s -f libclanJPEG.so.$(D_VERSION_MINOR) Libs/libclanJPEG.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanJPEG.so.$(D_VERSION_MAJOR) Libs/libclanJPEG.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.mikmod.in (-11 lines)
Lines 1-11 Link Here
1
--- Setup/Unix/Makefile.mikmod.in.orig	Thu Jan 22 08:28:13 2004
2
+++ Setup/Unix/Makefile.mikmod.in	Thu Jan 22 08:28:30 2004
3
@@ -22,7 +22,7 @@
4
 
5
 Libs/libclanMikMod.so: Libs/libclanCore.so $(OBJF_LIB_MIKMOD)
6
 	@echo "Building Libs/libclanMikMod.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanMikMod.so.$(D_VERSION_MAJOR) -o Libs/libclanMikMod.so.$(D_VERSION_MINOR) $(OBJF_LIB_MIKMOD) -L Libs -lclanCore -lmikmod
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanMikMod.so.$(D_VERSION_MAJOR) -o Libs/libclanMikMod.so.$(D_VERSION_MINOR) $(OBJF_LIB_MIKMOD) @LDFLAGS@ -L Libs -lclanCore -lmikmod
9
 	@ln -s -f libclanMikMod.so.$(D_VERSION_MINOR) Libs/libclanMikMod.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanMikMod.so.$(D_VERSION_MAJOR) Libs/libclanMikMod.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.png.in (-11 lines)
Lines 1-11 Link Here
1
--- Setup/Unix/Makefile.png.in.orig	Thu Jan 22 08:28:36 2004
2
+++ Setup/Unix/Makefile.png.in	Thu Jan 22 08:28:47 2004
3
@@ -20,7 +20,7 @@
4
 
5
 Libs/libclanPNG.so: Libs/libclanCore.so $(OBJF_LIB_PNG)
6
 	@echo "Building Libs/libclanPNG.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanPNG.so.$(D_VERSION_MAJOR) -o Libs/libclanPNG.so.$(D_VERSION_MINOR) $(OBJF_LIB_PNG) -L Libs -lclanCore -lpng
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanPNG.so.$(D_VERSION_MAJOR) -o Libs/libclanPNG.so.$(D_VERSION_MINOR) $(OBJF_LIB_PNG) @LDFLAGS@ -L Libs -lclanCore -lpng
9
 	@ln -s -f libclanPNG.so.$(D_VERSION_MINOR) Libs/libclanPNG.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanPNG.so.$(D_VERSION_MAJOR) Libs/libclanPNG.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.ttf.in (-11 lines)
Lines 1-11 Link Here
1
--- Setup/Unix/Makefile.ttf.in.orig	Thu Jan 22 08:54:07 2004
2
+++ Setup/Unix/Makefile.ttf.in	Thu Jan 22 08:54:25 2004
3
@@ -22,7 +22,7 @@
4
 
5
 Libs/libclanTTF.so: Libs/libclanCore.so $(OBJF_LIB_TTF)
6
 	@echo "Building Libs/libclanTTF.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanTTF.so.$(D_VERSION_MAJOR) -o Libs/libclanTTF.so.$(D_VERSION_MINOR) $(OBJF_LIB_TTF) -L Libs -lclanCore -lfreetype
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanTTF.so.$(D_VERSION_MAJOR) -o Libs/libclanTTF.so.$(D_VERSION_MINOR) $(OBJF_LIB_TTF) @LDFLAGS@ -L Libs -lclanCore -lfreetype
9
 	@ln -s -f libclanTTF.so.$(D_VERSION_MINOR) Libs/libclanTTF.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanTTF.so.$(D_VERSION_MAJOR) Libs/libclanTTF.so
11
 
(-)clanlib/files/patch-Setup::Unix::Makefile.vorbis.in (-11 lines)
Lines 1-11 Link Here
1
--- Setup/Unix/Makefile.vorbis.in.orig	Thu Jan 22 08:29:25 2004
2
+++ Setup/Unix/Makefile.vorbis.in	Thu Jan 22 08:29:36 2004
3
@@ -20,7 +20,7 @@
4
 
5
 Libs/libclanVorbis.so: Libs/libclanCore.so $(OBJF_LIB_VORBIS)
6
 	@echo "Building Libs/libclanVorbis.so"
7
-	@$(LINK_COMMAND) -Wl,-soname=libclanVorbis.so.$(D_VERSION_MAJOR) -o Libs/libclanVorbis.so.$(D_VERSION_MINOR) $(OBJF_LIB_VORBIS) -L Libs -lclanCore -lvorbis
8
+	@$(LINK_COMMAND) -Wl,-soname=libclanVorbis.so.$(D_VERSION_MAJOR) -o Libs/libclanVorbis.so.$(D_VERSION_MINOR) $(OBJF_LIB_VORBIS) @LDFLAGS@ -L Libs -lclanCore -lvorbis
9
 	@ln -s -f libclanVorbis.so.$(D_VERSION_MINOR) Libs/libclanVorbis.so.$(D_VERSION_MAJOR)
10
 	@ln -s -f libclanVorbis.so.$(D_VERSION_MAJOR) Libs/libclanVorbis.so	
11
 
(-)clanlib/files/patch-Setup::Unix::clanlib-config.in (-14 lines)
Lines 1-14 Link Here
1
--- Setup/Unix/clanlib-config.in.orig	Fri Jan 23 15:32:52 2004
2
+++ Setup/Unix/clanlib-config.in	Fri Jan 23 15:33:42 2004
3
@@ -16,9 +16,9 @@
4
     ;;
5
   --cflags)
6
     includes=-I${includedir} 
7
-    echo ${includes} @comp_mode@
8
+    echo ${includes} %%PTHREAD_CFLAGS%%
9
     ;;     
10
   --libs)
11
-    echo -L${libdir} -lclanCore -lclanApp
12
+    echo -L${libdir} -lclanCore -lclanApp %%PTHREAD_LIBS%%
13
     ;;
14
 esac
(-)clanlib/files/patch-Setup_Tests_ttf.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Setup/Tests/ttf.cpp.orig	Mon Mar 22 13:44:56 2004
2
+++ Setup/Tests/ttf.cpp	Mon Mar 22 13:45:27 2004
3
@@ -11,6 +11,7 @@
4
 
5
 	------------------------------------------------------------------------
6
 */
7
+#include <ft2build.h>
8
 #include <freetype2/freetype/freetype.h>
9
 
10
 int main() {
(-)clanlib/files/patch-Sources-GL-GLX-display-window-opengl.cpp (+34 lines)
Line 0 Link Here
1
--- Sources/GL/GLX/display_window_opengl.cpp.orig	Tue Oct 25 10:39:25 2005
2
+++ Sources/GL/GLX/display_window_opengl.cpp	Mon May  7 21:48:06 2007
3
@@ -333,6 +333,7 @@
4
 void
5
 CL_DisplayWindow_OpenGL::setup_event()
6
 {
7
+#if 0
8
 	char pathname[256];
9
 	bool done = false;
10
 
11
@@ -357,6 +358,7 @@
12
 			done = true;
13
 		}
14
 	}
15
+#endif
16
 }
17
 
18
 void CL_DisplayWindow_OpenGL::setup_usb_mice()
19
@@ -389,6 +391,7 @@
20
 
21
 void CL_DisplayWindow_OpenGL::setup_joysticks()
22
 {
23
+#if 0
24
 	// This could need some improvments, it doesn't look for
25
 	// /dev/input/jsX for example
26
 	char pathname[256];
27
@@ -428,6 +431,7 @@
28
 			done = true;
29
 		}
30
 	}
31
+#endif
32
 }
33
 
34
 
(-)clanlib/files/patch-Sources-GL-GLX-input-device-linuxjoystick.h (+17 lines)
Line 0 Link Here
1
--- Sources/GL/GLX/input_device_linuxjoystick.h.orig	Tue Oct 25 10:39:25 2005
2
+++ Sources/GL/GLX/input_device_linuxjoystick.h	Mon May  7 21:46:00 2007
3
@@ -26,7 +26,7 @@
4
 **    Magnus Norddahl
5
 **    (if your name is missing here, please add it)
6
 */
7
-
8
+#if 0
9
 #ifndef header_input_device_linuxjoystick
10
 #define header_input_device_linuxjoystick
11
 
12
@@ -76,4 +76,4 @@
13
 // Local Variables: ***
14
 // mode: clanlib ***
15
 // End: ***
16
-
17
+#endif
(-)clanlib/files/patch-Sources-GL-GLX-input_device_linuxevent.cpp (+16 lines)
Line 0 Link Here
1
--- Sources/GL/GLX/input_device_linuxevent.cpp.orig	Tue Oct 25 12:39:25 2005
2
+++ Sources/GL/GLX/input_device_linuxevent.cpp	Tue May  1 05:55:26 2007
3
@@ -26,7 +26,7 @@
4
 **    Magnus Norddahl
5
 **    (if your name is missing here, please add it)
6
 */
7
-
8
+#if 0
9
 #include <assert.h>
10
 #include <linux/input.h>
11
 #include <sys/ioctl.h>
12
@@ -350,3 +350,4 @@
13
 // Local Variables: ***
14
 // mode: clanlib ***
15
 // End: ***
16
+#endif
(-)clanlib/files/patch-Sources-GL-GLX-input_device_linuxjoystick.cpp (+15 lines)
Line 0 Link Here
1
--- Sources/GL/GLX/input_device_linuxjoystick.cpp.orig	Wed Apr 21 01:50:23 2004
2
+++ Sources/GL/GLX/input_device_linuxjoystick.cpp	Thu Jul  8 21:18:13 2004
3
@@ -19,6 +19,7 @@
4
 **  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA
5
 */
6
 
7
+#if 0
8
 #include <sys/ioctl.h>
9
 #include <fcntl.h>
10
 #include <unistd.h>
11
@@ -142,3 +143,4 @@
12
 // mode: clanlib ***
13
 // End: ***
14
 
15
+#endif
(-)clanlib/files/patch-Sources::API::Core::System::clanstring.h (-11 lines)
Lines 1-11 Link Here
1
--- Sources/API/Core/System/clanstring.h.orig	Thu Jan 22 13:11:58 2004
2
+++ Sources/API/Core/System/clanstring.h	Thu Jan 22 13:12:12 2004
3
@@ -39,7 +39,7 @@
4
 #include <extras.h>
5
 #endif
6
 
7
-#ifdef __MACOS__
8
+#if defined(__MACOS__) || defined(__FreeBSD__)
9
 #include <cctype>
10
 #define NEED_FCVT
11
 #endif
(-)clanlib/files/patch-Sources::GL::GLX::displaycard_glx.cpp (-12 lines)
Lines 1-12 Link Here
1
--- Sources/GL/GLX/displaycard_glx.cpp.orig	Thu Jan 22 14:15:47 2004
2
+++ Sources/GL/GLX/displaycard_glx.cpp	Thu Jan 22 14:26:58 2004
3
@@ -14,6 +14,9 @@
4
 
5
 #ifdef USE_OPENGL
6
 
7
+#define GLX_GLXEXT_PROTOTYPES
8
+#include <GL/glx.h>
9
+
10
 #include <X11/Xlib.h>
11
 #include <X11/Xutil.h>
12
 #include <X11/cursorfont.h>
(-)clanlib/files/patch-Sources::IOData::Unix::directory_scanner_unix.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Sources/Core/IOData/Unix/directory_scanner_unix.cpp.orig	Thu Jan 10 11:23:30 2002
2
+++ Sources/Core/IOData/Unix/directory_scanner_unix.cpp	Sat Jan 24 13:31:49 2004
3
@@ -13,6 +13,7 @@
4
         ------------------------------------------------------------------------
5
 */
6
 
7
+#include <assert.h>
8
 #include <API/Core/System/error.h>
9
 #include <iostream>
10
 #include <libgen.h>
(-)clanlib/files/patch-Sources::Network::Generic::browse_client_generic.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Sources/Network/Generic/browse_client_generic.cpp.orig	Thu Jan 22 08:20:26 2004
2
+++ Sources/Network/Generic/browse_client_generic.cpp	Thu Jan 22 08:20:37 2004
3
@@ -17,6 +17,7 @@
4
 #pragma warning (disable:4355)
5
 #include <winsock2.h> // needed for ntohl and ntohs
6
 #else
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 #endif
10
 
(-)clanlib/files/patch-Sources::Network::Generic::ip_address.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Sources/Network/Generic/ip_address.cpp.orig	Thu Jan 22 08:22:51 2004
2
+++ Sources/Network/Generic/ip_address.cpp	Thu Jan 22 08:23:01 2004
3
@@ -15,6 +15,7 @@
4
 #include "API/Core/System/error.h"
5
 
6
 #ifndef WIN32
7
+	#include <sys/types.h>
8
 	#include <sys/socket.h>
9
 	#include <netinet/in.h>
10
 	#include <arpa/inet.h>
(-)clanlib/files/patch-Sources::Network::Generic::netcomputer.cpp (-10 lines)
Lines 1-10 Link Here
1
--- Sources/Network/Generic/netcomputer.cpp.orig	Thu Jan 22 08:19:24 2004
2
+++ Sources/Network/Generic/netcomputer.cpp	Thu Jan 22 08:20:01 2004
3
@@ -19,6 +19,7 @@
4
 #ifdef WIN32
5
 #include <winsock2.h>
6
 #else
7
+#include <sys/types.h>
8
 #include <netinet/in.h>
9
 #endif
10
 
(-)clanlib/files/patch-Sources::Network::Generic::socket_generic.h (-10 lines)
Lines 1-10 Link Here
1
--- Sources/Network/Generic/socket_generic.h.orig	Thu Jan 22 08:21:55 2004
2
+++ Sources/Network/Generic/socket_generic.h	Thu Jan 22 08:22:06 2004
3
@@ -21,6 +21,7 @@
4
 #include <stack>
5
 
6
 #ifndef WIN32
7
+	#include <sys/types.h>
8
 	#include <sys/socket.h>
9
 	#include <netinet/in.h>
10
 	#include <arpa/inet.h>
(-)clanlib/files/patch-Sources::SmallJPEG::jpgd::jidctfst.cpp (-8 lines)
Lines 1-8 Link Here
1
--- Sources/SmallJPEG/jpgd/jidctfst.cpp.orig	Fri Jan 23 15:46:14 2004
2
+++ Sources/SmallJPEG/jpgd/jidctfst.cpp	Fri Jan 23 15:46:25 2004
3
@@ -1,4 +1,5 @@
4
 #include "jpegdecoder.h"
5
+#include <inttypes.h>
6
 
7
 #ifdef WIN32
8
 #pragma warning(push)
(-)clanlib/files/patch-Sources::Sound::Sound::ClanSound::cdaudio_linux.cpp (-31 lines)
Lines 1-31 Link Here
1
--- Sources/Sound/Sound/ClanSound/cdaudio_linux.cpp.orig	Thu Jan 22 13:48:18 2004
2
+++ Sources/Sound/Sound/ClanSound/cdaudio_linux.cpp	Thu Jan 22 14:02:41 2004
3
@@ -293,7 +293,7 @@
4
 {
5
 	#ifdef __FreeBSD__
6
 	ioc_read_subchannel sub_channel; 
7
-	cd_sub_channel_header subinfo;
8
+	cd_sub_channel_info subinfo;
9
 
10
 	sub_channel.data_len = sizeof(subinfo);
11
 	sub_channel.data = &subinfo;	
12
@@ -310,7 +310,7 @@
13
 #ifdef __FreeBSD__
14
 	if(!ioctl(file_handle,CDIOCREADSUBCHANNEL, &sub_channel))
15
 	{
16
-		if(subinfo.audio_status == CD_AS_PLAY_IN_PROGRESS)
17
+		if(subinfo.header.audio_status == CD_AS_PLAY_IN_PROGRESS)
18
 			return true;
19
 		else
20
 			return false;
21
@@ -562,8 +562,8 @@
22
 	        return false;
23
 	    
24
 #ifdef __FreeBSD__
25
-			track.start_lba = cur_track_info.entry.addr.lba
26
-			track.track_length = next_track_info.entry.data_len;
27
+	    track.start_lba = cur_track_info.entry.addr.lba;
28
+	    track.track_length = next_track_info.entry.addr.lba - cur_track_info.entry.addr.lba;
29
 #else
30
 	    track.start_lba = cur_track_info.cdte_addr.lba;
31
 	    track.track_length = next_track_info.cdte_addr.lba - cur_track_info.cdte_addr.lba;
(-)clanlib/files/patch-Sources::Sound::Sound::ClanSound::oss.cpp (-17 lines)
Lines 1-17 Link Here
1
--- Sources/Sound/Sound/ClanSound/oss.cpp.orig	Thu Jan 22 13:09:00 2004
2
+++ Sources/Sound/Sound/ClanSound/oss.cpp	Thu Jan 22 13:10:07 2004
3
@@ -28,6 +28,14 @@
4
 #include "API/Core/System/system.h"
5
 #include <Sound/Sound/ClanSound/oss.h>
6
 
7
+#ifndef AFMT_S16_NE
8
+#if defined(BYTE_ORDER) && (BYTE_ORDER == BIG_ENDIAN)
9
+#define AFMT_S16_NE AFMT_S16_BE
10
+#else
11
+#define AFMT_S16_NE AFMT_S16_LE
12
+#endif
13
+#endif
14
+
15
 // If USE_DRIVER_FRAGSIZE is defined, we use the fragsize (and number of them)
16
 // used by the soundcard driver. This is not as efficient as using our own
17
 // settings - mainly provided for debugging.
(-)clanlib/files/patch-Sources_Core_System_Unix_appconf.h (-12 lines)
Lines 1-12 Link Here
1
--- Sources/Core/System/Unix/appconf.h.orig	Wed May  3 20:29:00 2000
2
+++ Sources/Core/System/Unix/appconf.h	Mon Aug  2 10:19:18 2004
3
@@ -527,7 +527,9 @@
4
 
5
 //protected: --- if FileConfig::ConfigEntry is not public, functions in
6
 //               ConfigGroup such as Find/AddEntry can't return ConfigEntry*!
7
+protected:
8
   class ConfigGroup;
9
+public:
10
   class ConfigEntry
11
   {
12
   private:
(-)clanlib/files/patch-Sources_Display_Display_Generic_blit_alphamask_rle.h (-43 lines)
Lines 1-43 Link Here
1
--- Sources/Display/Display/Generic/blit_alphamask_rle.h.orig	Mon Aug  2 10:47:18 2004
2
+++ Sources/Display/Display/Generic/blit_alphamask_rle.h	Mon Aug  2 10:49:31 2004
3
@@ -107,14 +107,14 @@
4
 		{
5
 			T a = alpha_data[x];
6
 			T destval = dst_data[x];
7
-			T r = lookup_r[(((destval&rmask)>>rstart)<<8)+a];	//(((destval&rmask)>>rstart)*a)>>8;
8
-			T g = lookup_g[(((destval&gmask)>>gstart)<<8)+a];	//(((destval&gmask)>>gstart)*a)>>8;
9
-			T b = lookup_b[(((destval&bmask)>>bstart)<<8)+a];	//(((destval&bmask)>>bstart)*a)>>8;
10
+			T r = this->lookup_r[(((destval&this->rmask)>>this->rstart)<<8)+a];	//(((destval&rmask)>>rstart)*a)>>8;
11
+			T g = this->lookup_g[(((destval&this->gmask)>>this->gstart)<<8)+a];	//(((destval&gmask)>>gstart)*a)>>8;
12
+			T b = this->lookup_b[(((destval&this->bmask)>>this->bstart)<<8)+a];	//(((destval&bmask)>>bstart)*a)>>8;
13
 
14
 			T amix = 
15
-				(r<<rstart) +
16
-				(g<<gstart) + 
17
-				(b<<bstart);
18
+				(r<<this->rstart) +
19
+				(g<<this->gstart) + 
20
+				(b<<this->bstart);
21
 
22
 			dst_data[x] = amix + *(src_data++);
23
 		}
24
@@ -151,13 +151,13 @@
25
 		{
26
 			T a = alpha_data[x];
27
 			T destval = dst_buf[x];
28
-			T r = lookup_r[(((destval&rmask)>>rstart)<<8)+a];
29
-			T g = lookup_g[(((destval&gmask)>>gstart)<<8)+a];
30
-			T b = lookup_b[(((destval&bmask)>>bstart)<<8)+a];
31
+			T r = this->lookup_r[(((destval&this->rmask)>>this->rstart)<<8)+a];
32
+			T g = this->lookup_g[(((destval&this->gmask)>>this->gstart)<<8)+a];
33
+			T b = this->lookup_b[(((destval&this->bmask)>>this->bstart)<<8)+a];
34
 			T amix = 
35
-				(r<<rstart) +
36
-				(g<<gstart) + 
37
-				(b<<bstart);
38
+				(r<<this->rstart) +
39
+				(g<<this->gstart) + 
40
+				(b<<this->bstart);
41
 			dst_buf[x] = amix + *(src_data++);
42
 		}
43
 		memcpy(dst_data, dst_buf, sizeof(T)*rep);
(-)clanlib/files/patch-Sources_TTF_font_ttf.cpp (-12 lines)
Lines 1-12 Link Here
1
--- Sources/TTF/font_ttf.cpp.orig	Mon Mar 22 13:45:53 2004
2
+++ Sources/TTF/font_ttf.cpp	Mon Mar 22 13:46:10 2004
3
@@ -21,7 +21,8 @@
4
 #include <stdlib.h>
5
 #include "Display/Font/font_generic.h"
6
 
7
-#include <freetype/freetype.h>
8
+#include <ft2build.h>
9
+#include FT_FREETYPE_H
10
 
11
 #include "font_ttf.h"
12
 
(-)clanlib/files/patch-configure (-33 lines)
Lines 1-33 Link Here
1
--- configure.orig	Sun Nov  3 22:41:57 2002
2
+++ configure	Fri Jan 23 15:49:01 2004
3
@@ -3375,7 +3375,7 @@
4
   fi
5
 
6
   OLDLIBS="$LIBS"
7
-  LIBS="$x_libraries -lGL -lGLU -lpthread -lGL"
8
+  LIBS="$x_libraries -lGL -lGLU -lGL"
9
   echo "$as_me:$LINENO: checking for GL" >&5
10
 echo $ECHO_N "checking for GL... $ECHO_C" >&6
11
   if test "$cross_compiling" = yes; then
12
@@ -5268,18 +5268,18 @@
13
   enableval="$enable_debug"
14
 
15
   if test "$enableval" == "yes"; then
16
-    comp_mode="-DDEBUG=1 -g3 -ggdb3 -O0"
17
+    comp_mode=
18
     echo "$as_me:$LINENO: result: enabled" >&5
19
 echo "${ECHO_T}enabled" >&6
20
   else
21
-    comp_mode="-O2"
22
+    comp_mode=
23
     echo "$as_me:$LINENO: result: *********** <-- DISABLED --> ***********" >&5
24
 echo "${ECHO_T}*********** <-- DISABLED --> ***********" >&6
25
   fi
26
 
27
 else
28
 
29
-  comp_mode="-DDEBUG=1 -g3 -ggdb3"
30
+  comp_mode=
31
   echo "$as_me:$LINENO: result: enabled" >&5
32
 echo "${ECHO_T}enabled" >&6
33
 
(-)clanlib/pkg-plist (-547 / +372 lines)
Lines 1-559 Link Here
1
bin/clanlib-config
1
include/ClanLib-0.8/ClanLib/Application/clanapp.h
2
include/ClanLib/Application/clanapp.h
2
include/ClanLib-0.8/ClanLib/Core/IOData/cl_endian.h
3
include/ClanLib/Core/IOData/cl_endian.h
3
include/ClanLib-0.8/ClanLib/Core/IOData/datatypes.h
4
include/ClanLib/Core/IOData/directory_scanner.h
4
include/ClanLib-0.8/ClanLib/Core/IOData/directory.h
5
include/ClanLib/Core/IOData/inputsource.h
5
include/ClanLib-0.8/ClanLib/Core/IOData/directory_scanner.h
6
include/ClanLib/Core/IOData/inputsource_file.h
6
include/ClanLib-0.8/ClanLib/Core/IOData/inputsource.h
7
include/ClanLib/Core/IOData/inputsource_memory.h
7
include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_file.h
8
include/ClanLib/Core/IOData/inputsource_provider.h
8
include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_memory.h
9
include/ClanLib/Core/IOData/inputsource_provider_file.h
9
include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_provider.h
10
include/ClanLib/Core/IOData/inputsource_zipped.h
10
include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_provider_file.h
11
include/ClanLib/Core/IOData/outputsource.h
11
include/ClanLib-0.8/ClanLib/Core/IOData/inputsource_zipped.h
12
include/ClanLib/Core/IOData/outputsource_file.h
12
include/ClanLib-0.8/ClanLib/Core/IOData/outputsource.h
13
include/ClanLib/Core/IOData/outputsource_memory.h
13
include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_file.h
14
include/ClanLib/Core/IOData/outputsource_provider.h
14
include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_memory.h
15
include/ClanLib/Core/IOData/outputsource_zipped.h
15
include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_provider.h
16
include/ClanLib/Core/Math/bezier.h
16
include/ClanLib-0.8/ClanLib/Core/IOData/outputsource_zipped.h
17
include/ClanLib/Core/Math/cl_vector.h
17
include/ClanLib-0.8/ClanLib/Core/IOData/zip_archive.h
18
include/ClanLib/Core/Math/math.h
18
include/ClanLib-0.8/ClanLib/Core/IOData/zip_file_entry.h
19
include/ClanLib/Core/Math/point.h
19
include/ClanLib-0.8/ClanLib/Core/Math/circle.h
20
include/ClanLib/Core/Math/rect.h
20
include/ClanLib-0.8/ClanLib/Core/Math/cl_vector.h
21
include/ClanLib/Core/Math/size.h
21
include/ClanLib-0.8/ClanLib/Core/Math/delauney_triangulator.h
22
include/ClanLib/Core/Math/vector2.h
22
include/ClanLib-0.8/ClanLib/Core/Math/line_math.h
23
include/ClanLib/Core/Math/vector2.inl
23
include/ClanLib-0.8/ClanLib/Core/Math/math.h
24
include/ClanLib/Core/Resources/datafile_compiler.h
24
include/ClanLib-0.8/ClanLib/Core/Math/matrix4x4.h
25
include/ClanLib/Core/Resources/resource.h
25
include/ClanLib-0.8/ClanLib/Core/Math/number_pool.h
26
include/ClanLib/Core/Resources/resource_manager.h
26
include/ClanLib-0.8/ClanLib/Core/Math/origin.h
27
include/ClanLib/Core/Resources/resourcedata.h
27
include/ClanLib-0.8/ClanLib/Core/Math/outline_triangulator.h
28
include/ClanLib/Core/Resources/resourceoption.h
28
include/ClanLib-0.8/ClanLib/Core/Math/point.h
29
include/ClanLib/Core/Resources/resourceoptions.h
29
include/ClanLib-0.8/ClanLib/Core/Math/pointset_math.h
30
include/ClanLib/Core/Resources/resourcetype.h
30
include/ClanLib-0.8/ClanLib/Core/Math/quad.h
31
include/ClanLib/Core/Resources/resourcetype_boolean.h
31
include/ClanLib-0.8/ClanLib/Core/Math/rect.h
32
include/ClanLib/Core/Resources/resourcetype_integer.h
32
include/ClanLib-0.8/ClanLib/Core/Math/size.h
33
include/ClanLib/Core/Resources/resourcetype_raw.h
33
include/ClanLib-0.8/ClanLib/Core/Math/triangle_math.h
34
include/ClanLib/Core/Resources/resourcetype_string.h
34
include/ClanLib-0.8/ClanLib/Core/Math/vector2.h
35
include/ClanLib/Core/System/cl_assert.h
35
include/ClanLib-0.8/ClanLib/Core/Math/vector2.inl
36
include/ClanLib/Core/System/clanstring.h
36
include/ClanLib-0.8/ClanLib/Core/Resources/resource.h
37
include/ClanLib/Core/System/clanstring.h.orig
37
include/ClanLib-0.8/ClanLib/Core/Resources/resource_manager.h
38
include/ClanLib/Core/System/console_window.h
38
include/ClanLib-0.8/ClanLib/Core/Resources/resourcedata.h
39
include/ClanLib/Core/System/error.h
39
include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_boolean.h
40
include/ClanLib/Core/System/event_listener.h
40
include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_float.h
41
include/ClanLib/Core/System/event_trigger.h
41
include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_integer.h
42
include/ClanLib/Core/System/keep_alive.h
42
include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_raw.h
43
include/ClanLib/Core/System/mutex.h
43
include/ClanLib-0.8/ClanLib/Core/Resources/resourcetype_string.h
44
include/ClanLib/Core/System/setupcore.h
44
include/ClanLib-0.8/ClanLib/Core/System/call_stack.h
45
include/ClanLib/Core/System/system.h
45
include/ClanLib-0.8/ClanLib/Core/System/cl_assert.h
46
include/ClanLib/Core/System/thread.h
46
include/ClanLib-0.8/ClanLib/Core/System/cl_library.h
47
include/ClanLib/Core/System/threadfunc_v0.h
47
include/ClanLib-0.8/ClanLib/Core/System/clanstring.h
48
include/ClanLib/Core/System/threadfunc_v1.h
48
include/ClanLib-0.8/ClanLib/Core/System/clonable.h
49
include/ClanLib/Core/System/threadfunc_v2.h
49
include/ClanLib-0.8/ClanLib/Core/System/command_line.h
50
include/ClanLib/Core/System/timer.h
50
include/ClanLib-0.8/ClanLib/Core/System/console_window.h
51
include/ClanLib/Display/Display/cliprect.h
51
include/ClanLib-0.8/ClanLib/Core/System/crash_reporter.h
52
include/ClanLib/Display/Display/display.h
52
include/ClanLib-0.8/ClanLib/Core/System/error.h
53
include/ClanLib/Display/Display/displaycard.h
53
include/ClanLib-0.8/ClanLib/Core/System/event_listener.h
54
include/ClanLib/Display/Display/mousecursor.h
54
include/ClanLib-0.8/ClanLib/Core/System/event_trigger.h
55
include/ClanLib/Display/Display/mousecursor_provider.h
55
include/ClanLib-0.8/ClanLib/Core/System/keep_alive.h
56
include/ClanLib/Display/Display/palette.h
56
include/ClanLib-0.8/ClanLib/Core/System/lazycopyptr.h
57
include/ClanLib/Display/Display/pixeldata.h
57
include/ClanLib-0.8/ClanLib/Core/System/log.h
58
include/ClanLib/Display/Display/pixelformat.h
58
include/ClanLib-0.8/ClanLib/Core/System/mutex.h
59
include/ClanLib/Display/Display/res_surface.h
59
include/ClanLib-0.8/ClanLib/Core/System/mutexsharedptr.h
60
include/ClanLib/Display/Display/surface.h
60
include/ClanLib-0.8/ClanLib/Core/System/mutexweakptr.h
61
include/ClanLib/Display/Display/surfaceprovider.h
61
include/ClanLib-0.8/ClanLib/Core/System/owningptr.h
62
include/ClanLib/Display/Display/surfaceprovider_32bpp.h
62
include/ClanLib-0.8/ClanLib/Core/System/setupcore.h
63
include/ClanLib/Display/Display/target.h
63
include/ClanLib-0.8/ClanLib/Core/System/sharedptr.h
64
include/ClanLib/Display/Display/vidmode.h
64
include/ClanLib-0.8/ClanLib/Core/System/system.h
65
include/ClanLib/Display/Font/font.h
65
include/ClanLib-0.8/ClanLib/Core/System/thread.h
66
include/ClanLib/Display/Font/font_description.h
66
include/ClanLib-0.8/ClanLib/Core/System/threadfunc_v0.h
67
include/ClanLib/Display/Input/input.h
67
include/ClanLib-0.8/ClanLib/Core/System/threadfunc_v1.h
68
include/ClanLib/Display/Input/inputaxis.h
68
include/ClanLib-0.8/ClanLib/Core/System/threadfunc_v2.h
69
include/ClanLib/Display/Input/inputaxis_basic.h
69
include/ClanLib-0.8/ClanLib/Core/System/timer.h
70
include/ClanLib/Display/Input/inputaxis_group.h
70
include/ClanLib-0.8/ClanLib/Core/System/weakptr.h
71
include/ClanLib/Display/Input/inputbuffer.h
71
include/ClanLib-0.8/ClanLib/Core/XML/dom_attr.h
72
include/ClanLib/Display/Input/inputbutton.h
72
include/ClanLib-0.8/ClanLib/Core/XML/dom_cdata_section.h
73
include/ClanLib/Display/Input/inputbutton_basic.h
73
include/ClanLib-0.8/ClanLib/Core/XML/dom_character_data.h
74
include/ClanLib/Display/Input/inputbutton_group.h
74
include/ClanLib-0.8/ClanLib/Core/XML/dom_comment.h
75
include/ClanLib/Display/Input/inputbutton_to_axis_analog.h
75
include/ClanLib-0.8/ClanLib/Core/XML/dom_document.h
76
include/ClanLib/Display/Input/inputbutton_to_axis_digital.h
76
include/ClanLib-0.8/ClanLib/Core/XML/dom_document_fragment.h
77
include/ClanLib/Display/Input/inputcursor.h
77
include/ClanLib-0.8/ClanLib/Core/XML/dom_document_type.h
78
include/ClanLib/Display/Input/inputdevice.h
78
include/ClanLib-0.8/ClanLib/Core/XML/dom_element.h
79
include/ClanLib/Display/Input/inputhat.h
79
include/ClanLib-0.8/ClanLib/Core/XML/dom_entity.h
80
include/ClanLib/Display/Input/key.h
80
include/ClanLib-0.8/ClanLib/Core/XML/dom_entity_reference.h
81
include/ClanLib/Display/Input/keyboard.h
81
include/ClanLib-0.8/ClanLib/Core/XML/dom_exception.h
82
include/ClanLib/Display/Input/mouse.h
82
include/ClanLib-0.8/ClanLib/Core/XML/dom_implementation.h
83
include/ClanLib/Display/SurfaceProviders/canvas.h
83
include/ClanLib-0.8/ClanLib/Core/XML/dom_named_node_map.h
84
include/ClanLib/Display/SurfaceProviders/generic_surfaceprovider.h
84
include/ClanLib-0.8/ClanLib/Core/XML/dom_node.h
85
include/ClanLib/Display/SurfaceProviders/provider_bmp.h
85
include/ClanLib-0.8/ClanLib/Core/XML/dom_node_list.h
86
include/ClanLib/Display/SurfaceProviders/provider_dynamic.h
86
include/ClanLib-0.8/ClanLib/Core/XML/dom_notation.h
87
include/ClanLib/Display/SurfaceProviders/provider_pcx.h
87
include/ClanLib-0.8/ClanLib/Core/XML/dom_processing_instruction.h
88
include/ClanLib/Display/SurfaceProviders/provider_targa.h
88
include/ClanLib-0.8/ClanLib/Core/XML/dom_text.h
89
include/ClanLib/Display/SurfaceProviders/sprite.h
89
include/ClanLib-0.8/ClanLib/Core/XML/xml_token.h
90
include/ClanLib/Display/SurfaceProviders/sprite2.h
90
include/ClanLib-0.8/ClanLib/Core/XML/xml_tokenizer.h
91
include/ClanLib/Display/SurfaceProviders/sprite_subarray_provider.h
91
include/ClanLib-0.8/ClanLib/Core/XML/xml_writer.h
92
include/ClanLib/Display/SurfaceProviders/sprite_subsection_provider.h
92
include/ClanLib-0.8/ClanLib/Core/core_iostream.h
93
include/ClanLib/Display/setupdisplay.h
93
include/ClanLib-0.8/ClanLib/Display/Collision/collision_outline.h
94
include/ClanLib/GL/camera.h
94
include/ClanLib-0.8/ClanLib/Display/Collision/contour.h
95
include/ClanLib/GL/clipinfo.h
95
include/ClanLib-0.8/ClanLib/Display/Collision/outline_accuracy.h
96
include/ClanLib/GL/opengl.h
96
include/ClanLib-0.8/ClanLib/Display/Collision/outline_circle.h
97
include/ClanLib/GL/setupgl.h
97
include/ClanLib-0.8/ClanLib/Display/Collision/outline_math.h
98
include/ClanLib/GL/texture.h
98
include/ClanLib-0.8/ClanLib/Display/Collision/outline_provider.h
99
include/ClanLib/GL/viewpoint.h
99
include/ClanLib-0.8/ClanLib/Display/Collision/outline_provider_bitmap.h
100
include/ClanLib/GUI/button.h
100
include/ClanLib-0.8/ClanLib/Display/Collision/outline_provider_file.h
101
include/ClanLib/GUI/checkbox.h
101
include/ClanLib-0.8/ClanLib/Display/Providers/dc_buffer.h
102
include/ClanLib/GUI/component.h
102
include/ClanLib-0.8/ClanLib/Display/Providers/jpeg_provider.h
103
include/ClanLib/GUI/component_manager.h
103
include/ClanLib-0.8/ClanLib/Display/Providers/pcx_provider.h
104
include/ClanLib/GUI/component_move_handler.h
104
include/ClanLib-0.8/ClanLib/Display/Providers/png_provider.h
105
include/ClanLib/GUI/component_options.h
105
include/ClanLib-0.8/ClanLib/Display/Providers/provider_factory.h
106
include/ClanLib/GUI/component_resize_handler.h
106
include/ClanLib-0.8/ClanLib/Display/Providers/provider_type.h
107
include/ClanLib/GUI/component_style.h
107
include/ClanLib-0.8/ClanLib/Display/Providers/provider_type_register.h
108
include/ClanLib/GUI/component_type.h
108
include/ClanLib-0.8/ClanLib/Display/Providers/targa_provider.h
109
include/ClanLib/GUI/filedialog.h
109
include/ClanLib-0.8/ClanLib/Display/blend_func.h
110
include/ClanLib/GUI/frame.h
110
include/ClanLib-0.8/ClanLib/Display/canvas.h
111
include/ClanLib/GUI/gui_file_parser.h
111
include/ClanLib-0.8/ClanLib/Display/color.h
112
include/ClanLib/GUI/gui_manager.h
112
include/ClanLib-0.8/ClanLib/Display/display.h
113
include/ClanLib/GUI/image.h
113
include/ClanLib-0.8/ClanLib/Display/display_iostream.h
114
include/ClanLib/GUI/inputbox.h
114
include/ClanLib-0.8/ClanLib/Display/display_mode.h
115
include/ClanLib/GUI/label.h
115
include/ClanLib-0.8/ClanLib/Display/display_window.h
116
include/ClanLib/GUI/layout_manager.h
116
include/ClanLib-0.8/ClanLib/Display/display_window_description.h
117
include/ClanLib/GUI/listbox.h
117
include/ClanLib-0.8/ClanLib/Display/font.h
118
include/ClanLib/GUI/listitem.h
118
include/ClanLib-0.8/ClanLib/Display/frameratecounter.h
119
include/ClanLib/GUI/menunode.h
119
include/ClanLib-0.8/ClanLib/Display/glyph_buffer.h
120
include/ClanLib/GUI/messagebox.h
120
include/ClanLib-0.8/ClanLib/Display/gradient.h
121
include/ClanLib/GUI/popupmenu.h
121
include/ClanLib-0.8/ClanLib/Display/graphic_context.h
122
include/ClanLib/GUI/progressbar.h
122
include/ClanLib-0.8/ClanLib/Display/input_buffer.h
123
include/ClanLib/GUI/radiobutton.h
123
include/ClanLib-0.8/ClanLib/Display/input_button.h
124
include/ClanLib/GUI/radiogroup.h
124
include/ClanLib-0.8/ClanLib/Display/input_context.h
125
include/ClanLib/GUI/scrollbar.h
125
include/ClanLib-0.8/ClanLib/Display/input_device.h
126
include/ClanLib/GUI/setupgui.h
126
include/ClanLib-0.8/ClanLib/Display/input_event.h
127
include/ClanLib/GUI/stylemanager.h
127
include/ClanLib-0.8/ClanLib/Display/joystick.h
128
include/ClanLib/GUI/stylemanager_default.h
128
include/ClanLib-0.8/ClanLib/Display/key_binding.h
129
include/ClanLib/GUI/treeitem.h
129
include/ClanLib-0.8/ClanLib/Display/keyboard.h
130
include/ClanLib/GUI/treenode.h
130
include/ClanLib-0.8/ClanLib/Display/keys.h
131
include/ClanLib/GUI/treeview.h
131
include/ClanLib-0.8/ClanLib/Display/mouse.h
132
include/ClanLib/GUI/window.h
132
include/ClanLib-0.8/ClanLib/Display/palette.h
133
include/ClanLib/JPEG/provider_jpeg.h
133
include/ClanLib-0.8/ClanLib/Display/pixel_buffer.h
134
include/ClanLib/MikMod/setupmikmod.h
134
include/ClanLib-0.8/ClanLib/Display/pixel_format.h
135
include/ClanLib/MikMod/streamed_mikmod_sample.h
135
include/ClanLib-0.8/ClanLib/Display/pixel_format_type.h
136
include/ClanLib/Network/browse_client.h
136
include/ClanLib-0.8/ClanLib/Display/rle_surface.h
137
include/ClanLib/Network/browse_master.h
137
include/ClanLib-0.8/ClanLib/Display/setupdisplay.h
138
include/ClanLib/Network/browse_server.h
138
include/ClanLib-0.8/ClanLib/Display/sprite.h
139
include/ClanLib/Network/buffered_socket.h
139
include/ClanLib-0.8/ClanLib/Display/sprite_description.h
140
include/ClanLib/Network/inputsource_socket.h
140
include/ClanLib-0.8/ClanLib/Display/sprite_packer.h
141
include/ClanLib/Network/ip_address.h
141
include/ClanLib-0.8/ClanLib/Display/stencil_func.h
142
include/ClanLib/Network/netcomputer.h
142
include/ClanLib-0.8/ClanLib/Display/surface.h
143
include/ClanLib/Network/netgroup.h
143
include/ClanLib-0.8/ClanLib/Display/text_styler.h
144
include/ClanLib/Network/netmessage.h
144
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/light_source.h
145
include/ClanLib/Network/netobject.h
145
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/opengl.h
146
include/ClanLib/Network/netobject_channel.h
146
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/opengl_state.h
147
include/ClanLib/Network/netsession.h
147
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/opengl_state_data.h
148
include/ClanLib/Network/netvariables.h
148
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/opengl_surface.h
149
include/ClanLib/Network/network.h
149
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/opengl_window.h
150
include/ClanLib/Network/outputsource_socket.h
150
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/opengl_window_description.h
151
include/ClanLib/Network/setupnetwork.h
151
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/opengl_wrap.h
152
include/ClanLib/Network/socket.h
152
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/program_attribute.h
153
include/ClanLib/Network/subchannel.h
153
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/program_object.h
154
include/ClanLib/Network/world_template.h
154
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/program_uniform.h
155
include/ClanLib/PNG/provider_png.h
155
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/setupgl.h
156
include/ClanLib/Signals/signal_v0.h
156
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/shader_object.h
157
include/ClanLib/Signals/signal_v1.h
157
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/texture.h
158
include/ClanLib/Signals/signal_v2.h
158
%%OPENGL%%include/ClanLib-0.8/ClanLib/GL/viewpoint.h
159
include/ClanLib/Signals/signal_v3.h
159
include/ClanLib-0.8/ClanLib/GUI/button.h
160
include/ClanLib/Signals/signal_v4.h
160
include/ClanLib-0.8/ClanLib/GUI/checkbox.h
161
include/ClanLib/Signals/signal_v5.h
161
include/ClanLib-0.8/ClanLib/GUI/component.h
162
include/ClanLib/Signals/slot.h
162
include/ClanLib-0.8/ClanLib/GUI/component_manager.h
163
include/ClanLib/Signals/slot_container.h
163
include/ClanLib-0.8/ClanLib/GUI/component_move_handler.h
164
include/ClanLib/Signals/slot_generic.h
164
include/ClanLib-0.8/ClanLib/GUI/component_resize_handler.h
165
include/ClanLib/Signals/slot_v0.h
165
include/ClanLib-0.8/ClanLib/GUI/component_style.h
166
include/ClanLib/Signals/slot_v1.h
166
include/ClanLib-0.8/ClanLib/GUI/component_type.h
167
include/ClanLib/Signals/slot_v2.h
167
include/ClanLib-0.8/ClanLib/GUI/deck.h
168
include/ClanLib/Signals/slot_v3.h
168
include/ClanLib-0.8/ClanLib/GUI/filedialog.h
169
include/ClanLib/Signals/slot_v4.h
169
include/ClanLib-0.8/ClanLib/GUI/frame.h
170
include/ClanLib/Signals/slot_v5.h
170
include/ClanLib-0.8/ClanLib/GUI/gui_manager.h
171
include/ClanLib/Signals/slotbuffer_v0.h
171
include/ClanLib-0.8/ClanLib/GUI/image.h
172
include/ClanLib/Signals/slotbuffer_v1.h
172
include/ClanLib-0.8/ClanLib/GUI/inputbox.h
173
include/ClanLib/SmallJPEG/jpgd_provider.h
173
include/ClanLib-0.8/ClanLib/GUI/inputdialog.h
174
include/ClanLib/Sound/SoundFilters/echofilter.h
174
include/ClanLib-0.8/ClanLib/GUI/label.h
175
include/ClanLib/Sound/SoundFilters/fadefilter.h
175
include/ClanLib-0.8/ClanLib/GUI/layout.h
176
include/ClanLib/Sound/SoundFilters/inverse_echofilter.h
176
include/ClanLib-0.8/ClanLib/GUI/listbox.h
177
include/ClanLib/Sound/SoundProviders/static_provider_raw.h
177
include/ClanLib-0.8/ClanLib/GUI/listitem.h
178
include/ClanLib/Sound/SoundProviders/static_provider_wave.h
178
include/ClanLib-0.8/ClanLib/GUI/menu.h
179
include/ClanLib/Sound/SoundProviders/stream_provider_raw.h
179
include/ClanLib-0.8/ClanLib/GUI/menu_item.h
180
include/ClanLib/Sound/SoundProviders/stream_provider_wave.h
180
include/ClanLib-0.8/ClanLib/GUI/menu_node.h
181
include/ClanLib/Sound/cd_audio.h
181
include/ClanLib-0.8/ClanLib/GUI/messagebox.h
182
include/ClanLib/Sound/setupsound.h
182
include/ClanLib-0.8/ClanLib/GUI/progressbar.h
183
include/ClanLib/Sound/sound.h
183
include/ClanLib-0.8/ClanLib/GUI/radiobutton.h
184
include/ClanLib/Sound/soundbuffer.h
184
include/ClanLib-0.8/ClanLib/GUI/radiogroup.h
185
include/ClanLib/Sound/soundbuffer_session.h
185
include/ClanLib-0.8/ClanLib/GUI/scrollbar.h
186
include/ClanLib/Sound/soundfilter.h
186
include/ClanLib-0.8/ClanLib/GUI/setupgui.h
187
include/ClanLib/Sound/soundformat.h
187
include/ClanLib-0.8/ClanLib/GUI/stylemanager.h
188
include/ClanLib/Sound/static_soundprovider.h
188
include/ClanLib-0.8/ClanLib/GUI/treeitem.h
189
include/ClanLib/Sound/stream_soundprovider.h
189
include/ClanLib-0.8/ClanLib/GUI/treenode.h
190
include/ClanLib/TTF/setupttf.h
190
include/ClanLib-0.8/ClanLib/GUI/treeview.h
191
include/ClanLib/Vorbis/setupvorbis.h
191
include/ClanLib-0.8/ClanLib/GUI/window.h
192
include/ClanLib/Vorbis/vorbis_soundprovider.h
192
include/ClanLib-0.8/ClanLib/GUIStyleSilver/button_silver.h
193
include/ClanLib/application.h
193
include/ClanLib-0.8/ClanLib/GUIStyleSilver/checkbox_silver.h
194
include/ClanLib/core.h
194
include/ClanLib-0.8/ClanLib/GUIStyleSilver/frame_silver.h
195
include/ClanLib/display.h
195
include/ClanLib-0.8/ClanLib/GUIStyleSilver/image_silver.h
196
include/ClanLib/efence.h
196
include/ClanLib-0.8/ClanLib/GUIStyleSilver/inputbox_silver.h
197
include/ClanLib/gl.h
197
include/ClanLib-0.8/ClanLib/GUIStyleSilver/label_silver.h
198
include/ClanLib/gui.h
198
include/ClanLib-0.8/ClanLib/GUIStyleSilver/listbox_silver.h
199
include/ClanLib/jpeg.h
199
include/ClanLib-0.8/ClanLib/GUIStyleSilver/menu_item_silver.h
200
include/ClanLib/mikmod.h
200
include/ClanLib-0.8/ClanLib/GUIStyleSilver/menu_node_silver.h
201
include/ClanLib/network.h
201
include/ClanLib-0.8/ClanLib/GUIStyleSilver/menu_silver.h
202
include/ClanLib/png.h
202
include/ClanLib-0.8/ClanLib/GUIStyleSilver/progressbar_silver.h
203
include/ClanLib/signals.h
203
include/ClanLib-0.8/ClanLib/GUIStyleSilver/radiobutton_silver.h
204
include/ClanLib/sound.h
204
include/ClanLib-0.8/ClanLib/GUIStyleSilver/scrollbar_silver.h
205
include/ClanLib/ttf.h
205
include/ClanLib-0.8/ClanLib/GUIStyleSilver/stylemanager_silver.h
206
include/ClanLib/vorbis.h
206
include/ClanLib-0.8/ClanLib/GUIStyleSilver/treeitem_silver.h
207
include/ClanLib-0.8/ClanLib/GUIStyleSilver/treeview_silver.h
208
include/ClanLib-0.8/ClanLib/GUIStyleSilver/window_silver.h
209
%%LIBMIKMOD%%include/ClanLib-0.8/ClanLib/MikMod/setupmikmod.h
210
%%LIBMIKMOD%%include/ClanLib-0.8/ClanLib/MikMod/soundprovider_mikmod.h
211
include/ClanLib-0.8/ClanLib/Network/IRC/dcc_download.h
212
include/ClanLib-0.8/ClanLib/Network/IRC/irc_connection.h
213
include/ClanLib-0.8/ClanLib/Network/IRC/irc_numerics.h
214
include/ClanLib-0.8/ClanLib/Network/NetObjects/netobject_client.h
215
include/ClanLib-0.8/ClanLib/Network/NetObjects/netobject_controller.h
216
include/ClanLib-0.8/ClanLib/Network/NetObjects/netobject_server.h
217
include/ClanLib-0.8/ClanLib/Network/NetSession/inputsource_netpacket.h
218
include/ClanLib-0.8/ClanLib/Network/NetSession/inputsource_netstream.h
219
include/ClanLib-0.8/ClanLib/Network/NetSession/netcomputer.h
220
include/ClanLib-0.8/ClanLib/Network/NetSession/netgroup.h
221
include/ClanLib-0.8/ClanLib/Network/NetSession/netpacket.h
222
include/ClanLib-0.8/ClanLib/Network/NetSession/netsession.h
223
include/ClanLib-0.8/ClanLib/Network/NetSession/netstream.h
224
include/ClanLib-0.8/ClanLib/Network/NetSession/outputsource_netpacket.h
225
include/ClanLib-0.8/ClanLib/Network/NetSession/outputsource_netstream.h
226
include/ClanLib-0.8/ClanLib/Network/NetVariables/netvariables.h
227
include/ClanLib-0.8/ClanLib/Network/Socket/inputsource_socket.h
228
include/ClanLib-0.8/ClanLib/Network/Socket/ip_address.h
229
include/ClanLib-0.8/ClanLib/Network/Socket/outputsource_socket.h
230
include/ClanLib-0.8/ClanLib/Network/Socket/socket.h
231
include/ClanLib-0.8/ClanLib/Network/setupnetwork.h
232
%%SDL%%include/ClanLib-0.8/ClanLib/SDL/setupsdl.h
233
include/ClanLib-0.8/ClanLib/Signals/signal.h
234
include/ClanLib-0.8/ClanLib/Signals/signal_v0.h
235
include/ClanLib-0.8/ClanLib/Signals/signal_v1.h
236
include/ClanLib-0.8/ClanLib/Signals/signal_v2.h
237
include/ClanLib-0.8/ClanLib/Signals/signal_v3.h
238
include/ClanLib-0.8/ClanLib/Signals/signal_v4.h
239
include/ClanLib-0.8/ClanLib/Signals/signal_v5.h
240
include/ClanLib-0.8/ClanLib/Signals/slot.h
241
include/ClanLib-0.8/ClanLib/Signals/slot_container.h
242
include/ClanLib-0.8/ClanLib/Signals/slot_generic.h
243
include/ClanLib-0.8/ClanLib/Signals/slot_v0.h
244
include/ClanLib-0.8/ClanLib/Signals/slot_v1.h
245
include/ClanLib-0.8/ClanLib/Signals/slot_v2.h
246
include/ClanLib-0.8/ClanLib/Signals/slot_v3.h
247
include/ClanLib-0.8/ClanLib/Signals/slot_v4.h
248
include/ClanLib-0.8/ClanLib/Signals/slot_v5.h
249
include/ClanLib-0.8/ClanLib/Signals/slotbuffer_v0.h
250
include/ClanLib-0.8/ClanLib/Signals/slotbuffer_v1.h
251
include/ClanLib-0.8/ClanLib/Sound/SoundFilters/echofilter.h
252
include/ClanLib-0.8/ClanLib/Sound/SoundFilters/fadefilter.h
253
include/ClanLib-0.8/ClanLib/Sound/SoundFilters/inverse_echofilter.h
254
include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_factory.h
255
include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_raw.h
256
include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_recorder.h
257
include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_type.h
258
include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_type_register.h
259
include/ClanLib-0.8/ClanLib/Sound/SoundProviders/soundprovider_wave.h
260
include/ClanLib-0.8/ClanLib/Sound/cd_drive.h
261
include/ClanLib-0.8/ClanLib/Sound/setupsound.h
262
include/ClanLib-0.8/ClanLib/Sound/sound.h
263
include/ClanLib-0.8/ClanLib/Sound/soundbuffer.h
264
include/ClanLib-0.8/ClanLib/Sound/soundbuffer_session.h
265
include/ClanLib-0.8/ClanLib/Sound/soundfilter.h
266
include/ClanLib-0.8/ClanLib/Sound/soundformat.h
267
include/ClanLib-0.8/ClanLib/Sound/soundoutput.h
268
include/ClanLib-0.8/ClanLib/Sound/soundoutput_description.h
269
include/ClanLib-0.8/ClanLib/Sound/soundprovider.h
270
include/ClanLib-0.8/ClanLib/Sound/soundprovider_session.h
271
%%LIBVORBIS%%include/ClanLib-0.8/ClanLib/Vorbis/setupvorbis.h
272
%%LIBVORBIS%%include/ClanLib-0.8/ClanLib/Vorbis/soundprovider_vorbis.h
273
include/ClanLib-0.8/ClanLib/application.h
274
include/ClanLib-0.8/ClanLib/core.h
275
include/ClanLib-0.8/ClanLib/display.h
276
%%OPENGL%%include/ClanLib-0.8/ClanLib/gl.h
277
include/ClanLib-0.8/ClanLib/gui.h
278
include/ClanLib-0.8/ClanLib/guistylesilver.h
279
%%LIBMIKMOD%%include/ClanLib-0.8/ClanLib/mikmod.h
280
include/ClanLib-0.8/ClanLib/network.h
281
%%SDL%%include/ClanLib-0.8/ClanLib/sdl.h
282
include/ClanLib-0.8/ClanLib/signals.h
283
include/ClanLib-0.8/ClanLib/sound.h
284
%%LIBVORBIS%%include/ClanLib-0.8/ClanLib/vorbis.h
285
lib/libclanApp-0.8.so
286
lib/libclanApp-0.8.so.1
207
lib/libclanApp.a
287
lib/libclanApp.a
288
lib/libclanApp.la
208
lib/libclanApp.so
289
lib/libclanApp.so
209
lib/libclanApp.so.0.6.3
290
lib/libclanCore-0.8.so
210
lib/libclanApp.so.2
291
lib/libclanCore-0.8.so.1
211
lib/libclanCore.a
292
lib/libclanCore.a
293
lib/libclanCore.la
212
lib/libclanCore.so
294
lib/libclanCore.so
213
lib/libclanCore.so.0.6.3
295
lib/libclanDisplay-0.8.so
214
lib/libclanCore.so.2
296
lib/libclanDisplay-0.8.so.1
215
lib/libclanDisplay.a
297
lib/libclanDisplay.a
298
lib/libclanDisplay.la
216
lib/libclanDisplay.so
299
lib/libclanDisplay.so
217
lib/libclanDisplay.so.0.6.3
300
%%OPENGL%%lib/libclanGL-0.8.so
218
lib/libclanDisplay.so.2
301
%%OPENGL%%lib/libclanGL-0.8.so.1
219
lib/libclanGL.a
302
%%OPENGL%%lib/libclanGL.a
220
lib/libclanGL.so
303
%%OPENGL%%lib/libclanGL.la
221
lib/libclanGL.so.0.6.3
304
%%OPENGL%%lib/libclanGL.so
222
lib/libclanGL.so.2
305
lib/libclanGUI-0.8.so
306
lib/libclanGUI-0.8.so.1
223
lib/libclanGUI.a
307
lib/libclanGUI.a
308
lib/libclanGUI.la
224
lib/libclanGUI.so
309
lib/libclanGUI.so
225
lib/libclanGUI.so.0.6.3
310
lib/libclanGUIStyleSilver-0.8.so
226
lib/libclanGUI.so.2
311
lib/libclanGUIStyleSilver-0.8.so.1
227
lib/libclanJPEG.a
312
lib/libclanGUIStyleSilver.a
228
lib/libclanJPEG.so
313
lib/libclanGUIStyleSilver.la
229
lib/libclanJPEG.so.0.6.3
314
lib/libclanGUIStyleSilver.so
230
lib/libclanJPEG.so.2
315
%%LIBMIKMOD%%lib/libclanMikMod-0.8.so
231
lib/libclanMikMod.a
316
%%LIBMIKMOD%%lib/libclanMikMod-0.8.so.1
232
lib/libclanMikMod.so
317
%%LIBMIKMOD%%lib/libclanMikMod.a
233
lib/libclanMikMod.so.0.6.3
318
%%LIBMIKMOD%%lib/libclanMikMod.la
234
lib/libclanMikMod.so.2
319
%%LIBMIKMOD%%lib/libclanMikMod.so
320
lib/libclanNetwork-0.8.so
321
lib/libclanNetwork-0.8.so.1
235
lib/libclanNetwork.a
322
lib/libclanNetwork.a
323
lib/libclanNetwork.la
236
lib/libclanNetwork.so
324
lib/libclanNetwork.so
237
lib/libclanNetwork.so.0.6.3
325
%%SDL%%lib/libclanSDL-0.8.so
238
lib/libclanNetwork.so.2
326
%%SDL%%lib/libclanSDL-0.8.so.1
239
lib/libclanPNG.a
327
%%SDL%%lib/libclanSDL.a
240
lib/libclanPNG.so
328
%%SDL%%lib/libclanSDL.la
241
lib/libclanPNG.so.0.6.3
329
%%SDL%%lib/libclanSDL.so
242
lib/libclanPNG.so.2
330
lib/libclanSignals-0.8.so
243
lib/libclanSmallJPEG.a
331
lib/libclanSignals-0.8.so.1
244
lib/libclanSmallJPEG.so
332
lib/libclanSignals.a
245
lib/libclanSmallJPEG.so.0.6.3
333
lib/libclanSignals.la
246
lib/libclanSmallJPEG.so.2
334
lib/libclanSignals.so
335
lib/libclanSound-0.8.so
336
lib/libclanSound-0.8.so.1
247
lib/libclanSound.a
337
lib/libclanSound.a
338
lib/libclanSound.la
248
lib/libclanSound.so
339
lib/libclanSound.so
249
lib/libclanSound.so.0.6.3
340
%%LIBVORBIS%%lib/libclanVorbis-0.8.so
250
lib/libclanSound.so.2
341
%%LIBVORBIS%%lib/libclanVorbis-0.8.so.1
251
lib/libclanTTF.a
342
%%LIBVORBIS%%lib/libclanVorbis.a
252
lib/libclanTTF.so
343
%%LIBVORBIS%%lib/libclanVorbis.la
253
lib/libclanTTF.so.0.6.3
344
%%LIBVORBIS%%lib/libclanVorbis.so
254
lib/libclanTTF.so.2
345
libdata/pkgconfig/clanApp-0.8.pc
255
lib/libclanVorbis.a
346
libdata/pkgconfig/clanCore-0.8.pc
256
lib/libclanVorbis.so
347
libdata/pkgconfig/clanDisplay-0.8.pc
257
lib/libclanVorbis.so.0.6.3
348
%%OPENGL%%libdata/pkgconfig/clanGL-0.8.pc
258
lib/libclanVorbis.so.2
349
libdata/pkgconfig/clanGUI-0.8.pc
259
@dirrm include/ClanLib/Application
350
libdata/pkgconfig/clanGUIStyleSilver-0.8.pc
260
@dirrm include/ClanLib/Core/IOData
351
%%LIBMIKMOD%%libdata/pkgconfig/clanMikMod-0.8.pc
261
@dirrm include/ClanLib/Core/Math
352
libdata/pkgconfig/clanNetwork-0.8.pc
262
@dirrm include/ClanLib/Core/Resources
353
%%SDL%%libdata/pkgconfig/clanSDL-0.8.pc
263
@dirrm include/ClanLib/Core/System
354
libdata/pkgconfig/clanSignals-0.8.pc
264
@dirrm include/ClanLib/Core
355
libdata/pkgconfig/clanSound-0.8.pc
265
@dirrm include/ClanLib/Display/Display
356
%%LIBVORBIS%%libdata/pkgconfig/clanVorbis-0.8.pc
266
@dirrm include/ClanLib/Display/Font
357
@dirrm include/ClanLib-0.8/ClanLib/Application
267
@dirrm include/ClanLib/Display/Input
358
@dirrm include/ClanLib-0.8/ClanLib/Core/IOData
268
@dirrm include/ClanLib/Display/SurfaceProviders
359
@dirrm include/ClanLib-0.8/ClanLib/Core/Math
269
@dirrm include/ClanLib/Display
360
@dirrm include/ClanLib-0.8/ClanLib/Core/Resources
270
@dirrm include/ClanLib/GL
361
@dirrm include/ClanLib-0.8/ClanLib/Core/System
271
@dirrm include/ClanLib/GUI
362
@dirrm include/ClanLib-0.8/ClanLib/Core/XML
272
@dirrm include/ClanLib/JPEG
363
@dirrm include/ClanLib-0.8/ClanLib/Core
273
@dirrm include/ClanLib/MikMod
364
@dirrm include/ClanLib-0.8/ClanLib/Display/Collision
274
@dirrm include/ClanLib/Network
365
@dirrm include/ClanLib-0.8/ClanLib/Display/Providers
275
@dirrm include/ClanLib/PNG
366
@dirrm include/ClanLib-0.8/ClanLib/Display
276
@dirrm include/ClanLib/Signals
367
%%OPENGL%%@dirrm include/ClanLib-0.8/ClanLib/GL
277
@dirrm include/ClanLib/SmallJPEG
368
@dirrm include/ClanLib-0.8/ClanLib/GUI
278
@dirrm include/ClanLib/Sound/SoundFilters
369
@dirrm include/ClanLib-0.8/ClanLib/GUIStyleSilver
279
@dirrm include/ClanLib/Sound/SoundProviders
370
%%LIBMIKMOD%%@dirrm include/ClanLib-0.8/ClanLib/MikMod
280
@dirrm include/ClanLib/Sound
371
@dirrm include/ClanLib-0.8/ClanLib/Network/IRC
281
@dirrm include/ClanLib/TTF
372
@dirrm include/ClanLib-0.8/ClanLib/Network/NetObjects
282
@dirrm include/ClanLib/Vorbis
373
@dirrm include/ClanLib-0.8/ClanLib/Network/NetSession
283
@dirrm include/ClanLib
374
@dirrm include/ClanLib-0.8/ClanLib/Network/NetVariables
284
%%PORTDOCS%%%%DOCSDIR%%/FAQ.html
375
@dirrm include/ClanLib-0.8/ClanLib/Network/Socket
285
%%PORTDOCS%%%%DOCSDIR%%/Images/clanlib_logo_small.gif
376
@dirrm include/ClanLib-0.8/ClanLib/Network
286
%%PORTDOCS%%%%DOCSDIR%%/Overview/2dapi.html
377
%%SDL%%@dirrm include/ClanLib-0.8/ClanLib/SDL
287
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/clanlib_logo_small.gif
378
@dirrm include/ClanLib-0.8/ClanLib/Signals
288
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font0.png
379
@dirrm include/ClanLib-0.8/ClanLib/Sound/SoundFilters
289
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font1.png
380
@dirrm include/ClanLib-0.8/ClanLib/Sound/SoundProviders
290
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font2.png
381
@dirrm include/ClanLib-0.8/ClanLib/Sound
291
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font3.png
382
%%LIBVORBIS%%@dirrm include/ClanLib-0.8/ClanLib/Vorbis
292
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font4.png
383
@dirrm include/ClanLib-0.8/ClanLib
293
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font5.png
384
@dirrm include/ClanLib-0.8
294
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font6.png
295
%%PORTDOCS%%%%DOCSDIR%%/Overview/Images/font_old0.png
296
%%PORTDOCS%%%%DOCSDIR%%/Overview/engine_design.html
297
%%PORTDOCS%%%%DOCSDIR%%/Overview/font_creation_new.html
298
%%PORTDOCS%%%%DOCSDIR%%/Overview/font_creation_old.html
299
%%PORTDOCS%%%%DOCSDIR%%/Overview/font_overview.html
300
%%PORTDOCS%%%%DOCSDIR%%/Overview/getting_started.html
301
%%PORTDOCS%%%%DOCSDIR%%/Overview/gui_overview.html
302
%%PORTDOCS%%%%DOCSDIR%%/Overview/index.html
303
%%PORTDOCS%%%%DOCSDIR%%/Overview/loading_graphics.html
304
%%PORTDOCS%%%%DOCSDIR%%/Overview/network_overview.html
305
%%PORTDOCS%%%%DOCSDIR%%/Overview/opengl_overview.html
306
%%PORTDOCS%%%%DOCSDIR%%/Overview/resource_overview.html
307
%%PORTDOCS%%%%DOCSDIR%%/Overview/signals.html
308
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/App_index.html
309
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Assert.html
310
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_AssertListener.html
311
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_BMPProvider.html
312
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_BezierCurve.html
313
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_BezierSurface.html
314
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Boolean.html
315
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_BrowseClient.html
316
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_BrowseMaster.html
317
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_BrowseServer.html
318
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_BufferedSocket.html
319
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Button.html
320
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_CDAudio.html
321
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_CDDrive.html
322
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Camera.html
323
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Canvas.html
324
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_CheckBox.html
325
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ClanApplication.html
326
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ClipInfo.html
327
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ClipRect.html
328
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Color.html
329
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Component.html
330
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ComponentManager.html
331
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ComponentMoveHandler.html
332
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ComponentOptions.html
333
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ComponentResizeHandler.html
334
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ComponentStyle.html
335
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ComponentType.html
336
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ComponentType__SOptionType.html
337
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ConsoleWindow.html
338
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_DatafileCompiler.html
339
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_DirectoryScanner.html
340
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Display.html
341
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_DisplayCard.html
342
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_DynamicProvider.html
343
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_EchoFilter.html
344
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Endian.html
345
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Error.html
346
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_EventListener.html
347
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_EventTrigger.html
348
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_FadeFilter.html
349
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_FileDialog.html
350
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Font.html
351
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Font_Description.html
352
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Frame.html
353
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_FunctionSlot_v0.html
354
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_GUIFileParser.html
355
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_GUIFileParser__ComponentInfo.html
356
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_GUIManager.html
357
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_IPAddress.html
358
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_IRCConnection.html
359
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Image.html
360
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Input.html
361
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputAxis.html
362
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputAxis_Basic.html
363
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputAxis_Group.html
364
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputBox.html
365
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputBuffer.html
366
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputButton.html
367
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputButtonToAxis_Analog.html
368
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputButtonToAxis_Digital.html
369
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputButton_Basic.html
370
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputButton_Group.html
371
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputCursor.html
372
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputDevice.html
373
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputHat.html
374
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource.html
375
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSourceProvider.html
376
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSourceProvider_File.html
377
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource_File.html
378
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource_Memory.html
379
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource_NetPacket.html
380
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource_NetStream.html
381
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource_Raw.html
382
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource_Socket.html
383
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InputSource_Zipped.html
384
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Integer.html
385
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_InverseEchoFilter.html
386
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JPEGProvider.html
387
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JPGDProvider.html
388
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JSArguments.html
389
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JSContext.html
390
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JSError.html
391
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JSObject.html
392
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JSRuntime.html
393
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_JSValue.html
394
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_KeepAlive.html
395
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Key.html
396
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Keyboard.html
397
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Label.html
398
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_LayoutManager.html
399
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ListBox.html
400
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ListItem.html
401
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Lua.html
402
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_MIDI.html
403
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_MenuNode.html
404
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_MessageBox.html
405
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Mouse.html
406
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_MouseCursor.html
407
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_MouseCursorProvider.html
408
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Mutex.html
409
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_MutexSection.html
410
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetComputer.html
411
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetGroup.html
412
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetMessage.html
413
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetObject.html
414
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetObjectChannel.html
415
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetObject_Client.html
416
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetObject_Controller.html
417
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetObject_Server.html
418
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetPacket.html
419
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetSession.html
420
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetStream.html
421
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_NetVariables.html
422
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Network.html
423
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OpenGL.html
424
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSource.html
425
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSourceProvider.html
426
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSource_File.html
427
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSource_Memory.html
428
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSource_NetPacket.html
429
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSource_NetStream.html
430
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSource_Socket.html
431
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_OutputSource_Zipped.html
432
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_PCXProvider.html
433
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_PNGProvider.html
434
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Palette.html
435
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_PixelData.html
436
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_PixelData_Palette.html
437
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Point.html
438
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_PopupMenu.html
439
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ProgressBar.html
440
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_RadioButton.html
441
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_RadioGroup.html
442
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Raw.html
443
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Rect.html
444
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Resource.html
445
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceData.html
446
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceData_Boolean.html
447
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceData_Integer.html
448
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceData_Raw.html
449
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceData_String.html
450
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceManager.html
451
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceOption.html
452
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceOptions.html
453
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceSource_Surface.html
454
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ResourceType.html
455
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Runnable.html
456
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Sample.html
457
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Sample_RawData.html
458
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Sample_RawData__WAVE_FORMAT.html
459
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Sample__WAVE_FORMAT.html
460
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_ScrollBar.html
461
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupCDAudio.html
462
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupCore.html
463
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupDisplay.html
464
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupGL.html
465
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupGUI.html
466
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupJPEG.html
467
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupMikMod.html
468
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupNetwork.html
469
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupPNG.html
470
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupSound.html
471
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupTTF.html
472
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SetupVorbis.html
473
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Signal_v0.html
474
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Size.html
475
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Slot.html
476
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SlotBuffer_v0.html
477
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SlotContainer.html
478
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SlotParent_v0.html
479
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Slot_Generic.html
480
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Slot_v0.html
481
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Socket.html
482
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Sound.html
483
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SoundBuffer.html
484
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SoundBuffer_Session.html
485
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SoundCard.html
486
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SoundFilter.html
487
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Sprite2Provider.html
488
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SpriteProvider.html
489
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SpriteSubarrayProvider.html
490
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SpriteSubsectionProvider.html
491
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_StaticSoundProvider.html
492
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_StreamSoundProvider.html
493
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_StreamSoundProvider_Session.html
494
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Streamed_MikModSample.html
495
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Streamed_MikModSample_Session.html
496
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Streamed_RawSample.html
497
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Streamed_RawSample_Session.html
498
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Streamed_WaveSample.html
499
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Streamed_WaveSample_Session.html
500
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Streamed_WaveSample_Session__WAVE_FORMAT.html
501
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_String.html
502
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_StyleManager.html
503
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_StyleManager_Default.html
504
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SubChannel.html
505
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Surface.html
506
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SurfaceProvider.html
507
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SurfaceProvider_32bpp.html
508
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_SurfaceProvider_Generic.html
509
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_System.html
510
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_TargaProvider.html
511
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Target.html
512
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Texture.html
513
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Thread.html
514
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Timer.html
515
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_TreeItem.html
516
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_TreeNode.html
517
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_TreeView.html
518
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Vector.html
519
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Vector2.html
520
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_VidMode.html
521
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Viewpoint.html
522
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_VorbisSoundProvider.html
523
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/CL_Window.html
524
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/Core_index.html
525
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/Display_index.html
526
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/GL_index.html
527
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/GUI_index.html
528
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/JPEG_index.html
529
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/JavaScript_index.html
530
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/Lua_index.html
531
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/MIDI_index.html
532
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/MikMod_index.html
533
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/Network_index.html
534
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/PNG_index.html
535
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/Signal_index.html
536
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/Sound_index.html
537
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/TTF_index.html
538
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/Vorbis_index.html
539
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/class_index.html
540
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/cross_index.html
541
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/entire_class_index.html
542
%%PORTDOCS%%%%DOCSDIR%%/Reference/html/global_index.html
543
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/clanlib_light.gif
544
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-green-a.gif
545
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-green-b.gif
546
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-orange-a.gif
547
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-orange-b.gif
548
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-purple-a.gif
549
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-purple-b.gif
550
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-yellow-a.gif
551
%%PORTDOCS%%%%DOCSDIR%%/Reference/images/eyeheader-main-yellow-b.gif
552
%%PORTDOCS%%%%DOCSDIR%%/index.html
553
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Images
554
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Overview/Images
555
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Overview
556
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Reference/html
557
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Reference/images
558
%%PORTDOCS%%@dirrm %%DOCSDIR%%/Reference
559
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 115139