-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.2 Release Candidate #3917
1.4.2 Release Candidate #3917
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fdaaba3 - Browse repository at this point
Copy the full SHA fdaaba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc706f5 - Browse repository at this point
Copy the full SHA fc706f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1802210 - Browse repository at this point
Copy the full SHA 1802210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 561ade7 - Browse repository at this point
Copy the full SHA 561ade7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eef8df2 - Browse repository at this point
Copy the full SHA eef8df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4225148 - Browse repository at this point
Copy the full SHA 4225148View commit details -
Don't allow ammo to be dressed in weapon slot (otland#3806)
spears, throwing stars and small stones can still be equipped
Configuration menu - View commit details
-
Copy full SHA for 7d739a7 - Browse repository at this point
Copy the full SHA 7d739a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73885c4 - Browse repository at this point
Copy the full SHA 73885c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04761a4 - Browse repository at this point
Copy the full SHA 04761a4View commit details -
Update modules.lua (otland#3792)
using the it variable instead
Configuration menu - View commit details
-
Copy full SHA for b7c06b5 - Browse repository at this point
Copy the full SHA b7c06b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e8ab9e - Browse repository at this point
Copy the full SHA 7e8ab9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8b826 - Browse repository at this point
Copy the full SHA 9e8b826View commit details -
updating login message time format (otland#3769)
more up to date format for "your last visit" message
Configuration menu - View commit details
-
Copy full SHA for 178ac8b - Browse repository at this point
Copy the full SHA 178ac8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32c6b6e - Browse repository at this point
Copy the full SHA 32c6b6eView commit details -
Fixing mistake when removing charm item (otland#3891)
Charm items are stackable so item:remove() ends up removing whole stack instead of just one out of the stack.
Configuration menu - View commit details
-
Copy full SHA for 21fba7f - Browse repository at this point
Copy the full SHA 21fba7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6e35f6 - Browse repository at this point
Copy the full SHA a6e35f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84e2024 - Browse repository at this point
Copy the full SHA 84e2024View commit details -
moved Player:getTotalMoney() to more accessible place (otland#3875)
Co-Authored-By: Zbizu <Zbizu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2256bb3 - Browse repository at this point
Copy the full SHA 2256bb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for da8a657 - Browse repository at this point
Copy the full SHA da8a657View commit details -
Update clay_lump.lua (otland#3802)
linter said it has nil value so It seems oke to declare the variable in the loop instead
Configuration menu - View commit details
-
Copy full SHA for da9e888 - Browse repository at this point
Copy the full SHA da9e888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61dacd4 - Browse repository at this point
Copy the full SHA 61dacd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc7d862 - Browse repository at this point
Copy the full SHA bc7d862View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6617df - Browse repository at this point
Copy the full SHA a6617dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7438ac7 - Browse repository at this point
Copy the full SHA 7438ac7View commit details -
Fixing The Pale Count's looktype and corpse ID (otland#3894)
Fixing The Pale Count's looktype and corpse ID. It was previously using the looktype and corpse from a Gravedigger monster.
Configuration menu - View commit details
-
Copy full SHA for 740ae58 - Browse repository at this point
Copy the full SHA 740ae58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c29702 - Browse repository at this point
Copy the full SHA 2c29702View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b997bd - Browse repository at this point
Copy the full SHA 7b997bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bcece0 - Browse repository at this point
Copy the full SHA 1bcece0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c40f46d - Browse repository at this point
Copy the full SHA c40f46dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7a5550 - Browse repository at this point
Copy the full SHA e7a5550View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88fb96 - Browse repository at this point
Copy the full SHA f88fb96View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 83d9121 - Browse repository at this point
Copy the full SHA 83d9121View commit details -
Fix OnItemMoved event when the last item of a stackable stack is move…
…d into another stack (otland#3918) A crash would occur when moving, for example, a stack of a single gold coin into another stack of gold coins. The crash would only occur when the last item of a stack was being moved, aka. the stack being destroyed.
Configuration menu - View commit details
-
Copy full SHA for c11befc - Browse repository at this point
Copy the full SHA c11befcView commit details -
Configuration menu - View commit details
-
Copy full SHA for d85c736 - Browse repository at this point
Copy the full SHA d85c736View commit details -
Fix certain scenarios where the house protection would fail to apply (o…
…tland#3904) Fixes these scenarios: 1. Still being able to remove or add items from a container that is placed inside of a house tile, if the container was already open prior to being uninvited from the house 2. Being able to use useable items, like runes out of a house door or from a container placed in a house door, if it was already open prior to being uninvited from the house 3. houseTile always being nullptr inside of Container::queryRemove, since the cast was not done properly, and even after fixing the cast, it had wrong behaviour afterwards
Configuration menu - View commit details
-
Copy full SHA for ec866fb - Browse repository at this point
Copy the full SHA ec866fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6b189 - Browse repository at this point
Copy the full SHA ec6b189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35495e2 - Browse repository at this point
Copy the full SHA 35495e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 974558b - Browse repository at this point
Copy the full SHA 974558bView commit details -
Say without echo in onHear event (otland#3031)
With this modification you will be able to speak within the listening event without overflow problems when starting an infinite listening loop
Configuration menu - View commit details
-
Copy full SHA for 91a0063 - Browse repository at this point
Copy the full SHA 91a0063View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24bc264 - Browse repository at this point
Copy the full SHA 24bc264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a5d25 - Browse repository at this point
Copy the full SHA 90a5d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86580eb - Browse repository at this point
Copy the full SHA 86580ebView commit details -
ci: Run
apt-get update
before installing packages (otland#3929)Otherwise packages can fail to install due to stale index
Configuration menu - View commit details
-
Copy full SHA for c40ccc9 - Browse repository at this point
Copy the full SHA c40ccc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ea07de - Browse repository at this point
Copy the full SHA 1ea07deView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc52093 - Browse repository at this point
Copy the full SHA dc52093View commit details -
more detailed shared exp messages (otland#3934)
Co-authored-by: Łukasz Zbiżek <Zbizu@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd7aec9 - Browse repository at this point
Copy the full SHA cd7aec9View commit details -
Fix Lua getNumber range check (otland#3928)
Follow-up to otland#3926 and otland#3197. Co-authored-by: Daniel Speichert <daniel@speichert.pl>
Configuration menu - View commit details
-
Copy full SHA for 7693eb1 - Browse repository at this point
Copy the full SHA 7693eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4e0f2e - Browse repository at this point
Copy the full SHA b4e0f2eView commit details -
build: Update alpine to 3.15 (otland#3937)
Fixes missing cryptopp during builds...for now
Configuration menu - View commit details
-
Copy full SHA for cbed26e - Browse repository at this point
Copy the full SHA cbed26eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 137f538 - Browse repository at this point
Copy the full SHA 137f538View commit details -
Configuration menu - View commit details
-
Copy full SHA for f09e320 - Browse repository at this point
Copy the full SHA f09e320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d6db4 - Browse repository at this point
Copy the full SHA 57d6db4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a99780f - Browse repository at this point
Copy the full SHA a99780fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6edc763 - Browse repository at this point
Copy the full SHA 6edc763View commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2a75da7 - Browse repository at this point
Copy the full SHA 2a75da7View commit details