Commit History

Author SHA1 Message Date
  Alex Szpakowski aeca14a35a Merged in rcoaxil/love/minor (pull request #66) 8 years ago
  Bart van Strien 452a8a877e Don't set the enet global when requiring enet 9 years ago
  James Watkins-Harvey bdc653d9a5 Define LUASOCKET_API macro in header file instead of build time argument 9 years ago
  rcoaxil 3c413a293b stray minus sign 9 years ago
  rcoaxil 329e10d35b stb hack revert 9 years ago
  rcoaxil 9bed2ac33a moved back update cycle constant looping override for static sources 9 years ago
  rcoaxil b337e0ff6f consistified seeking to invalid location behavior 9 years ago
  Alex Szpakowski a844c16657 Simplified Source constructors. 9 years ago
  Bart van Strien a3f381be07 Update changelog 9 years ago
  Alex Szpakowski 7cd24de402 Merged in rcoaxil/love/minor (pull request #63) 9 years ago
  Alex Szpakowski dafacf3fbc test 9 years ago
  Alex Szpakowski 4930d85870 Close branch minor 9 years ago
  rcoaxil 71326564f0 removed some more trailing spaces 9 years ago
  rcoaxil 38a6176665 issues addressed 9 years ago
  rcoaxil c5e0846c52 fixed stream seeking bug 9 years ago
  rcoaxil 00c02adcd0 issues addressed 9 years ago
  rcoaxil b757a0534e pull request feedback addressed 9 years ago
  Alex Szpakowski a4bdbcdf10 Fix love.audio.newSource(decoder) and love.audio.newSource(sounddata) to no longer require a Source type argument. 9 years ago
  raidho36 b1c842f186 fixed bug preventing stream sources from loading data 9 years ago
  raidho36 10710d3428 queueData now returns success state, couple bug fixes 9 years ago
  raidho36 7934bfaf7f ported TYPE_QUEUE Source from default to minor 9 years ago
  Alex Szpakowski e969f541ba Fix love.window.setMode to use the proper defaults for window settings that aren't specified. 9 years ago
  Alex Szpakowski 15ba27f417 Merge default into minor 9 years ago
  Alex Szpakowski b1b4a637b5 Fix a potential crash when a Thread ends (resolves issue #1219). 9 years ago
  James Watkins-Harvey 7b513ea1a4 Updated cmake file list according to libsocket 3.0rc1: link with ws2_32.lib on Windows 9 years ago
  Alex Szpakowski 2bc036f4c9 Use love's sized int typedefs instead of C's. 9 years ago
  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 years ago
  James Watkins-Harvey f8ce5f6621 Updated cmake file list according to libsocket 3.0rc1 (serial.c is unix only) 9 years ago
  James Watkins-Harvey d6dff12ad8 Updated cmake file list according to libsocket 3.0rc1 9 years ago
  James Watkins-Harvey 8885fc621d Updated luasocket to 3.0rc1 (git commit 316a945) 9 years ago