index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
Age
Commit message (
Expand
)
Author
2017-03-24
Merge pull request #8130 from volzhs/cache-font-master
Rémi Verschelde
2017-03-24
Fix typos in source code using codespell
Rémi Verschelde
2017-03-24
Cache DynamicFont resource for Android
volzhs
2017-03-15
Fix redundant connections saved in sub-inheritance
Pedro J. Estébanez
2017-03-13
Merge pull request #7981 from RandomShaper/position-for-2d-shaders
Rémi Verschelde
2017-03-09
Fix node duplication in scene sub-inheritance
Pedro J. Estébanez
2017-03-08
Map POSITION to gl_FragCoord.xy for 2D shaders
Pedro J. Estébanez
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
Add a bunch of missing Godot headers in own files
Rémi Verschelde
2017-03-01
Added functionality for resizable dialogs.
Ray Koopa
2017-02-28
Various fixes detected using PVS-Studio static analyzer.
Thaer Razeq
2017-02-27
Add disabled tabs
Ray Koopa
2017-02-21
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-16
Correct hash behavior for floating point numbers
Hein-Pieter van Braam
2017-02-16
a ton of bug fixes to the renderer
Juan Linietsky
2017-02-15
Many fixes to make exported scenes work better, still buggy.
Juan Linietsky
2017-02-13
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-12
Merge pull request #7352 from Zylann/polyline
Rémi Verschelde
2017-02-06
Several bugfixes, improving the import workflow
Juan Linietsky
2017-02-02
wav file importing!
Juan Linietsky
2017-02-01
Lot of work in new importer, importing textures now works.
Juan Linietsky
2017-01-25
Merge pull request #7002 from RandomShaper/vcs-friendliness
Juan Linietsky
2017-01-25
Audio bus editing is COMPLETE!
Juan Linietsky
2017-01-21
WIP new AudioServer, with buses, effects, etc.
Juan Linietsky
2017-01-20
Merge pull request #7528 from tagcup/real_t_float_fixes
Juan Linietsky
2017-01-18
Use property convention introduced in b085c4 (_ rather than / as separator).
Ferenc Arn
2017-01-16
Overloaded basic math funcs (double and float variants). Use real_t rather th...
Ferenc Arn
2017-01-16
Improve .tscn VCS
Pedro J. Estébanez
2017-01-16
Style: Fix statements ending with ';;'
Rémi Verschelde
2017-01-16
Style: No break before list brace
Rémi Verschelde
2017-01-15
Oops! Audio engine has vanished :D
Juan Linietsky
2017-01-14
no more errors related to missing GlobalConfig::Get (or so I hope)
Juan Linietsky
2017-01-15
Added Line2D node that draws a polygon-based line
Marc Gilleron
2017-01-14
Merge pull request #6519 from RandomShaper/enhance-tileset
Juan Linietsky
2017-01-14
removed duplicated functions in class hierarchy that were bound more than once
Juan Linietsky
2017-01-14
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
Finish renaming *Frame GUI classes to *Rect
Rémi Verschelde
2017-01-14
rename String.extension() -> String.get_extension() / String.basename() -> St...
Juan Linietsky
2017-01-12
Unify naming of blendshape / morphtarget into just "Blend Shape"
Juan Linietsky
2017-01-11
Type renames:
Juan Linietsky
2017-01-10
Few small fixes so tools=no and target=release compiles
BastiaanOlij
2017-01-10
Groundbreaking!! Godot resources can now be flagged to be local to the scene ...
Juan Linietsky
2017-01-09
Add clamp and wrap loop modes for animation tracks.
Juan Linietsky
2017-01-07
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-05
Merge branch 'master' of https://github.com/godotengine/godot
Juan Linietsky
2017-01-05
-Changed most project settings in the engine, so they have major and minor ca...
Juan Linietsky
2017-01-04
Merge pull request #7431 from MarianoGnu/gles3
Juan Linietsky
2017-01-04
-Conversion of most properties to a simpler syntax, easier to use by script
Juan Linietsky
2017-01-03
Begin modifying properties to make them more friendly to script and doc.
Juan Linietsky
[next]