date | project | content | link |
|---|
| 47 min ago | alleg | Commit by tjaden :: r 13111 /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 today | alleg | Commit by tjaden :: r 13110 /allegro/branches/4.9/examples/ex_opengl.c: ( link) Rename misleading variable name. | # |
| 00:07 today | alleg | Commit by tjaden :: r 13109 /allegro/branches/4.9/cmake/Common.cmake: ( link) Fix syntax error. | # |
| 23:55 yesterday | alleg | Commit by siegelord :: r 13108 /allegro/branches/4.9/examples/ex_transform.c: ( link) Added a blending switch for ex_transform | # |
| 23:26 yesterday | alleg | Commit by siegelord :: r 13107 /allegro/branches/4.9/src/memblit.c: ( link) Implemented the fast memory blitting function for transformed bitmap drawing | # |
| 23:17 Thursday | alleg | Commit by trentg :: r 13106 /allegro/branches/4.9/cmake/Common.cmake: ( link) On Windows, don't compile examples as console apps if CMAKE_BUILD_TYPE=Debug | # |
| 17:19 Thursday | alleg | Commit by mmimica :: r 13105 /allegro/branches/4.9/src/bitmap_new.c: ( link) Sub bitmaps of the sub bitmaps must be clipped to the first parent. | # |
| 11:55 Thursday | alleg | Commit by tjaden :: r 13104 /allegro/branches/4.9/ (3 files in 3 dirs): ( link) Bring back al_set_mixer_quality in a less potent form. | # |
| 22:19 Wednesday | alleg | Commit by siegelord :: r 13103 /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 Wednesday | alleg | Commit by tjaden :: r 13102 /allegro/branches/4.4/CMakeLists.txt: ( link) Added WANT_OSS, WANT_ALSA, WANT_JACK, WANT_SGIAUDIO options.
Reported by Samuli Suominen. | # |
| 12:31 Wednesday | alleg | Commit by tjaden :: r 13101 /allegro/branches/4.9/ (3 files in 3 dirs): ( link) Add al_is_audio_installed. | # |
| 10:50 Wednesday | alleg | Commit by tjaden :: r 13100 /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 Wednesday | alleg | Commit by tjaden :: r 13099 /allegro/branches/4.9/addons/audio/kcm_mixer.c: ( link) Handle conversion when an INT16 mixer is attached to a UINT16 voice. | # |
| 10:48 Wednesday | alleg | Commit by tjaden :: r 13098 /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 Wednesday | alleg | Commit by tjaden :: r 13097 /allegro/branches/4.9/ (2 files in 2 dirs): ( link) Document that only FLOAT32 and INT16 mixers will be supported. | # |
| 10:46 Wednesday | alleg | Commit by tjaden :: r 13096 /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 Wednesday | alleg | Commit by tjaden :: r 13095 /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 Wednesday | alleg | Commit by trentg :: r 13094 /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 Tuesday | alleg | Commit by trentg :: r 13093 /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 Tuesday | alleg | Commit by tjaden :: r 13092 /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). | # |