| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | Part of #5031 | 
|  | Can't create user data folder when project name has ``\ / : * ? " < > |`` characters on OS_Windows & OS_Unix.
So, change it to ``-`` to be able to make folder.
fixes #4928 and it's altanative to #4986. | 
|  | doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | 
|  | - Also changed get_time_from_unix_time to get_date_time_from_unix_time to be
  consistent.
Ticket:
https://github.com/godotengine/godot/issues/4038 | 
|  | - Also updated the docs to reflect this.
- Added some vim temp files to gitignore
- Changed NaCL to be consistent with the other OS_Unix::get_date implementation
   (added 1 to month to map to 1-12)
Ticket:
https://github.com/godotengine/godot/issues/4025 | 
|  |  | 
|  | Remove unnecessary null pointer checks | 
|  | unusable from GDscript due to precision.
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143 | 
|  |  | 
|  |  | 
|  | For this, put the detection into the OS class and its subclass. | 
|  | This is achieved using the "no specific formatting" \E[0m tag.
Fixes #2566.
Also remove the hardcoded black background colour and use default bolded terminal font for error message.
Error logs should now look good both on terminals with a dark and light background colour. | 
|  | Previously all types of errors would be shown as ERROR, thus making for example warnings (WARN_PRINT) somewhat aggressive.
ERROR is displayed in red, WARNING in yellow and SCRIPT ERROR in magenta (though the latter does not seem used so far).
Fixes #1127. | 
|  | get_date on Linux | 
|  | I don't think it has any practical use anyway. | 
|  |  | 
|  | Sorry, firt time I put it but had no compiled for check. | 
|  | tm_mon is 0-11 | 
|  |  | 
|  |  | 
|  |  | 
|  | The returned dictionary maps "name" to the
name of the current time zone, and "bias" to
a bias from UTC in minutes. | 
|  | If utc == false, we return the local time, like before.
Otherwise, we return UTC time.
utc defaults to false to not break behaviour. | 
|  |  | 
|  | Add some needed includes
Provide freebsd variation of get_executable_path
Provide variation of execv so that either full path
or appname to be found within $PATH can be used | 
|  | -=-=-=-=-=-=-=-=-=-
-Massive improvement to code completion
-Argument hinting for functions
If you manage to out-smart the code-completion in a situation where completion
should be possible to guess, let me know.
 Please enter the commit message for your changes. Lines starting | 
|  | -=-=-=-=-=-=-=-=-=-=-
-Animation Import filter support
-Animation Clip import support
-Animation Optimizer Fixes, Improvements and Visibile Options
-Extremely Experimental UDP support. | 
|  | - #672 (default user:// in $HOME/.godot/app_userdata (linux/osx) and $APPDATA/Godot/app_userdata (Windows)
- #676 (draw both tiles and octants in order from top to bottom, left to right )
- #686 (unicode escape sequences work now)
- #702 (was not a bug, but a test was added to see if bodies went too far away) | 
|  | -Detect when free() might crash the project and throw error
-fixed 2D Bounce in physics (3d still broken)
-renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible.
-large amount of fixes | 
|  | -made GUI Theme editor usable
-editor does not allow to export or create .pck in the same path as a project
-changed .pck format (lacked support for versioning so couldn't change it), previous was causing crashes and is now incompatible, just re-export.
-will not look for .pck files recursively, was causing unexpected behaviors
-fixed execution of Godot in paths with non unicode characters in Windows, OSX and Linux. | 
|  |  |