Debucquoy Anthony tonitch
Debucquoy Anthony tonitch
This is a draft for the rework of the chat, as explain in #5287 (no response so I assume this should be fine) I want to make it as close...
Client version: 1.12.2 Server OS: ArchLinux Cuberite Commit id: de5b89dbea938db5a7ea58f59a9b1a91d0df4208 ### Expected behavior I made the simpliest plugin for testing here it is : ``` function Initialize(Plugin) Plugin:SetName("TestPlugin") Plugin:SetVersion(1) cPluginManager.AddHook(cPluginManager.HOOK_PLAYER_JOINED,...
I kicked up a new server with the ./easyinstall.sh script on my personal Arch Linux Machine, Join the server with a 1.12.2 Version of the client with forge and optifine...
Should solve #5442 I'm sorry for the other pr, I just messed it up so I make a new one... Fixes #5442
The code should handle deprecation of function in cuberite source and in Lua function as well This would be cool to avoid excessive amount of code that does nothing or...
**Is your feature request related to a problem? Please describe.** there is two use case: - Work with someone else on the same document - visualise two part of the...
Reseting the LastGroundHeight on teleport Using inheritence for teleporting to avoid rewriting code fix: #5542 (and potentialy other)
https://github.com/OpenImageDebugger/OpenImageDebugger/blob/4be3c74d749d8a98cb9bb44c11ff49ac6cc61d63/resources/oidscripts/debuggers/gdbbridge.py#L102-L105 This function seems to be quite important for managing gdb type inspectors, but I had a hard time understanding what it did exactly (and I don't think I understand...
## System Archlinux x64 ## Problem SDL2 is not defined by default. https://github.com/turanszkij/WickedEngine/blob/99c1d782115bea4ab1b87d7ea044bbbf4224e1f1/WickedEngine/wiPlatform.h#L33-L37 SDL2 is then never included and compilation is not possible ## step to reproduce With the simpliest...
## Useful information to include: - Explanation of how the feature/change should work. - Some rationale/use case for a feature. My general approach to designing new features is to ask...