提交历史

作者 SHA1 备注 提交日期
  Raidho 57d02dec2b Addressed some criticism 8 年之前
  Raidho a99c757652 made :getData produce SoundData directly 9 年之前
  Raidho 3de68707d1 made device enumeration lazy 9 年之前
  Raidho 424d2704ec made RecordingDevice throw errors on invalid parameters 9 年之前
  Raidho 9a090e8df8 made RecordingDevice create new SoundData every time captured samples are aquired 9 年之前
  Raidho 87f0b2811e Microphone input implemented. 9 年之前
  Raidho e5be492431 Created new branch minor-mic-input 9 年之前
  Alex Szpakowski 0653ec9564 Address some compiler warnings about implicit integer conversions. 9 年之前
  Alex Szpakowski 2e016810c9 Update Xcode project 9 年之前
  Alex Szpakowski b8b670e0ae Simplify Drawable code 9 年之前
  Alex Szpakowski a844c16657 Simplified Source constructors. 9 年之前
  Bart van Strien a3f381be07 Update changelog 9 年之前
  Alex Szpakowski 7cd24de402 Merged in rcoaxil/love/minor (pull request #63) 9 年之前
  Alex Szpakowski dafacf3fbc test 9 年之前
  Alex Szpakowski 4930d85870 Close branch minor 9 年之前
  rcoaxil 71326564f0 removed some more trailing spaces 9 年之前
  rcoaxil 38a6176665 issues addressed 9 年之前
  rcoaxil c5e0846c52 fixed stream seeking bug 9 年之前
  rcoaxil 00c02adcd0 issues addressed 9 年之前
  rcoaxil b757a0534e pull request feedback addressed 9 年之前
  Alex Szpakowski a4bdbcdf10 Fix love.audio.newSource(decoder) and love.audio.newSource(sounddata) to no longer require a Source type argument. 9 年之前
  raidho36 b1c842f186 fixed bug preventing stream sources from loading data 9 年之前
  raidho36 10710d3428 queueData now returns success state, couple bug fixes 9 年之前
  raidho36 7934bfaf7f ported TYPE_QUEUE Source from default to minor 9 年之前
  Alex Szpakowski e969f541ba Fix love.window.setMode to use the proper defaults for window settings that aren't specified. 9 年之前
  Alex Szpakowski 15ba27f417 Merge default into minor 9 年之前
  Alex Szpakowski b1b4a637b5 Fix a potential crash when a Thread ends (resolves issue #1219). 9 年之前
  Alex Szpakowski 2bc036f4c9 Use love's sized int typedefs instead of C's. 9 年之前
  Alex Szpakowski 37520bd18b Added Object:release. Calling it is the equivalent of removing all Lua-side references to an object and doing a full garbage collection cycle (thus deleting the object from memory if nothing else in LÖVE's code is referencing it). 9 年之前
  Alex Szpakowski bfb00239fd Fix compiling for iOS 9 年之前