aboutsummaryrefslogtreecommitdiff
path: root/platform/nacl/os_nacl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Drop NACL platformRémi Verschelde2016-04-251-566/+0
| | | | | | It's no longer maintained and Chrome-specific, so it's not a viable solution to deploy Godot games in browsers. The current prefered alternative is asm.js (platform/javascript), and we're looking forward to WebAssembly.
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-1/+5
| | | | | | | | | | - 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 checksEmmanuel Leblond2016-01-041-2/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Add OS.get_time_zone_info functionest312015-06-061-0/+26
| | | | | | The returned dictionary maps "name" to the name of the current time zone, and "bias" to a bias from UTC in minutes.
* Add utc param to get_time and get_date methodsest312015-06-061-4/+12
| | | | | | If utc == false, we return the local time, like before. Otherwise, we return UTC time. utc defaults to false to not break behaviour.
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* 2D Rewrite Step [1]Juan Linietsky2015-01-101-1/+1
| | | | | | | | -=-=-=-=-=-=-=-=-=- -Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future). -Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order) -Removed OpenGL ES 1.x support. Good riddance!
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+529