-
91fc09e3e9
Prefix internal Resource members with an underscore.
Vladimír Vondruš
2019-12-30 16:55:07 +0100
-
eda984c9c9
Made Resource nothrow-movable.
Vladimír Vondruš
2019-12-30 16:42:11 +0100
-
51b8349c24
Doc++
Vladimír Vondruš
2019-12-30 16:41:38 +0100
-
2eaa9f2ceb
Add explicit tests for Resource constructors.
Vladimír Vondruš
2019-12-30 16:25:19 +0100
-
55b18efe43
Test that [Compressed]Image is nothrow movable.
Vladimír Vondruš
2019-12-30 16:23:50 +0100
-
d95d3b9290
doc: make configuration value parsers more discoverable.
Vladimír Vondruš
2019-12-30 15:47:06 +0100
-
e603771cef
Platform: fix EmscriptenApplication mouse events with Emscripten master.
Vladimír Vondruš
2019-12-30 15:42:39 +0100
-
34261840bc
GL: expand ARB_DSA blacklisting on Intel Windows drivers a bit further.
#405
Vladimír Vondruš
2019-12-03 00:07:13 +0100
-
c4e8aac04e
doc: clarify what CMake the 100-page Android troubleshooting guide uses.
Vladimír Vondruš
2019-12-21 11:55:21 +0100
-
f6abe4577c
doc: advertise clang-cl support.
Vladimír Vondruš
2019-12-20 23:49:02 +0100
-
28fdfad0ec
MeshTools: suppress a Clang warning in a test.
Vladimír Vondruš
2019-12-20 23:41:10 +0100
-
dc56bf413a
DebugTools: update test to pass on clang-cl.
Vladimír Vondruš
2019-12-20 23:40:44 +0100
-
f831be7031
GL: clang-cl is this what you want?
Vladimír Vondruš
2019-12-20 20:04:29 +0100
-
fbfb060b46
Animation: export just the function to avoid clang-cl complaining.
Vladimír Vondruš
2019-12-20 18:55:30 +0100
-
323829ac15
Work around clang-cl forgetting dllexport on extern templates.
Vladimír Vondruš
2019-12-18 20:35:25 +0100
-
f7f676e01d
DebugTools: remove unused declaration in a test.
Vladimír Vondruš
2019-12-20 18:35:13 +0100
-
f077fc1ada
DebugTools: update test to pass with newer Emscripten on the CI.
Vladimír Vondruš
2019-12-20 18:34:39 +0100
-
c527c26a6e
GL: fix clang-cl warning about C-incompatible function signatures.
Vladimír Vondruš
2019-12-18 20:00:59 +0100
-
32eb99890e
Platform: silence clang-cl warnings from internal SDL headers.
Vladimír Vondruš
2019-12-18 19:43:58 +0100
-
9bd7f306b5
Math: work around the NAN macro not being constexpr on clang-cl.
Vladimír Vondruš
2019-12-18 17:21:26 +0100
-
20ae968dcf
package/ci: add a Clang-CL build on AppVeyor.
Vladimír Vondruš
2019-12-18 14:39:22 +0100
-
926a921172
doc: suppress Clang warning in a snippet.
Vladimír Vondruš
2019-12-18 17:47:44 +0100
-
02a6747b73
SceneGraph: show how to implement object culling on the drawable group.
Vladimír Vondruš
2019-12-18 17:47:10 +0100
-
1fb90813b1
doc: updated credits and changelog.
Vladimír Vondruš
2019-12-18 14:34:03 +0100
-
4e5ed76dce
Audio,Platform: put Emscripten boilerplate to correct location.
Vladimír Vondruš
2019-12-18 14:27:32 +0100
-
9636423cb2
modules: be less stupid when parsing Magnum/configure.h.
Vladimír Vondruš
2019-12-18 14:27:05 +0100
-
b3db2bb7ec
modules: updated FindCorrade.cmake.
Vladimír Vondruš
2019-12-18 12:18:58 +0100
-
2e52cc0f3c
MeshTools: added a STL-less subdivideInPlace() variant.
Vladimír Vondruš
2019-12-18 21:33:42 +0100
-
dc24831693
MeshTools: we know the final size beforehand.
Vladimír Vondruš
2019-12-18 20:53:28 +0100
-
0160156318
MeshTools: why was past me such an overengineer?
Vladimír Vondruš
2019-12-18 20:48:10 +0100
-
d33bbd1c7e
Platform: apparently I forgot to finish this sentence a year ago.
Vladimír Vondruš
2019-12-18 18:44:15 +0100
-
e67526abf0
Platform: ability to set window size in Sdl2 and GlfwApplication.
Vladimír Vondruš
2019-12-18 19:10:10 +0100
-
314cad0d89
Platform: document how to calculate content scaling in a x-platform way.
Vladimír Vondruš
2019-12-11 16:48:20 +0100
-
a12d673d82
modules: fix dependency between DebugTools and Trade on GL-less builds.
Vladimír Vondruš
2019-12-11 16:12:34 +0100
-
a50e249b63
MagnumFontConverter: fix static build.
Vladimír Vondruš
2019-12-18 15:06:30 +0100
-
f615d0ba9c
package/ci: build also static plugins on the static build.
Vladimír Vondruš
2019-12-11 13:29:28 +0100
-
376757bc6c
Doc++
Vladimír Vondruš
2019-12-11 13:28:54 +0100
-
dd0fc3bcaf
Stop Magnum/Math/Swizzle.h(75): warning C4389: '==': signed/unsigned mismatch
#406
Daniel Guzman
2019-12-13 20:12:26 +0100
-
e72a0459c8
doc: updated changelog, mark new APIs as new.
Vladimír Vondruš
2019-12-03 22:42:19 +0100
-
e88d0cb181
GL: Add ArrayView<AbstractTexture*> overrides to bind and bindImages
#403
Squareys
2019-11-24 18:56:40 +0100
-
5e9d1476ba
Platform: oh, right, Doxygen's "smart" quotes visited here.
Vladimír Vondruš
2019-12-01 23:30:33 +0100
-
0f740e8899
package/ci: FU, Chocolatey.
Vladimír Vondruš
2019-12-01 20:21:19 +0100
-
4000ab8573
Doc++
Vladimír Vondruš
2019-12-01 20:21:11 +0100
-
3379051ed5
Platform: added a bunch of missing keys.
Vladimír Vondruš
2019-12-01 20:20:50 +0100
-
6b2f4711b4
Primitives: fix an assertion in uvSphereWireframe().
Vladimír Vondruš
2019-12-01 19:36:50 +0100
-
a180be551b
CMake: UseAndroid can be included as an oneliner.
Vladimír Vondruš
2019-12-01 17:59:42 +0100
-
d5b470d350
Shaders: fix missing include.
Vladimír Vondruš
2019-11-27 09:00:55 +0100
-
c999645182
modules: actually properly link to static Windows SDL dependencies.
Vladimír Vondruš
2019-11-26 16:02:24 +0100
-
a29cb46549
GL: give up and disable DSA for everything buffer-related on Intel/Windows.
Vladimír Vondruš
2019-11-23 16:38:32 +0100
-
959ab7a444
Math: haha whoops.
Vladimír Vondruš
2019-11-23 16:38:16 +0100
-
15e5bfa09e
Update credits and changelog, minor cleanup.
Vladimír Vondruš
2019-11-23 15:52:09 +0100
-
097289850a
Add toEuler() to Quaternion
Marco Melorio
2019-11-18 20:21:31 +0100
-
4ea27198d6
Add toRotation() to Quaternion
#397
Marco Melorio
2019-11-18 20:21:31 +0100
-
b01818c60b
external: fail when flextGL fails.
Vladimír Vondruš
2019-11-21 20:53:18 +0100
-
6acfa6c7b6
external: expose a bunch of new GL extensions.
Vladimír Vondruš
2019-11-21 20:50:28 +0100
-
20a3fedaa4
external: GLES EXT_disjoint_timer_query now exposes glGetInteger64vEXT().
Vladimír Vondruš
2019-11-21 20:46:55 +0100
-
2cbdd52a5a
doc: forgot to list the new OVR_multiivew entrypoints in the table.
Vladimír Vondruš
2019-11-21 12:26:38 +0100
-
b3a1f744db
doc: eheh, such a big button and totally useless.
Vladimír Vondruš
2019-11-20 16:00:18 +0100
-
86c7486402
Platform: fix non-deprecated build.
Vladimír Vondruš
2019-11-20 16:00:48 +0100
-
44458f5b37
Trade: explanatory message in a test.
Vladimír Vondruš
2019-11-13 20:49:00 +0100
-
7be062a71a
Trade: clean up unused & harmful error redirection in tests.
Vladimír Vondruš
2019-11-11 16:39:38 +0100
-
fd1c7b43d8
Trade: ugh, lcov, UGH.
Vladimír Vondruš
2019-11-19 17:30:10 +0100
-
09e6145990
Math: improve Kahan Sum benchmark by comparing to doubles as well.
Vladimír Vondruš
2019-11-18 17:26:44 +0100
-
d19675a6df
doc: updated changelog.
Vladimír Vondruš
2019-11-20 16:27:00 +0100
-
5e5c5f7945
GlfwApplication: fix for empty env XDG_SESSION_TYPE
Konstantinos Chatzilygeroudis
2019-11-20 11:48:29 +0100
-
-
-
3099153375
GlfwApplication:, @mosra's comment
#401
Konstantinos Chatzilygeroudis
2019-11-20 12:40:17 +0100
-
e385d22e32
GlfwApplication: fix for empty env XDG_SESSION_TYPE
Konstantinos Chatzilygeroudis
2019-11-20 11:48:29 +0100
-
-
-
debddf6585
doc: update UWP / Windows RT build instructions.
Vladimír Vondruš
2019-11-17 18:29:47 +0100
-
0ee1c1296e
doc: fix a bunch of things in the changelog.
Vladimír Vondruš
2019-11-17 14:34:56 +0100
-
a920722839
doc: label deprecated APIs and stuff new since 2019.10 with version info.
Vladimír Vondruš
2019-11-16 23:59:23 +0100
-
b4f88f00ab
Remove last remaining APIs deprecated in 2018.04.
Vladimír Vondruš
2019-11-17 14:26:44 +0100
-
090c6bb4a7
Platform: window icon management in Glfw and Sdl2Application.
Vladimír Vondruš
2019-11-16 17:55:14 +0100
-
4f6f8ecdde
Platform: um... why isn't SDL_version.h pulled in implicitly?
Vladimír Vondruš
2019-11-16 19:47:08 +0100
-
51e65aaae0
Platform: respect DPI in setMin/MaxWindowSize().
Vladimír Vondruš
2019-11-16 10:22:43 +0100
-
322a57e88c
Platform: properly fire Sdl2Application::viewportEvent() in all cases.
Vladimír Vondruš
2019-11-16 10:16:37 +0100
-
3e4646f4be
Platform: add tests for setMin/MaxWindowSize().
Vladimír Vondruš
2019-11-16 10:13:58 +0100
-
98e64b5dee
Platform: make the GlfwApplication test app resizable.
Vladimír Vondruš
2019-11-16 10:13:34 +0100
-
86a9f01dab
modules: link to all dependencies of statically-built SDL on Windows.
Vladimír Vondruš
2019-11-13 17:35:05 +0100
-
51488cf9c5
doc: updated changelog.
Vladimír Vondruš
2019-11-13 17:52:46 +0100
-
c8d2c33ac6
Fix for Glfw and Wayland crashing when showing the window after being hidden
Konstantinos Chatzilygeroudis
2019-11-13 02:16:36 +0100
-
37d41d0ad2
GlfwApplication wayland fix: @mosra's comments
#392
Konstantinos Chatzilygeroudis
2019-11-13 15:40:39 +0100
-
d9041d7bbd
Fix for Glfw and Wayland crashing when showing the window after being hidden
Konstantinos Chatzilygeroudis
2019-11-13 02:16:36 +0100
-
-
-
98232f383a
Reduce string duplication in enum debug output operators.
Vladimír Vondruš
2019-11-11 15:48:03 +0100
-
f4e409bfd9
MeshTools: allow views to be passed to the transform*() functions.
Vladimír Vondruš
2019-11-11 13:28:43 +0100
-
9ea46261ad
Trade: test that all *Data move constructors/assignments are noexcept.
Vladimír Vondruš
2019-11-11 13:27:52 +0100
-
e140957f5a
doc: updated changelog and credits.
Vladimír Vondruš
2019-11-11 15:52:21 +0100
-
d857b1b91f
Fix typo in the scenegraph feature doc
Marco Melorio
2019-11-10 16:42:08 +0100
-
65bcfd46d3
Fix typo in the scenegraph feature doc
#390
Marco Melorio
2019-11-10 16:42:08 +0100
-
bdafb2cf76
Merge
cc738fe1c3 into c4fe09f5df
#381
Vladimír Vondruš
2019-11-10 13:12:05 +0530
-
-
-
c4fe09f5df
Animation: MSVC 2015, are you upset about this?
Vladimír Vondruš
2019-11-08 08:39:59 +0100
-
954798a9ba
Animation: allow mutable access to data referenced by TrackView.
Vladimír Vondruš
2019-11-06 19:34:46 +0100
-
1182ac5390
Very minor code style cleanup.
Vladimír Vondruš
2019-11-06 19:14:10 +0100
-
a0fa21c9fb
external: expose the OVR_multiview, OVR_multiview2 extension entrypoints.
Vladimír Vondruš
2019-11-06 12:33:08 +0100
-
db9c750c78
doc: properly link to the WebGL version of RGTC / BPTC extensions.
Vladimír Vondruš
2019-11-06 12:11:39 +0100
-
a99edb5d25
doc: updated credits and changelog.
Vladimír Vondruš
2019-11-08 09:20:22 +0100
-
1a4179be70
Platform: minor.
Vladimír Vondruš
2019-11-08 09:15:06 +0100
-
39ba1583e1
Platform: ability to specify exit code in AbstractXApplication.
Vladimír Vondruš
2019-11-08 09:14:30 +0100
-
270b755517
AbstractXApplication: remove button defines that interere with GlfwApplication.
Konstantinos Chatzilygeroudis
2019-11-07 15:05:40 +0100
-
411e349358
GlfwApplication: Workaround for DPI scaling when monitor size is equal to zero
Konstantinos Chatzilygeroudis
2019-11-07 13:24:53 +0100
-
48d2fb4b81
AbstractXApplication: remove button defines that interere with GlfwApplication (and possibly with others)
#389
Konstantinos Chatzilygeroudis
2019-11-07 15:05:40 +0100