커밋 기록

작성자 SHA1 메시지 날짜
  Alex Szpakowski 5a3055dd3b Replaced internal calls to luaL_register (deprecated in Lua 5.2) with an alternative 12 년 전
  Alex Szpakowski 3725b4122f Fixed lazy-loading of stencil buffers in Canvases sometimes failing due to uninitialized variables 12 년 전
  Bart van Strien 259f15da6f Apply box2d heap tickler patch: make sure ChainShape:getPoints has enough stack size 12 년 전
  Alex Szpakowski ada83d1f2d Updated changelog 12 년 전
  Alex Szpakowski 8ac288876d Added Thread:isRunning 12 년 전
  Alex Szpakowski 719e9253da Fixed a compiler warning 12 년 전
  Bart van Strien 98d92d3e1f Add support for "flat" tables to Variant. 12 년 전
  Alex Szpakowski 67353d4de7 Reduced CPU usage (and improved performance) for the nogame screen 12 년 전
  rude aa1c091cc9 Add Baby Inspector no-game screen. 12 년 전
  Alex Szpakowski 7601ef05f4 Fixed a potential memory leak 12 년 전
  Alex Szpakowski 2ccbbe1c64 Fixed love.graphics.newShader crashing when extern variables with very short names are used 12 년 전
  Alex Szpakowski 267d901cd6 Fixed Geometry:flip when the Geometry was created with newQuad (resolves issue #671) 12 년 전
  Bart van Strien 882313551c Rename SoundData:getBits to getBitDepth (resolve #636) 12 년 전
  Bart van Strien e382c8939c Make Source:seek fail with negative offsets (resolves #667) 12 년 전
  Alex Szpakowski bcc85f884e ImageData:mapPixel can now take optional x,y,w,h parameters to constrain it to a rectangle in the ImageData 12 년 전
  Alex Szpakowski 91e4feeca0 Fixed justify AlignMode 12 년 전
  Alex Szpakowski 35b4f03411 Fixed thread:start crashing with nil arguments 12 년 전
  Alex Szpakowski 454ba9d968 love.graphics.newGeometry now takes an optional draw mode argument ("fan", "strip", or "triangles".) "fan" is the default. 12 년 전
  Alex Szpakowski 12c5bbfb9a Improved error messages when a function which expects a love type gets something else 12 년 전
  Bart van Strien 29fd6b98f8 Replace (C99/C++11) snprintf with lua_pushfstring 12 년 전
  Bart van Strien e6b029ec90 Oops, forgot to add the luasocket compat hack thing 12 년 전
  Bart van Strien f5603b0291 Make love compile against lua5.2 12 년 전
  Martin Felis 14ca401158 Add enet and lua-enet 12 년 전
  Bart van Strien 25d0d87247 Add love.window.getIcon, and reset it after setMode, so it doesn't get reset (issue #667 and issue #513) 12 년 전
  Bart van Strien aaa301ead2 Error if getting/setting out-of-range samples (issue #674) 12 년 전
  Bart van Strien 7e50691b6c Threads can now start with arguments, which will be in ... inside of the thread 12 년 전
  Alex Szpakowski d5ef29e015 Removed the optional variation parameter from ParticleSystem:setSpin (issue #634). ParticleSystem:setSpinVariation still exists. 12 년 전
  Alex Szpakowski da7bc06976 ParticleSystem:setSizes no longer resets size variation to 0 (issue #640) 12 년 전
  Alex Szpakowski ebd0896907 Updated changelog 12 년 전
  Alex Szpakowski de745aa37c Fixed ParticleSystem drawing order (issue #604) & added ParticleSystem:s/getInsertMode. Thanks @Boolsheet! 12 년 전