| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The forth in my quest to make Godot 3.x compile with -Werror on GCC7
|
| |
|
|
|
|
| |
project.godot. Closes #9459
|
|
|
|
|
| |
-Changed the way objects are marshalled and sent to the debugger
-Editing debugged objects happens in the remote inspector now
|
|
|
|
| |
Fixes #10244.
|
| |
|
| |
|
| |
|
|
|
|
| |
Thus fixing some invalid changes that had still made it to the master branch.
|
| |
|
|
|
|
| |
-Added system for feature overrides, it's pretty cool :)
|
|
|
|
|
| |
(Lot's of bloat accumulated, so it was time for clean up.)
-Made EditorSettings and ProjectSettings search more useful (search in sections too)
|
| |
|
| |
|
|
|
|
| |
From https://github.com/lucasdemarchi/codespell
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I can show you the code
Pretty, with proper whitespace
Tell me, coder, now when did
You last write readable code?
I can open your eyes
Make you see your bad indent
Force you to respect the style
The core devs agreed upon
A whole new world
A new fantastic code format
A de facto standard
With some sugar
Enforced with clang-format
A whole new world
A dazzling style we all dreamed of
And when we read it through
It's crystal clear
That now we're in a whole new world of code
|
|
|
|
|
|
| |
modified files)
-.pck and .zip exporting redone, seems to be working..
|
|
|
|
|
|
|
|
|
| |
Made sure files in core/ and tools/ have a proper Godot license header
when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h}
to rect3.{cpp,h} and class_db.{cpp,h} respectively.
Also added a proper header to core/io/base64.{c,h} after clarifying
the licensing with the original author (public domain).
|
|
|
|
| |
added a check to detect this case in the future
|
| |
|
|
|
|
|
|
|
|
| |
categories.
-Changed SectionedPropertyEditor to support this
-Renamed Globals singleton to GlobalConfig, makes more sense.
-Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
|
|
|
|
|
|
|
|
| |
Variant.
All usages of "type" to refer to classes were renamed to "class"
ClassDB has been exposed to GDScript.
OBJ_TYPE() macro is now GDCLASS()
|
|
|
|
|
|
|
|
| |
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!
|
|\
| |
| | |
Improve debug focus behavior
|
| |
| |
| |
| |
| | |
Fix focusing debugged game on Windows
Add re-focusing editor on continue
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
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
|
|
|