Commit History

Author SHA1 Message Date
  Miku AuahDark f2ff90c68b Workaround alignment issue in ENet on 32-bit platforms. 2 years ago
  Miku AuahDark ede0ad0a20 Fix ENet error on certain system with >48-bit pointers. 3 years ago
  Alex Szpakowski cc5afbacdd Possibly fix a compile error on some Linux systems. 5 years ago
  Alex Szpakowski da046b39f0 possibly fix a Windows compile error 6 years ago
  Alex Szpakowski 271f0af7b7 Avoid lua_pushlightuserdata in enet's wrapper code (issue #1515). 6 years ago
  Alex Szpakowski 08b3635e4e enet: Fix a memory leak when peer:send fails (thanks pfirsich!) 7 years ago
  Bart van Strien 452a8a877e Don't set the enet global when requiring enet 8 years ago
  Alex Szpakowski 889aaceabf enet: remove deprecated host:socket_get_address (replaced by host:get_socket_address). 8 years ago
  Bart van Strien 3cb777e2b7 Add basic lua 5.3 support 10 years ago
  Alex Szpakowski 7bcb48c562 Fixed compilation (resolves issue #938.) 11 years ago
  Dalton Nell 3bc28345aa Added function host:destroy(), added error handling for trying to work with a destroyed host, and fixed awkward naming of socket_get_address (it now matches the rest of the lib and official documentation as get_socket_address now). 11 years ago
  Alex Szpakowski fc77e8f9f0 Throw away the first 3 love.math.random results after seeding it (xorshift outputs less random results the first few times when the seed is very similar to a previous one) 11 years ago
  Alex Szpakowski 314a528996 Fixed loading BC4 compressed textures 11 years ago
  Alex Szpakowski 6a22afb3a9 Make the ENet wrapper define LUA_COMPAT_ALL before including Lua’s headers (see issue #787) 11 years ago
  Alex Szpakowski f9ce521794 Fixed a bug when requiring enet 12 years ago
  Bart van Strien 29fd6b98f8 Replace (C99/C++11) snprintf with lua_pushfstring 12 years ago
  Martin Felis 14ca401158 Add enet and lua-enet 12 years ago