summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-02Merge pull request #722 from Marqin/masterJuan Linietsky
[FIX] "File->Save As" in Script panel
2014-11-02Merge pull request #725 from Qwertie-/PR-GUIJuan Linietsky
Changed GUI text to better match action
2014-11-02Merge pull request #764 from marynate/PR-fix-android-buildJuan Linietsky
Fix android build on windows
2014-11-02Merge pull request #765 from marynate/PR-fix-travis-buildJuan Linietsky
Fix travis-ci build config for new build system
2014-11-02Merge pull request #811 from sanikoyes/Pr-Image-Group-UIJuan Linietsky
Fix Export -> image group panel
2014-11-02Merge pull request #839 from grabiller/radfac#005Juan Linietsky
Implement Windows fullscreen mode without video mode change.
2014-11-02Merge pull request #851 from adolson/default-project-dir-fixJuan Linietsky
fixes default project dir option
2014-11-02Merge pull request #852 from adolson/autoscan-project-dirJuan Linietsky
add option to auto-scan a directory for projects
2014-11-02Merge pull request #853 from adolson/tsa-option-for-androidJuan Linietsky
add timestamping authority server option for Android
2014-11-02Merge pull request #855 from adolson/android-release-keystore-fixJuan Linietsky
fixes for release apk export
2014-11-01fixes for release apk exportDana Olson
2014-11-01add timestamping authority server option for AndroidDana Olson
2014-11-01add option to auto-scan a directory for projectsDana Olson
2014-11-01fixes default project dir option for Create / Import dialogs after quitting ↵Dana Olson
to project manager
2014-10-28- On Windows, Godot now goes fullscreen without video mode change.Guy Rabiller
2014-10-27-Much improvement to baked light bakerJuan Linietsky
-Fixed many bugs in stretch mode -Fixes to camera project and unproject as consequence of the above -added setget to script (documented in script doc) -more fixes to collada exporter for blender
2014-10-27Merge pull request #823 from grabiller/#821Juan Linietsky
Fix issue #821: GDScript now accepts single quoted as well as double quoted strings.
2014-10-27Merge pull request #829 from grabiller/#802Juan Linietsky
Fix issue #802: randomize() now generate non-zero seed...
2014-10-27Merge pull request #832 from grabiller/#391Juan Linietsky
seems ok!
2014-10-27- Fix issue #391: GDScript now reduce constant expressions to constant and ↵Guy Rabiller
forbids constant assignment after being defined.
2014-10-27- Fix issue #802: randomize() now generate non-zero seed during the first ↵Guy Rabiller
hour of every days, the first minute of every hours and the first second of every minutes.
2014-10-26Merge pull request #824 from Gerold31/fix-more-bindingsJuan Linietsky
this is great,thanks! will fix the typos here
2014-10-26Fix some more incorrect bindingsGerold31
2014-10-26Fix issue #821: GDScript now accepts single quoted as well as double quoted ↵Guy Rabiller
strings.
2014-10-24Merge pull request #817 from grabiller/radfac#004bJuan Linietsky
Fix BaseButton "Click on Press" issue. Now a button correctly show its...
2014-10-24- Fix BaseButton "Click on Press" issue. Now a button correctly show its ↵Guy Rabiller
visual "Pressed" status when "Click on Press" is enabled and the button is clicked.
2014-10-24Merge pull request #815 from Gerold31/fix-bindingsJuan Linietsky
Fix some incorrect bindings in PhysicsServer
2014-10-24Fix some incorrect bindings in PhysicsServerGerold31
2014-10-23Fix Export -> image group panelsanikoyes
1.click group item doe's not refresh group_images 2.Switch to Atlas mode that preview button doe's not shown
2014-10-16Merge pull request #798 from marynate/PR-fix-light-in-release-modeJuan Linietsky
Fix light was always been disabled in release mode (tools=no)
2014-10-16Fix light was alwasy been disabled in release mode (tools=no)marynate
2014-10-16-added custom metadata to physics shapes (2D only for now)Juan Linietsky
-gizmos are not displayed in camera preview
2014-10-14-do not use calc_tangents if no UVsJuan Linietsky
2014-10-14FixesJuan Linietsky
-=-=- -Fixed normalmap depth parameter -Fixes to DirAccess on Windows -Double click on resource dock will open them -Fixes to doc generator (should make github wiki on class list more up to date)
2014-10-14Merge pull request #792 from romulox-x/normalmap-view-bugJuan Linietsky
fix view dependent problem in normal mapping
2014-10-14fix view dependent problem in normal mappingromulox_x
2014-10-14Merge pull request #790 from marynate/PR-fix-ios-buildJuan Linietsky
Fix ios build error
2014-10-14Fix ios build errormarynate
2014-10-14ColladaJuan Linietsky
-=-=-=- -Fixed some DAE import & export bugs -Changed Collada exporter to use the mesh loops API -Added tangent export to Collada exporter -Added triangulation option to Collada exporter -Changed a little how normalmaps are handled in shader. Not sure if it's working properly, be careful. -Fixed some strange bug with kinematic bodies #776 -Fix release compilaiton issues #782
2014-10-13Merge pull request #784 from romulox-x/2d-particle-depthJuan Linietsky
offset particle drawing order so that recently emitted particles are alw...
2014-10-12offset particle drawing order so that recently emitted particles are always ↵romulox_x
drawn on top of the older ones
2014-10-12Little BitsJuan Linietsky
-=-=-=-=-=- -fix duplicate function bug when creating script callback in editor -fix bug where hiding lights does not work -fix 2D audio listener bug (romulox_x reported) -fix exported properties with inheritance bug -fix timer autostart (make it not work on editor) -reactivate first camara found if viewport runs out of active camera -option to hide gizmos in viewport -changed skeleton gizmo because it sucks -Make convex shapes using CollisionShape visible (use quickhull class) -fix up menu when editing a mesh, to export collision, navmesh, convex, etc. from it. -make a menu option to show SRGB in 3D editor views by default -make option to edit default light direction in viewport settings -make option to edit default ambient light in viewport settings -make software conversion of linear->RGB if hardware support not found
2014-10-10Merge pull request #773 from hiltonm/fix-2d-spatial-audioJuan Linietsky
Remove camera check for 2D audio listener.
2014-10-10Remove camera check for 2D audio listener.Hilton Medeiros
2014-10-10missingJuan Linietsky
2014-10-10Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2014-10-10-less agressive install.txt, existence of this package is proof enough of ↵Juan Linietsky
disconformity.
2014-10-09Merge pull request #770 from romulox-x/sprite-frame-floatJuan Linietsky
Modified sprite's draw notification call to use floats instead of intege...
2014-10-09Modified sprite's draw notification call to use floats instead of integers ↵romulox_x
so that the texture coordinates used to draw a frame from the sprite sheet don't have to snap to pixels
2014-10-09-compatibility fixes, Better Collada is ready for PRIME TIME!Juan Linietsky