summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAge
* Add utf-8 conversion utilities and re-add intlGUIEditBoxest312015-06-13
|
* Reposition irrlicht timestamp in makefileest312015-06-11
|
* Split ObjDef/ObjDefManager out to objdef.cppkwolekr2015-05-18
|
* Add mod securityShadowNinja2015-05-16
| | | | Due to compatibility concerns, this is temporarily disabled.
* Fix libgmp for Androidest312015-05-15
| | | | | | | | | Android terminated immediately after start since commit 181f7baa453c58d4070de7196fd74663110946a8 because library wasn't loaded, and libminetest.so required libgmp.so.10 instead of libgmp.so. The second issue has been solved by the linker flags.
* Make early protocol auth mechanism generic, and add SRPest312015-05-11
| | | | | | | Adds everything needed for SRP (and everything works too), but still deactivated, as protocol v25 init packets aren't final yet. Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25 inside networkprotocol.h.
* Add LibGMPest312015-05-11
| | | | Uses system provided libgmp if found, if not it falls back to mini-gmp.
* Tests: Add schematic unittestskwolekr2015-05-08
| | | | | Improve schematic file-saving interface Add ability to create temporary test files
* Tests: Add NodeResolver unittestskwolekr2015-05-05
| | | | | | Minor misc. NodeResolver cleanups Prefix faux content type constants for testing with t_ to avoid confusion or name collisions
* Tests: Add ObjDef unittestskwolekr2015-05-03
|
* Fix MSVC compatibilitykwolekr2015-04-29
| | | | | | Make sure to include random unittests in android builds, too Use SWAP() macro Ensure that negative ranges are tested as well in random unittests
* Tests: Modularize unit testingkwolekr2015-04-26
| | | | | | Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-01
| | | | | | | | | | | | Move debug streams to log.cpp|h Move GUI-related globals to clientlauncher Move g_settings and g_settings_path to settings.cpp|h Move g_menuclouds to clouds.cpp|h Move g_profiler to profiler.cpp|h
* Clean scaling pre-filter for formspec/HUD.Aaron Suen2015-04-01
|
* Fix Android build-related bugsCraig Robbins2015-03-29
| | | | E.g. Sound and freetype always being disabled, redefinition of pre-processor directives
* Clean up and tweak build systemShadowNinja2015-03-27
| | | | | | | | | | | | | | | | * Combine client and server man pages. * Update unit test options and available databases in man page. * Add `--worldname` to man page. * Fix a bunch of places where `"Minetest"` was used directly instead of `PROJECT_NAME`. * Disable server build by default on all operating systems. * Make `ENABLE_FREETYPE` not fail if FreeType isn't found. * Enable LevelDB, Redis, and FreeType detection by default. * Remove the `VERSION_PATCH_ORIG` hack. * Add option to search for and use system JSONCPP. * Remove broken LuaJIT version detection. * Rename `DISABLE_LUAJIT` to `ENABLE_LUAJIT`. * Rename `minetest_*` variables in `version.{h,cpp}` to `g_*`. * Clean up style of CMake files.
* Fix Android build on 32 bitest312015-03-23
| | | | | | | Remove the --system=linux-x86_64 which isn't neccessary on 64 bit, as, when given no --system parameter, the standalone-toolchain.sh script figures out the platform on itself. Naturally, the hardcoded setting broke android building on 32 bit systems.
* Remove Android makefile ugly make -j hackLoic Blot2015-03-17
|
* Bump android version codeLoic Blot2015-03-16
|
* Rename packethandler/{client,server}.cpp to {client,server}packethandler.cppLoic Blot2015-03-16
| | | | | * Requested by @Zeno- * Approved by @nerzhul
* Android Makefile update backported from stable-0.4 with minor changesLoic Blot2015-03-15
|
* Android: Backport changes from stable-0.4Loic Blot2015-03-14
|
* Android: fix package name in JAVA sourcesLoic Blot2015-03-14
|
* Fix package name in AndroidManifest.xmlLoic Blot2015-03-14
|
* AndroidManifest.xml version bumpLoic Blot2015-03-14
|
* Update Android MakefileMaksim Gamarnik2015-03-08
| | | | | | ARMv7 default build Update curl Update OpenSSL
* Replace std::list to std::vector into tile.cpp (m_texture_trash) and move ↵Loic Blot2015-03-05
| | | | tile.hpp to src/client/
* Fix android buildLoic Blot2015-02-21
|
* Bump version to 0.4.12Perttu Ahola2015-02-18
|
* Update missing files for Android.mkLoic Blot2015-02-18
|
* Android build fixLoic Blot2015-02-18
|
* main.cpp rework * Move ClientLauncher class to a dedicated file * ↵Loic Blot2015-02-12
| | | | ClientLauncher now owns print_video_modes and speed_tests functions (they are only called by him) * Move GameParams to shared/gameparams.h because it's shared between server and client and launcher need to know it * Move InputHandlers class to client/inputhandler.h * Cleanup includes
* Fix Android build since a704c04f00bfea4b77550169fa08105c2ee0dfd0Oxh. ok @zeno-Loic Blot2015-02-11
|
* Android, build: Update curl to 7.40.00sapier2015-01-15
|
* Fix Android crash on keyboard connection change.Kodexky2015-01-13
|
* Increase stepheight on android by 0.5 to smoothen movementsapier2015-01-11
|
* Fix armv7 using arm arch while arm uses armv7sapier2015-01-08
|
* Switch android build to external sqlite3sapier2015-01-07
|
* Fixes for androidsapier2015-01-06
| | | | | | | | | Copy only minetest_game to apk by default Don't copy .git and .svn folders to apk Fix bouncing asset copy scrollbar due to long filepaths Reenable font scaling to fix broken menu on high dpi screens Implement minetest loglevel to android loglevel mapping Disable touch digging while moving around
* Fix broken android version due to new openssl not linking correct to curlsapier2015-01-05
|
* Switch to official openssl version and update to 1.0.1jsapier2015-01-04
|
* Speedup initial android startup on some devices by factor 10 or moresapier2015-01-02
|
* Bump version to 0.4.11kwolekr2014-12-24
|
* Add fontengine.cpp to Android.mkKahrl2014-12-01
|
* Fixes for Android build errors. Enable sensor landscape rotation.KodexKy2014-11-25
| | | | | | | | | | | Fix typo in Android Makefile ndk path. Fix touchscreen parts of game.cpp to work after Zeno's refactor. Fix isdigit and isspace overload conflict with Android Irrlicht in string.h Enable sensor landscape rotation in Android Manifiest. Add mapgen v5 to Android build. Fix Makefile not checking leveldb. Signed-off-by: Craig Robbins <kde.psych@gmail.com>
* Implement WieldMeshSceneNode which improves wield mesh renderingKahrl2014-11-08
| | | | | | | | | | | | | - Don't create and cache an extruded mesh for every (non-node) item. Instead use a single one per image resolution. - For cubic nodes reuse a single wield mesh too - Improve lighting of the wielded item - Increase far value of wield mesh scene camera, fixes #1770 - Also includes some minor refactorings of Camera and GenericCAO.
* Split up mapgen.cppkwolekr2014-11-01
|
* Split settings into seperate source and header filesShadowNinja2014-09-21
| | | | This also cleans up settings a bit
* Makefile support for build without leveldbsapier2014-08-16
|
* Fix error handling on inconsistent client ready messagesapier2014-07-16
| | | | Fix android makefile to provide a correct dummy githash if detection fails