CIA.vc
alleg
Allegro
Stats » Projects » alleg
information
Photo
platform independent game programming
syndicateUTC clock
10:47 on May 28, 2012
event counters
The last message was received 0.99 days ago at 11:09 on May 27, 2012
0 messages so far today, 6 messages yesterday
0 messages so far this week, 18 messages last week
115 messages so far this month, 65 messages last month
6891 messages since the first one, 5.93 years ago, for an average of 7.54 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
11:09 yesterdayalleg
Commit by tjaden :: r15693 /allegrowww2/en/ (4 files in 3 dirs): (link)
Announce Allegro 5.1.2.
#
11:07 yesterdayalleg
Commit by tjaden :: r15692 /allegro/branches/5.1/ (CMakeLists.txt include/allegro5/base.h): (link)
Bump version to 5.1.3 (SVN).
#
11:04 yesterdayalleg
Commit by tjaden :: r15691 /allegro/tags/5.1.2/: (link)
Create tag 5.1.2
#
10:50 yesterdayalleg
Commit by tjaden :: r15690 /allegro/branches/5.1/include/allegro5/base.h: (link)
Bump version to 5.1.2 (WIP).
#
10:49 yesterdayalleg
Commit by tjaden :: r15689 /allegro/branches/5.1/docs/src/changes-5.1.txt: (link)
Prepare summary of changes for 5.1.2.
#
10:49 yesterdayalleg
Commit by tjaden :: r15688 /allegro/branches/5.1/tests/CMakeLists.txt: (link)
tests: Add target run_tests_wine_gl.
#
20:23 Saturdayalleg
Commit by elias :: r15687 /allegro/branches/5.1/src/macosx/ (osxgl.m system.m): (link)
Fix potential crashes under OSX in _al_osx_save_image_f and _al_osx_create_mouse_cursor.
#
06:21 Saturdayalleg
Commit by tjaden :: r15685 /allegro/branches/5.1/examples/ex_depth_mask.c: (link)
ex_depth_mask: Fix potential null pointer dereference.
#
08:20 Fridayalleg
Commit by kazzmir :: r15684 /allegro/branches/5.1/src/linux/ljoynu.c: (link)
monitor /dev/input instead of /dev on linux for hotplugging joysticks
#
05:12 Wednesdayalleg
Commit by trentg :: r15683 /allegro/branches/5.1/src/iphone/iphone_display.m: (link)
Disable the idle timer on iOS (screen lock) when entering airplay mode. Turn it back on afterwards.
#
01:52 Wednesdayalleg
Commit by trentg :: r15682 /allegro/branches/5.1/ (6 files in 2 dirs): (link)
Make al_destroy_display handle display disconnection properly. The user will need to clean up then call al_destroy_display after receiving ALLEGRO_EVENT_DISPLAY_DISCONNECTED (iOS)
#
14:17 on May 21alleg
Commit by trentg :: r15681 /allegro/branches/5.1/ (3 files in 2 dirs): (link)
Revert some code changed in r15604 (hopefully not breaking Android in the process.) Also make setup_fbo static in ogl_display.c again since it's no longer used outside.
#
06:59 on May 21alleg
Commit by trentg :: r15680 /allegro/branches/5.1/src/opengl/ogl_display.c: (link)
Tiny bit of error checking. Never set the projection when using PP mode unless a program object is bound.
#
06:58 on May 21alleg
Commit by trentg :: r15679 /allegro/branches/5.1/src/opengl/ogl_render_state.c: (link)
Remove some trailing spaces
#
06:58 on May 21alleg
Commit by trentg :: r15678 /allegro/branches/5.1/src/opengl/ogl_draw.c: (link)
Logic used in r15659 was wrong. Even if using the programmable pipeline, on iOS and Android the 'else' block should always be executed.
#
03:17 on May 21alleg
Commit by trentg :: r15677 /allegro/branches/5.1/src/opengl/ogl_render_state.c: (link)
Don't try to handle alpha testing if the programmable pipeline is being used
#
03:03 on May 21alleg
Commit by trentg :: r15676 /allegro/branches/5.1/src/opengl/extensions.c: (link)
On OpenGL ES 2 you always have FBO
#
00:34 on May 21alleg
Commit by elias :: r15675 /allegro/branches/5.1/src/iphone/iphone_display.c: (link)
Made al_set_render_state work on iphone.
#
16:59 on May 20alleg
Commit by elias :: r15674 /allegro/branches/5.1/src/opengl/ogl_render_state.c: (link)
Avoid thousands of render-state change log entries in debug mode.
#
16:56 on May 20alleg
Commit by elias :: r15673 /allegro/branches/5.1/src/win/wgl_disp.c: (link)
Set render state at the correct location.

Need to set it after the display, including it's default state, has been created, not before. Also need to do it whenever we switch to a display. Maybe we should call vt->update_render_state from the platform independent code instead.
#