Age | Commit message (Collapse) | Author |
|
|
|
|
|
libpng: New version 1.6.27
|
|
By providing a manifest specifying the targeted Windows versions (as per https://msdn.microsoft.com/en-us/library/windows/desktop/hh404233(v=vs.85).aspx#_______supporting_high_contrast_themes_in_windows_8_and_later) now the Godot editor renders normally under a high contrast theme on Windows, instead of staying white/black.
|
|
neccesary for libpng 1.6.27 to work silently
|
|
Windows: Support gamepad vibration using XInput.
|
|
Also removes a couple wrong Godot headers from third-party source files.
|
|
|
|
fixes #5155
|
|
on x11.
closes #5119
|
|
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.
|
|
Fixes #5051
|
|
-works on windows
-may not work on X11, if so please fix
-OSX does not seem to support disabling vsync
|
|
-editor settings now save to .tres instead of .xml
-buttons can now hold a shortcut
|
|
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.
|
|
fixes #4973
|
|
|
|
|
|
Windows only for now.
Many builds may break (older visual studio, mingw32)
|
|
|
|
-DynamicFont uses Freetype by default
-Editor fonts are now scalable thanks to this
-Cleaned up documentation browser and added fonts for this
|
|
-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
|
|
|
|
|
|
At the moment is however restored when going out and then in again.
|
|
The change in `tools/doc/doc_data.cpp` is needed because the MSVC
compiler does not support variable length arrays.
Fix #4113
|
|
Should fix #4428.
* Minimize button is not hidden anymore
|
|
Fixes 64 bit MSVC builds, disables bits parameter
|
|
Based on code by @ratsdiov.
Closes #1733
|
|
Also Enables automatic detection of architecture for the MSVC compilers.
Builds without assembly optimisations for x64
Closes issue #3098
Signed-off-by: Aleksandar Danilovic <greatgames.alexandar@gmail.com>
|
|
|
|
now also centred.
|
|
|
|
The former name was incorrect in English, though for us latin lovers it's an understandable mistake.
Second part of and closes #3626.
|
|
|
|
According to MSDN's
documentation (https://msdn.microsoft.com/en-us/library/windows/desktop/bb762181(v=vs.85).aspx),
CSIDL_PERSONAL represents the default path to Windows Document's folder:
"Previous to Version 6.0. The file system directory used to physically
store a user's common repository of documents. A typical path is
C:\Documents and Settings\username\My Documents. This should be
distinguished from the virtual My Documents folder in the namespace. To
access that virtual folder, use SHGetFolderLocation, which returns the
ITEMIDLIST for the virtual location, or refer to the technique described
in Managing the File System."
|
|
with it:
-corrupted 32 binaries without reason
-does not support upx binaries
-forces dependency o libstdc++
|
|
|
|
|
|
|
|
This reverts commit b21ce6cecbd75ae3281177c4890902586ca710f7.
|
|
|
|
Fix #3149
|
|
|
|
Add some joystick functions to input. Enables manipulation of mapping…
|
|
Remove unnecessary null pointer checks
|
|
disabled assembly for msvc 64 bits, as it is not supported
|
|
unusable from GDscript due to precision.
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
|
|
runtime
|
|
|