Vladimír Vondruš
ec20dea1e2
Platform: un-deprecate creation of Platform::Context without passing args.
...
I deprecated that because I wanted to be sure that I properly update all
my code to actually propagate the options. But now I see that this is
actually a valid case -- the engine being in a thread or in some other
way hidden from the outside *shouldn't* need access to argc/argv.
Also updated the docs to say it's completely harmless to propagate the
args.
8 years ago
Vladimír Vondruš
55e9357d1b
doc: changelog updates.
8 years ago
Vladimír Vondruš
58724a8f19
package: explicitly disable GlfwApplication in all packages.
...
So it shows that it's intentional, instead of just being forgotten.
8 years ago
Vladimír Vondruš
ba8133a308
doc: document plugin directories.
8 years ago
Vladimír Vondruš
ec07ef2210
doc: adapt changelog to the new theme.
8 years ago
Vladimír Vondruš
0814f3b148
Doc++
8 years ago
Vladimír Vondruš
bd54e7f7d2
doc: don't use Markdown headers in changelog.
8 years ago
Vladimír Vondruš
7dbe6a5163
Link to live version of magnum-{al-,}info utilities from the docs.
8 years ago
Vladimír Vondruš
bcbd077f8e
Doc mainpage / README update.
...
Fixed so the doc is not just poorly repeating what's already said on the
homepage.
8 years ago
Vladimír Vondruš
9c79d69fdc
Use nofollow links to the archived documentation.
8 years ago
Vladimír Vondruš
257e730c86
Add new m.css commands to Doxyfile.
8 years ago
Vladimír Vondruš
a97384839b
Use privately Corrade Optional instead of the problematic std::optional.
...
Not in the public APIs yet (Trade etc.), as I need to solve backwards
compatibility first.
8 years ago
Vladimír Vondruš
623fa97970
Updated copyright year.
8 years ago
Vladimír Vondruš
762dba470c
Updated doc mainpage and README for consistency with the new website.
8 years ago
Vladimír Vondruš
23b0ae6b12
modules: updated Corrade modules.
8 years ago
Vladimír Vondruš
a4d32e650a
Move friend declarations into private class sections.
...
And hide them from Doxygen so it's not complaining. Related bug:
https://bugzilla.gnome.org/show_bug.cgi?id=776986
8 years ago
Vladimír Vondruš
6cc8362eeb
Doc++
8 years ago
Vladimír Vondruš
ac3bdeea06
doc: fix GL extension link.
8 years ago
Vladimír Vondruš
fb258164ae
Fix Doxygen warnings in latest version.
...
Actually, now it is finally able to link to variadic funcs.
8 years ago
Vladimír Vondruš
1ec14c678b
Local Doxygen ignores for symbol export macros.
...
It was impossible to put all macros including the ones from other
projects into the global Doxyfile. Much cleaner now <3
8 years ago
Vladimír Vondruš
875e22e730
Updates for public docs.
8 years ago
Vladimír Vondruš
eee9cbb353
MeshTools: updates for the new documentation theme.
8 years ago
Vladimír Vondruš
c54739d6c9
Audio: updates for the new documentation theme.
8 years ago
Vladimír Vondruš
d49b8efe9e
Platform: updates for the new documentation theme.
8 years ago
Vladimír Vondruš
23cf84cdae
Math: what? there's no such thing.
8 years ago
Vladimír Vondruš
05bb8b419a
Math: updates for the new documentation theme.
8 years ago
Vladimír Vondruš
58064ab18c
doc: and I'm making stupid typos.
8 years ago
Vladimír Vondruš
aa1fa40e03
C'mon, I can't even write a mail link anymore?!
8 years ago
Vladimír Vondruš
6029cfae62
Update documentation of utilities for the new theme.
9 years ago
Vladimír Vondruš
36f5030ffd
DebugTools: use ANSI text file instead of a terminal screenshot.
9 years ago
Vladimír Vondruš
341a2cb2df
Updated the main documentation pages for the new theme.
...
Not fully proofreading them yet, takes too much time.
9 years ago
Vladimír Vondruš
5858cbf92c
Doxyfiles for the new m.css theme.
9 years ago
Vladimír Vondruš
793f6a4d82
Link to STL types from the documentation.
9 years ago
Vladimír Vondruš
b78bd9e4fc
More unneeded Doxygen stuff.
9 years ago
Vladimír Vondruš
1e0a9c0498
Code snippets that have Doxygen comments have them *for a reason*.
9 years ago
Vladimír Vondruš
94f0c9ad87
Exclude quite a lot of unneeded files from doc generation.
9 years ago
Vladimír Vondruš
80d653cc40
Don't use typewriter font for GL and AL references.
...
It's fugly.
9 years ago
Vladimír Vondruš
5109e9f813
Properly explicitly reference the types in \configurationvalue command.
9 years ago
Vladimír Vondruš
4ee9e8b133
This file is no longer needed.
9 years ago
Vladimír Vondruš
ececeaaf6d
package/ci: speed up Emscripten build.
9 years ago
Vladimír Vondruš
4af881a009
package/ci: don't use explicit Xcode 8.3 image as it is broken.
...
The default image (which is also Xcode 8.3) works.
https://github.com/travis-ci/travis-ci/issues/8552#issuecomment-347830114
9 years ago
Vladimír Vondruš
b228ca5c4e
package/ci: work around broken homebrew on Travis.
9 years ago
Vladimír Vondruš
e29683bcd6
package/ci: annotate jobs with unique IDs.
...
So I can put them into the table on the website.
9 years ago
Vladimír Vondruš
eec6cad9e8
Platform: remove unneeded cruft from docs.
9 years ago
Vladimír Vondruš
017c0ad94f
Primitives: test for circle mesh primitive as well.
...
So I see what's looping and what not.
9 years ago
guillaume.giraud@gmail.com
059f1396b0
Primitives: adding one extra vertex in solid circle primitive.
9 years ago
Vladimír Vondruš
362ac2462e
Updated toolchains submodule.
9 years ago
Vladimír Vondruš
19ca8079c2
modules: properly save CMAKE_FIND_LIBRARY_PREFIXES in FindMagnum.cmake.
...
On Emscripten this was equal to ";somebogusprefix" (as per the
toolchain), which got expanded into just somebogusprefix, losing the
empty string. Saving it back to CMAKE_FIND_LIBRARY_PREFIXES would cause
all subsequent find_library() calls to fail, because no library is named
somebogusprefixMagnum*.bc.
Thinking about this, the "somebogusprefix" was probably added "back
then" as a workaround to CMake complaining that I'm messing up in the
Find module. So I guess I can remove that as well.
9 years ago
Vladimír Vondruš
6ae21f23b5
Revert "Platform: Move emscripten port of Sdl2Application to SDL2"
...
Size of all executables got inflated by *half a megabyte* because of
this. I'm not sure if the change is worth it, so reverting for now.
This reverts commits
c01961ba6b
5fb3f435dd
fada6fba05
9 years ago
Vladimír Vondruš
fada6fba05
Platform: doc++
9 years ago