| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
| |
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6e3e905b94b8764e99491e608122261.
|
| |
|
|
|
|
|
|
|
|
| |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
(cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
|
| |
|
|
|
|
|
| |
Fix focusing debugged game on Windows
Add re-focusing editor on continue
(cherry picked from commit 66dac878ac9fc278044281b7f67fbed668e4523d)
|
| |
|
|
| |
(cherry picked from commit 0108e7c33acd0b053503bc7deee2cd58637d71ec)
|
| | |
|
| | |
|
| |
|
|
|
| |
It is now possible to profile GDScript as well as some parts of Godot
internals.
|
| | |
|
| | |
|
| |
|
|
| |
-Small fix to xml saver (swapping > and <)
|
| |
|
|
| |
-It is now really easy to deploy an android build with debug, and debug it
|
| |
|
|
|
| |
-setting/clearing breakpoints during run-time now works
-multi-line strings resulted in wrong line numbers in bytecode, fixed
|
| |
|
|
|
| |
shows the list of errors that happened during running the game, traces
can be analyzed
|
| |
|
|
| |
removing node in live debugging fixed
|
| |
|
|
|
|
|
|
|
|
| |
1) press the heart while the game is running
2) select a scene to live edit from the opened scenes
3) edit/add/remove nodes or resources, change their properties, etc.
4) watch changes reflected in running game, in all places this scene is
edited
5) It's not perfect obviously, but the aim of it is to try to reflect
your changes as best as possible in the running game.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
-fixed TouchScreenButton with stretch2d
-fixed(?) OSX crash on startup (test!!)
-compilation fixes on windows
-CollisionPolygon editor works again
-find buttons en find dialog
-TileMap editor cleanup (removed "error", made nicer)
-viewport flicker fixed
-make .scn default extension for saving scenes
-export the rest of the network classes to gdscript
|
| |
|