Commit Graph

5048 Commits

Author SHA1 Message Date
MoNTE48 de5f3a152d Attempt to fix getItem inventory crash (by @stujones11) 2019-05-26 23:53:40 +02:00
MoNTE48 39b2cee907 Fix textures and other minor fixes 2019-05-26 23:51:28 +02:00
stujones11 9f129cd450 Pause menu time-out 2019-05-25 11:33:10 +02:00
MoNTE48 2974e4fde2 Update fonts and default settings 2019-05-24 21:06:10 +02:00
MoNTE48 d7f6c989e2 Add optimization flags (-36% in Server Build and -Ofast) 2019-05-24 16:06:43 +02:00
stujones11 51b9110533 Expose PLATFORM global 2019-05-23 23:47:36 +02:00
MoNTE48 4957add21f iOS: scaling improvements 2019-05-22 21:31:37 +02:00
stujones11 b40cd3c590 Fixes 2019-05-17 20:48:46 +01:00
stujones11 1b27d85339 Fix server favourites? 2019-05-16 22:17:04 +01:00
stujones11 540faa2f98 Fix minimap radar mode flickering 2019-05-16 21:41:55 +01:00
stujones11 13dbe65356 Add server id icons 2019-05-16 00:33:12 +02:00
stujones11 b694f2da07 GUI formspec scaling 2019-05-14 21:49:22 +01:00
stujones11 272314875d Dual serverlist 2019-05-13 21:28:30 +01:00
MoNTE48 6dcc8a9f80 Fix fly on mobile platform, update iOS 2019-05-11 18:36:29 +02:00
stujones11 416bfee23d Inventory fixes and Armor updates 2019-05-10 00:11:29 +02:00
MoNTE48 051e7d1c58 WIP 2019-05-04 22:47:33 +02:00
MoNTE48 a13e033c89 Back sqlite3 for WIN, fix Sky 2019-05-03 21:32:29 +02:00
MoNTE48 046502b61e iOS: v. 1.1.26 2019-05-03 21:32:29 +02:00
Maksim Gamarnik e183a46be7 merge diff branch 2019-05-03 21:32:29 +02:00
MoNTE48 351257bd8a Fix merging, Android: newest irrlicht 2019-05-03 21:32:07 +02:00
MoNTE48 695e833477 Merge remote-tracking branch 'upstream/stable-0.4' into sync 2019-04-01 20:18:54 +02:00
Loïc Blot 426b5d3149 Fix a crash on Android with Align2Npot2 (#8070)
* Fix a crash on Android with Align2Npot2

glGetString can be NULL. If stored in a string it triggers a SIGSEGV.
Instead do a basic strstr and verify the pointer
* Better Align2Npot2 check (+ performance)
2019-01-07 17:05:54 +01:00
MoNTE48 d7befa1a30 Minor iOS update - v. 1.1.24 2019-01-07 01:17:55 +01:00
Loïc Blot dda844be16
Drop libgmp on Android and use mini-gmp (#8047) 2019-01-04 16:41:42 +01:00
Loïc Blot 957c59a678 Revert "upright_sprite: Fix texture position for players"
This reverts commit d58801ab3204757e6c49892a05633281144f4f44.
2019-01-03 12:04:51 +01:00
rubenwardy ce4497224f
Android: Fix memory leak when displaying images in the mainmenu (#8011) 2018-12-22 17:20:18 +01:00
stujones11 a873a3f4f8
Include alpha channel reference in MaterialTypeParam 2018-12-22 17:15:39 +01:00
MoNTE48 eb77dfe74c iOS 1.0.23: improvements for new iPhones and iPads. 2018-11-17 19:17:32 +01:00
Maksim Gamarnik a66dee611e Fix deprecated API, remove unused resources 2018-08-31 21:23:40 +02:00
MoNTE48 cd029e058b Revert "Add visual feedback to touchscreen D-pad buttons"
This reverts commit e71e99eba1.
2018-08-23 01:43:33 +02:00
MoNTE48 4602e0cac8 Small fix 2018-08-23 00:39:24 +02:00
MoNTE48 2542d798f5 stack_max = 64, fix loadingworld background 2018-08-22 00:39:35 +02:00
stujones11 e71e99eba1 Add visual feedback to touchscreen D-pad buttons 2018-08-21 16:07:03 +02:00
stujones11 a573ff7435 Restrict mapgens available to Android & iOS by default 2018-08-19 23:41:36 +02:00
MoNTE48 64ae5c54cc Update mainmenu and iOS defaultsettings, iOS: v.1.1.20 2018-08-11 14:57:14 +02:00
MoNTE48 ea5fcb5ea2 Rename touch crack texture 2018-08-09 21:31:47 +02:00
stujones11 d283c2a1e0 Stop looped animations in singleplayer while game is paused 2018-08-07 22:56:44 +02:00
stujones11 d47ad1e531 Fix sky objects not rendering with ogles 2018-08-02 09:03:19 +02:00
sfan5 8a4933f707 Completely disable SQLite so it can be omitted (#120)
* Completely disable SQLite so it can be omitted

* Remove old auto-migration code

* Show error when loading sqlite3 world in Main Menu
2018-07-19 12:13:47 +02:00
Paramat 05015fdc70 Mgv7p development (#94) 2018-07-19 12:09:50 +02:00
MoNTE48 968954a3cc Android+iOS: Disable show Irrlicht errors. Disable flying in survival. Android - optimization GUI dimension. 2018-07-05 01:03:25 +02:00
stujones11 8427ae529a Android: Use correct temporary path (#7463) 2018-06-28 19:11:01 +02:00
sfan5 2e85254e91 Fix MurmurHash implementation to really be unaligned (#7482) 2018-06-28 19:11:01 +02:00
red-001 971dea7efd Fix crash caused by Lua error during startup (#7473) 2018-06-28 19:11:01 +02:00
red-001 85ce23b165 Fix buffer overrun in SRP (#7484)
The old code got a pointer to the array instead of the first element, this resulted in a buffer overflow when the function was used more than once.
2018-06-28 19:11:01 +02:00
red-001 e66d5e500c Fix small memory leaks in client. (#7492) 2018-06-28 19:11:01 +02:00
MoNTE48 3cf64d3947 Android: fix resolution, upd. irrlicht compile flags, add recommended ARMv7a and x86 flags,
Android resolution fix by @sfan5
SRP fix by @red-001 (https://github.com/minetest/minetest/pull/7484)
2018-06-26 01:58:52 +02:00
sfan5 7bef8c982b Fix MurmurHash implementation to really be unaligned 2018-06-25 11:35:22 +02:00
MoNTE48 88135921a6 iOS: 1.1.18 - fix text on ja, ko, he; compress logo 2018-06-13 23:41:09 +02:00
SmallJoker 6dc7177a5d Bump version to 0.4.17.1 2018-06-10 17:18:11 +02:00