Age | Commit message (Collapse) | Author |
|
|
|
Fixed issue #429: in scene tab, clicking on some instance folder, change all the others views
|
|
================================
-resolved many graphical glitches with multiple lights in GLES2 render
-fixes and WIP apk expansion
-joystick support for Android by Ariel
|
|
changed to script tab
|
|
Fix ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed on windows
|
|
windows due to accessing modifiled time of internal resource when editor gaining focus
|
|
|
|
|
|
-=-=-=-=-
-Documentation now shows overridable theme values (though this needs to be documented).
-Detect when object transform is flipped and flip normals too.
-TileMap can specify bounce and friction for collision.
-Removed limit of 4 lights per object
-Added is_hovered() to buttons.
|
|
Fix FixedMaterial uv xform not working bug
|
|
Fixed resource name not updated when saved in resurce dock
|
|
Fix #526 segfault when pinning projects
|
|
Fixed mouse motion events with captured mouse mode in OS X
|
|
Fix 3d platformer demo texture display black on android devices
|
|
|
|
|
|
==========
-NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk)
-WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store
-Feaures in the new tutorials are all present in the sourcecode
-This (hopefully) should get rid of the animation list order getting corrupted
-Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing?
-In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource
-Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo
|
|
|
|
mouse_mode implementation on OS X.
|
|
|
|
|
|
|
|
|
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-If re-importing from the "dependency changed" dialog, edited scene will keep the local changes.
-Imported scene will keep track of changes in the source asset
-Geometry changes in source geometry or nodes with a different transform will be updated.
-Materials will be kept if changed locally.
-New nodes added will be kept
-If nodes were reparented or renamed, they will still keep track
-Deleted notes will be restored, use the -noimp option to avoid this.
-In general, you can trust that if you do local modifications to the imported scene, they will not be erased after re-import.
-Erasing your changes is done by re-importing from the "Re-Import" menu, re-opening the "Import 3D Scene" dialog. This wil re-import fresh.
Overall, This should allow you to work on a scene and see changes made to 3D assets in real-time.
So Please test!!
|
|
-=-=-=-=-=-=-=-=-=-=-=-=-=-
-More parameters to ESM shadows
-LightMap Octree now can bake to "hdr" (use HDR8 for now)
-New resource PolygonPathFinder, polygon based pathfinder using A-star algorithm. (will add nodes to use it more easily soon)
|
|
More gitignore
|
|
Script editor: Add selected text in replace dialog automatically
|
|
Align selected node with current view (3d editor)
|
|
Fixed #185 Setting a new Texture for a Sprite node does not update preview
|
|
Search filesystem by name or path
|
|
for clear search term
|
|
-=-=-=-=-=-
-ESM Shadow Mapping for softer and less glitchy shadows
-HDR Pipeline (convert to Linear on texture import, convert to SRGB at the end)
-Fix to xml parse bug
|
|
|
|
current view)
|
|
selected more than 1 line); Replace textbox get focus when there's search text but no replace text; Bump up transparency of FindReplaceDialog
|
|
|
|
|
|
-=-=-=-=-=-=
-Support for lightmap baker, have fun figuring out how it works before tutorial is published.
|
|
added XClassHint to windows in OS_X11::initialize
|
|
Add get_scale script binding to Matrix32 class
|
|
Use cStringIO to write editor_icons.cpp
|
|
Add DirAccess:dir_exist api
|
|
Static mingw windows 32bit build - In any case, i think this depends on the version of mingw you have installed.
|
|
Return an error code when address/port already in use
|
|
Made a uniform distribution of characters in Label::set_percent_visible(...
|
|
More callbacks for Godot.SingletonBase (android)
|
|
Set project name automatically when choosing path for new projects in project manager
|
|
Adding search box to scene dock(file system tab)
|
|
Add pin/favorite projects in project manager
|
|
|