Commit History

Author SHA1 Message Date
  Alex Szpakowski d4a1247ca3 Potentially fix a compile error. 5 years ago
  Alex Szpakowski 453063e20f Windows: Use a more modern API for determining the save directory. 5 years ago
  Alex Szpakowski bc12312f0f macOS: rename most internal uses of "macosx" to "macos". 5 years ago
  Alex Szpakowski a27781aa6a macOS/iOS: Use more modern APIs for determining the save directory. 5 years ago
  Alex Szpakowski e898d4571a Merge default into minor 5 years ago
  Alex Szpakowski 23db4f4a59 Remove functions that were deprecated in LÖVE 11. 5 years ago
  Alex Szpakowski 2a7e39d58b Rename DroppedFile to NativeFile. 5 years ago
  Alex Szpakowski c2ccb56117 Remove an obsolete workaround for a Windows bug in physfs 2.0.2. 5 years ago
  Alex Szpakowski d9ec1d8aa4 Clean up some hacky love.filesystem code. 5 years ago
  Paul Cercueil 0bac89e00f Fix build on MIPS 5 years ago
  Alex Szpakowski acf84349a9 Move some Lua code around to work around VS2013's 16kB limitation for C++ raw string literals. 5 years ago
  Alex Szpakowski 3a227cea37 Merge default into minor 5 years ago
  Alex Szpakowski 6a552d5a6f Allow Canvases to use the r16, rg16, and rgba16 pixel formats. 5 years ago
  Alex Szpakowski 8512b1a8f6 Remove some dead code. 5 years ago
  Alex Szpakowski 3435a6bcbf Change the internal constant color from a (per-draw) vertex attribute to a uniform. Pack most built-in uniforms into a single vec4 array and update them all with a single glUniform call. 5 years ago
  Alex Szpakowski 37c579929b Add support for GLSL 4.30 and GLSL ES 3.10, via #pragma language glsl4. 5 years ago
  Alex Szpakowski 8801161f09 Merge default into minor 5 years ago
  Alex Szpakowski c3be5c4682 Fix a crash when Canvas:newImageData is called and the width multiplied by the canvas format's pixel byte size is not a multiple of 4, for example a 3x3 r16f canvas (thanks Max!) 5 years ago
  Alex Szpakowski fe2c204a2c Use Data:getFFIPointer instead of Data:getPointer for internal ImageData and SoundData FFI code. 5 years ago
  Alex Szpakowski 98b55238b4 Added tag 11.3 for changeset 8c6f6a0ca1f0 5 years ago
  Alex Szpakowski 6fa5edf5b1 Add release date for 11.3. 5 years ago
  Alex Szpakowski 0fd49907f2 iOS: Fix a compile warning - LÖVE doesn't support opening .love files in-place on iOS. 5 years ago
  Alex Szpakowski a36dfd900a Update the changelog. 5 years ago
  Alex Szpakowski 899a220ef4 Merged in AuahDark/love/android-mk (pull request #127) 6 years ago
  Miku AuahDark ca7de89fdf Remove GLee-related lines. 6 years ago
  Miku AuahDark 11daa9c467 Remove unnecessary flags 6 years ago
  Miku AuahDark 20bb2a13b9 Android.mk update 6 years ago
  Alex Szpakowski 1e0a7cad67 Fix instanced vertex attributes. 6 years ago
  Alex Szpakowski 5dfcf90e66 Fix Text:set(" ") not properly clearing the internal buffer (resolves issue #1518). 6 years ago
  Alex Szpakowski cc5afbacdd Possibly fix a compile error on some Linux systems. 6 years ago