Commit History

Author SHA1 Message Date
  Alex Szpakowski eadb718ade Fused status is now set before conf.lua is loaded 11 years ago
  Alex Szpakowski f997cc43c1 Fixed a crashing issue when the error handler can’t create a window 11 years ago
  Bart van Strien 33bb049ee6 Don't call love.graphics functions in love.run until a window has been created, prevents segfaults when love.window and love.graphics were loaded, but there was no window 11 years ago
  Alex Szpakowski 1c8abc74aa Renamed love.math.g/setRandomState and rng:g/setState to love.math.g/setRandomSeed and rng:g/setSeed. 11 years ago
  Alex Szpakowski 6e82ca88ed Mac: dropped OS 10.5 support. 11 years ago
  rude 72698bccee CMake: Convert line endings of text files automatically. 11 years ago
  rude d6d2d79701 Turn off CPACK_NSIS_MODIFY_PATH. 11 years ago
  Alex Szpakowski 8608f2b027 The love executable now properly requires love and love.boot, and relies less on globals. 11 years ago
  Alex Szpakowski b6aba767f4 Fixed custom return value for love executable, cleaned up Xcode project a bit 11 years ago
  Alex Szpakowski a31e458ed8 Fixed liblove (love.framework) in OS X 11 years ago
  rude e43b1e9673 Build love.dll on Windows. 11 years ago
  rude b4ec808aff Use umlauts in LÖVE's installer. 11 years ago
  Alex Szpakowski c83e3c33c5 Fixed building as a universal binary on OS X (resolves issue #793) 11 years ago
  Alex Szpakowski d4b71c8958 Tighter memory management when checking for .love files in the Mac application’s Resources folder. 11 years ago
  Alex Szpakowski 3b532fdb70 Fixed an uncaught exception in File:getSize 11 years ago
  Alex Szpakowski 006f4dd600 Fixed 11 years ago
  Alex Szpakowski c0b28f9d07 Only apply an AMD-specific hack when generating mipmaps on AMD GPUs 11 years ago
  Alex Szpakowski 0214bab0fe Reduced initialization time of the graphics module in OS X by ~80ms 11 years ago
  Alex Szpakowski 0fb05fd84d Reorganized the nogame screen’s drawing code to marginally reduce CPU usage. Woo! 11 years ago
  Alex Szpakowski 51c01ca407 Updated CMakeLists.txt 11 years ago
  Alex Szpakowski 218638a4ed Updated changelog 11 years ago
  Alex Szpakowski f53678cec0 Merged bartbes/love-experiments/box2d-2.3 into default 11 years ago
  Alex Szpakowski f2797958db Don’t minimize on focus loss in fullscreen-desktop mode (mimics post-SDL 2.0.1 behaviour) 11 years ago
  Alex Szpakowski c8f5494900 Images, Canvases, Quads, and Fonts now have the same vertex winding order 12 years ago
  Alex Szpakowski a1a116e7a2 Fixed an uncaught exception in World:translateOrigin 12 years ago
  Alex Szpakowski 5e3a0fbc6e Updated box2d from 2.2.1 to 2.3.0 12 years ago
  Alex Szpakowski 5179ca5655 Removed an obsolete file 12 years ago
  Alex Szpakowski d7691f652e Fixed case-correctness of an #include (see issue #790) 12 years ago
  Alex Szpakowski 70996a417f Mac: only do LOVE_LEGENDARY_LIBSTDCXX_HACK when the minimum required version is OS 10.5 (resolves issue #789) 12 years ago
  Alex Szpakowski 6a22afb3a9 Make the ENet wrapper define LUA_COMPAT_ALL before including Lua’s headers (see issue #787) 12 years ago