Advertisement
ZoriaRPG

Allegro 4.4.3 Changelog

Jul 23rd, 2017
1,440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 KB | None | 0 0
  1. commit 71a38151f3d499f5d1b93511759f7f3e8ae853d7
  2. Author: Ivan Mogilko <ikm_spb@yahoo.com>
  3. Date: Thu May 18 00:00:48 2017 +0300
  4.  
  5. Make use of <stdint.h> in MSVS 2010 and higher
  6.  
  7. commit 57996ace03e504c5c2a6ffdb9a7198a2c83b92ac
  8. Author: Ivan Mogilko <ikm_spb@yahoo.com>
  9. Date: Tue May 16 17:37:38 2017 +0300
  10.  
  11. Implemented play_fli_pf and open_fli_pf
  12.  
  13. commit b01e2b58ca154538b1cc2d296d7bd48c7f6fbb9e
  14. Author: Ivan Mogilko <ikm_spb@yahoo.com>
  15. Date: Sun Feb 12 03:17:31 2017 +0300
  16.  
  17. Implemented load_midi_pf (#729)
  18.  
  19. commit 71088c7ad2e7764d1aecdea2dbca9cd46cae18e8
  20. Author: Trent Gamblin <trent@nooskewl.ca>
  21. Date: Tue Jan 3 12:36:10 2017 -0700
  22.  
  23. Make internal function get_value in jpgalleg static
  24.  
  25. commit 5fc337cf9225ce1706ff438a2dc5279cef79bcbf
  26. Author: Pavel Sountsov <siege@google.com>
  27. Date: Fri Aug 12 21:27:11 2016 -0700
  28.  
  29. Don't override CMAKE_INSTALL_PREFIX if it is already set.
  30.  
  31. commit fa458132b4edcedd0cc4463be80415a33daa4b99
  32. Merge: 1ee0b873a 9b4c64930
  33. Author: Trent Gamblin <trent@nooskewl.ca>
  34. Date: Mon Sep 7 07:18:34 2015 -0600
  35.  
  36. Merge pull request #492 from dacap/4.4-fix-ddraw-crash
  37.  
  38. Fix possible random crashes on Windows restoring DirectDraw surfaces
  39.  
  40. commit 1ee0b873a857f0e6e6ce35ad0fd62608449f7ead
  41. Merge: bff88cb48 fc43a124f
  42. Author: Trent Gamblin <trent@nooskewl.ca>
  43. Date: Mon Sep 7 07:11:22 2015 -0600
  44.  
  45. Merge pull request #491 from dacap/4.4-fix-winmain
  46.  
  47. Revert WinMain() definition in END_OF_MAIN()
  48.  
  49. commit 9b4c649302d00f15aad42426c3b743710c96ac3c
  50. Author: David Capello <davidcapello@gmail.com>
  51. Date: Mon Sep 7 10:08:46 2015 -0300
  52.  
  53. Fix possible random crashes on Windows restoring DirectDraw surfaces
  54.  
  55. commit fc43a124f06bfe9c4d864ecf614b20117fd81d75
  56. Author: David Capello <davidcapello@gmail.com>
  57. Date: Mon Sep 7 10:01:42 2015 -0300
  58.  
  59. Revert WinMain() definition in END_OF_MAIN()
  60.  
  61. There is no different in the WinMain signature between x86 and x64
  62. platforms. A HINSTANCE is a void*, and it's adjusted automatically to
  63. a 32-bit or 64-bit pointer by the compiler.
  64.  
  65. Fix problem introduced in 234ac0ab5b5790ff6d63e0433c89007f491cefde
  66.  
  67. commit bff88cb48c38cfc3c8777f9f428613dc25551211
  68. Author: Boon <Boon947@users.noreply.github.com>
  69. Date: Sat Aug 29 14:10:42 2015 +0200
  70.  
  71. Fix warnings in ljoy.c and tga.c
  72.  
  73. commit 234ac0ab5b5790ff6d63e0433c89007f491cefde
  74. Author: Sven Eden <yamakuzure@users.sourceforge.net>
  75. Date: Sat Jan 24 15:56:40 2015 -0800
  76.  
  77. Fix Allegro crashes/compilation under 64 bit Windows.
  78.  
  79. commit 9bebe974ebcac7c16348032db9e1f6b7449142e2
  80. Author: Pavel Sountsov <siege@google.com>
  81. Date: Tue Jan 13 21:08:49 2015 -0800
  82.  
  83. Don't define a duplicate DLLMain
  84.  
  85. commit 9bb073f6e642c2d7eda7589e2a5fde625c8242ce
  86. Author: Edgar Reynaldo <edgarreynaldo@members.allegro.cc>
  87. Date: Thu Jan 8 19:05:15 2015 -0800
  88.  
  89. Enable building of addon shared libraries
  90.  
  91. commit b995d534131a4024b99ca6a84d6fb513f00d9783
  92. Author: Tobi Vollebregt <tobivollebregt@gmail.com>
  93. Date: Mon Aug 13 13:15:56 2012 +0200
  94.  
  95. Add Linux console tslib mouse "touch screen" driver
  96.  
  97. No support for get_mickeys or set_speed; these don't make much sense for
  98. a touch screen input. (get_mickeys could be emulated though)
  99.  
  100. Pressure input of the touch screen is currently discarded.
  101. Should this be put into mouse_w or higher bits of mouse_b perhaps?
  102.  
  103. Example allegro.cfg:
  104.  
  105. [mouse]
  106. mouse=TSLI
  107. mouse_device=/dev/input/event0
  108.  
  109. commit 7c331f1b8115b0f4b2f7012fb98a0bd1433a6859
  110. Author: Peter Wang <tjaden@users.sourceforge.net>
  111. Date: Thu Apr 12 13:33:26 2012 +0000
  112.  
  113. Replace unnecessary uses of format string functions.
  114.  
  115. commit 15633498073044f0d0cbf4e102a6f51b2065e67d
  116. Author: Peter Wang <tjaden@users.sourceforge.net>
  117. Date: Thu Apr 12 13:32:41 2012 +0000
  118.  
  119. Fix format string warnings (Andreas Rönnquist).
  120.  
  121. commit 1d0a554267a1742c07a4c6d7bf5fd0c083926936
  122. Author: Peter Wang <tjaden@users.sourceforge.net>
  123. Date: Thu Apr 12 13:31:50 2012 +0000
  124.  
  125. Fix spelling of endianness in textconv (Andreas Rönnquist).
  126.  
  127. commit cd74e0ff213ee4b587ff26dcd163f3ebbd155f00
  128. Author: Peter Wang <tjaden@users.sourceforge.net>
  129. Date: Sat Mar 24 22:24:52 2012 +0000
  130.  
  131. loadpng: Update readme for licence change.
  132.  
  133. Thanks to David Capello.
  134.  
  135. commit 178ea0ae16a391c0bc5ca91b13924aa9f5d167ea
  136. Author: Peter Wang <tjaden@users.sourceforge.net>
  137. Date: Sat Mar 24 01:09:41 2012 +0000
  138.  
  139. loadpng: Note that the changes file is not updated.
  140.  
  141. commit dd56e1ef5d6f82036ad929e9af16eb08ff4443d7
  142. Author: Peter Wang <tjaden@users.sourceforge.net>
  143. Date: Sat Mar 24 01:09:14 2012 +0000
  144.  
  145. loadpng: Revert back to zlib/libpng licence. (missed a file)
  146.  
  147. commit e20f2e35307e8ae2e0370e264fed25881365fbbf
  148. Author: Peter Wang <tjaden@users.sourceforge.net>
  149. Date: Sat Mar 24 01:05:05 2012 +0000
  150.  
  151. loadpng: Revert back to zlib/libpng licence.
  152.  
  153. Up to and including version 1.2, loadpng was released under the
  154. zlib/libpng licence. From version 1.3 through 1.5 it was released into
  155. the public domain. Then it was imported into the Allegro 4.4 branch
  156. and included in the Allegro 4.4.0 and 4.4.1 releases.
  157.  
  158. Due to potential issues with placing works in the public domain, I am
  159. licensing loadpng again under the zlib/libpng licence.
  160.  
  161. commit cd8edcd7b360fe9991d679c06e5dab62eae65615
  162. Author: Peter Wang <tjaden@users.sourceforge.net>
  163. Date: Tue Mar 13 12:16:28 2012 +0000
  164.  
  165. Include stdio.h for printf declaration.
  166.  
  167. commit cb670b9a856a1aaf6baf95b873e909f36e68688a
  168. Author: Peter Wang <tjaden@users.sourceforge.net>
  169. Date: Tue Mar 13 12:15:53 2012 +0000
  170.  
  171. Fix typo preventing get_executable_name from using System V procfs
  172. correctly. Reported by Max Savenkov.
  173.  
  174. commit 46221b7f7f9d38be769b30e06893eaf204d3fa05
  175. Author: Michał Cichoń <thedmd@users.sourceforge.net>
  176. Date: Tue May 31 07:38:57 2011 +0000
  177.  
  178. Simplify GCC 4.4.0 bug workaround.
  179.  
  180. commit a5eda054f06662946ccaa6bb6a4bc9fc4a57ea55
  181. Author: Peter Wang <tjaden@users.sourceforge.net>
  182. Date: Tue May 24 13:58:37 2011 +0000
  183.  
  184. Bump version to 4.4.3 (SVN).
  185.  
  186. commit e5a8e3133ec32f146d8fbdc11bdff847f44c2795
  187. Author: Michał Cichoń <thedmd@users.sourceforge.net>
  188. Date: Tue May 24 08:13:44 2011 +0000
  189.  
  190. Add ability to build logg as DLL.
  191. Hide implementation details, to avoid inclusion of libOgg in public headers.
  192. Add version number.
  193.  
  194. commit fed67f58ff1a0e744ae725000ba0da82426e6ab3
  195. Author: Michał Cichoń <thedmd@users.sourceforge.net>
  196. Date: Tue May 24 08:12:17 2011 +0000
  197.  
  198. Add ability to build loadpng as DLL.
  199.  
  200. commit 5505b44cefdb4f0c4ed54580220befff7cb49d1e
  201. Author: Michał Cichoń <thedmd@users.sourceforge.net>
  202. Date: Tue May 24 08:10:54 2011 +0000
  203.  
  204. Add ability to build jpgalleg as DLL.
  205.  
  206. commit 0191c1c3d92f28cb7a36a599d99b455a8289f2f2
  207. Author: Michał Cichoń <thedmd@users.sourceforge.net>
  208. Date: Tue May 24 08:10:24 2011 +0000
  209.  
  210. Fix compilation of AllegroGL under MSVC as DLL.
  211.  
  212. commit 2f2d60374c67c475d3ae87893af29e1dab52367b
  213. Author: Michał Cichoń <thedmd@users.sourceforge.net>
  214. Date: Mon May 23 10:40:00 2011 +0000
  215.  
  216. Fix compilation warnings on MSVC.
  217. Workaround GCC 4.4.0 bug showing itself in keyboard driver.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement