Translated using Weblate (Italian)
[oweals/minetest.git] / src / porting.h
2020-05-17 rubenwardyAdd core.open_url() to main menu API (#8592)
2018-07-22 nOOb3167Add a MSVC / Windows compatible snprintf function ...
2017-08-20 Loïc BlotModernize code: very last fixes (#6290)
2017-08-19 Loïc BlotCode modernization: src/p*, src/q*, src/r*, src/s*...
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-26 Loïc BlotIsolate irrlicht references and use a singleton (#6041)
2017-06-11 ShadowNinjaRemove threads.h and replace its definitions with their...
2017-04-28 ShadowNinjaClean up getTime helpers
2017-04-07 adridoWindows: Skip cmd for release builds (#5416)
2017-03-30 adridoWindows: Set window icon (#5486)
2016-08-20 est31Also support X11 icon for minetest copies installed...
2016-07-05 est31Finally set a window icon on X11 4273/head
2016-07-04 Rogier-5Fix & make linux conditionals uniform (#4278)
2016-01-29 Pavel PuchkinFix OSX building issue caused by ad884f2
2016-01-29 Auke KokClocksource: use a better clock if available.
2015-12-07 ShadowNinjaAdd seperate cache path 3111/head
2015-11-08 est31Add LuaSecureRandom
2015-09-06 ShadowNinjaUse CUSTOM_LOCALEDIR if specified
2015-09-06 Pavel PuchkinFix building on OSX, broken since "Clean up threading"
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-07-10 Loic BlotLittle coding style fix on porting.h
2015-04-19 kwolekrPorting: Refactor initalizePaths()
2015-03-28 Craig RobbinsAdd Lua function get_video_modes() for main menu
2015-02-11 Markus KoschanyFix FTBFS on GNU/Hurd platform
2015-02-02 kwolekrCreate minidump on fatal Win32 exceptions
2015-01-18 kwolekrReorganize supported video driver query mechanisms
2014-12-15 kwolekrSet WM_CLASS window hint for Xorg
2014-11-20 ShadowNinjaSimplify loading of Android version of menu
2014-06-29 sapierAdd support for Android 2.3+ 1408/head
2014-06-29 Martin DoegeOS X compatibility fixes
2014-06-12 sapierAdd support for exiting formspecs by doubleclicking...
2014-06-01 sapierRevert "Add daemon support for linux like operating...
2014-05-31 sapierAdd daemon support for linux like operating systems 1302/head
2014-05-26 ShadowNinjaFix setThreadName support for BSD
2014-04-27 sapierAdd support for dpi based HUD scaling 1198/head
2014-04-23 FessWolfFix argument type of the RaiseException() function
2014-04-19 ShadowNinjaAdd support for threadnames on BSD, Windows (MSVC-only... 1222/head
2014-04-14 Sfan5Fix problem with newer MinGW runtimes
2014-04-11 sapierFix broken win32+bsd build
2014-04-09 sapierAdd support for named threads (atm linux only) 1199/head
2014-02-09 kwolekrDefine strlcpy on platforms that do not have it
2014-02-09 kwolekrAdd capability to read table flag fields from Lua API
2014-02-08 kwolekrMake flag strings clear specified flag with 'no' prefix
2014-01-23 Sfan5Include system info in the HTTP user agent on Windows
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-06-23 prollerAdd support for IPv6
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-29 kwolekrAdd varying levels of precision to TimeTaker
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-26 kwolekrFix build on Windows
2013-02-26 kwolekrFix most walled-off caves
2013-02-26 kwolekrTune queue limits, some other adjustments
2013-02-26 kwolekrAdd multi-Emerge thread support
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-02-16 kwolekrMerge pull request #465 from doserj/mod_selection_empty...
2013-02-08 WeblateMerge remote branch 'origin/master'
2013-02-06 kwolekrAdd flag string settings, flat map option
2013-02-02 WeblateMerge remote branch 'origin/master'
2013-01-29 kwolekrMerge pull request #442 from kwolekr/mingw_compile_fix
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-23 kwolekrFix compile under MingW
2013-01-21 kwolekrFix compile on certain Linux configurations, reduce...
2013-01-21 kwolekrLast set of minor cleanups
2012-06-17 Perttu AholaOptimize headers
2012-06-05 Perttu AholaSwitch the license to be LGPLv2/later, with small parts...
2012-03-10 Perttu AholaInitial directory structure rework
2011-11-29 Perttu AholaMove images to data/textures and fix some path stuff...
2011-08-13 Perttu AholaMerge remote-tracking branch 'speedprog/fixedNotFinding...
2011-08-12 Constantin Wengerfixed not finding data dir if installed
2011-02-15 Perttu AholaCtrl+C handling on POSIX, some commands for server...
2011-02-11 Perttu Aholasome fixes to make compiling on some bsd easier
2011-02-11 Perttu Aholanew texture stuff quite working
2011-01-07 Perttu AholaAdded a more flexible path system (and fixed some minor...
2010-12-21 Perttu Aholaorganizing stuff.
2010-12-20 Perttu Aholaframework for modifying textures
2010-11-29 Perttu Aholalicense stuff
2010-11-26 Perttu AholaInitial files