CIA.vc
alleg
Allegro
Stats » Projects » alleg
information
Photo
platform independent game programming
syndicateUTC clock
16:10 on Feb 09, 2010
event counters
The last message was received 4.7 hours ago at 11:28 on Feb 09, 2010
2 messages so far today, 1 messages yesterday
3 messages so far this week, 20 messages last week
23 messages so far this month, 56 messages last month
4109 messages since the first one, 3.64 years ago, for an average of 7.75 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
11:28 todayalleg
Commit by tjaden :: r12901 /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 todayalleg
Commit by tjaden :: r12900 /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 yesterdayalleg
Commit by tjaden :: r12899 /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 Sundayalleg
Commit by siegelord :: r12898 /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 Sundayalleg
Commit by siegelord :: r12897 /allegro/branches/4.9/addons/primitives/prim_opengl.c: (link)
Fix the mixed code/declarations
#
15:17 Sundayalleg
Commit by trentg :: r12896 /allegro/branches/4.9/src/win/ (d3d_disp.cpp wgl_disp.c): (link)
Fix mouse range after resizing window on Windows OS
#
18:03 Saturdayalleg
Commit by siegelord :: r12895 /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 Saturdayalleg
Commit by siegelord :: r12894 /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 Saturdayalleg
Commit by siegelord :: r12893 /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 Saturdayalleg
Commit by trentg :: r12892 /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 Saturdayalleg
Commit by trentg :: r12891 /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 Fridayalleg
Commit by elias :: r12890 /allegro/branches/4.9/addons/acodec/ (flac.c ogg.c): (link)
Fixed use of TRACE() macro in ogg.c.
#
11:32 Thursdayalleg
Commit by tjaden :: r12889 /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 Thursdayalleg
Commit by siegelord :: r12888 /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 Thursdayalleg
Commit by siegelord :: r12887 /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 Wednesdayalleg
Commit by tjaden :: r12886 /allegro/branches/4.9/src/allegro.c: (link)
Add mutex to prevent interleaved logging output from different threads.
#
12:23 Wednesdayalleg
Commit by tjaden :: r12885 /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 02alleg
Commit by elias :: r12884 /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 02alleg
Commit by elias :: r12883 /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 02alleg
Commit by eglebbk :: r12882 /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.
#