| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 1 | -4/+0 |
| | | | | | Part of #5031 | ||||
| * | Removed no longer needed check | Juan Linietsky | 2016-07-02 | 1 | -2/+2 |
| | | |||||
| * | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | 2016-06-30 | 1 | -14/+17 |
| | | |||||
| * | Added function to notify ScriptLanguage when a thread is created/freed, ↵ | Juan Linietsky | 2016-06-25 | 1 | -0/+7 |
| | | | | | allows scripts to allocate a stack there via TLS | ||||
| * | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 2 | -9/+1 |
| | | |||||
| * | -made get_space_left() return values more homogenous, also for script, ↵ | Juan Linietsky | 2016-06-18 | 1 | -1/+1 |
| | | | | | converted to mb, closes #4617 | ||||
| * | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 2016-06-18 | 2 | -10/+20 |
| | | |||||
| * | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 2 | -0/+56 |
| | | | | Also removes a couple wrong Godot headers from third-party source files. | ||||
| * | -Add visible IO errors when closing a file fails due to it being locked ↵ | Juan Linietsky | 2016-06-13 | 1 | -0/+5 |
| | | | | | (most likely on windows), closes #4760 | ||||
| * | change invalid characters when get user data dir on Windows & Unix | volzhs | 2016-06-03 | 1 | -1/+1 |
| | | | | | | | | 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. | ||||
| * | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm ↵ | Aren Villanueva | 2016-04-20 | 1 | -0/+21 |
| | | | | | doesn't succeed. Silences the warning for javascript as the function currently appears superfluous. | ||||
| * | Add function to convert Date time from a dictionary to Epoch | Kyle Luce | 2016-03-16 | 1 | -0/+1 |
| | | | | | | | | | - 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 | ||||
| * | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | 2016-03-13 | 1 | -0/+3 |
| | | | | | | | | | | | - 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 | ||||
| * | Added relative paths for DirAccess::remove() | Zher Huei Lee | 2016-03-01 | 1 | -2/+5 |
| | | | | | Follows similar behaviour to DirAccess::rename() | ||||
| * | Fix allocation bug if compiled with modern clang or gcc | est31 | 2016-02-19 | 1 | -5/+22 |
| | | | | | | | | | * Add overflow checked intrinsic abstractions that check on overflow. * Use them for memory allocation code. * Use size_t type for memory allocation code to support full platform dependent width. Fixes #3756. | ||||
| * | thread renaming | Ariel Manzur | 2016-01-31 | 2 | -14/+8 |
| | | |||||
| * | total pointers | Ariel Manzur | 2016-01-31 | 1 | -1/+1 |
| | | |||||
| * | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | 2016-01-13 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | 2016-01-11 | 1 | -2/+1 |
| |\ | | | | | Remove unnecessary null pointer checks | ||||
| | * | Remove unnecessary null pointer checks | Emmanuel Leblond | 2016-01-04 | 1 | -2/+1 |
| | | | |||||
| * | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also ↵ | Juan Linietsky | 2016-01-10 | 2 | -4/+3 |
| | | | | | | | | | | | | | unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143 | ||||
| * | | -Added a new mode, WRITE_READ to File, to recover compatibility with old ↵ | Juan Linietsky | 2016-01-10 | 1 | -0/+2 |
| | | | | | | | | | projects but also achieve desired functionality. Closes #3272 | ||||
| * | | Fix pthread renaming in Open/FreeBSD | eska | 2016-01-09 | 1 | -1/+10 |
| |/ | |||||
| * | having active items is pointless in input map | Juan Linietsky | 2016-01-03 | 1 | -1/+1 |
| | | |||||
| * | Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes ↵ | Juan Linietsky | 2016-01-02 | 1 | -1/+1 |
| | | | | | #2278 | ||||
| * | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 20 | -20/+20 |
| | | |||||
| * | threads | Ariel Manzur | 2015-12-22 | 1 | -0/+7 |
| | | |||||
| * | thread rename for ios and osx (if called from the thread to be renamed) | Ariel Manzur | 2015-12-18 | 1 | -1/+17 |
| | | |||||
| * | thread set name | Ariel Manzur | 2015-12-17 | 2 | -0/+9 |
| | | |||||
| * | added binary API to StreamPeer, fixes #2863 | Juan Linietsky | 2015-12-13 | 2 | -0/+11 |
| | | |||||
| * | Fix windows build | est31 | 2015-12-09 | 1 | -5/+7 |
| | | |||||
| * | Make the setting unix-only. | est31 | 2015-11-30 | 3 | -0/+19 |
| | | | | | For this, put the detection into the OS class and its subclass. | ||||
| * | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | 2015-11-19 | 1 | -1/+3 |
| |\ | | | | | UDP fixes | ||||
| | * | Fixed mistake where available buffer size would not be updated for each ↵ | Trond Abusdal | 2015-11-19 | 1 | -3/+1 |
| | | | | | | | | | recvfrom-call in PacketPeerUDPWinsockPposix. | ||||
| | * | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET ↵ | Trond Abusdal | 2015-11-09 | 1 | -1/+5 |
| | | | | | | | | | | | | | will no longer close the socket. * Ensured that unsigned<->signed conversion would not cause wrong buffer size values sent to recvfrom. | ||||
| | * | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using ↵ | Trond Abusdal | 2015-11-09 | 1 | -1/+1 |
| | | | | | | | | | rb.data_left instead of rb.space_left. | ||||
| * | | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
| |\ \ | | | | | | | Cosmetic fixes to SCons buildsystem | ||||
| | * | | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | 2015-11-01 | 1 | -2/+0 |
| | |/ | | | | | | | | | | | - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | ||||
| * | | Fix error messages forcing a white font for subsequent messages | Rémi Verschelde | 2015-11-10 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Display error type (error, warning, script error) in OS::print_error | Rémi Verschelde | 2015-11-10 | 1 | -8/+18 |
| |/ | | | | | | 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. | ||||
| * | Merge pull request #2365 from Mavhod/patch-1 | Juan Linietsky | 2015-10-17 | 1 | -1/+1 |
| |\ | | | | | get_date on Linux | ||||
| | * | add () | Mavhod | 2015-08-13 | 1 | -1/+1 |
| | | | | | | | Sorry, firt time I put it but had no compiled for check. | ||||
| | * | get_date on Linux | Mavhod | 2015-08-13 | 1 | -1/+1 |
| | | | | | | | tm_mon is 0-11 | ||||
| * | | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | 2015-10-13 | 3 | -4/+16 |
| |\ \ | |||||
| | * | | HTML5 exporter seems to be fully functional | Juan Linietsky | 2015-09-12 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | -user:// filesystem implemented -default template page could look prettier, help appreciated | ||||
| | * | | Removing locatime so this function compiles again. | Juan Linietsky | 2015-09-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | I don't think it has any practical use anyway. | ||||
| | * | | fixed localtime thing for ios, not tested anywhere else | Ariel Manzur | 2015-09-09 | 1 | -1/+2 |
| | |/ | |||||
| * | | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | 2015-08-09 | 2 | -0/+15 |
| |\| | |||||
| | * | tested and fixed unix os_system_time_msec() | xodene | 2015-08-06 | 1 | -2/+3 |
| | | | |||||
| | * | Add OS.get_system_time_msec | Maximillian | 2015-08-06 | 2 | -0/+8 |
| | | | |||||
