aboutsummaryrefslogtreecommitdiff
path: root/src/porting.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Slap u64 on everything time-y (#10984)Lars Müller2021-02-241-3/+3
* Add open user data button to main menu (#10579)rubenwardy2020-12-191-1/+19
* Complete Haiku platform support. (#10311)David CARLIER2020-08-231-0/+2
* Add core.open_url() to main menu API (#8592)rubenwardy2020-05-171-0/+3
* Add a MSVC / Windows compatible snprintf function (#7353)nOOb31672018-07-221-0/+2
* Modernize code: very last fixes (#6290)Loïc Blot2017-08-201-3/+3
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-5/+6
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-5/+1
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-28/+1
* Remove threads.h and replace its definitions with their C++11 equivalents (#5...ShadowNinja2017-06-111-1/+0
* Clean up getTime helpersShadowNinja2017-04-281-94/+69
* Windows: Skip cmd for release builds (#5416)adrido2017-04-071-0/+3
* Windows: Set window icon (#5486)adrido2017-03-301-1/+1
* Also support X11 icon for minetest copies installed via make install (#4407)est312016-08-201-1/+3
* Finally set a window icon on X11est312016-07-051-0/+3
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-041-2/+6
* Fix OSX building issue caused by ad884f2Pavel Puchkin2016-01-291-2/+2
* Clocksource: use a better clock if available.Auke Kok2016-01-291-21/+34
* Add seperate cache pathShadowNinja2015-12-071-0/+11
* Add LuaSecureRandomest312015-11-081-0/+1
* Use CUSTOM_LOCALEDIR if specifiedShadowNinja2015-09-061-1/+6
* Fix building on OSX, broken since "Clean up threading"Pavel Puchkin2015-09-061-10/+9
* Clean up threadingShadowNinja2015-08-231-89/+0
* Little coding style fix on porting.hLoic Blot2015-07-101-1/+1
* Porting: Refactor initalizePaths()kwolekr2015-04-191-3/+7
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-281-0/+1
* Fix FTBFS on GNU/Hurd platformMarkus Koschany2015-02-111-4/+4
* Create minidump on fatal Win32 exceptionskwolekr2015-02-021-0/+4
* Reorganize supported video driver query mechanismskwolekr2015-01-181-0/+5
* Set WM_CLASS window hint for Xorgkwolekr2014-12-151-0/+3
* Simplify loading of Android version of menuShadowNinja2014-11-201-0/+40
* Add support for Android 2.3+sapier2014-06-291-12/+16
* OS X compatibility fixesMartin Doege2014-06-291-3/+23
* Add support for exiting formspecs by doubleclicking outsidesapier2014-06-121-0/+15
* Revert "Add daemon support for linux like operating systems"sapier2014-06-011-5/+0
* Add daemon support for linux like operating systemssapier2014-05-311-0/+5
* Fix setThreadName support for BSDShadowNinja2014-05-261-1/+8
* Add support for dpi based HUD scalingsapier2014-04-271-1/+12
* Fix argument type of the RaiseException() functionFessWolf2014-04-231-1/+1
* Add support for threadnames on BSD, Windows (MSVC-only), and OSXShadowNinja2014-04-191-15/+41
* Fix problem with newer MinGW runtimesSfan52014-04-141-3/+8
* Fix broken win32+bsd buildsapier2014-04-111-3/+3
* Add support for named threads (atm linux only)sapier2014-04-091-0/+20
* Define strlcpy on platforms that do not have itkwolekr2014-02-091-5/+18
* Add capability to read table flag fields from Lua APIkwolekr2014-02-091-0/+5
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-0/+1
* Include system info in the HTTP user agent on WindowsSfan52014-01-231-0/+6
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+1
* Add support for IPv6proller2013-06-231-1/+4
* Add varying levels of precision to TimeTakerkwolekr2013-03-291-0/+64