date | project | content | link |
|---|
| 11:28 today | alleg | Commit by tjaden :: r 12901 /allegro/branches/4.9/docs/src/refman/ (display.txt events.txt): ( link) Document that more display resize events can be generated before the first one is acknowledged. | # |
| 11:08 today | alleg | Commit by tjaden :: r 12900 /allegro/branches/4.9/ (3 files in 2 dirs): ( link) Add the CMake option FLAC_STATIC.
The user must set this if using MSVC and linking with a static FLAC library. Hopefully most people will use a FLAC DLL instead. | # |
| 11:47 yesterday | alleg | Commit by tjaden :: r 12899 /allegro/branches/4.9/docs/src/refman/audio.txt: ( link) Some improvements to the audio documentation.
In particular, document the limitations of attaching samples and audio streams directly to voices. Discourage the user from doing so. | # |
| 18:44 Sunday | alleg | Commit by siegelord :: r 12898 /allegro/branches/4.9/ (4 files in 3 dirs): ( link) Added support for subbitmap textures in D3D driver of the primitives addon. In the process made D3D sub-bitmaps work better with user D3D code and added al_get_d3d_texture_position | # |
| 18:38 Sunday | alleg | Commit by siegelord :: r 12897 /allegro/branches/4.9/addons/primitives/prim_opengl.c: ( link) Fix the mixed code/declarations | # |
| 15:17 Sunday | alleg | Commit by trentg :: r 12896 /allegro/branches/4.9/src/win/ (d3d_disp.cpp wgl_disp.c): ( link) Fix mouse range after resizing window on Windows OS | # |
| 18:03 Saturday | alleg | Commit by siegelord :: r 12895 /allegro/branches/4.9/addons/primitives/allegro5/allegro_primitives.h: ( link) Changed the members of ALLEGRO_VERTEX_ELEMENT to be integers to make it less of a pain to use in C++ | # |
| 17:54 Saturday | alleg | Commit by siegelord :: r 12894 /allegro/branches/4.9/addons/primitives/prim_opengl.c: ( link) Added support for sub-bitmap textures for the OpenGL driver of the primitives addon | # |
| 16:37 Saturday | alleg | Commit by siegelord :: r 12893 /allegro/branches/4.9/ (5 files in 4 dirs): ( link) Added al_load_sample_f, al_save_sample_f, al_load_audio_stream_f and the related functions. Also fixed a bug where al_save_sample was improperly handling the extension | # |
| 10:50 Saturday | alleg | Commit by trentg :: r 12892 /allegro/branches/4.9/src/win/d3d_disp.cpp: ( link) Use a short delay instead of WaitMessage in D3D driver. See comment for reason. | # |
| 10:49 Saturday | alleg | Commit by trentg :: r 12891 /allegro/branches/4.9/src/win/wnewwin.c: ( link) Do not postpone the resize event as long in Windows. Make sure to reset postponed flag after a resize even if the new size is the same. | # |
| 13:54 Friday | alleg | Commit by elias :: r 12890 /allegro/branches/4.9/addons/acodec/ (flac.c ogg.c): ( link) Fixed use of TRACE() macro in ogg.c. | # |
| 11:32 Thursday | alleg | Commit by tjaden :: r 12889 /allegro/branches/4.9/ (6 files in 5 dirs): ( link) Remove `ret_success' arguments from al_fread32be/le.
They were meant to encourage the user to check for errors, as EOF (-1) is an ambiguous return value. (The same problem occurs with the 16-bit word functions but they never gained the ret_success arguments.) The current thinking is that the ret_success arguments are clunky so the user should simply check al_feof/al_ferror after calling the functions. | # |
| 04:52 Thursday | alleg | Commit by siegelord :: r 12888 /allegro/branches/4.9/ (8 files in 5 dirs): ( link) Added the _f versions of loading functions for wav, ogg and flac. No al_load_{sample,audio_stream}_f yet though | # |
| 03:41 Thursday | alleg | Commit by siegelord :: r 12887 /allegro/branches/4.9/ (11 files in 5 dirs): ( link) Changed the _stream suffix to _f in the audio/image loading functions and added some missing documentation stubs | # |
| 13:41 Wednesday | alleg | Commit by tjaden :: r 12886 /allegro/branches/4.9/src/allegro.c: ( link) Add mutex to prevent interleaved logging output from different threads. | # |
| 12:23 Wednesday | alleg | Commit by tjaden :: r 12885 /allegro/branches/4.9/ (2 files in 2 dirs): ( link) Do not register destructors for audio streams.
Destroying audio streams on shutdown easily leads to a deadlock. | # |
| 21:50 on Feb 02 | alleg | Commit by elias :: r 12884 /allegro/branches/4.9/ (3 files in 2 dirs): ( link) - Fixed bug under X11 where al_create_display() would always use the display options from the first al_create_display() call.
- [ex_display_options] Added mouse support, query current display settings, display error if a mode can't be set.
| # |
| 17:35 on Feb 02 | alleg | Commit by elias :: r 12883 /allegro/branches/4.9/docs/scripts/make_protos.c: ( link) [docs] Made prototypes stop on a blank line to fix al_init and ALLEGRO_PI documentation. | # |
| 02:36 on Feb 02 | alleg | Commit by eglebbk :: r 12882 /allegro/branches/4.9/src/macosx/osxgl.m: ( link) Avoid "-[NSLock unlock]: lock unlocked from thread which did not lock it" warnings on OS X whenever a window is moved (using al_set_window_position) or resized (using al_resize_display). Because we do the final window setup on the main thread, the window's frame rectangle is created (and locked) there. This isn't a very elegant solution, but it gets the job done. | # |