| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-02-19 | Fix allocation bug if compiled with modern clang or gcc | est31 | |
| * 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. | |||
| 2016-01-31 | thread renaming | Ariel Manzur | |
| 2016-01-31 | total pointers | Ariel Manzur | |
| 2016-01-13 | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | |
| 2016-01-11 | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | |
| Remove unnecessary null pointer checks | |||
| 2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also ↵ | Juan Linietsky | |
| unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143 | |||
| 2016-01-10 | -Added a new mode, WRITE_READ to File, to recover compatibility with old ↵ | Juan Linietsky | |
| projects but also achieve desired functionality. Closes #3272 | |||
| 2016-01-09 | Fix pthread renaming in Open/FreeBSD | eska | |
| 2016-01-04 | Remove unnecessary null pointer checks | Emmanuel Leblond | |
| 2016-01-03 | having active items is pointless in input map | Juan Linietsky | |
| 2016-01-02 | Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes ↵ | Juan Linietsky | |
| #2278 | |||
| 2016-01-01 | Update copyright to 2016 in headers | George Marques | |
| 2015-12-22 | threads | Ariel Manzur | |
| 2015-12-18 | thread rename for ios and osx (if called from the thread to be renamed) | Ariel Manzur | |
| 2015-12-17 | thread set name | Ariel Manzur | |
| 2015-12-13 | added binary API to StreamPeer, fixes #2863 | Juan Linietsky | |
| 2015-12-09 | Fix windows build | est31 | |
| 2015-11-30 | Make the setting unix-only. | est31 | |
| For this, put the detection into the OS class and its subclass. | |||
| 2015-11-19 | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | |
| UDP fixes | |||
| 2015-11-19 | Fixed mistake where available buffer size would not be updated for each ↵ | Trond Abusdal | |
| recvfrom-call in PacketPeerUDPWinsockPposix. | |||
| 2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
| Cosmetic fixes to SCons buildsystem | |||
| 2015-11-10 | Fix error messages forcing a white font for subsequent messages | Rémi Verschelde | |
| 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. | |||
| 2015-11-10 | Display error type (error, warning, script error) in OS::print_error | Rémi Verschelde | |
| 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. | |||
| 2015-11-09 | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET ↵ | Trond Abusdal | |
| will no longer close the socket. * Ensured that unsigned<->signed conversion would not cause wrong buffer size values sent to recvfrom. | |||
| 2015-11-09 | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using ↵ | Trond Abusdal | |
| rb.data_left instead of rb.space_left. | |||
| 2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | |
| - Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | |||
| 2015-10-17 | Merge pull request #2365 from Mavhod/patch-1 | Juan Linietsky | |
| get_date on Linux | |||
| 2015-10-13 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
| 2015-09-12 | HTML5 exporter seems to be fully functional | Juan Linietsky | |
| -user:// filesystem implemented -default template page could look prettier, help appreciated | |||
| 2015-09-10 | Removing locatime so this function compiles again. | Juan Linietsky | |
| I don't think it has any practical use anyway. | |||
| 2015-09-09 | fixed localtime thing for ios, not tested anywhere else | Ariel Manzur | |
| 2015-08-13 | add () | Mavhod | |
| Sorry, firt time I put it but had no compiled for check. | |||
| 2015-08-13 | get_date on Linux | Mavhod | |
| tm_mon is 0-11 | |||
| 2015-08-09 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
| 2015-08-06 | tested and fixed unix os_system_time_msec() | xodene | |
| 2015-08-06 | Add OS.get_system_time_msec | Maximillian | |
| 2015-06-30 | -some changes by okam | Juan Linietsky | |
| 2015-06-18 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
| 2015-06-10 | Haiku: remove an #ifdef as the platform now supports MSG_NOSIGNAL | Kostadin Damyanov | |
| 2015-06-06 | Add OS.get_time_zone_info function | est31 | |
| The returned dictionary maps "name" to the name of the current time zone, and "bias" to a bias from UTC in minutes. | |||
| 2015-06-06 | Add utc param to get_time and get_date methods | est31 | |
| If utc == false, we return the local time, like before. Otherwise, we return UTC time. utc defaults to false to not break behaviour. | |||
| 2015-05-25 | Haiku: some small fixes | Kostadin Damyanov | |
| 2015-05-25 | Haiku: link with the haiku libs, stub the OS_Haiku class. | Kostadin Damyanov | |
| 2015-05-25 | Haiku: fix building with UNIX_ENABLED. | Kostadin Damyanov | |
| 2015-05-01 | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky | |
| 2015-04-18 | -fix local and global usage for DirAccess, fixes #791 | Juan Linietsky | |
| please test anyway.. | |||
| 2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
| 2015-03-22 | Merge pull request #1438 from Spooner/fix_isometric_demo | Juan Linietsky | |
| Fix isometric demo | |||
| 2015-03-21 | New option to show/hide hidden files | rollenrolm | |
| 2015-02-16 | Corrected behaviour of File.READ_WRITE mode (fixes #378) | Bil Bas (Spooner) | |