gentlegiantJGC
679d42367d
Improve movement speed button ( #1161 )
...
* Improve float formatting
This was displayed as standard form if the value got very small which was confusing to some users.
It is now displayed with 3 significant figures if the value is below 100 and without the decimal otherwise.
* Change bps to b/s
* Add a space between number and unit
0.10.42
2025-04-29 09:37:17 +01:00
gentlegiantJGC
22cd4c97c4
Reformat ( #1160 )
2025-04-29 09:32:38 +01:00
gentlegiantJGC
0b73bbbd60
Catch any exception raised by urlopen ( #1157 )
2025-04-28 10:30:27 +01:00
IoeCmcomc
5ede8eda54
Update Vietnamese translation ( #1129 )
0.10.41
0.10.40
2025-01-06 14:14:49 +00:00
CreeperAWA
128de1caec
improve-lang-<zh_CN> ( #1088 )
...
* 完善简体中文翻译
* 完善繁体中文翻译
* Update zh_TW.lang
* 更新 zh_CN.lang
* 更新 zh_CN.lang
0.10.37
0.10.39
0.10.38
2024-09-19 11:17:38 +01:00
CreeperAWA
c516166c35
improve-lang-<zh_TW> ( #1089 )
...
* 完善简体中文翻译
* 完善繁体中文翻译
* Update zh_CN.lang
* 更新 zh_TW.lang
* 更新 zh_TW.lang
* 更新 zh_TW.lang
2024-09-19 11:08:02 +01:00
gentlegiantJGC
e9f3ba8a7d
Added a PyInstaller hook for missing numpy file ( #1083 )
...
* Added a PyInstaller hook for missing numpy file
* Update numpy pyinstaller hook
* Reformatted
* Fix dst path
* Reformatted
0.10.35
0.10.360b
0.10.36
0.10.36b0
2024-08-06 13:10:53 +01:00
gentlegiantJGC
7370cc81fc
Added Bedrock Netease path ( #1084 )
...
* Added Bedrock Netease path
* Reformatted
* Added missing comma
2024-08-06 12:58:41 +01:00
gentlegiantJGC
0b0bf57f28
Added education desktop path ( #1082 )
...
* Added education desktop path
* Reformatted
2024-08-06 11:54:25 +01:00
gentlegiantJGC
7af4508347
Refactored paths and added education path ( #1081 )
...
* Refactored paths and added education path
* Added Education Edition string
2024-08-06 11:10:28 +01:00
Scroogeee
1ef147d032
Fix key binding on OSX ( #1074 )
0.10.35b0
2024-07-08 09:20:12 +01:00
gentlegiantJGC
8de6846c79
Fix construction of GLContextAttrs ( #1073 )
...
* Fix construction of GLContextAttrs
EndList returns None. I thought it returned self like the rest of the methods.
* Tweaked OpenGL context construction
The constructors now return the context if everything is valid.
If not valid it returns None.
The OpenGL 2.1 constructor now checks if GL_ARB_explicit_attrib_location is supported by the system.
If the system does not support it an error will be raised at construction rather than when drawing.
2024-07-05 13:23:37 +01:00
gentlegiantJGC
20bf6cdb0b
Remove pyopengl accelerate ( #1066 )
...
This is causing problems and I don't know if it actually speeds much up.
0.10.33b0
0.10.33
2024-06-17 13:09:04 +01:00
kolan2222
c2edf7ff29
improv-lang-ru ( #1061 )
...
Update new translation strings to the latest version currently available.
2024-06-17 09:01:33 +01:00
gentlegiantJGC
5e68e5bb35
Improved the sponsor section on the home page ( #1059 )
...
The home page now lists github sponsors and Pathway.
Move the language button to the top right.
0.10.31
0.10.32
2024-06-12 14:16:59 +01:00
gentlegiantJGC
7b2adb6a00
Fix release asset ( #1055 )
...
* Replace abandoned action
The upload-release-asset action has not been updated in a while and the workflow was generating errors.
* Update actions
2024-05-29 11:06:16 +01:00
gentlegiantJGC
dd41b8e194
Added a sponsor button ( #1054 )
0.10.30
2024-05-29 09:29:51 +01:00
gentlegiantJGC
85ceb6b77e
Create FUNDING.yml
2024-05-29 09:18:33 +01:00
gentlegiantJGC
dd7146b079
Hopefully improve OpenGL context creation ( #1053 )
...
* Hopefully improve OpenGL context creation
First try creating a 3.3 core profile.
If that fails try a 2.1 compatibility profile.
If the system does not support OpenGL 2.1 it should fail here rather than generating errors for each frame.
* Reformatted
2024-05-29 09:07:17 +01:00
gentlegiantJGC
a7043321ed
Fix versioneer ( #1043 )
0.10.29
2024-05-01 12:21:30 +01:00
gentlegiantJGC
1e22d83a4b
Improve resource pack downloading ( #1042 )
...
* Improve resource pack downloading
Fixed trackback in GUI.
Added message dialog to allow the user to retry downloading.
* Reformatted
2024-05-01 12:14:51 +01:00
gentlegiantJGC
9a3d9c5a3a
Merge pull request #1032 from Amulet-Team/bug-1031
...
Bug 1031
0.10.28
2024-03-18 14:08:15 +00:00
gentlegiantJGC
106fd028b9
Reformatted
2024-03-18 13:26:44 +00:00
gentlegiantJGC
38ccc144ed
Include PIL submodules
2024-03-18 13:26:26 +00:00
GID
3c4a25ec08
Update id.lang ( #1015 )
...
* Update id.lang
Update indonesian translate
* Remove duplicated line
---------
Co-authored-by: gentlegiantJGC <gentlegiantJGC@users.noreply.github.com>
2024-01-07 15:55:06 +00:00
Kimiblock Moe
64fe69d945
Add a dependency in README ( #1005 )
0.10.27
0.10.26
2023-12-08 11:24:52 +00:00
gentlegiantJGC
57892e8d24
Fix block entities in replace operation ( #996 )
0.10.24
0.10.25
2023-10-29 10:24:17 +00:00
gentlegiantJGC
5ca1468ce0
Fix error in block define init ( #988 )
...
Modified block define to accept string or NBT properties
0.10.23
2023-09-30 11:04:28 +01:00
gentlegiantJGC
9910a1c1e5
Bump python version and updated build scripts ( #986 )
...
* Bump python version and updated build scripts
Dropped support for Python 3.7 and 3.8.
3.7 is EOL and 3.9 implemented better typing hinting.
Updated github actions.
Updated readthedocs config.
* Added pillow dependency
This is specified in Minecraft Model Reader but it should be here as well
0.10.22
2023-09-29 11:30:22 +01:00
gentlegiantJGC
30d11ae44c
Improved plugin error handling ( #982 )
...
Catch any exception raised when loading or running a plugin to better sandbox it.
Catching BaseException will catch all exceptions and stop them propagating up the program.
2023-09-27 17:10:32 +01:00
gentlegiantJGC
0cf202c12a
Fixed block properties type error ( #981 )
2023-09-27 16:43:31 +01:00
gentlegiantJGC
0eba81a267
Set/delete block entities in fill, replace and delete operations ( #980 )
...
These operations did not previously overwrite the block entities leading to some odd states
2023-09-27 10:47:17 +01:00
gentlegiantJGC
18add012db
Fixed update check ( #979 )
2023-09-27 09:41:51 +01:00
gentlegiantJGC
4e6c11c790
Refactored warning dialog ( #968 )
...
The main window is first shown and then the warning dialog is shown over it.
This may be the source of some of the window not displaying issues.
0.10.20
0.10.21
2023-09-24 13:48:09 +01:00
IoeCmcomc
6dd98d2f99
Update Vietnamese translations ( #973 )
...
Signed-off-by: IoeCmcomc <53734763+IoeCmcomc@users.noreply.github.com>
2023-09-16 10:52:36 +01:00
gentlegiantJGC
e76ebe39f1
Only show the console on windows ( #972 )
...
This apparently breaks builds on MacOS. Linux doesn't seem to need it either.
2023-09-16 09:41:12 +01:00
gentlegiantJGC
c0d528f4db
Replaced freeze CLI with environment variable ( #970 )
...
The mechanism to pass arguments through build to the setup.py file is broken.
Switch to environment variables which seem to get passed through
2023-09-14 14:02:16 +01:00
gentlegiantJGC
7883061be7
Fix build error ( #969 )
...
The build failed due to a removed argument
2023-09-14 09:57:52 +01:00
gentlegiantJGC
803bd3d227
Fix int bug ( #962 )
...
SetValue will accept int or float on windows but only int on some platforms.
This ensures the value is an int before calling SetValue.
2023-09-03 09:11:08 +01:00
friends-xiaohuli
52991d26cb
更新 zh_CN.lang ( #953 )
0.10.19
2023-08-12 10:55:08 +01:00
Brammie15
91aadba29b
Update import_tool.py ( #950 )
2023-08-12 10:20:01 +01:00
gentlegiantJGC
e0379a878f
Improv paths ( #936 )
...
* Refactored main
Improved the main script.
Added configurable directories that default to sane places outside of the install directory.
This should resolve the write permission errors.
* Modified paths to use environment variables
Replaced relative paths with better and configurable ones.
* Reformatted
* Added default paths to init
The tests do not run the main script
0.10.17
0.10.18
0.10.16b0
0.10.16
2023-07-03 17:02:37 +01:00
gentlegiantJGC
d36f241ac9
Remove win32 builds ( #934 )
...
There are not win32 builds for Pillow any more and the build was failing as a result.
0.10.15
2023-07-02 09:35:21 +01:00
DominoKorean
47d115b3b8
Update ko.lang ( #908 )
0.10.14
2023-06-29 15:04:30 +01:00
gentlegiantJGC
cde769430a
Fix broken discord link ( #929 )
2023-06-22 11:03:03 +01:00
gentlegiantJGC
0d1a7c872f
Removed wxpython pinned version ( #925 )
...
This is causing issues with newer python versions
0.10.13
2023-06-20 19:25:10 +01:00
gentlegiantJGC
6bb551c37c
Removed Python 3.9 limit ( #923 )
...
A versions of wxpython has been released that has builds for newer versions of python.
Updated build system to use 3.9 because the new version of wxpython does not have builds for 3.7
0.10.12
2023-06-18 17:22:49 +01:00
Mert
6f110b47f9
Added Turkish language ( #896 )
...
* Create language file
Copied from en.lang file to view changes better.
* Add Turkish language
0.10.11
0.10.12b0
2023-04-25 09:06:43 +01:00
gentlegiantJGC
b72f9b2c69
Merge pull request #878 from toka7290/main
...
Update Japanaese Translate
0.10.10
2023-03-15 15:11:48 +00:00
gentlegiantJGC
c294d62347
Merge pull request #880 from O7410/0.10
...
Added hebrew language
2023-03-15 15:08:07 +00:00