User:Teamtoto/Bug Hall of Fame: Difference between revisions

dog hooves
(rip G÷del)
(dog hooves)
Line 20: Line 20:
** A [https://bitbucket.org/bbucklew/cavesofqud-public-issue-tracker/issues/703 feature request to include them in the game] for real was closed with a non-verbal "O_O".
** A [https://bitbucket.org/bbucklew/cavesofqud-public-issue-tracker/issues/703 feature request to include them in the game] for real was closed with a non-verbal "O_O".
* Ovens were updated to constantly emit ambient heat. This heat could not dissapate enough and cause all ovens to burst into flames.
* Ovens were updated to constantly emit ambient heat. This heat could not dissapate enough and cause all ovens to burst into flames.
* If the player character could [[Cloaca Surprise|spew liquid]], there were odd interactions around spewing very shallow puddles of liquid, spawning 0 dram puddles. Attempting to spew these again resulted in the volume underflowing into incredibly high values.
* A output for generating sultan history related to reentrancy/resource-sharing in grammar analysis broke in one patch, causing all statues and engrave/painted items to start with "(concept) (concept), (continues as normal)". Popular phrases from this bug include "cliff cliff", "berry youberry".
* A output for generating sultan history related to reentrancy/resource-sharing in grammar analysis broke in one patch, causing all statues and engrave/painted items to start with "(concept) (concept), (continues as normal)". Popular phrases from this bug include "cliff cliff", "berry youberry".
* A bug with wearing equipment with the yurtmat part(vine-weave tunic, grassy yurtmat, leafy helm) caused QN to increase to 2000 and DV to increase to 10 when stepping on anything that had the "vine" in the name. Anything, including vinewafers. It also refused to clear.
* A bug with wearing equipment with the yurtmat part(vine-weave tunic, grassy yurtmat, leafy helm) caused QN to increase to 2000 and DV to increase to 10 when stepping on anything that had the "vine" in the name. Anything, including vinewafers. It also refused to clear.
* Because the game has its own way of [[Modding:Code page 437|parsing unicode characters]] (using the IBM code page 437 instead of modern unicode standards), the book file for [[On the Origins and Nature of the Dark Calculus]] used to have Gödel's name spelled normally with an ö. In unicode, this is \u00F6. However, the character in \u00F6 in Caves of Qud is ÷, rendering the name as G÷del in game. This was later fixed.
* Because the game has its own way of [[Modding:Code page 437|parsing unicode characters]] (using the IBM code page 437 instead of modern unicode standards), the book file for [[On the Origins and Nature of the Dark Calculus]] used to have Gödel's name spelled normally with an ö. In unicode, this is \u00F6. However, the character in \u00F6 in Caves of Qud is ÷, rendering the name as G÷del in game. This was later fixed.
* Skipping turns very quickly (usually by waiting to be healed, or autoexplore) still plays all the sounds that occur that turn. The [[decarbonizer]] had a bug that cause the charging up sound effect to play every turn it was aiming. The combination of these two bugs resulted in a horrific noise.


== Real good ones that still exist ==
== Real good ones that still exist ==
* The second floor of desert villages collapses to the first floor.
* The second floor of desert villages collapses to the first floor.
* There is no character limit on names. Any sufficiently long names will cause display errors in multiple places in the console UI.
* There is no character limit on names. Any sufficiently long names will cause display errors in multiple places in the console UI.
* [[Cherubim]] have their description generated based on the physical features that faction's animals usually have. The dog cherubs did not overwrite any properties from the BaseAnimal object, thus creating: "Whatever the embryo, [they] are now the archetypal dog; it's all there in the impeccable simulacrum: the shiny teeth, the hispid skin, the spheric hooves. Perfection is realized." [https://bitbucket.org/bbucklew/cavesofqud-public-issue-tracker/issues/4077/bugs-wait-hang-on-wait-bat-cherubs-also This was marked as a wontfix]. ptychomancer had a small [https://twitter.com/ptychomancer/status/1393323519698554880 twitter thread about it].