date | project | content | link |
|---|
| 11:09 yesterday | alleg | Commit by tjaden :: r 15693 /allegrowww2/en/ (4 files in 3 dirs): ( link) Announce Allegro 5.1.2. | # |
| 11:07 yesterday | alleg | Commit by tjaden :: r 15692 /allegro/branches/5.1/ (CMakeLists.txt include/allegro5/base.h): ( link) Bump version to 5.1.3 (SVN). | # |
| 11:04 yesterday | alleg | Commit by tjaden :: r 15691 /allegro/tags/5.1.2/: ( link) Create tag 5.1.2 | # |
| 10:50 yesterday | alleg | Commit by tjaden :: r 15690 /allegro/branches/5.1/include/allegro5/base.h: ( link) Bump version to 5.1.2 (WIP). | # |
| 10:49 yesterday | alleg | Commit by tjaden :: r 15689 /allegro/branches/5.1/docs/src/changes-5.1.txt: ( link) Prepare summary of changes for 5.1.2. | # |
| 10:49 yesterday | alleg | Commit by tjaden :: r 15688 /allegro/branches/5.1/tests/CMakeLists.txt: ( link) tests: Add target run_tests_wine_gl. | # |
| 20:23 Saturday | alleg | Commit by elias :: r 15687 /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 Saturday | alleg | Commit by tjaden :: r 15685 /allegro/branches/5.1/examples/ex_depth_mask.c: ( link) ex_depth_mask: Fix potential null pointer dereference. | # |
| 08:20 Friday | alleg | Commit by kazzmir :: r 15684 /allegro/branches/5.1/src/linux/ljoynu.c: ( link) monitor /dev/input instead of /dev on linux for hotplugging joysticks | # |
| 05:12 Wednesday | alleg | Commit by trentg :: r 15683 /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 Wednesday | alleg | Commit by trentg :: r 15682 /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 21 | alleg | Commit by trentg :: r 15681 /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 21 | alleg | Commit by trentg :: r 15680 /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 21 | alleg | Commit by trentg :: r 15679 /allegro/branches/5.1/src/opengl/ogl_render_state.c: ( link) Remove some trailing spaces | # |
| 06:58 on May 21 | alleg | Commit by trentg :: r 15678 /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 21 | alleg | Commit by trentg :: r 15677 /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 21 | alleg | Commit by trentg :: r 15676 /allegro/branches/5.1/src/opengl/extensions.c: ( link) On OpenGL ES 2 you always have FBO | # |
| 00:34 on May 21 | alleg | Commit by elias :: r 15675 /allegro/branches/5.1/src/iphone/iphone_display.c: ( link) Made al_set_render_state work on iphone. | # |
| 16:59 on May 20 | alleg | Commit by elias :: r 15674 /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 20 | alleg | Commit by elias :: r 15673 /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. | # |