From: Tobias Leich Date: Mon, 22 Feb 2010 22:13:59 +0000 (+0100) Subject: updated gfx (categories) and stubs for mixer (still TODO) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b5d537cc3daf6b56e3b7b33a40aec03c1549c921;p=sdlgit%2FSDL-Site.git updated gfx (categories) and stubs for mixer (still TODO) --- diff --git a/pages/SDL-GFX-BlitFunc.html-inc b/pages/SDL-GFX-BlitFunc.html-inc index a791f43..607d485 100644 --- a/pages/SDL-GFX-BlitFunc.html-inc +++ b/pages/SDL-GFX-BlitFunc.html-inc @@ -3,7 +3,8 @@

Index


@@ -15,8 +16,11 @@

CATEGORY

Top

-

TODO, GFX, BlitFunc -

+

TODO, GFX

+ +
+

METHODS

Top

+
\ No newline at end of file diff --git a/pages/SDL-GFX-FPSManager.html-inc b/pages/SDL-GFX-FPSManager.html-inc index 3f77e45..99b212d 100644 --- a/pages/SDL-GFX-FPSManager.html-inc +++ b/pages/SDL-GFX-FPSManager.html-inc @@ -23,7 +23,7 @@

CATEGORY

Top

-

GFX, FPSManager

+

GFX, Structure

METHODS

Top

diff --git a/pages/SDL-GFX-Framerate.html-inc b/pages/SDL-GFX-Framerate.html-inc index a5a1be6..59730a1 100644 --- a/pages/SDL-GFX-Framerate.html-inc +++ b/pages/SDL-GFX-Framerate.html-inc @@ -23,7 +23,7 @@

CATEGORY

Top

-

GFX, Framerate

+

GFX

DESCRIPTION

Top

diff --git a/pages/SDL-GFX-ImageFilter.html-inc b/pages/SDL-GFX-ImageFilter.html-inc index dd4374e..b52c043 100644 --- a/pages/SDL-GFX-ImageFilter.html-inc +++ b/pages/SDL-GFX-ImageFilter.html-inc @@ -60,7 +60,7 @@

CATEGORY

Top

-

TODO, GFX, ImageFilter

+

TODO, GFX

METHODS

Top

diff --git a/pages/SDL-GFX-Primitives.html-inc b/pages/SDL-GFX-Primitives.html-inc index 8a79d22..832d366 100644 --- a/pages/SDL-GFX-Primitives.html-inc +++ b/pages/SDL-GFX-Primitives.html-inc @@ -49,7 +49,7 @@

CATEGORY

Top

-

GFX, Primitives

+

GFX

DESCRIPTION

Top

diff --git a/pages/SDL-GFX-Rotozoom.html-inc b/pages/SDL-GFX-Rotozoom.html-inc index 8038a41..ee0a046 100644 --- a/pages/SDL-GFX-Rotozoom.html-inc +++ b/pages/SDL-GFX-Rotozoom.html-inc @@ -26,7 +26,7 @@

CATEGORY

Top

-

TODO, GFX, Rotozoom

+

TODO, GFX

METHODS

Top

diff --git a/pages/SDL-Mixer-Channels.html-inc b/pages/SDL-Mixer-Channels.html-inc index adfcfdd..e6c9701 100644 --- a/pages/SDL-Mixer-Channels.html-inc +++ b/pages/SDL-Mixer-Channels.html-inc @@ -3,19 +3,111 @@

Index


NAME

Top

-

SDL::Mixer::Channels -- SDL_Mixer channel functions and bindings

+

SDL::Mixer::Channels -- SDL::Mixer channel functions and bindings

CATEGORY

Top

-

TODO, Mixer

+

Mixer

+ +
+

DESCRIPTION

Top

+
+ +
+

METHODS

Top

+
+ +
+

allocate_channels

+
+ +
+

volume

+
+ +
+

play_channel

+
+ +
+

play_channel_timed

+
+ +
+

fade_in_channel

+
+ +
+

fade_in_channel_timed

+
+ +
+

pause

+
+ +
+

resume

+
+ +
+

halt_channel

+
+ +
+

expire_channel

+
+ +
+

fade_out_channel

+
+ +
+

channel_finished

+
+ +
+

playing

+
+ +
+

paused

+
+ +
+

fading_channel

+
+ +
+

get_chunk

+
\ No newline at end of file diff --git a/pages/SDL-Mixer-Effects.html-inc b/pages/SDL-Mixer-Effects.html-inc index 6fea21e..59c4848 100644 --- a/pages/SDL-Mixer-Effects.html-inc +++ b/pages/SDL-Mixer-Effects.html-inc @@ -3,7 +3,14 @@

Index


@@ -15,7 +22,28 @@

CATEGORY

Top

-

TODO, Mixer

+

Mixer

+ +
+

DESCRIPTION

Top

+
+ +
+

METHODS

Top

+
+ +
+

register_effect()

+
+

Note: >= 1.2.10

+ +
+

set_post_mix

+
+ +
+

set_panning

+
\ No newline at end of file diff --git a/pages/SDL-Mixer-Groups.html-inc b/pages/SDL-Mixer-Groups.html-inc index 4984465..3ba1176 100644 --- a/pages/SDL-Mixer-Groups.html-inc +++ b/pages/SDL-Mixer-Groups.html-inc @@ -3,7 +3,20 @@

Index


@@ -15,7 +28,51 @@

CATEGORY

Top

-

TODO, Mixer

+

Mixer

+ +
+

DESCRIPTION

Top

+
+ +
+

METHODS

Top

+
+ +
+

reserve_channels

+
+ +
+

group_channel

+
+ +
+

group_channels

+
+ +
+

group_available

+
+ +
+

group_count

+
+ +
+

group_oldest

+
+ +
+

group_newer

+
+ +
+

fade_out_group

+
+ +
+

halt_group

+
\ No newline at end of file diff --git a/pages/SDL-Mixer-MixChunk.html-inc b/pages/SDL-Mixer-MixChunk.html-inc index 84c7988..3bb78d6 100644 --- a/pages/SDL-Mixer-MixChunk.html-inc +++ b/pages/SDL-Mixer-MixChunk.html-inc @@ -30,7 +30,7 @@
 use SDL;
  use SDL::Mixer::MixChunk;
 
- my $mix_chunk = SDL::MixLoadWAV('sample.wav');
+ my $mix_chunk = SDL::Mixer::Music::load_WAV('sample.wav');
 
  printf("length of audio data is %d bytes\n", $mix_chunk->alen);
  printf("volume is %d\n",                     $mix_chunk->volume);
diff --git a/pages/SDL-Mixer-Music.html-inc b/pages/SDL-Mixer-Music.html-inc
index 4b5dc7f..678f82c 100644
--- a/pages/SDL-Mixer-Music.html-inc
+++ b/pages/SDL-Mixer-Music.html-inc
@@ -3,7 +3,30 @@
 

Index


@@ -15,7 +38,93 @@

CATEGORY

Top

-

TODO, Mixer

+

Mixer

+ +
+

DESCRIPTION

Top

+
+ +
+

METHODS

Top

+
+ +
+

PerlMixMusicHook

+
+ +
+

mix_audio

+
+

Same as SDL::Audio::mix()

+ +
+

load_WAV

+
+

has to be implemented

+ +
+

load_MUS

+
+ +
+

free_music

+
+ +
+

hook_music

+
+ +
+

hook_music_finished

+
+ +
+

get_music_hook_data

+
+ +
+

play_music

+
+ +
+

fade_in_music

+
+ +
+

volume_music

+
+ +
+

halt_music

+
+ +
+

fade_out_music

+
+ +
+

fading_music

+
+ +
+

pause_music

+
+ +
+

resume_music

+
+ +
+

rewind_music

+
+ +
+

paused_music

+
+ +
+

playing_music

+
\ No newline at end of file diff --git a/pages/SDL-Mixer.html-inc b/pages/SDL-Mixer.html-inc index 62a0915..eb9d1f7 100644 --- a/pages/SDL-Mixer.html-inc +++ b/pages/SDL-Mixer.html-inc @@ -6,42 +6,14 @@
  • CATEGORY
  • DESCRIPTION
  • METHODS -