summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* missing changesJuan Linietsky2015-06-141-0/+3
|
* -Fixes from source code analyzizer, closes #1768Juan Linietsky2015-05-011-2/+2
|
* -Changed Godot exit to be clean.Juan Linietsky2015-04-201-1/+7
| | | | | -Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755
* Updated copyright year in all headersJuan Linietsky2015-04-1834-46/+46
|
* added assert to disassembly, fixes #1641Juan Linietsky2015-04-071-0/+8
|
* -Concatenating arrays keeps the shared property if any of the arrays is ↵Juan Linietsky2015-04-071-2/+2
| | | | shared. Fixes #1646
* Added a PVRTC encoder for iOSJuan Linietsky2015-04-061-6/+6
|
* Correctly halt on error in sprintf parsing (fixes #1393)Bil Bas (Spooner)2015-02-191-68/+69
|
* Completed more complex formatting.Bil Bas (Spooner)2015-02-011-8/+269
|
* Added basic sprintf functionality (e.g. "fish %d %s" % [12, Vector2(1, 2)])Bil Bas (Spooner)2015-01-101-1/+78
|
* -Resolved bug that made yield() not work in some situations, fixes #884Juan Linietsky2015-01-061-0/+20
|
* -fixed issue with denormals in half precission, closes #1073Juan Linietsky2015-01-031-0/+1
| | | | -added h_offset and v_offset to 3D Camera, should allow to do the same as in #1102
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *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
* 3D Physics Rework, Other StuffJuan Linietsky2014-09-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- 3D Physics: -Fixed "Bounce" parameter in 3D -Fixed bug affecting Area (sometims it would not detect properly) -Vehicle Body has seen heavy work -Added Query API for doing space queries in 3D. Needs some docs though. -Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up: -PinJoint -HingeJoint (with motor) -SliderJoint -ConeTwistJoint -Generic6DOFJoint -Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions: -input_event (mouse or multitouch input over the body) -mouse_enter (mouse entered the body area) -mouse_exit (mouse exited body area) For Area it needs to be activated manually, as it isn't by default (ray goes thru). Other: -Begun working on Windows 8 (RT) port. Compiles but does not work yet. -Added TheoraPlayer library for improved to-texture and portable video support. -Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
* Misc FixesJuan Linietsky2014-06-275-7/+9
| | | | | | | | | | | | ========== -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
* Import 3D Scene ImprovementsJuan Linietsky2014-06-191-2/+2
| | | | | | | | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=-=- -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!!
* -Fixes to OpenSSL compilation (more)Juan Linietsky2014-05-011-0/+3
| | | | -Fix bug in GDScript, now static functions can call static functions.
* Adding unit tests for begins_withVinzenz Feenstra2014-02-261-0/+31
| | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
* -scripts are converted to bytecode on exportJuan Linietsky2014-02-253-2/+16
| | | | -fix bug in doc where touchscreen events were not documented
* -moved script to modulesJuan Linietsky2014-02-241-4/+4
|
* -improved physics ccdJuan Linietsky2014-02-192-1/+2
| | | | | | -html5 exporter works again -disable repeat on image loader by default -can change shape offset en tileset, texture offset was broken
* Fixed crash bug in the shaderlang testVinzenz Feenstra2014-02-141-2/+1
| | | | Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-0936-0/+6287