--- /srv/reproducible-results/rbuild-debian/r-b-build.usjPRQeL/b1/allegro5_5.2.8.0+dfsg-1_armhf.changes +++ /srv/reproducible-results/rbuild-debian/r-b-build.usjPRQeL/b2/allegro5_5.2.8.0+dfsg-1_armhf.changes ├── Files │ @@ -1,9 +1,9 @@ │ │ - 95d18cb289f46603a1155d8b871fe7e0 1504568 doc optional allegro5-doc_5.2.8.0+dfsg-1_all.deb │ + d16ba61a7cc4f272890c44099d14e1ed 1504524 doc optional allegro5-doc_5.2.8.0+dfsg-1_all.deb │ f6894137d4f0938f0f9406c9d1107b29 16952 libdevel optional liballegro-acodec5-dev_5.2.8.0+dfsg-1_armhf.deb │ 2468b62c4deeed8e45d2cd567152c849 61388 debug optional liballegro-acodec5.2-dbgsym_5.2.8.0+dfsg-1_armhf.deb │ ed7728aabe98e79581a66d612b355a5a 34836 libs optional liballegro-acodec5.2_5.2.8.0+dfsg-1_armhf.deb │ ecf0d28a9e6f1b8eb939139a1239de02 19744 libdevel optional liballegro-audio5-dev_5.2.8.0+dfsg-1_armhf.deb │ e5d917b399dd74fdafb0982d52966600 107276 debug optional liballegro-audio5.2-dbgsym_5.2.8.0+dfsg-1_armhf.deb │ 4f06ee111187d8f0723b1eaf32e1432c 53000 libs optional liballegro-audio5.2_5.2.8.0+dfsg-1_armhf.deb │ 8636f87412d953a37e7cc2047e6d1a63 18028 libdevel optional liballegro-dialog5-dev_5.2.8.0+dfsg-1_armhf.deb ├── allegro5-doc_5.2.8.0+dfsg-1_all.deb │ ├── file list │ │ @@ -1,3 +1,3 @@ │ │ -rw-r--r-- 0 0 0 4 2022-12-06 16:59:12.000000 debian-binary │ │ --rw-r--r-- 0 0 0 31412 2022-12-06 16:59:12.000000 control.tar.xz │ │ --rw-r--r-- 0 0 0 1472964 2022-12-06 16:59:12.000000 data.tar.xz │ │ +-rw-r--r-- 0 0 0 31432 2022-12-06 16:59:12.000000 control.tar.xz │ │ +-rw-r--r-- 0 0 0 1472900 2022-12-06 16:59:12.000000 data.tar.xz │ ├── control.tar.xz │ │ ├── control.tar │ │ │ ├── ./md5sums │ │ │ │ ├── ./md5sums │ │ │ │ │┄ Files differ │ ├── data.tar.xz │ │ ├── data.tar │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/acodec.html │ │ │ │ @@ -227,12 +227,12 @@ │ │ │ │

Source │ │ │ │ Code

│ │ │ │

Returns the (compiled) version of the addon, in the same format as al_get_allegro_version.

│ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:09:58 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:11 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -82,8 +82,8 @@ │ │ │ │ │ Returns true if the acodec addon is initialized, otherwise returns false. │ │ │ │ │ Since: 5.2.6 │ │ │ │ │ ****** al_get_allegro_acodec_version ****** │ │ │ │ │ uint32_t al_get_allegro_acodec_version(void) │ │ │ │ │ Source_Code │ │ │ │ │ Returns the (compiled) version of the addon, in the same format as │ │ │ │ │ al_get_allegro_version. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:09:58 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:11 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/audio.html │ │ │ │ @@ -3565,12 +3565,12 @@ │ │ │ │ Code

│ │ │ │

Fill a buffer with silence, for the given format and channel │ │ │ │ configuration. The buffer must have enough space for the given number of │ │ │ │ samples, and be properly aligned.

│ │ │ │

Since: 5.1.8

│ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:09:51 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:05 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2022,8 +2022,8 @@ │ │ │ │ │ void al_fill_silence(void *buf, unsigned int samples, │ │ │ │ │ ALLEGRO_AUDIO_DEPTH depth, ALLEGRO_CHANNEL_CONF chan_conf) │ │ │ │ │ Source_Code │ │ │ │ │ Fill a buffer with silence, for the given format and channel configuration. The │ │ │ │ │ buffer must have enough space for the given number of samples, and be properly │ │ │ │ │ aligned. │ │ │ │ │ Since: 5.1.8 │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:09:51 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:05 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/color.html │ │ │ │ @@ -942,12 +942,12 @@ │ │ │ │

Convert linear sRGB color values to gamma corrected (i.e. normal) RGB │ │ │ │ values.

│ │ │ │

Since: 5.2.8

│ │ │ │

See also: [al_color_linera], al_color_rgb_to_linear

│ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:10:17 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:21 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -545,8 +545,8 @@ │ │ │ │ │ ****** al_color_linear_to_rgb ****** │ │ │ │ │ void al_color_linear_to_rgb(float r, float g, float b, │ │ │ │ │ float *red, float *green, float *blue) │ │ │ │ │ Source_Code │ │ │ │ │ Convert linear sRGB color values to gamma corrected (i.e. normal) RGB values. │ │ │ │ │ Since: 5.2.8 │ │ │ │ │ See also: [al_color_linera], al_color_rgb_to_linear │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:10:17 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:21 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/config.html │ │ │ │ @@ -564,12 +564,12 @@ │ │ │ │

Merge one configuration structure into another. Values in │ │ │ │ configuration ‘add’ override those in ‘master’. ‘master’ is modified. │ │ │ │ Comments from ‘add’ are not retained.

│ │ │ │

See also: al_merge_config

│ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:02:09 UTC │ │ │ │ + - Last updated: 2024-01-09 01:22:15 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -297,8 +297,8 @@ │ │ │ │ │ ****** al_merge_config_into ****** │ │ │ │ │ void al_merge_config_into(ALLEGRO_CONFIG *master, const ALLEGRO_CONFIG *add) │ │ │ │ │ Source_Code │ │ │ │ │ Merge one configuration structure into another. Values in configuration │ │ │ │ │ ‘add’ override those in ‘master’. ‘master’ is modified. Comments │ │ │ │ │ from ‘add’ are not retained. │ │ │ │ │ See also: al_merge_config │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:02:09 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:22:15 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/direct3d.html │ │ │ │ @@ -297,12 +297,12 @@ │ │ │ │ is restored. In the callback you should restore any d3d resources you │ │ │ │ have created yourself. The callback receives the affected display as a │ │ │ │ parameter.

│ │ │ │

Pass NULL to disable the callback.

│ │ │ │

Since: 5.1.0

│ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:09:20 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:57 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -132,8 +132,8 @@ │ │ │ │ │ void (*callback)(ALLEGRO_DISPLAY *display)) │ │ │ │ │ Source_Code │ │ │ │ │ The callback will be called whenever a D3D device that has been reset is │ │ │ │ │ restored. In the callback you should restore any d3d resources you have created │ │ │ │ │ yourself. The callback receives the affected display as a parameter. │ │ │ │ │ Pass NULL to disable the callback. │ │ │ │ │ Since: 5.1.0 │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:09:20 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:57 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/display.html │ │ │ │ @@ -1500,12 +1500,12 @@ │ │ │ │

Examples:

│ │ │ │ │ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:02:41 UTC │ │ │ │ + - Last updated: 2024-01-09 01:22:29 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -829,8 +829,8 @@ │ │ │ │ │ bool al_clipboard_has_text(ALLEGRO_DISPLAY *display) │ │ │ │ │ Source_Code │ │ │ │ │ This function returns true if and only if the clipboard has text available. │ │ │ │ │ Since: 5.1.12 │ │ │ │ │ See also: al_set_clipboard_text, al_get_clipboard_text │ │ │ │ │ Examples: │ │ │ │ │ * ex_clipboard.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:02:41 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:22:29 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/events.html │ │ │ │ @@ -1504,12 +1504,12 @@ │ │ │ │

Assign the abstract user data to the event source. Allegro does not │ │ │ │ use the data internally for anything; it is simply meant as a convenient │ │ │ │ way to associate your own data or objects with events.

│ │ │ │

See also: al_get_event_source_data

│ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:03:22 UTC │ │ │ │ + - Last updated: 2024-01-09 01:22:30 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -822,8 +822,8 @@ │ │ │ │ │ ****** al_set_event_source_data ****** │ │ │ │ │ void al_set_event_source_data(ALLEGRO_EVENT_SOURCE *source, intptr_t data) │ │ │ │ │ Source_Code │ │ │ │ │ Assign the abstract user data to the event source. Allegro does not use the │ │ │ │ │ data internally for anything; it is simply meant as a convenient way to │ │ │ │ │ associate your own data or objects with events. │ │ │ │ │ See also: al_get_event_source_data │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:03:22 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:22:30 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/file.html │ │ │ │ @@ -954,12 +954,12 @@ │ │ │ │

Examples:

│ │ │ │ │ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:03:59 UTC │ │ │ │ + - Last updated: 2024-01-09 01:22:46 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -550,8 +550,8 @@ │ │ │ │ │ ***** al_get_file_userdata ***** │ │ │ │ │ void *al_get_file_userdata(ALLEGRO_FILE *f) │ │ │ │ │ Source_Code │ │ │ │ │ Returns a pointer to the custom userdata that is attached to the file handle. │ │ │ │ │ This is intended to be used by functions that extend ALLEGRO_FILE_INTERFACE. │ │ │ │ │ Examples: │ │ │ │ │ * ex_curl.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:03:59 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:22:46 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/fixed.html │ │ │ │ @@ -655,12 +655,12 @@ │ │ │ │ href="https://github.com/liballeg/allegro5/blob/master/src/math.c#L321">Source │ │ │ │ Code

│ │ │ │

Fixed point hypotenuse (returns the square root of │ │ │ │ x*x + y*y). This should be better than calculating the │ │ │ │ formula yourself manually, since the error is much smaller.

│ │ │ │

│ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:04:31 UTC │ │ │ │ + - Last updated: 2024-01-09 01:22:48 UTC │ │ │ │

│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -439,8 +439,8 @@ │ │ │ │ │ errno is set to EDOM and the function returns zero. │ │ │ │ │ ***** al_fixhypot ***** │ │ │ │ │ al_fixed al_fixhypot(al_fixed x, al_fixed y) │ │ │ │ │ Source_Code │ │ │ │ │ Fixed point hypotenuse (returns the square root of x*x + y*y). This should be │ │ │ │ │ better than calculating the formula yourself manually, since the error is much │ │ │ │ │ smaller. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:04:31 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:22:48 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/font.html │ │ │ │ @@ -1407,12 +1407,12 @@ │ │ │ │
  • ex_font.c
  • │ │ │ │
  • ex_ttf.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:10:27 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:28 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -842,8 +842,8 @@ │ │ │ │ │ passing it to this function for future compatibility. │ │ │ │ │ Since: 5.2.1 │ │ │ │ │ Unstable_API: This API is new and subject to refinement. │ │ │ │ │ See also: ALLEGRO_GLYPH │ │ │ │ │ Examples: │ │ │ │ │ * ex_font.c │ │ │ │ │ * ex_ttf.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:10:27 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:28 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/fshook.html │ │ │ │ @@ -705,12 +705,12 @@ │ │ │ │

    Return a pointer to the ALLEGRO_FS_INTERFACE table │ │ │ │ in effect for the calling thread.

    │ │ │ │

    See also: al_store_state, al_restore_state.

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:05:04 UTC │ │ │ │ + - Last updated: 2024-01-09 01:22:59 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -378,8 +378,8 @@ │ │ │ │ │ See also: al_set_fs_interface. │ │ │ │ │ ***** al_get_fs_interface ***** │ │ │ │ │ const ALLEGRO_FS_INTERFACE *al_get_fs_interface(void) │ │ │ │ │ Source_Code │ │ │ │ │ Return a pointer to the ALLEGRO_FS_INTERFACE table in effect for the calling │ │ │ │ │ thread. │ │ │ │ │ See also: al_store_state, al_restore_state. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:05:04 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:22:59 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/fullscreen_mode.html │ │ │ │ @@ -242,12 +242,12 @@ │ │ │ │
  • ex_monitorinfo.c
  • │ │ │ │
  • ex_display_options.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:05:15 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:04 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -90,8 +90,8 @@ │ │ │ │ │ al_set_new_display_refresh_rate, and al_set_new_display_flags to find the │ │ │ │ │ number of modes that match. Settings the new display parameters to zero will │ │ │ │ │ give a list of all modes for the default driver. │ │ │ │ │ See also: al_get_display_mode │ │ │ │ │ Examples: │ │ │ │ │ * ex_monitorinfo.c │ │ │ │ │ * ex_display_options.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:05:15 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:04 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/getting_started.html │ │ │ │ @@ -327,12 +327,12 @@ │ │ │ │ href="system.html#al_init">al_init becomes more scrict. See │ │ │ │ documentation of those functions for details.

    │ │ │ │

    Not the end

    │ │ │ │

    There’s a heap of stuff we haven’t even mentioned yet.

    │ │ │ │

    Enjoy!

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:01:39 UTC │ │ │ │ + - Last updated: 2024-01-09 01:22:05 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -195,8 +195,8 @@ │ │ │ │ │ including Allegro’s headers. │ │ │ │ │ Note that when you define that macro, the version check performed by │ │ │ │ │ al_install_system and al_init becomes more scrict. See documentation of those │ │ │ │ │ functions for details. │ │ │ │ │ ****** Not the end ****** │ │ │ │ │ There’s a heap of stuff we haven’t even mentioned yet. │ │ │ │ │ Enjoy! │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:01:39 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:22:05 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/graphics.html │ │ │ │ @@ -3364,12 +3364,12 @@ │ │ │ │

    Unstable │ │ │ │ API: This API is new and subject to refinement.

    │ │ │ │ │ │ │ │

    See also: al_backup_dirty_bitmap

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:05:36 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:14 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -2029,8 +2029,8 @@ │ │ │ │ │ ***** al_backup_dirty_bitmaps ***** │ │ │ │ │ void al_backup_dirty_bitmaps(ALLEGRO_DISPLAY *display) │ │ │ │ │ Source_Code │ │ │ │ │ Backs up all of a display’s bitmaps to system memory. │ │ │ │ │ Since: 5.2.1 │ │ │ │ │ Unstable_API: This API is new and subject to refinement. │ │ │ │ │ See also: al_backup_dirty_bitmap │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:05:36 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:14 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/haptic.html │ │ │ │ @@ -1241,12 +1241,12 @@ │ │ │ │

    Unstable │ │ │ │ API: Perhaps could be simplified due to limited support for all │ │ │ │ the exposed features across all of the platforms. Awaiting feedback from │ │ │ │ users.

    │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:05:44 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:16 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -726,8 +726,8 @@ │ │ │ │ │ again manually in this case. However, if true is returned, it is necessary to │ │ │ │ │ call al_release_haptic_effect when the effect isn’t needed anymore, to │ │ │ │ │ prevent the amount of available effects on the haptic device from running out. │ │ │ │ │ Since: 5.1.8 │ │ │ │ │ Unstable_API: Perhaps could be simplified due to limited support for │ │ │ │ │ all the exposed features across all of the platforms. Awaiting │ │ │ │ │ feedback from users. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:05:44 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:16 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/image.html │ │ │ │ @@ -230,12 +230,12 @@ │ │ │ │

    Source │ │ │ │ Code

    │ │ │ │

    Returns the (compiled) version of the addon, in the same format as al_get_allegro_version.

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:10:57 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:34 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -87,8 +87,8 @@ │ │ │ │ │ Shut down the image addon. This is done automatically at program exit, but can │ │ │ │ │ be called any time the user wishes as well. │ │ │ │ │ ****** al_get_allegro_image_version ****** │ │ │ │ │ uint32_t al_get_allegro_image_version(void) │ │ │ │ │ Source_Code │ │ │ │ │ Returns the (compiled) version of the addon, in the same format as │ │ │ │ │ al_get_allegro_version. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:10:57 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:34 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/index.html │ │ │ │ @@ -154,12 +154,12 @@ │ │ │ │
  • Native dialogs addon
  • │ │ │ │
  • PhysicsFS addon
  • │ │ │ │
  • Primitives addon
  • │ │ │ │
  • Video streaming addon
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:12:41 UTC │ │ │ │ + - Last updated: 2024-01-09 01:26:14 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -88,8 +88,8 @@ │ │ │ │ │ * Image_I/O_addon │ │ │ │ │ * Main_addon │ │ │ │ │ * Memfile_addon │ │ │ │ │ * Native_dialogs_addon │ │ │ │ │ * PhysicsFS_addon │ │ │ │ │ * Primitives_addon │ │ │ │ │ * Video_streaming_addon │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:12:41 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:26:14 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/index_all.html │ │ │ │ @@ -2879,12 +2879,12 @@ │ │ │ │
  • al_x_set_initial_icon │ │ │ │
  • │ │ │ │
  • iPhone
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:12:48 UTC │ │ │ │ + - Last updated: 2024-01-09 01:26:14 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1252,8 +1252,8 @@ │ │ │ │ │ * al_wait_for_event_timed │ │ │ │ │ * al_wait_for_event_until │ │ │ │ │ * al_wait_for_vsync │ │ │ │ │ * al_win_add_window_callback │ │ │ │ │ * al_win_remove_window_callback │ │ │ │ │ * al_x_set_initial_icon │ │ │ │ │ * iPhone │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:12:48 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:26:14 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/joystick.html │ │ │ │ @@ -587,12 +587,12 @@ │ │ │ │
  • ex_joystick_events.c
  • │ │ │ │
  • ex_haptic2.cpp
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:06:21 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:31 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -284,8 +284,8 @@ │ │ │ │ │ Source_Code │ │ │ │ │ Returns the global joystick event source. All joystick_events are generated by │ │ │ │ │ this event source. │ │ │ │ │ Examples: │ │ │ │ │ * ex_joystick_hotplugging.c │ │ │ │ │ * ex_joystick_events.c │ │ │ │ │ * ex_haptic2.cpp │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:06:21 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:31 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/keyboard.html │ │ │ │ @@ -471,12 +471,12 @@ │ │ │ │
  • ex_opengl.c
  • │ │ │ │
  • ex_timedwait.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:06:29 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:42 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -268,8 +268,8 @@ │ │ │ │ │ Retrieve the keyboard event source. All keyboard_events are generated by this │ │ │ │ │ event source. │ │ │ │ │ Returns NULL if the keyboard subsystem was not installed. │ │ │ │ │ Examples: │ │ │ │ │ * ex_keyboard_events.c │ │ │ │ │ * ex_opengl.c │ │ │ │ │ * ex_timedwait.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:06:29 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:42 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/main.html │ │ │ │ @@ -178,12 +178,12 @@ │ │ │ │
    int main(int argc, char **argv)
    │ │ │ │

    This addon does nothing on platforms that don’t require its │ │ │ │ functionality, but you should keep it in mind in case you need to port │ │ │ │ to platforms that do require it.

    │ │ │ │

    Link with allegro_main.

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:11:09 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:41 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -56,8 +56,8 @@ │ │ │ │ │ If the user main function is defined in C++, then it must have the following │ │ │ │ │ signature for this addon to work: │ │ │ │ │ int main(int argc, char **argv) │ │ │ │ │ This addon does nothing on platforms that don’t require its functionality, │ │ │ │ │ but you should keep it in mind in case you need to port to platforms that do │ │ │ │ │ require it. │ │ │ │ │ Link with allegro_main. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:11:09 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:41 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/memfile.html │ │ │ │ @@ -201,12 +201,12 @@ │ │ │ │

    Source │ │ │ │ Code

    │ │ │ │

    Returns the (compiled) version of the addon, in the same format as al_get_allegro_version.

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:11:14 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:41 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -68,8 +68,8 @@ │ │ │ │ │ Examples: │ │ │ │ │ * ex_memfile.c │ │ │ │ │ ****** al_get_allegro_memfile_version ****** │ │ │ │ │ uint32_t al_get_allegro_memfile_version(void) │ │ │ │ │ Source_Code │ │ │ │ │ Returns the (compiled) version of the addon, in the same format as │ │ │ │ │ al_get_allegro_version. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:11:14 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:41 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/memory.html │ │ │ │ @@ -323,12 +323,12 @@ │ │ │ │ The context arguments may be used for debugging. The new functions │ │ │ │ should be thread safe.

    │ │ │ │

    If the pointer is NULL, the default behaviour will be restored.

    │ │ │ │

    See also: ALLEGRO_MEMORY_INTERFACE

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:06:46 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:44 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -148,8 +148,8 @@ │ │ │ │ │ Source_Code │ │ │ │ │ Override the memory management functions with implementations of │ │ │ │ │ al_malloc_with_context, al_free_with_context, al_realloc_with_context and │ │ │ │ │ al_calloc_with_context. The context arguments may be used for debugging. The │ │ │ │ │ new functions should be thread safe. │ │ │ │ │ If the pointer is NULL, the default behaviour will be restored. │ │ │ │ │ See also: ALLEGRO_MEMORY_INTERFACE │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:06:46 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:44 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/misc.html │ │ │ │ @@ -198,12 +198,12 @@ │ │ │ │ other system (like OSX) don’t allow calling al_install_system in the main │ │ │ │ thread. al_run_main will know what to do in that case.

    │ │ │ │

    The passed argc and argv will simply be passed on to user_main and │ │ │ │ the return value of user_main will be returned.

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:06:58 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:51 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -66,8 +66,8 @@ │ │ │ │ │ This function is useful in cases where you don’t have a main() function but │ │ │ │ │ want to run Allegro (mostly useful in a wrapper library). Under Windows and │ │ │ │ │ Linux this is no problem because you simply can call al_install_system. But │ │ │ │ │ some other system (like OSX) don’t allow calling al_install_system in the │ │ │ │ │ main thread. al_run_main will know what to do in that case. │ │ │ │ │ The passed argc and argv will simply be passed on to user_main and the return │ │ │ │ │ value of user_main will be returned. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:06:58 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:51 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/monitor.html │ │ │ │ @@ -320,12 +320,12 @@ │ │ │ │ API: This is an experimental feature and currently only works │ │ │ │ on Windows.

    │ │ │ │ │ │ │ │

    See also: al_get_monitor_info

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:07:01 UTC │ │ │ │ + - Last updated: 2024-01-09 01:23:51 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -133,8 +133,8 @@ │ │ │ │ │ int al_get_monitor_refresh_rate(int adapter) │ │ │ │ │ Source_Code │ │ │ │ │ Returns the current refresh rate of a monitor attached to the display adapter. │ │ │ │ │ Since: 5.2.6 │ │ │ │ │ Unstable_API: This is an experimental feature and currently only │ │ │ │ │ works on Windows. │ │ │ │ │ See also: al_get_monitor_info │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:07:01 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:23:51 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/mouse.html │ │ │ │ @@ -634,12 +634,12 @@ │ │ │ │ program.

    │ │ │ │
    │ │ │ │

    Note: not yet implemented on Mac OS X.

    │ │ │ │
    │ │ │ │

    See also: al_grab_mouse

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:07:17 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:00 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -344,8 +344,8 @@ │ │ │ │ │ See also: al_ungrab_mouse │ │ │ │ │ ***** al_ungrab_mouse ***** │ │ │ │ │ bool al_ungrab_mouse(void) │ │ │ │ │ Source_Code │ │ │ │ │ Stop confining the mouse cursor to any display belonging to the program. │ │ │ │ │ Note: not yet implemented on Mac OS X. │ │ │ │ │ See also: al_grab_mouse │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:07:17 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:00 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/native_dialog.html │ │ │ │ @@ -1205,12 +1205,12 @@ │ │ │ │

    Examples:

    │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:11:28 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:49 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -688,8 +688,8 @@ │ │ │ │ │ be used on a different display. │ │ │ │ │ If you simply want to destroy the active menu, you can call al_set_display_menu │ │ │ │ │ with a NULL menu. │ │ │ │ │ Since: 5.1.0 │ │ │ │ │ See also: al_set_display_menu │ │ │ │ │ Examples: │ │ │ │ │ * ex_menu.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:11:28 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:49 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/opengl.html │ │ │ │ @@ -417,12 +417,12 @@ │ │ │ │ GL_ARB_texture_non_power_of_two=0 │ │ │ │ GL_EXT_framebuffer_object=0 │ │ │ │

    Any extension which appears in the section is treated as not │ │ │ │ available (it does not matter if you set it to 0 or any other │ │ │ │ value).

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:09:42 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:01 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -214,8 +214,8 @@ │ │ │ │ │ You can disable the detection of any OpenGL extension by Allegro with a section │ │ │ │ │ like this in allegro5.cfg: │ │ │ │ │ [opengl_disabled_extensions] │ │ │ │ │ GL_ARB_texture_non_power_of_two=0 │ │ │ │ │ GL_EXT_framebuffer_object=0 │ │ │ │ │ Any extension which appears in the section is treated as not available (it does │ │ │ │ │ not matter if you set it to 0 or any other value). │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:09:42 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:01 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/path.html │ │ │ │ @@ -625,12 +625,12 @@ │ │ │ │
  • ex_path.c
  • │ │ │ │
  • ex_path_test.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:07:29 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:00 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -323,8 +323,8 @@ │ │ │ │ │ Note that this does not collapse “x/../y” sections into “y”. This is by │ │ │ │ │ design. If “/foo” on your system is a symlink to “/bar/baz”, then “/ │ │ │ │ │ foo/../quux” is actually “/bar/quux”, not “/quux” as a naive removal │ │ │ │ │ of “..” components would give you. │ │ │ │ │ Examples: │ │ │ │ │ * ex_path.c │ │ │ │ │ * ex_path_test.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:07:29 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:00 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/physfs.html │ │ │ │ @@ -230,12 +230,12 @@ │ │ │ │

    Source │ │ │ │ Code

    │ │ │ │

    Returns the (compiled) version of the addon, in the same format as al_get_allegro_version.

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:11:40 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:50 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -81,8 +81,8 @@ │ │ │ │ │ Examples: │ │ │ │ │ * ex_physfs.c │ │ │ │ │ ****** al_get_allegro_physfs_version ****** │ │ │ │ │ uint32_t al_get_allegro_physfs_version(void) │ │ │ │ │ Source_Code │ │ │ │ │ Returns the (compiled) version of the addon, in the same format as │ │ │ │ │ al_get_allegro_version. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:11:40 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:50 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/platform.html │ │ │ │ @@ -412,12 +412,12 @@ │ │ │ │

    Examples:

    │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:09:11 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:53 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -203,8 +203,8 @@ │ │ │ │ │ doesn’t work and you need to use a .desktop file. But with this function you │ │ │ │ │ can set an icon before calling al_create_display. This works by setting the │ │ │ │ │ icon before XMapWindow. │ │ │ │ │ Since: 5.2.3 │ │ │ │ │ Unstable_API: New API. │ │ │ │ │ Examples: │ │ │ │ │ * ex_icon2.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:09:11 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:53 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/primitives.html │ │ │ │ @@ -2042,12 +2042,12 @@ │ │ │ │

    Since: 5.1.3

    │ │ │ │

    See also: al_create_vertex_buffer, │ │ │ │ al_create_index_buffer

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:11:44 UTC │ │ │ │ + - Last updated: 2024-01-09 01:25:58 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -1291,8 +1291,8 @@ │ │ │ │ │ * ALLEGRO_PRIM_BUFFER_READWRITE - Specifies that you want to be able read │ │ │ │ │ from this buffer. By default this is disabled for performance. Some │ │ │ │ │ platforms (like OpenGL ES) do not support reading from vertex buffers, so │ │ │ │ │ if you pass this flag to al_create_vertex_buffer or │ │ │ │ │ al_create_index_buffer the call will fail. │ │ │ │ │ Since: 5.1.3 │ │ │ │ │ See also: al_create_vertex_buffer, al_create_index_buffer │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:11:44 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:25:58 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/shader.html │ │ │ │ @@ -782,12 +782,12 @@ │ │ │ │
  • ex_palette.c
  • │ │ │ │
  • ex_prim_wrap.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:12:10 UTC │ │ │ │ + - Last updated: 2024-01-09 01:26:03 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -427,8 +427,8 @@ │ │ │ │ │ the selected platform. │ │ │ │ │ Since: 5.1.6 │ │ │ │ │ See also: al_attach_shader_source │ │ │ │ │ Examples: │ │ │ │ │ * ex_shader_multitex.c │ │ │ │ │ * ex_palette.c │ │ │ │ │ * ex_prim_wrap.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:12:10 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:26:03 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/state.html │ │ │ │ @@ -307,12 +307,12 @@ │ │ │ │
  • ex_curl.c
  • │ │ │ │
  • ex_utf8.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:07:32 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:09 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -138,8 +138,8 @@ │ │ │ │ │ void al_set_errno(int errnum) │ │ │ │ │ SETTER(allegro_errno, errnum) │ │ │ │ │ Source_Code │ │ │ │ │ Set the error number for the calling thread. │ │ │ │ │ Examples: │ │ │ │ │ * ex_curl.c │ │ │ │ │ * ex_utf8.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:07:32 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:09 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/system.html │ │ │ │ @@ -812,12 +812,12 @@ │ │ │ │
  • ALLEGRO_SYSTEM_ID_SDL - SDL
  • │ │ │ │ │ │ │ │

    Since: 5.2.5

    │ │ │ │

    See also: al_get_system_id

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:07:54 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:12 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -567,8 +567,8 @@ │ │ │ │ │ * ALLEGRO_SYSTEM_ID_ANDROID - Android │ │ │ │ │ * ALLEGRO_SYSTEM_ID_IPHONE - iOS │ │ │ │ │ * ALLEGRO_SYSTEM_ID_GP2XWIZ - GP2XWIZ │ │ │ │ │ * ALLEGRO_SYSTEM_ID_RASPBERRYPI - Raspberry Pi │ │ │ │ │ * ALLEGRO_SYSTEM_ID_SDL - SDL │ │ │ │ │ Since: 5.2.5 │ │ │ │ │ See also: al_get_system_id │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:07:54 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:12 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/threads.html │ │ │ │ @@ -582,12 +582,12 @@ │ │ │ │ href="threads.html#al_broadcast_cond">al_broadcast_cond but al_signal_cond may be more │ │ │ │ efficient when it’s applicable.

    │ │ │ │

    See also: al_broadcast_cond.

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:08:03 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:17 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -298,8 +298,8 @@ │ │ │ │ │ ****** al_signal_cond ****** │ │ │ │ │ void al_signal_cond(ALLEGRO_COND *cond) │ │ │ │ │ Source_Code │ │ │ │ │ Unblock at least one thread waiting on a condition variable. │ │ │ │ │ Generally you should use al_broadcast_cond but al_signal_cond may be more │ │ │ │ │ efficient when it’s applicable. │ │ │ │ │ See also: al_broadcast_cond. │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:08:03 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:17 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/time.html │ │ │ │ @@ -239,12 +239,12 @@ │ │ │ │
  • ex_timer_pause.c
  • │ │ │ │
  • ex_mouse_focus.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:08:09 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:22 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -89,8 +89,8 @@ │ │ │ │ │ al_rest(0.000001) │ │ │ │ │ might pause for something like 10ms. Also see the section on Timer routines for │ │ │ │ │ easier ways to time your program without using up all CPU. │ │ │ │ │ Examples: │ │ │ │ │ * ex_keyboard_focus.c │ │ │ │ │ * ex_timer_pause.c │ │ │ │ │ * ex_mouse_focus.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:08:09 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:22 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/timer.html │ │ │ │ @@ -423,12 +423,12 @@ │ │ │ │
  • ex_timer_pause.c
  • │ │ │ │
  • ex_user_events.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:08:33 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:27 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -199,8 +199,8 @@ │ │ │ │ │ Source_Code │ │ │ │ │ Retrieve the associated event source. Timers will generate events of type │ │ │ │ │ ALLEGRO_EVENT_TIMER. │ │ │ │ │ Examples: │ │ │ │ │ * ex_enet_server.c │ │ │ │ │ * ex_timer_pause.c │ │ │ │ │ * ex_user_events.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:08:33 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:27 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/touch.html │ │ │ │ @@ -421,12 +421,12 @@ │ │ │ │
  • ex_haiku.c
  • │ │ │ │
  • ex_prim_shader.c
  • │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:08:38 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:32 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -184,8 +184,8 @@ │ │ │ │ │ Since: 5.1.0 │ │ │ │ │ Unstable_API: Seems of limited value, as touch input tends to have │ │ │ │ │ different semantics compared to mouse input. │ │ │ │ │ Examples: │ │ │ │ │ * ex_lockbitmap.c │ │ │ │ │ * ex_haiku.c │ │ │ │ │ * ex_prim_shader.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:08:38 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:32 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/transformations.html │ │ │ │ @@ -1059,12 +1059,12 @@ │ │ │ │
  • theta - Rotation angle in radians
  • │ │ │ │ │ │ │ │

    Since: 5.1.7

    │ │ │ │

    See also: al_horizontal_shear_transform

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:08:40 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:38 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -637,8 +637,8 @@ │ │ │ │ │ Source_Code │ │ │ │ │ Apply a vertical shear to the transform │ │ │ │ │ Parameters: │ │ │ │ │ * trans - Transformation to alter │ │ │ │ │ * theta - Rotation angle in radians │ │ │ │ │ Since: 5.1.7 │ │ │ │ │ See also: al_horizontal_shear_transform │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:08:40 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:38 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/utf8.html │ │ │ │ @@ -1611,12 +1611,12 @@ │ │ │ │ points above 0x10FFFF.

    │ │ │ │

    Returns the number of bytes written, which is the same as that │ │ │ │ returned by al_utf16_width.

    │ │ │ │

    See also: al_utf8_encode, al_ustr_encode_utf16

    │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:09:07 UTC │ │ │ │ + - Last updated: 2024-01-09 01:24:42 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -915,8 +915,8 @@ │ │ │ │ │ Source_Code │ │ │ │ │ Encode the specified code point to UTF-16 into the buffer s. The buffer must │ │ │ │ │ have enough space to hold the encoding, which takes either 2 or 4 bytes. This │ │ │ │ │ routine will refuse to encode code points above 0x10FFFF. │ │ │ │ │ Returns the number of bytes written, which is the same as that returned by │ │ │ │ │ al_utf16_width. │ │ │ │ │ See also: al_utf8_encode, al_ustr_encode_utf16 │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:09:07 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:24:42 UTC │ │ │ ├── ./usr/share/doc/allegro5-doc/refman/video.html │ │ │ │ @@ -525,12 +525,12 @@ │ │ │ │

    Examples:

    │ │ │ │ │ │ │ │

    │ │ │ │ Allegro version 5.2.8 │ │ │ │ - - Last updated: 2024-01-09 01:12:10 UTC │ │ │ │ + - Last updated: 2024-01-09 01:26:04 UTC │ │ │ │

    │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── html2text {} │ │ │ │ │ @@ -272,8 +272,8 @@ │ │ │ │ │ bool al_seek_video(ALLEGRO_VIDEO *video, double pos_in_seconds) │ │ │ │ │ Source_Code │ │ │ │ │ Seek to a different position in the video. Currently only seeking to the │ │ │ │ │ beginning of the video is supported. │ │ │ │ │ Since: 5.1.0 │ │ │ │ │ Examples: │ │ │ │ │ * ex_video.c │ │ │ │ │ -Allegro version 5.2.8 - Last updated: 2024-01-09 01:12:10 UTC │ │ │ │ │ +Allegro version 5.2.8 - Last updated: 2024-01-09 01:26:04 UTC