Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1) it didn't print the error to the console, only this:
build_res_file(["platform/windows/godot_res.windows.tools.32.o"], ["platform/windows/godot_res.rc"])
scons: *** [platform/windows/godot_res.windows.tools.32.o] Error 1
I had to print the actual command and run it on a console to see the error. The builder should be able to print the command it's running and the error, like it does with compiler invocations, etc.
2) The actual error was a syntax error on line 11 of godot_res.rc. I looked up "FILEVERSION" and "PRODUCTVERSION" (here https://msdn.microsoft.com/en-us/library/windows/desktop/aa381058(v=vs.85).aspx), it says they take 4 numbers as parameters, so I added those 0s, but I'm not sure if they're in the right order.
@masoudbh3 can you check it out? thanks
It builds on msvc just fine with (and without) these changes.
|
|
|
|
|
|
|
|
-changed default windowed resolution to 1280x720
|
|
-fix compilation on tres/tscn on MSVC
-fixed theora playback performance, closes #3004
|
|
Since the engine development is now independent.
Fixes #2836.
|
|
|
|
-fixed theora so it can compile theoralib but not theora
-fixed generation of windows icon in .rc, which didn't previously work in 32 bits
|
|
UDP fixes
|