aboutsummaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2021-06-21Move build/android directory to root of project (#11283)NeroBurner
2021-06-04Android: Do not submit text after pressing Enter key for multi-line text ↵Muhammad Rifqi Priyo Susanto
(#11298) Regular EditText is used for multi-line text to not close the dialog after pressing back button. New button is added for submitting multi-line text.
2021-04-09Update Android build configsfan5
2021-02-24Use "Aux1" key name consistently everywhereWuzzy
2021-02-23Continue with 5.5.0-devsfan5
2021-02-23Bump version to 5.4.0sfan5
2021-01-20Android: Update Gradle, NDK, Build Tools, and SQLite version (#10833)Muhammad Rifqi Priyo Susanto
2021-01-20Fix Android support in bump_version.sh (#10836)rubenwardy
2020-12-19Add open user data button to main menu (#10579)rubenwardy
2020-10-25Shaders for Android (GLES 2) (#10506)Vitaliy
Shader support for OpenGL ES 2 devices (Android) Co-authored-by: sfan5 <sfan5@live.de>
2020-10-13Android: update gradle, NDK and built tools versionMaksim
2020-10-13Android: add ci with saving artifactsMaksim
2020-10-13Android: get deps as a zip archive and sqlite3 from official sourceMaksim
2020-09-26Android: replace InputDialogActivity on simple dialog window (#10034)Maksim
2020-07-09Bump version to 5.3.05.3.0sfan5
2020-06-25Release test build to Android beta programrubenwardy
2020-06-23Android: fix maxAspectRatio (should be float) (#10080)Maksim
2020-06-20Android: Fix asset upgrade by renaming license file (#10073)rubenwardy
2020-06-18Add .nomedia file to Android assets (#10047)rubenwardy
2020-06-05Show Toast in UI thread and fix unpacking on Android 10 (#9900)Bektur
2020-05-23Implement spawning particles with node texture appearancesfan5
2020-05-17Add core.open_url() to main menu API (#8592)rubenwardy
2020-05-04Android: some java-part improvements (#9760)Maksim
Replace Log to Toast. Start Native only after successful unpacking. Light refactoring in CopyZipTask. Update NDK version. Co-authored-by: ubulem <berkut87@gmail.com>
2020-04-22Android: add OpenGL ES 2 support (#9715)Maksim
.. and bump gradle to 3.6.3
2020-04-15Android: add Android Studio support, completely redone java part (#9066)Maksim
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
New formspec elements: - `scroll_container[<X>,<Y>;<W>,<H>;<scrollbar name>;<orientation>;<scroll factor>]` - `scroll_container_end[]` Other elements can be embedded in this element. Scrollbar must be placed manually.
2020-04-11Drop content_sao.{cpp,h}Loic Blot
Move LuaEntitySAO to a new dedicated file Drop TestSAO (useless object) Drop the old static startup initialized SAO factory, which was pretty useless. This factory was using a std::map for 2 elements, now just use a simple condition owned by ServerEnvironment, which will be lightweight, that will also drop a one time useful test on each LuaEntitySAO creation. This should reduce server load on massive SAO creation
2020-04-11Move serveractiveobject & unitsaoLoic Blot
Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h} Move UnitSAO class to dedicated files
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
* Drop genericobject.{cpp,h} This file is not for generic object but for ActiveObject message passing. Put ownership of the various commands to the right objects and cleanup the related code. * Protect ServerActiveObject::m_messages_out * typo fix
2020-04-05Bump version to 5.2.05.2.0sfan5
2020-02-15Add animated_image[] formspec element (#9258)Hugues Ross
2020-02-01Formspec: Create a new class for inventorylists (#9287)DS
2020-01-13Android: fix cyrillic characters, update iconv lib (#9117)Maksim
2019-12-09Refactor to centralize GUIButton styling/rendering code (#9090)Hugues Ross
2019-12-06Fix android build due to omitted file in src filesZaoqi
2019-11-09Add arm64-v8a but it's not sufficient for 64bit buildLoic Blot
2019-11-09Bump to version code 25Loic Blot
2019-11-09Android: build fixes & compat fixesMoNTE48
2019-11-07Formspec: draw order and clipping for all elements (#8740)DS
2019-10-12Bump version to 5.1.05.1.0sfan5
2019-09-29Move Quicktune code to util/ (#8871)ANAND
2019-09-19Fix misuse of AsyncTask (#8799)Linjie Pan
2019-08-12Update Gradle to 5.5.1 (#8771)hannesa2
2019-08-04Unify OpenGL ES supportsfan5
2019-08-03Add styles to most elementsrubenwardy
2019-08-03Add custom colorable GUIButton implementationrubenwardy
2019-05-24Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones11
2019-03-05Add Android keystore to the repositoryLoic Blot
Password is not included :)
2019-03-03Bump android version codeLoïc Blot
2019-02-26Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 ↵Loïc Blot
(#8288)" This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.