fb5f1bda8f
Changes from 5.2.6 to 5.2.7 (March 2021) **************************************** The main developers this time were: SiegeLord, Peter Hull, Elias Pschernig, Aldrik Ramaekers, Andreas Rönnquist. Build system: • Allow generating projects with a suffix (lorry-lee). • Fix build under Clang-CL in Visual Studio. Core: • Avoid some undefined behavior errors. • Return key modifiers in ‘ALLEGRO_EVENT_KEY_UP’ and ‘ALLEGRO_EVENT_KEY_DOWN’. • Allow calling ‘al_map_*’ color functions before Allegro is initialized. • Allow minimum bitmap size to be something other than 16 on non-Android platforms (controlled via ‘allegro5.cfg’). • Add ‘al_get_monitor_refresh_rate’ (only implemented on Windows for now). Graphics: • Fix ‘ALLEGRO_KEEP_INDEX’ flag for bitmaps. • Add ‘ALLEGRO_OPENGL_CORE_PROFILE’ display flag. Emscripten: • The experimental Emscripten support (via the SDL backend) is now documented in ‘README_sdl.txt’. OSX: • Move more Cocoa operations to the main thread. • Explicitly link CoreVideo to fix the static build. Windows: • Issue #1125: Speed up OpenGL extension detection (Tobias Scheuer). • Use Unicode APIs when enumerating joysticks. • Use ‘WM_DEVICECHANGE’ rather than polling to detect joystick hotlugging, reducing input drops and lags (Todd Cope). • Fix joystick polling period. • Restore WinXP compatibility by using slightly older API when loading shared libraries (Julian Smythe). • Fix build with HLSL disabled (Julian Smythe). • Raise DirectInput ‘MAX_JOYSTICKS’ to 32 and ‘DEVICE_BUFFER_SIZE’ to 128. SDL: • Issue #1224: Fix bug in SDL voice driver. Audio addon: • Allows playing sounds in reverse by specifying a negative speed. Acodec addon: • Fix edge-case looping in Ogg Vorbis stream (Cody Licorish) Audio addon: • Use more sensible values for PulseAudio’s playback buffer, potentially resolving some crashes and high CPU usage. Native Dialog Addon: • Migrate from GTK2 to GTK3. Sadly, we lose menu icons as GTK3 dropped support for them. TTF addon: • Allow initializing TTF addon before the Font addon. • Shut-down the TTF addon automatically in ‘al_uninstall_system’. PhysFS addon: • Fix handling of native path separators. • Stop using deprecated PhysFS API. Primitives addon: • Fix segfault in ‘al_draw_ribbon’ when ‘num_segments > 128’ (Rodolfo Borges). • Issue 1215: Correctly handle small scales when determining subdivision level for high level primitives (Robin Heydon). Documentation: • Fix LaTeX errors in the generation of the reference manual PDF. • Add links to examples into the reference manual. • Allow pressing ‘S’ to focus the search bar in the docs. • Assorted documentation improvements. Misc: • Add a security policy and an associated private security mailing list - allegro-security@lists.liballeg.org. • Add Emscripten-powered examples to https://liballeg.org/examples_demos.html. Examples: • ‘ex_audio_simple’ now displays instructions and supports bidirectional looping. • Add default files to some audio examples.
143 lines
4.4 KiB
Text
143 lines
4.4 KiB
Text
@comment $NetBSD: PLIST,v 1.2 2021/04/19 10:14:56 nia Exp $
|
|
include/allegro5/alcompat.h
|
|
include/allegro5/allegro.h
|
|
include/allegro5/allegro5.h
|
|
include/allegro5/allegro_acodec.h
|
|
include/allegro5/allegro_audio.h
|
|
include/allegro5/allegro_color.h
|
|
include/allegro5/allegro_direct3d.h
|
|
include/allegro5/allegro_font.h
|
|
include/allegro5/allegro_image.h
|
|
include/allegro5/allegro_memfile.h
|
|
include/allegro5/allegro_native_dialog.h
|
|
include/allegro5/allegro_opengl.h
|
|
include/allegro5/allegro_physfs.h
|
|
include/allegro5/allegro_primitives.h
|
|
include/allegro5/allegro_ttf.h
|
|
include/allegro5/allegro_video.h
|
|
include/allegro5/allegro_x.h
|
|
include/allegro5/altime.h
|
|
include/allegro5/base.h
|
|
include/allegro5/bitmap.h
|
|
include/allegro5/bitmap_draw.h
|
|
include/allegro5/bitmap_io.h
|
|
include/allegro5/bitmap_lock.h
|
|
include/allegro5/blender.h
|
|
include/allegro5/clipboard.h
|
|
include/allegro5/color.h
|
|
include/allegro5/config.h
|
|
include/allegro5/cpu.h
|
|
include/allegro5/debug.h
|
|
include/allegro5/display.h
|
|
include/allegro5/drawing.h
|
|
include/allegro5/error.h
|
|
include/allegro5/events.h
|
|
include/allegro5/file.h
|
|
include/allegro5/fixed.h
|
|
include/allegro5/fmaths.h
|
|
include/allegro5/fshook.h
|
|
include/allegro5/fullscreen_mode.h
|
|
include/allegro5/haptic.h
|
|
include/allegro5/inline/fmaths.inl
|
|
include/allegro5/internal/alconfig.h
|
|
include/allegro5/joystick.h
|
|
include/allegro5/keyboard.h
|
|
include/allegro5/keycodes.h
|
|
include/allegro5/memory.h
|
|
include/allegro5/monitor.h
|
|
include/allegro5/mouse.h
|
|
include/allegro5/mouse_cursor.h
|
|
include/allegro5/opengl/GLext/gl_ext_alias.h
|
|
include/allegro5/opengl/GLext/gl_ext_api.h
|
|
include/allegro5/opengl/GLext/gl_ext_defs.h
|
|
include/allegro5/opengl/GLext/gl_ext_list.h
|
|
include/allegro5/opengl/GLext/glx_ext_alias.h
|
|
include/allegro5/opengl/GLext/glx_ext_api.h
|
|
include/allegro5/opengl/GLext/glx_ext_defs.h
|
|
include/allegro5/opengl/GLext/glx_ext_list.h
|
|
include/allegro5/opengl/GLext/wgl_ext_alias.h
|
|
include/allegro5/opengl/GLext/wgl_ext_api.h
|
|
include/allegro5/opengl/GLext/wgl_ext_defs.h
|
|
include/allegro5/opengl/GLext/wgl_ext_list.h
|
|
include/allegro5/opengl/gl_ext.h
|
|
include/allegro5/path.h
|
|
include/allegro5/platform/alandroid.h
|
|
include/allegro5/platform/alandroidcfg.h
|
|
include/allegro5/platform/albcc32.h
|
|
include/allegro5/platform/aliphone.h
|
|
include/allegro5/platform/aliphonecfg.h
|
|
include/allegro5/platform/allegro_sdl_config.h
|
|
include/allegro5/platform/almngw32.h
|
|
include/allegro5/platform/almsvc.h
|
|
include/allegro5/platform/alosx.h
|
|
include/allegro5/platform/alosxcfg.h
|
|
include/allegro5/platform/alplatf.h
|
|
include/allegro5/platform/alraspberrypi.h
|
|
include/allegro5/platform/alraspberrypicfg.h
|
|
include/allegro5/platform/alucfg.h
|
|
include/allegro5/platform/alunix.h
|
|
include/allegro5/platform/alwatcom.h
|
|
include/allegro5/platform/alwin.h
|
|
include/allegro5/platform/astdbool.h
|
|
include/allegro5/platform/astdint.h
|
|
include/allegro5/render_state.h
|
|
include/allegro5/shader.h
|
|
include/allegro5/system.h
|
|
include/allegro5/threads.h
|
|
include/allegro5/timer.h
|
|
include/allegro5/tls.h
|
|
include/allegro5/touch_input.h
|
|
include/allegro5/transformations.h
|
|
include/allegro5/utf8.h
|
|
lib/liballegro.so
|
|
lib/liballegro.so.5.2
|
|
lib/liballegro.so.5.2.7
|
|
lib/liballegro_acodec.so
|
|
lib/liballegro_acodec.so.5.2
|
|
lib/liballegro_acodec.so.5.2.7
|
|
lib/liballegro_audio.so
|
|
lib/liballegro_audio.so.5.2
|
|
lib/liballegro_audio.so.5.2.7
|
|
lib/liballegro_color.so
|
|
lib/liballegro_color.so.5.2
|
|
lib/liballegro_color.so.5.2.7
|
|
lib/liballegro_dialog.so
|
|
lib/liballegro_dialog.so.5.2
|
|
lib/liballegro_dialog.so.5.2.7
|
|
lib/liballegro_font.so
|
|
lib/liballegro_font.so.5.2
|
|
lib/liballegro_font.so.5.2.7
|
|
lib/liballegro_image.so
|
|
lib/liballegro_image.so.5.2
|
|
lib/liballegro_image.so.5.2.7
|
|
lib/liballegro_main.so
|
|
lib/liballegro_main.so.5.2
|
|
lib/liballegro_main.so.5.2.7
|
|
lib/liballegro_memfile.so
|
|
lib/liballegro_memfile.so.5.2
|
|
lib/liballegro_memfile.so.5.2.7
|
|
lib/liballegro_physfs.so
|
|
lib/liballegro_physfs.so.5.2
|
|
lib/liballegro_physfs.so.5.2.7
|
|
lib/liballegro_primitives.so
|
|
lib/liballegro_primitives.so.5.2
|
|
lib/liballegro_primitives.so.5.2.7
|
|
lib/liballegro_ttf.so
|
|
lib/liballegro_ttf.so.5.2
|
|
lib/liballegro_ttf.so.5.2.7
|
|
lib/liballegro_video.so
|
|
lib/liballegro_video.so.5.2
|
|
lib/liballegro_video.so.5.2.7
|
|
lib/pkgconfig/allegro-5.pc
|
|
lib/pkgconfig/allegro_acodec-5.pc
|
|
lib/pkgconfig/allegro_audio-5.pc
|
|
lib/pkgconfig/allegro_color-5.pc
|
|
lib/pkgconfig/allegro_dialog-5.pc
|
|
lib/pkgconfig/allegro_font-5.pc
|
|
lib/pkgconfig/allegro_image-5.pc
|
|
lib/pkgconfig/allegro_main-5.pc
|
|
lib/pkgconfig/allegro_memfile-5.pc
|
|
lib/pkgconfig/allegro_physfs-5.pc
|
|
lib/pkgconfig/allegro_primitives-5.pc
|
|
lib/pkgconfig/allegro_ttf-5.pc
|
|
lib/pkgconfig/allegro_video-5.pc
|