aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/sample_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Begining of GLES3 renderer:Juan Linietsky2016-10-031-2/+2
| | | | | | | | -Most 2D drawing is implemented -Missing shaders -Missing all 3D -Editor needs to be set on update always to be used, otherwise it does not refresh -Large parts of editor not working
* Removed unused variables (second pass) + dead codeRémi Verschelde2016-07-071-8/+2
| | | | Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
* Properly show the sample and play it back, also closes #5288Juan Linietsky2016-06-301-2/+3
|
* do not crash when generating preview of very large sound files, fixes #4123Juan Linietsky2016-06-201-7/+7
|
* -Some fixes to OSX retina scaling for window functionsJuan Linietsky2016-05-301-1/+1
| | | | -Implemented HiDPI detection and support for Godot Editor!
* -Improve resource previewsJuan Linietsky2016-05-231-5/+4
| | | | -Also fixed draw_texture_rect() tile parameter
* i18n: Use %d instead of %i in vformatRémi Verschelde2016-05-211-1/+1
| | | | Fixes #4742.
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-1/+1
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-1/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* -support for stereo ima-adpcm sample compression & playbackJuan Linietsky2015-11-091-1/+7
| | | | -support for converting samples to ima-adpcm upon export
* work in progress, resource previewsJuan Linietsky2015-05-311-0/+119
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-1/+1
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* A bit of everything:Juan Linietsky2014-05-141-66/+71
| | | | | | | | | | | | | -IMA-ADPCM support for samples, this means that sound effects can be compressed and use 4 timess less RAM. -New 3D import workflow based on Wavefront OBJ. Import single objects as mesh resources instead of full scenes. Many people prefers to work this way. Just like the rest of the imported resources, these are updated in realtime if modified externally. -Mesh resources now support naming surfaces. This helps reimporting to identify which user-created materials must be kept. -Several fixes and improvements to SurfaceTool. -Anti Aliasing added to WorldEnvironment effects (using FXAA) -2D Physics bodies (RigidBody, KinematicBody, etc), Raycasts, Tilemap, etc support collision layers. This makes easy to group which objects collide against which. -2D Trigger shapes can now also trigger collision reporting in other 2D bodies (it used to be in Area2D before) -Viewport render target textures can now be filtered. -Few fixes in GDscript make it easier to work with static functions and class members. -Several and many bugfixes.
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+326