CIA.vc
alleg
Allegro
Stats » Projects » alleg
information
Photo
platform independent game programming
syndicateUTC clock
01:25 on Mar 20, 2010
event counters
The last message was received 47.65 minutes ago at 00:38 on Mar 20, 2010
3 messages so far today, 2 messages yesterday
22 messages so far this week, 35 messages last week
114 messages so far this month, 117 messages last month
4317 messages since the first one, 3.74 years ago, for an average of 7.59 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
47 min agoalleg
Commit by tjaden :: r13111 /allegro/branches/4.9/examples/CMakeLists.txt: (link)
Optionally include local_examples.cmake in the examples directory.

Developers may list their small test programs there without making
modifications to the CMakeLists.txt file.
#
00:08 todayalleg
Commit by tjaden :: r13110 /allegro/branches/4.9/examples/ex_opengl.c: (link)
Rename misleading variable name.
#
00:07 todayalleg
Commit by tjaden :: r13109 /allegro/branches/4.9/cmake/Common.cmake: (link)
Fix syntax error.
#
23:55 yesterdayalleg
Commit by siegelord :: r13108 /allegro/branches/4.9/examples/ex_transform.c: (link)
Added a blending switch for ex_transform
#
23:26 yesterdayalleg
Commit by siegelord :: r13107 /allegro/branches/4.9/src/memblit.c: (link)
Implemented the fast memory blitting function for transformed bitmap drawing
#
23:17 Thursdayalleg
Commit by trentg :: r13106 /allegro/branches/4.9/cmake/Common.cmake: (link)
On Windows, don't compile examples as console apps if CMAKE_BUILD_TYPE=Debug
#
17:19 Thursdayalleg
Commit by mmimica :: r13105 /allegro/branches/4.9/src/bitmap_new.c: (link)
Sub bitmaps of the sub bitmaps must be clipped to the first parent.
#
11:55 Thursdayalleg
Commit by tjaden :: r13104 /allegro/branches/4.9/ (3 files in 3 dirs): (link)
Bring back al_set_mixer_quality in a less potent form.
#
22:19 Wednesdayalleg
Commit by siegelord :: r13103 /allegro/branches/4.9/ (examples/ex_transform.c src/memblit.c): (link)
Implemented support for transformations for memory bitmaps. Only the slow routine is done so far. Also, altered ex_transform to test more bitmap drawing varieties.
#
21:57 Wednesdayalleg
Commit by tjaden :: r13102 /allegro/branches/4.4/CMakeLists.txt: (link)
Added WANT_OSS, WANT_ALSA, WANT_JACK, WANT_SGIAUDIO options.

Reported by Samuli Suominen.
#
12:31 Wednesdayalleg
Commit by tjaden :: r13101 /allegro/branches/4.9/ (3 files in 3 dirs): (link)
Add al_is_audio_installed.
#
10:50 Wednesdayalleg
Commit by tjaden :: r13100 /allegro/branches/4.9/ (2 files in 2 dirs): (link)
Implement attaching an INT16 mixer to another INT16 mixer.

Update the documentation for al_attach_mixer_to_mixer.
#
10:49 Wednesdayalleg
Commit by tjaden :: r13099 /allegro/branches/4.9/addons/audio/kcm_mixer.c: (link)
Handle conversion when an INT16 mixer is attached to a UINT16 voice.
#
10:48 Wednesdayalleg
Commit by tjaden :: r13098 /allegro/branches/4.9/addons/audio/kcm_mixer.c: (link)
Explicitly enumerate combinations of mixer/voice audio depths in
_al_kcm_mixer_read. Mark combinations which are not implemented yet.
#
10:48 Wednesdayalleg
Commit by tjaden :: r13097 /allegro/branches/4.9/ (2 files in 2 dirs): (link)
Document that only FLOAT32 and INT16 mixers will be supported.
#
10:46 Wednesdayalleg
Commit by tjaden :: r13096 /allegro/branches/4.9/addons/audio/kcm_mixer.c: (link)
Fix al_attach_sample_instance_to_mixer for int16 mixers.

It did not set the spl_read function when the mixer quality was
ALLEGRO_MIXER_QUALITY_LINEAR (the default). We still don't support
linear interpolation for int16 mixers but it should at least fall back
to point sampling.
#
10:45 Wednesdayalleg
Commit by tjaden :: r13095 /allegro/branches/4.9/ (3 files in 3 dirs): (link)
Remove al_set_mixer_quality.

It's not useful and gets in the way of the following implementation
change.
#
02:26 Wednesdayalleg
Commit by trentg :: r13094 /allegro/branches/4.9/src/iphone/EAGLView.m: (link)
Allow mouse presses and accelerometer data simultaneously, as the leaks seem to be gone.
#
22:17 Tuesdayalleg
Commit by trentg :: r13093 /allegro/branches/4.9/addons/image/iphone.m: (link)
Nial Giacomelli fixed a bug where images could be corrupt using the native Apple image loader on iPhone
#
13:27 Tuesdayalleg
Commit by tjaden :: r13092 /allegro/branches/4.9/addons/audio/ (2 files in 2 dirs): (link)
Add comments to try to make the audio mixer more understandable (to me).
#