Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-08 | Merge pull request #5090 from akien-mga/glew-1.13.0 | Juan Linietsky | |
Upgrade embedded GLEW to version 1.13.0 | |||
2016-06-08 | RtAudio: proper under/overflow warning | J08nY | |
fix #5102 | |||
2016-06-08 | GLEW: Update to upstream version 1.13.0 (pristine) | Rémi Verschelde | |
This removes a custom redefinition of glewGetProcAddress, which was apparently necessary for older Macs with buggy OpenGL (see #5087). The added source files are as provided in the upstream tarball. | |||
2016-06-08 | GLEW: Define static + enabled and includes via SCons | Rémi Verschelde | |
This allows us not to have to hack our definitions in the upstream files, making it easier to upgrade to newer versions in the future. For the include paths to work, the headers are moved to a GL subfolder to match their upstream location. | |||
2016-06-08 | Haiku: Do not define GLEW_ENABLED to undefine it later | Rémi Verschelde | |
Partial revert of f61eb5fd8e13642c82364f8ee66a0f6c791a4511. | |||
2016-06-06 | Merge pull request #4092 from sanikoyes/Pr-etc1-pkm-loading | Juan Linietsky | |
Add etc1(pkm) texture loading support | |||
2016-06-06 | Merge pull request #5026 from Geequlim/patch9frame-extension | Juan Linietsky | |
Enhanced Patch9Frame | |||
2016-06-06 | Merge pull request #5070 from zenvoid/master | Rémi Verschelde | |
Add missing license information for bundled libraries | |||
2016-06-06 | Add missing license information (ogg/vorbis/opus) | Roberto | |
2016-06-06 | Add missing license information (Theora) | Roberto | |
2016-06-06 | Add missing license information (WebP) | Roberto | |
2016-06-06 | Somewhat fixed Directory::get_space_left() return values. | J08nY | |
2016-06-05 | vsync support | Juan Linietsky | |
-works on windows -may not work on X11, if so please fix -OSX does not seem to support disabling vsync | |||
2016-06-04 | Merge pull request #4999 from volzhs/fix-project-path | Rémi Verschelde | |
change invalid characters when get user data dir on Windows & Unix | |||
2016-06-05 | Add texture region support for stylebox render | Geequlim | |
2016-06-02 | Update to libpng 1.5.27 | Rémi Verschelde | |
No security relevant fix as far as I can see, but the version bump does not hurt either. | |||
2016-06-03 | change invalid characters when get user data dir on Windows & Unix | volzhs | |
Can't create user data folder when project name has ``\ / : * ? " < > |`` characters on OS_Windows & OS_Unix. So, change it to ``-`` to be able to make folder. fixes #4928 and it's altanative to #4986. | |||
2016-05-29 | DPI Detection support | Juan Linietsky | |
Windows only for now. Many builds may break (older visual studio, mingw32) | |||
2016-05-29 | FreeType: Add mandatory license text | Rémi Verschelde | |
Part of #4859. | |||
2016-05-29 | Finalized DynamicFont implementation | Juan Linietsky | |
-DynamicFont uses Freetype by default -Editor fonts are now scalable thanks to this -Cleaned up documentation browser and added fonts for this | |||
2016-05-27 | Changed import workflow | Juan Linietsky | |
-Rearrange favorites in fs dock with drag and drop -Removed import -> sub-scene, moved to scenetree contextual menu -Removed import -> re-import , moved and integrated to FS dock -Added ability in FS dock to re-import more than one resource simultaneously -Added ability to drag from native filesystem explorer to Godot, only works on Windows though -Removed scene reimport merge options, never worked well. Eventually merging materials should be re-added -Added ability to set custom root node type when importing scenes -Re-Import is now automatic, can be configured back to manual in editor settings -Added resource previews in property list for many resource types | |||
2016-05-21 | fixes android drivers build | Ariel Manzur | |
2016-05-21 | fix drivers build on ios | Ariel Manzur | |
2016-05-21 | fix | Ariel Manzur | |
2016-05-21 | using 1 env for all drivers | Ariel Manzur | |
2016-05-12 | Remove nocpuid.c from builtin OpenSSL | eska | |
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines OPENSSL_cpuid_setup itself (with the same empty definition) | |||
2016-05-11 | OpenSSL buildsystem: actually apply the flag on gcc/clang | Rémi Verschelde | |
Commit 972b0f7 was bogus. | |||
2016-05-11 | Windows: Fix MinGW argument being passed to MSVC | Rémi Verschelde | |
Fixes #4620 | |||
2016-05-09 | Add ignore error flag to OpenSSL driver | George Marques | |
2016-05-07 | Merge pull request #4560 from eska014/fix-emscripten-opus | Rémi Verschelde | |
Fix JavaScript build | |||
2016-05-06 | cloning env for builtin_openssl _and_ openssl :) | Ariel Manzur | |
2016-05-06 | clonning env for builtin ssl | Ariel Manzur | |
2016-05-05 | Ignore unneeded Opus file, fix JavaScript build | eska | |
2016-05-05 | Fix build for Windows 64-bits with GCC | George Marques | |
2016-05-04 | missing default value | Juan Linietsky | |
2016-05-04 | fix to avoid video texture scaling | Juan Linietsky | |
2016-05-04 | ability to shrink all images x2 on load | Juan Linietsky | |
this is for extreme cases when running on devices with very low video memory, so you can still retain compatibility. | |||
2016-05-04 | Merge pull request #4541 from vnen/pr-fix-win64-build | Rémi Verschelde | |
Fix windows 64-bits build. | |||
2016-05-03 | Fix windows 64-bits build. | George Marques | |
The change in `tools/doc/doc_data.cpp` is needed because the MSVC compiler does not support variable length arrays. Fix #4113 | |||
2016-05-03 | Update OpenSSL to 1.0.2h | mrezai | |
2016-05-02 | Update Opus driver to 1.1.2 | George Marques | |
And opusfile to 0.7. | |||
2016-04-20 | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm ↵ | Aren Villanueva | |
doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | |||
2016-04-18 | Merge pull request #4329 from mrezai/openssl-1.0.2g | Rémi Verschelde | |
Update OpenSSL to version 1.0.2g | |||
2016-04-18 | Fixed zero-length arrays in nrex. Fixes #4346 | Zher Huei Lee | |
2016-04-15 | Update OpenSSL to version 1.0.2g | mrezai | |
2016-04-12 | Fix OpenSSL compilation on Windows | mrezai | |
Fixes #4285. | |||
2016-04-11 | Merge pull request #4275 from mrezai/openssl-1.0.1s | Rémi Verschelde | |
Update OpenSSL to version 1.0.1s | |||
2016-04-10 | Update OpenSSL to version 1.0.1s | mrezai | |
2016-04-08 | Updated nrex to v0.2 | Zher Huei Lee | |
* Fixed capturing groups matching to invalid results * Fixed parents of recursive quantifiers not expanding properly * Fixed LookAhead sometimes adding to result | |||
2016-04-03 | free Material 'shadow_material_double_sided' on ::finish() | MSC | |