| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
-fixes to make scenes exported from godot 2.x work
|
| | |
|
| |
|
|
| |
renamed to PoolVector
|
| |
|
|
|
|
|
|
| |
Variant.
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
|
| |
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
| |
|
|
| |
-fixed some warnings for OSX
|
| | |
|
| |
|
|
|
|
| |
Not all APIs are provided yet, please request whathever you are missing.
Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings.
Have fun!
|
| |
|
|
| |
but feedback welcome!
|
| | |
|
| | |
|
| |
|
|
|
| |
- Make "Bundle" a separate option
- Change pack mode property hint to be more expressive
|
| | |
|
| | |
|
| |\
| |
| | |
Add way to look for templates at system wide level too
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Useful for everybody wanting to package godot.
Fixes #1026.
-> Retain the old behaviour: path in error msg only when exporting.
-> User templates override system templates
|
| |/
|
|
|
|
| |
process. Keeping old version just in case for now.
-Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster
|
| |
|
|
| |
-support for converting samples to ima-adpcm upon export
|
| |
|
|
|
|
| |
quality on non-po2 resizing)
-Added ability for exporter to shrink images to non-integer values. Helps if you want to convert your game artwork from 1080->720 or similar
|
| |
|
|
|
|
|
| |
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc.
-Visible Navmesh and Navpoly
-Visible collision contacts for 2D and 3D as a red point
-Customizable colors in project settings
|
| | |
|
| |
|
|
| |
-It is now really easy to deploy an android build with debug, and debug it
|
| |
|
|
|
| |
-Added more debug information on memory cleanliness on exit (if run with -v)
-Fixed several memory leaks, fixes #1731, fixes #755
|
| | |
|
| |\
| |
| |
| |
| |
| | |
Conflicts:
modules/gdscript/gd_tokenizer.cpp
scene/resources/shader_graph.h
|
| | | |
|
| |/ |
|
| |
|
|
|
|
| |
-=-=-=-=-=-=
-Support for lightmap baker, have fun figuring out how it works before tutorial is published.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
-=-=-=-=-=-=-=-=-=-=
-Sprite3D and AnimatedSprite3D support.
-Opaque pre-pass works, is compatible with shadows
-Improved shadow map rendering (can differentiate between plain opaque and opaque with shaders/discard/etc)
-Added option to use alpha discard in FixedMaterial
-Improved Glow FX, many more options (three modes, Additive, Screen and SoftLight), strength and scale
-Ability for Background (image or cubemap) to send to glow buffer
-Dumb Deploy of clients now actually works in Android
-Many Many rendering fixes, 3D is much more usable now.
|
| |
|
|
|
| |
-Fixed bug of some tabs showing wrong names
-Exported properties for viewport
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
-fixed TouchScreenButton with stretch2d
-fixed(?) OSX crash on startup (test!!)
-compilation fixes on windows
-CollisionPolygon editor works again
-find buttons en find dialog
-TileMap editor cleanup (removed "error", made nicer)
-viewport flicker fixed
-make .scn default extension for saving scenes
-export the rest of the network classes to gdscript
|
| |
|