aboutsummaryrefslogtreecommitdiff
path: root/src/porting.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Little coding style fix on porting.hLoic Blot2015-07-101-1/+1
|
* Porting: Refactor initalizePaths()kwolekr2015-04-191-3/+7
| | | | | Add support for Solaris and HP-UX Search additional potential procfs locations for current executable
* Add Lua function get_video_modes() for main menuCraig Robbins2015-03-281-0/+1
| | | | Also updates and uses porting::getSupportedVideoModes()
* Fix FTBFS on GNU/Hurd platformMarkus Koschany2015-02-111-4/+4
| | | | | Minetest fails to build on GNU/Hurd due to a name clash with OSX/Apple, both are defining the __MACH__ keyword. This commit fixes the issue.
* Create minidump on fatal Win32 exceptionskwolekr2015-02-021-0/+4
| | | | | Remove software exception translator function, simplifying exception handler macros. FatalSystemExceptions are left unhandled.
* 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
| | | | | | | | | | | | | There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
* 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
| | | | Remove daemon support due to delayed popular vote (part 2)
* 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
| | | | | | Add support for (configurable) multiline hotbar Improved screensize handling Add userdefined gui scale by BlockMen
* 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
| | | | | Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
* 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
| | | | | | | Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
* Add varying levels of precision to TimeTakerkwolekr2013-03-291-0/+64
|
* Fix build on Windowskwolekr2013-02-251-2/+5
|
* Fix most walled-off caveskwolekr2013-02-251-1/+1
|
* Tune queue limits, some other adjustmentskwolekr2013-02-251-1/+36
|
* Add multi-Emerge thread supportkwolekr2013-02-251-0/+5
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Add flag string settings, flat map optionkwolekr2013-02-061-0/+1
|
* Fix compile under MingWkwolekr2013-01-231-5/+13
|
* Fix compile on certain Linux configurations, reduce spawn point heightkwolekr2013-01-211-0/+1
|
* Last set of minor cleanupskwolekr2013-01-211-0/+14
|
* Optimize headersPerttu Ahola2012-06-171-2/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Initial directory structure reworkPerttu Ahola2012-03-101-3/+3
|
* Move images to data/textures and fix some path stuff; hope that installation ↵Perttu Ahola2011-11-291-4/+1
| | | | still works
* fixed not finding data dir if installedConstantin Wenger2011-08-121-3/+3
|
* Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola2011-02-151-1/+10
|
* some fixes to make compiling on some bsd easierPerttu Ahola2011-02-111-2/+9
|
* new texture stuff quite workingPerttu Ahola2011-02-111-1/+1
|
* Added a more flexible path system (and fixed some minor stuff)Perttu Ahola2011-01-071-1/+31
|
* organizing stuff.Perttu Ahola2010-12-211-0/+37
|
* framework for modifying texturesPerttu Ahola2010-12-201-1/+1
|
* license stuffPerttu Ahola2010-11-291-0/+19
| | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt
* Initial filesPerttu Ahola2010-11-271-0/+15