Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Bart van Strien 3ba22cad7b Seed love.math's random, instead of lua's in love.run (resolves #732) 12 gadi atpakaļ
  Alex Szpakowski 95eedcd1be Using auto for some iterators for less dense-looking code 12 gadi atpakaļ
  Alex Szpakowski 8d0246ada6 Xcode project now builds for 64 bit x86 only, by default (resolves issue #760). 12 gadi atpakaļ
  rude d07f0cc71e Add CMakeLists.txt. 12 gadi atpakaļ
  Bart van Strien 6cf25f9209 Clean up warnings in luasocket and box2d 12 gadi atpakaļ
  Bart van Strien 375cbd4003 Make autoconf detect and enable c++11 support in compilers 12 gadi atpakaļ
  Alex Szpakowski 5f609c2e2b OS X: switched to -std=c++11, fixed compilation, cleaned up obsolete files in src/platform/macosx/ 12 gadi atpakaļ
  rude fc5d5e3f26 Fixed shutdown crash in ~Math. 12 gadi atpakaļ
  Alex Szpakowski 1be8ac5be4 Removed some unused functions and fixed up some wrap_ headers 12 gadi atpakaļ
  Alex Szpakowski bcee9a222b Made some float/int/unsigned char conversions explicit, fixed ParticleSystem:getColors, fixed love.mouse.isDown with x1 and x2 buttons 12 gadi atpakaļ
  Alex Szpakowski 5de43a7207 The Vertex struct is now recognized as POD by C++, also fixed the name to be consistent with other love structs 12 gadi atpakaļ
  Alex Szpakowski 8d5ddb9e34 Fixed some internal documentation (thanks to clang's -Wdocumentation) 12 gadi atpakaļ
  Alex Szpakowski 06f2ec8e31 Renamed BezierCurve:eval to BezierCurve:evaluate (resolves issue #722) 12 gadi atpakaļ
  Alex Szpakowski b36d643570 Changed love.graphics.getRendererInfo to return all the info (resolves issue #757) 12 gadi atpakaļ
  Alex Szpakowski 2e2ede6334 Calling ParticleSystem:setLinearAcceleration with no arguments now errors instead of defaulting to 0 (resolves issue #755) 12 gadi atpakaļ
  Alex Szpakowski 6eee23c8fc Cleaned up the incompatibility warning message and fixed it to actually display on the screen (resolves issue #707) 12 gadi atpakaļ
  Alex Szpakowski 67a807f79c The first frame's delta time no longer includes the time taken to load main.lua and call love.load, in the default love.run. 12 gadi atpakaļ
  Alex Szpakowski b5c231e5bb The window minwidth and minheight can't be less than 1 12 gadi atpakaļ
  Alex Szpakowski 0ce0db9e1b The minwidth and minheight window flags have default values of 0 instead of 100 (resolves issue #735). 12 gadi atpakaļ
  Alex Szpakowski ffe0485173 Removed love.window.checkMode (resolves issue #653, invalidates issue #592). 12 gadi atpakaļ
  Alex Szpakowski 74f26160da Fixed a couple bugs caught by clang's static analyzer 12 gadi atpakaļ
  Alex Szpakowski 69dc24d7ce SDL 2 is not LGPL 12 gadi atpakaļ
  Alex Szpakowski 21d1e7737c Fixed ParticleSystem:setAreaSpread("none") to not require x/y arguments (resolves issue #738) 12 gadi atpakaļ
  Alex Szpakowski eec2beffdd Updated changelog 12 gadi atpakaļ
  Alex Szpakowski f89097ed90 Fixed the error message when only one argument is given to newImageFont (resolves issue #737) 12 gadi atpakaļ
  Alex Szpakowski d9cd10e29c love.joystick now scans for connected joysticks when the module is initialized instead of only relying on joystick add events 12 gadi atpakaļ
  Alex Szpakowski ef9f30d5c4 Fixed a typo preventing compressed textures from being loaded into images 12 gadi atpakaļ
  Alex Szpakowski 06f80d5c08 Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729) 12 gadi atpakaļ
  Alex Szpakowski 389e99bf2c Added love.keyboard.setTextInput to enable/disable text input events (enabled by default.) 12 gadi atpakaļ
  Alex Szpakowski 93a782d445 Renamed World:setAllowSleeping and World:getAllowSleeping to World:setSleepingAllowed and World:isSleepingAllowed (see issue #691, also consistent with the Body methods) 12 gadi atpakaļ