Alex Szpakowski
|
8db8b71587
Fix building for macOS and iOS
|
8 years ago |
Alex Szpakowski
|
d882c6811b
Make love.run's code style more consistent.
|
8 years ago |
Alex Szpakowski
|
e5b0d96b27
Restructured some Shader code. Added runtime temporary caching and sharing of shader stages. Resolves issue #1235.
|
8 years ago |
Bart van Strien
|
f4e515edac
Suppress unused variable warning on linux
|
8 years ago |
Bart van Strien
|
bf1a9344eb
Reduce template instantiations of std::vector<std::string>
|
8 years ago |
Bart van Strien
|
75e0caa0ff
Faster video seeking
|
8 years ago |
Bart van Strien
|
de945a528b
Catch up on video faster
|
8 years ago |
Bart van Strien
|
52ae68b288
Fixes for video files that do not have the video as first stream, and better EOS detection
|
8 years ago |
Bart van Strien
|
0e9f71b29a
Split theora::VideoStream into OggDemuxer and TheoraVideoStream
|
8 years ago |
Alex Szpakowski
|
95adf7e347
Error instead of crashing when a frequency of 0 is set on a MouseJoint. Resolves issue #1197.
|
8 years ago |
Bart van Strien
|
ba1d4dc0e9
Make VERTEX/PIXEL shader defines result in themselves
|
8 years ago |
Bart van Strien
|
ac12424bab
Add optional channel parameter to SoundData:getSample/setSample (resolves #1346)
|
8 years ago |
Bart van Strien
|
9e4374935d
Show (short) list of possible enum values when an invalid value is encountered (resolves #1318)
|
8 years ago |
Alex Szpakowski
|
ac84589c57
Backed out changeset 1b487edea8a8
|
8 years ago |
Alex Szpakowski
|
050be14547
Small graphics code cleanup
|
8 years ago |
Alex Szpakowski
|
8fa511aea8
Move boot.lua into src/modules/love/
|
8 years ago |
Alex Szpakowski
|
e10c941614
Update Xcode/clang warnings to the latest recommended settings.
|
8 years ago |
Alex Szpakowski
|
bc980b0f20
Fix Channel:push and other functions that accept love objects and store them in Variants internally. Cleaned up Variant code a bit.
|
8 years ago |
Alex Szpakowski
|
b838d0de54
Simplified an internal Variant constructor to be more intuitive to use.
|
8 years ago |
Alex Szpakowski
|
8068b0f1d4
Add variant of love.graphics.captureScreenshot which takes a Channel argument.
|
8 years ago |
Alex Szpakowski
|
bdc6eb3b29
Fix copy/paste error in the love.filesystem.isDirectory deprecation message.
|
8 years ago |
Bart van Strien
|
3278ea5580
Fix compilation with lua 5.2 and 5.3
|
8 years ago |
Bart van Strien
|
2cde3a8227
Update autotools build for the luautf8 → lua53 rename
|
8 years ago |
Alex Szpakowski
|
90e86c329d
Add love.data module.
|
8 years ago |
Alex Szpakowski
|
bdf961e174
Improve the error message when bad values are given to love.graphics.line. Resolves issue #1345.
|
8 years ago |
Alex Szpakowski
|
844900db39
Rename all cases of 'pixel density' to 'DPI scale' in love's APIs.
|
8 years ago |
Alex Szpakowski
|
1b3745b58b
Fix a crash on quit if a non-default shader is active when quitting.
|
8 years ago |
Alex Szpakowski
|
5f64737956
Shader:send now optionally accepts a Data object (with optional byte offset and size parameters). Resolves issue #1343.
|
8 years ago |
Bart van Strien
|
77663ed847
Replace love.graphics.pop("all") with love.graphics.getStackDepth (resolves #1248 again)
|
8 years ago |
Alex Szpakowski
|
8ea2f09a1c
Fix Fixture:getShape. Resolves issue #1319.
|
8 years ago |