Commit Graph

3644 Commits

Author SHA1 Message Date
Joel Schumacher 0a5db1ba6d Subtract start time before double conversion
To preserve precision the subtraction of the start time happens with
integer values now and the platform specific implementations have been
split completely.
2020-05-21 15:56:57 +02:00
Joel Schumacher 8d627c88ae Fix comment regarding first invocation of getTime 2020-05-21 15:56:43 +02:00
Joel Schumacher b9dd24d3ce Make getTime() relative to first invocation 2020-05-20 23:49:45 +02:00
Alex Szpakowski 9e03bc3f0d Merge pull request #1558 from pfirsich/master
Add GitHub action steps to build AppImage
2020-03-15 20:13:39 -03:00
Alex Szpakowski 8fac08809a Eliminate redundant glActiveTexture calls when shaders are used.
The redundant calls were introduced with the previous commit.
2020-03-15 19:24:49 -03:00
Joel Schumacher 789110208f Add GitHub action steps to build AppImage 2020-03-15 18:03:25 +01:00
Alex Szpakowski 9c2454816f Fix the active GL texture unit not always being set properly.
Fixes issues where texture methods wouldn't have any effect, depending on the current internal opengl state.
2020-03-15 01:29:33 -03:00
Alex Szpakowski 20b5ba6edb Merge pull request #1553 from namtabmai/set-win-title-on-create
Changed to set the window title during creation rather than after
2020-03-02 17:37:26 -04:00
Andrew West 0efb49dc5f Changed to set the window title before creation rather than after 2020-03-02 20:51:46 +00:00
Alex Szpakowski ee546b271a Github CI status label in the readme links to the CI page 2020-02-17 02:17:38 -04:00
Miku AuahDark 56cce88655 Update readme and license to refer to new dr_flac link. 2020-02-16 12:06:27 +08:00
Alex Szpakowski 15f0e4109b Fix a typo in a comment 2020-02-15 13:50:47 -04:00
Alex Szpakowski 813b1e0e69 Remove debug print 2020-02-05 18:03:34 -04:00
Alex Szpakowski ca84b6db48 More robust error handling for AMD Pinned Memory buffers (issue #1540)
Also print out any errors that are produced from that (for now).
2020-02-05 07:49:38 -04:00
Miku AuahDark 5a27742c34 FLAC: Update dr_flac to 0.12.3
Improved seeking for FLAC audio files.
2020-01-29 13:22:13 +08:00
Miku AuahDark 67ee1e4d76 Windows: Actually query page size. 2020-01-28 22:05:05 +08:00
Miku AuahDark 2cd2119fb1 Revert "AppVeyor: Add -j2 to cmake build command."
Looks like AppVeyor's CMake is too old to support that.
2020-01-27 11:32:29 +08:00
Miku AuahDark 1232fab431 AppVeyor: Add -j2 to cmake build command.
This should theoretically speed up Windows compilation.
2020-01-27 11:24:56 +08:00
Miku AuahDark 0e5a6d8ba5 Actions: use -j2 for Windows cmake build (hopefully faster)
[skip ci]
2020-01-26 21:23:33 +08:00
Alex Szpakowski e557ae9fbf Merge pull request #3 from reinerh/spelling
Fix typos
2020-01-24 17:43:33 -04:00
Reiner Herrmann 27942191c5 Fix typos 2020-01-24 18:56:16 +01:00
Alex Szpakowski 2b124c163f Merge pull request #2 from MisterDA/permissions
Change file permissions from 755 to 644
2020-01-15 13:27:46 -04:00
Alex Szpakowski 6e21b0d4e4 Merge pull request #1 from MisterDA/gitattributes
Create a gitattributes file
2020-01-15 13:27:10 -04:00
Antonin Décimo 66e3f29a68 Change file permissions from 755 to 644 2020-01-15 14:59:00 +01:00
Antonin Décimo 88d2c52d10 Create a gitattributes file
When creating an archive, the GitHub repository and VCS-specific files
are now ignored.
The diff "hunk header" is customized for C/C++ [1].

[1]: https://git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header
2020-01-15 14:50:19 +01:00
Alex Szpakowski 55e1ce6579 github actions: minor updates to Windows CI
use a platform-specific name for build artifacts, and use VS2019 toolset instead of VS2017 toolset.
2020-01-13 17:51:49 -04:00
Alex Szpakowski a4f407e961 Remove bitbucket-pipelines file 2020-01-13 17:46:08 -04:00
Alex Szpakowski 9b4789eebf Update readme with more correct links. 2020-01-13 17:45:34 -04:00
Miku AuahDark 088866f3a6 Actions CI 2020-01-13 11:18:05 +08:00
Alex Szpakowski 2058f43432 Appveyor: pull megasource from the new git repo instead of the old hg repo. 2020-01-12 19:46:11 -04:00
Alex Szpakowski eab3b83a2e Fix a hard freeze on AMD+Windows systems when the internal buffers used for automatic batching are resized. 2020-01-06 19:58:22 -04:00
Alex Szpakowski fc4847c69d Update copyright for the new year 2020-01-03 22:40:36 -04:00
Paul Cercueil 0bac89e00f Fix build on MIPS
On MIPS toolchains, the 'mips' keyword is a macro defined to 1.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
2019-12-19 11:36:33 +01:00
Alex Szpakowski 6a552d5a6f Allow Canvases to use the r16, rg16, and rgba16 pixel formats. 2019-11-18 22:45:54 -04:00
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!) 2019-11-12 21:27:46 -04:00
Alex Szpakowski fe2c204a2c Use Data:getFFIPointer instead of Data:getPointer for internal ImageData and SoundData FFI code. 2019-10-27 19:07:58 -03:00
Alex Szpakowski 98b55238b4 Added tag 11.3 for changeset 8c6f6a0ca1f0 2019-10-27 12:16:11 -03:00
Alex Szpakowski 6fa5edf5b1 Add release date for 11.3. 11.3 2019-10-27 12:15:26 -03:00
Alex Szpakowski 0fd49907f2 iOS: Fix a compile warning - LÖVE doesn't support opening .love files in-place on iOS. 2019-10-27 11:54:52 -03:00
Alex Szpakowski a36dfd900a Update the changelog. 2019-10-26 02:02:31 -03:00
Alex Szpakowski 899a220ef4 Merged in AuahDark/love/android-mk (pull request #127)
Android.mk update
2019-10-07 14:17:17 +00:00
Miku AuahDark ca7de89fdf Remove GLee-related lines.
--HG--
branch : android-mk
2019-10-07 21:31:58 +08:00
Miku AuahDark 11daa9c467 Remove unnecessary flags
--HG--
branch : android-mk
2019-10-07 20:47:40 +08:00
Miku AuahDark 20bb2a13b9 Android.mk update
--HG--
branch : android-mk
2019-10-07 20:20:02 +08:00
Alex Szpakowski 1e0a7cad67 Fix instanced vertex attributes. 2019-10-04 19:28:55 -03:00
Alex Szpakowski 5dfcf90e66 Fix Text:set(" ") not properly clearing the internal buffer (resolves issue #1518). 2019-10-01 19:02:16 -03:00
Alex Szpakowski cc5afbacdd Possibly fix a compile error on some Linux systems. 2019-10-01 18:54:16 -03:00
Alex Szpakowski 5789a0b1b1 Merged in AuahDark/love/androidmic (pull request #126)
Recording support for Android (C++ side)
2019-09-29 12:30:13 +00:00
Alex Szpakowski 16dd33b1ff Fix a typo in the love.window.getNativeDPIScale function name. 2019-09-29 09:29:34 -03:00
Miku AuahDark 5d63211b93 Fix t.audio.mixwithsystem defaults to false when absent from conf.lua
--HG--
branch : androidmic
2019-09-29 16:21:17 +08:00