summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-29Editor: Respect -w command line flag.Andreas Haas
2017-12-20Fix editor crash on "save and exit" bugChong-U Lim
2017-12-20Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam
2017-12-20Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam
2017-12-19Added font oversampling supportJuan Linietsky
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-12-16fixed reference to splash fileJuan Linietsky
2017-12-16Added custom editor splash (including sponsor logo).Juan Linietsky
2017-12-14Updated input_default.cpp again (new maps take priority)Andrew Silver
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky
2017-12-10Updated controller mappings for windows/mac/linuxAndrew Silver
2017-12-09Added splash screen with sponsorsDaniel J. Ramirez
2017-12-09Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-28use the same cache for all branches for appveyorRhody Lugo
2017-11-26Disable logger by default.Juan Linietsky
2017-11-22Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky
2017-11-21Merge pull request #11895 from m4nu3lf/rendering/separate_threadJuan Linietsky
2017-11-21Merge pull request #13133 from endragor/resurrect-file-loggingRémi Verschelde
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-21Native pan and zoom for macOSBernhard Liebl
2017-11-20Merge pull request #12387 from santouits/x1111Rémi Verschelde
2017-11-20Pass engine name and version parts as proper stringsRémi Verschelde
2017-11-19Revert "change low cpu delay to 1 usec, should make editor smoother and not r...Rémi Verschelde
2017-11-19Merge pull request #12961 from eska014/platform-docRémi Verschelde
2017-11-18Restore rendering on a separate threadm4nu3lf
2017-11-18Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause
2017-11-17change low cpu delay to 1 usec, should make editor smoother and not really useJuan Linietsky
2017-11-16GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde
2017-11-14Move singleton management from ProjectSettings to EngineLeon Krause
2017-11-09Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky
2017-11-09fixes to initialization orderJuan Linietsky
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-03Merge pull request #12262 from AndreaCatania/pplugJuan Linietsky
2017-11-04Implemented physics plugAndreaCatania
2017-10-26Fix x11 boot logo position in fullscreen and in maximizedsantouits
2017-10-23Improved monitors units and colors.Daniel J. Ramirez
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-21Refactor Fixed to PhysicsPoommetee Ketson
2017-10-20Fix window display shrink can't set to float numbersgeequlim
2017-10-14Merge pull request #12080 from djrm/pr_new_splashRémi Verschelde
2017-10-14Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij
2017-10-13New splash screen.Daniel J. Ramirez
2017-10-11Merge pull request #11539 from BastiaanOlij/remove_directory_scanRémi Verschelde
2017-10-11Merge pull request #11954 from neikeq/dIgnacio Etcheverry