index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Age
Commit message (
Expand
)
Author
2016-06-03
Fix Color8 constructor using wrong value range
George Marques
2016-06-01
missed ifdef that broke android build
Juan Linietsky
2016-06-01
Ability to reload scripts on running game
Juan Linietsky
2016-05-31
Some cleanup to GDScript
Juan Linietsky
2016-05-29
Finalized DynamicFont implementation
Juan Linietsky
2016-05-23
Fix #4748: proper call to base class function
Ignacio Armenteros
2016-05-21
First version of Profiler
Juan Linietsky
2016-05-17
GDScript: Fix method info for is_nan and is_inf
Rémi Verschelde
2016-05-11
ability to drag scenes from filesystem to tree for instancing
Juan Linietsky
2016-05-01
GridMap: Fix backwards rotate hotkeys (#4498)
Rémi Verschelde
2016-04-20
Merge pull request #4302 from Anarchid/gridmap-navmesh
Rémi Verschelde
2016-04-20
manually fix indent
Anarchid
2016-04-20
Implement GridMap support for navigation meshes
Anarchid
2016-04-09
Subclasses can now extend from other subclasses contained in scripts derived ...
Saracen
2016-04-06
Merge pull request #4169 from slapin/ik
Rémi Verschelde
2016-04-02
Remove trailing spaces
Rémi Verschelde
2016-03-31
Now parameters can be changed real time
Sergey Lapin
2016-03-31
Added speed setting
Sergey Lapin
2016-03-31
InverseKinematics node, basic features
Sergey Lapin
2016-03-09
remove trailing whitespace
Hubert Jarosz
2016-03-01
Revert "Merge pull request #3814 from est31/iterators_for_for"
Rémi Verschelde
2016-02-29
-wip on addon editor
Juan Linietsky
2016-02-28
Use xrange for common "for i in range(...)" use case
est31
2016-02-28
Add xrange builtin function
est31
2016-02-27
Completed the support for plugins! It is not possible to add plugins.
Juan Linietsky
2016-02-24
Merge pull request #3812 from est31/master
Rémi Verschelde
2016-02-24
Fix typo in error
est31
2016-02-20
-Change link to new documentation
Juan Linietsky
2016-02-11
Merge pull request #3658 from Hinsbart/doc_joyevent
Rémi Verschelde
2016-02-10
doc: use correct identifier for InputEventJoystick{Motion, Button}
hondres
2016-02-09
-Added missing functions to the doc, fixes #3583
Juan Linietsky
2016-02-04
Merge pull request #3587 from akien-mga/pr-reserved-keyords
Rémi Verschelde
2016-02-04
Fix missing comma
Rémi Verschelde
2016-02-04
Merge pull request #3582 from akien-mga/pr-reserved-keyords
George Marques
2016-02-04
Add preload and PI to GDScript reserved keywords
Rémi Verschelde
2016-02-04
Reorder reserved words by categories
Rémi Verschelde
2016-01-31
-Added method flags to global constants for script
Juan Linietsky
2016-01-26
Merge pull request #3445 from akien-mga/master
Rémi Verschelde
2016-01-25
Add missing return for typeof() MethodInfo
Rémi Verschelde
2016-01-24
can preload constants
hondres
2016-01-23
-remove unnecesary error report, fixes #3361
Juan Linietsky
2016-01-13
Removed GDScript "function" keyword
Franklin Sobrinho
2016-01-13
Reworked how autoloads are load to make sure identifiers always exist, please...
Juan Linietsky
2016-01-10
-Make Akien happy, fixes #3068
Juan Linietsky
2016-01-07
Added missing onready token name
Ignacio Etcheverry
2016-01-03
Fixed bug with default arguments in gdscript, closes #2024
Juan Linietsky
2016-01-02
Added var2bytes and bytes2var to convet any variable to bytes and back. Close...
Juan Linietsky
2016-01-02
-Ability to roll-back script-exported properties to their default value on th...
Juan Linietsky
2016-01-02
PI is now a built-in constant, fixes #2134
Juan Linietsky
2016-01-02
-properly handle newline in \ (line continuation) in gdscript, fixes #2112
Juan Linietsky
[next]