Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Android: Update Gradle, NDK, Build Tools, and SQLite version (#10833) | Muhammad Rifqi Priyo Susanto | 2021-01-20 |
| | |||
* | Fix Android support in bump_version.sh (#10836) | rubenwardy | 2021-01-20 |
| | |||
* | Add open user data button to main menu (#10579) | rubenwardy | 2020-12-19 |
| | |||
* | Shaders for Android (GLES 2) (#10506) | Vitaliy | 2020-10-25 |
| | | | | | Shader support for OpenGL ES 2 devices (Android) Co-authored-by: sfan5 <sfan5@live.de> | ||
* | Android: update gradle, NDK and built tools version | Maksim | 2020-10-13 |
| | |||
* | Android: add ci with saving artifacts | Maksim | 2020-10-13 |
| | |||
* | Android: get deps as a zip archive and sqlite3 from official source | Maksim | 2020-10-13 |
| | |||
* | Android: replace InputDialogActivity on simple dialog window (#10034) | Maksim | 2020-09-26 |
| | |||
* | Bump version to 5.3.0 | sfan5 | 2020-07-09 |
| | |||
* | Release test build to Android beta program | rubenwardy | 2020-06-25 |
| | |||
* | Android: fix maxAspectRatio (should be float) (#10080) | Maksim | 2020-06-23 |
| | |||
* | Android: Fix asset upgrade by renaming license file (#10073) | rubenwardy | 2020-06-20 |
| | |||
* | Add .nomedia file to Android assets (#10047) | rubenwardy | 2020-06-18 |
| | |||
* | Show Toast in UI thread and fix unpacking on Android 10 (#9900) | Bektur | 2020-06-05 |
| | |||
* | Implement spawning particles with node texture appearance | sfan5 | 2020-05-23 |
| | |||
* | Add core.open_url() to main menu API (#8592) | rubenwardy | 2020-05-17 |
| | |||
* | Android: some java-part improvements (#9760) | Maksim | 2020-05-04 |
| | | | | | | | | Replace Log to Toast. Start Native only after successful unpacking. Light refactoring in CopyZipTask. Update NDK version. Co-authored-by: ubulem <berkut87@gmail.com> | ||
* | Android: add OpenGL ES 2 support (#9715) | Maksim | 2020-04-22 |
| | | | .. and bump gradle to 3.6.3 | ||
* | Android: add Android Studio support, completely redone java part (#9066) | Maksim | 2020-04-15 |
| | |||
* | Add scroll_container formspec element (redo) (#9101) | DS | 2020-04-13 |
| | | | | | | | | | 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. | ||
* | Drop content_sao.{cpp,h} | Loic Blot | 2020-04-11 |
| | | | | | | | 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 | ||
* | Move serveractiveobject & unitsao | Loic Blot | 2020-04-11 |
| | | | | | Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h} Move UnitSAO class to dedicated files | ||
* | Drop genericobject.{cpp,h} (#9629) | Loïc Blot | 2020-04-10 |
| | | | | | | | | | | * 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 | ||
* | Bump version to 5.2.0 | sfan5 | 2020-04-05 |
| | |||
* | Add animated_image[] formspec element (#9258) | Hugues Ross | 2020-02-15 |
| | |||
* | Formspec: Create a new class for inventorylists (#9287) | DS | 2020-02-01 |
| | |||
* | Android: fix cyrillic characters, update iconv lib (#9117) | Maksim | 2020-01-13 |
| | |||
* | Refactor to centralize GUIButton styling/rendering code (#9090) | Hugues Ross | 2019-12-09 |
| | |||
* | Fix android build due to omitted file in src files | Zaoqi | 2019-12-06 |
| | |||
* | Add arm64-v8a but it's not sufficient for 64bit build | Loic Blot | 2019-11-09 |
| | |||
* | Bump to version code 25 | Loic Blot | 2019-11-09 |
| | |||
* | Android: build fixes & compat fixes | MoNTE48 | 2019-11-09 |
| | |||
* | Formspec: draw order and clipping for all elements (#8740) | DS | 2019-11-07 |
| | |||
* | Bump version to 5.1.0 | sfan5 | 2019-10-12 |
| | |||
* | Move Quicktune code to util/ (#8871) | ANAND | 2019-09-29 |
| | |||
* | Fix misuse of AsyncTask (#8799) | Linjie Pan | 2019-09-19 |
| | |||
* | Update Gradle to 5.5.1 (#8771) | hannesa2 | 2019-08-12 |
| | |||
* | Unify OpenGL ES support | sfan5 | 2019-08-04 |
| | |||
* | Add styles to most elements | rubenwardy | 2019-08-03 |
| | |||
* | Add custom colorable GUIButton implementation | rubenwardy | 2019-08-03 |
| | |||
* | Add IGUIScrollbar implementation with variable bar sizes (#8507) | stujones11 | 2019-05-24 |
| | |||
* | Add Android keystore to the repository | Loic Blot | 2019-03-05 |
| | | | | Password is not included :) | ||
* | Bump android version code | Loïc Blot | 2019-03-03 |
| | |||
* | Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 ↵ | Loïc Blot | 2019-02-26 |
| | | | | | | (#8288)" This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e. | ||
* | Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288) | Paramat | 2019-02-26 |
| | | | | Reverts 5dab7426451842793b183fbd961ad2ae83c8acbd "[CSM] Add functions to create particles and particlespawners." | ||
* | Android build fixes | Loïc Blot | 2019-01-09 |
| | | | | This fixes #8079 | ||
* | Drop libgmp on Android and use mini-gmp (#8047) | Loïc Blot | 2019-01-04 |
| | |||
* | Bump android version code for next Play Store version | Loïc Blot | 2019-01-04 |
| | |||
* | Android: Fix start-up crashes on version 4.x (#8003) | stujones11 | 2018-12-22 |
| | | | | | | * Android: Load shared STL library * Android: Fix exception with window background image | ||
* | Android: Add activeobjectmgr.cpp and ieee_float.cpp, sort list | SmallJoker | 2018-12-14 |
| |