1
0
Fork 0
Commit Graph

9741 Commits (minenux)

Author SHA1 Message Date
luk3yx 6da47b485c Enable strip_color_codes by default 2023-08-10 17:45:12 -04:00
luk3yx c99e7bd5f0 Improve main menu (#121)
Co-authored-by: Maksym H <Maksym48@pm.me>
2023-08-10 17:44:35 -04:00
Deve 0db262d8be Chat console improvements (#124) 2023-08-10 17:44:11 -04:00
luk3yx 0db84b59d0 New SSCSM minifier 2023-08-10 17:39:35 -04:00
Deve 5e88542be6 Fix left shift key in the change menu (#128)
* Set shift_down false when it's not pressed anymore

* Prefer character only if Char is not 0 which does not happen in SDL anyway
2023-08-10 17:39:13 -04:00
luk3yx 192f52f7c9 Catch InvalidPositionException in get_natural_light 2023-08-10 17:38:52 -04:00
Vincent Robinson b92aa05c33 Add `math.round` and fix `vector.round` (#10803) 2023-08-10 17:38:23 -04:00
luk3yx 2f9c3e791e Make guiVolumeChange use custom scrollbar 2023-08-10 17:38:06 -04:00
Maksym H cf99ce6b30 Make the console message height configurable 2023-08-10 17:17:14 -04:00
Maksym H 8d38855874 macOS: minor update 2023-08-10 17:10:57 -04:00
mckaygerhard 93785b726a Use SDL threads (#122) but seems only in androit
* backported from 245220985b
  for minenux
2023-08-10 17:10:36 -04:00
Maksym H 311c059bf8 Android: update dependencies 2023-08-10 17:06:05 -04:00
luk3yx 16a9de2fe2 Add `.fast`, `.fly`, `.noclip` and `.pitch` chatcommands (#120) 2023-08-10 17:05:56 -04:00
Maksym H eb122a4e80 Minor engine changes and fixes 2023-08-10 17:05:42 -04:00
Maksym H e4cb11e84b Temporary fix for MSVC Action 2023-01-24 23:33:04 +02:00
Deve 0df81d3e20
Add a possibility to copy text from non-writable edit box (#118) 2023-01-24 07:42:01 +02:00
luk3yx 22443daf2c SSCSM: Compress long messages 2023-01-18 12:12:50 +13:00
Maksym H 23844d8836 Mobile: minor legacy minimap tune 2023-01-17 12:55:16 +02:00
luk3yx b5b0917f26
Main menu improvements (#117)
Co-authored-by: Maksym H <Maksym48@pm.me>
2023-01-12 00:37:26 +02:00
Maksym H af36361f42 Android: rename `initializePathsAndroid()` to `initializePaths()` 2023-01-05 02:28:43 +02:00
Maksym H 141559689e Minor TouchScreenGUI fixes 2023-01-03 13:24:04 +02:00
Maksym H 93232becc0 Minor Hunger tune 2023-01-03 13:14:00 +02:00
sfan5 8c205f5bed Make fs::extractZipFile thread-safe 2022-12-21 12:52:26 +13:00
Loic Blot 1f4ff9cea6 fix: extractZipFile is not part of Client but more generic.
This solve a crash from mainmenu while extracting the zip
2022-12-21 12:52:20 +13:00
luk3yx 2a38a33ff8
Disable node_drop by default (#116)
* Drop `item_lava_destroy` builtin function
2022-12-20 09:58:52 +02:00
Maksym H e8dc878d1f Fix and improve guiConfirmRegistration dialog 2022-12-16 14:32:50 +02:00
luk3yx c820cb204a
Make MetaDataRef:get return nil instead of nothing (#114)
Co-authored-by: Jude Melton-Houghton <jwmhjwmh@gmail.com>
2022-12-13 08:00:12 +13:00
luk3yx 9985ffb2fc Fix metadata wiping when placing schematics 2022-12-11 13:21:48 +13:00
Maksym H ccf20998f4
Android: move project files from build folder (#112) 2022-12-07 16:29:25 +02:00
Maksym H 13c4b3bd20
A new batch of MainMenu improvements (#110)
Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-12-07 16:05:14 +02:00
Maksym H ebe6a07c9a Fix and update Actions 2022-12-05 16:58:02 +02:00
Maksym H 6c5022f692
Apple: move project files from `build` folder (#111) 2022-12-02 11:40:55 +01:00
luk3yx c7bb8e5baf Translate error message before clearing translations 2022-11-27 11:09:20 +13:00
Maksym H da679d619e Android: simplify input dialog 2022-11-24 20:57:03 +02:00
Maksym H 9e83c219e7 Move GUI textures in separate folder 2022-11-23 15:27:06 +02:00
Maksym H 78d9ec0f2a Version 2.0.3-release 2022-11-14 13:03:37 +01:00
Maksym H 3f4adfd6bb Minor changes and fixes 2022-11-14 12:59:33 +01:00
Maksym H 75a5c0876e Disable progress bar texture overrides 2022-11-14 12:49:28 +01:00
Deve b7a313a574 TouchScreenGUI: Better handle punch/interact 2022-11-14 00:54:03 +01:00
Maksym H 4b4946ca1e Improve debug logging 2022-11-14 00:46:46 +01:00
Maksym H 3d33abf1cd Yet another MainMenu improvements PR (#101)
* Yet another improvements instead of a complete redo

Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-11-14 00:46:46 +01:00
Maksym H 3ce839dc11 macOS: update 2022-11-14 00:46:46 +01:00
Maksym H a254814f11 TouchScreenGUI: use `mouse_sensitivity` setting instead of `mouse_sensity` 2022-11-11 22:24:06 +01:00
luk3yx df9e57bf05 Add setting to disable texture packs 2022-11-12 10:20:32 +13:00
Bektur ecc472ab14
Android: update and improve Kotlin part (#99) 2022-11-11 17:45:05 +01:00
Deve 8535658791
Use raw pointer for sound manager (#107)
Use raw pointer for sound manager to avoid a crash in destructor after exit(0)
2022-11-07 10:57:20 +01:00
Bektur 3ecb0895aa
Extend API and add `get_secret_key` for secure operations (#84)
Co-authored-by: luk3yx <luk3yx@users.noreply.github.com>
2022-10-29 13:31:21 +03:00
Maksym H e9157515b9
Android: add mouse support (#102)
Co-authored-by: Deve <deveee@gmail.com>
2022-10-24 13:31:08 +03:00
Maksym H 8f74118a43 Simplify double jump for fly function 2022-10-21 20:39:38 +03:00
luk3yx dd5407e0cb
Allow extracting password-protected zips (#104) 2022-10-18 12:25:08 +02:00