Age | Commit message (Expand) | Author |
2018-05-07 | Local debugger fixes and extensions | Blazej Floch |
2018-05-03 | Merge pull request #18372 from Gamblify/largePckFix | Rémi Verschelde |
2018-05-03 | Fix for large .pck files | Gustav Lund |
2018-05-01 | Merge pull request #18334 from Faless/coverity_net | Rémi Verschelde |
2018-04-28 | GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret... | Robin Hübner |
2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio |
2018-04-21 | Various coverity scan fixes for networking | Fabio Alessandrelli |
2018-04-20 | [DOCS] add HTTPRequest.request return values | Poommetee Ketson |
2018-03-20 | Add RWLockDummy for NO_THREADS builds | Leon Krause |
2018-03-15 | Merge pull request #17376 from marcelofg55/file_get_path | Hein-Pieter van Braam |
2018-03-13 | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez |
2018-03-13 | Merge pull request #16895 from Noshyaar/bmk | Rémi Verschelde |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-02-21 | Fix get_drive (bookmarks) in linux not working | Poommetee Ketson |
2018-02-18 | [X11] Improving error detection in move_to_trash | Iskustvo |
2018-02-17 | Clean up some bad words from code comments | Artem Varaksa |
2018-02-04 | fix buffer write performance on Windows and Unix | Marcin Zawiejski |
2018-01-30 | Display set_nodelay to GDScript | Marlon Henry Schweigert |
2018-01-08 | Fix use of execvp, earlier fix was short sighted and only worked | sambler |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Add support from properly exporting shared objects, needed for GDNative export | Juan Linietsky |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-04 | Fix crash in OS::execute on FreeBSD | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-15 | Remove "const" from PacketPeer get_packet/get_var | Fabio Alessandrelli |
2017-12-10 | Drop unused OS_Unix::has_data and related logic | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde |
2017-12-05 | Improve slang, especially in user-visible parts | Unknown |
2017-11-30 | Changed the dynamic library open function to allow setting the path of the li... | Juan Linietsky |
2017-11-26 | Allow customizing user:// path (folder in OS::get_data_path()) | Rémi Verschelde |
2017-11-21 | Return and repair file logging | Ruslan Mustakov |
2017-11-19 | Add initial support for the XDG Base Directory spec | Rémi Verschelde |
2017-11-17 | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde |
2017-11-09 | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde |
2017-10-29 | Disable logging until the logs location is sorted out | Rémi Verschelde |
2017-10-11 | Use execvp instead of execv to allow OS.execute() to search through PATH. | Elia Argentieri |
2017-10-03 | OS::execute can now read from stderr too when executing with a pipe | Marcelo Fernandez |
2017-09-25 | Extract logging logic | Ruslan Mustakov |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-17 | Fix x11 exported executables not getting the +x flag | Marcelo Fernandez |
2017-09-14 | Only do 'drive' discovery on X11 | Hein-Pieter van Braam |
2017-09-13 | Merge pull request #11160 from marcelofg55/drive_funcs_x11 | Rémi Verschelde |
2017-09-12 | Implemented DirAccess get_drive and get_drive_count for Linux | Marcelo Fernandez |
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde |
2017-09-10 | DirAccess constructor sets current_dir to an absolute path | supagu |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam |
2017-09-07 | Fix EOF in wav file importer | Hein-Pieter van Braam |
2017-09-06 | Further symlink fixes | supagu |
2017-09-05 | Merge pull request #10986 from hpvb/fix-unix-file-open | Rémi Verschelde |