This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e7701bb2de30c554f52dc9d3f0110b4001ae18ad
godot
/
modules
/
gridmap
History
Rémi Verschelde
967bfb0c4a
doc: Remove revision.module_config from version string
...
It is now "3.0-alpha" instead of "3.0.alpha.custom_build{,.mono}", limits unnecessary diffs.
2017-11-15 20:41:16 +01:00
..
doc_classes
doc: Remove revision.module_config from version string
2017-11-15 20:41:16 +01:00
config.py
Changed the doc class generation to individual files per class. It is also possible to save module files in module directories and the build system will
2017-09-12 17:45:41 -03:00
grid_map_editor_plugin.cpp
Removed ontop property, added a material rendering priority system.
Fixes
#9935
,
closes
#10135
2017-09-01 13:01:08 -03:00
grid_map_editor_plugin.h
-Largely rewrote gridmap to simplify it
2017-08-27 16:02:00 -03:00
grid_map.cpp
Adds world_to_map() and map_to_world() methods to GridMap.
2017-10-21 00:20:25 +02:00
grid_map.h
Adds world_to_map() and map_to_world() methods to GridMap.
2017-10-21 00:20:25 +02:00
register_types.cpp
…
register_types.h
…
SCsub
…