<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tibia/game/src/sending.cc, branch master</title>
<subtitle>Tibia 7.7 decompiled game server</subtitle>
<id>https://kaplar.net/tibia/game/atom?h=master</id>
<link rel='self' href='https://kaplar.net/tibia/game/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/'/>
<updated>2026-05-29T02:56:29Z</updated>
<entry>
<title>fix issues and warnings when compiling with glibc &lt; 2.32 (#57, #58)</title>
<updated>2026-05-29T02:56:29Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2026-05-29T02:56:29Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=e2ba7cd29617ae05087ad3d25c55a2eb8ce607a3'/>
<id>urn:sha1:e2ba7cd29617ae05087ad3d25c55a2eb8ce607a3</id>
<content type='text'>
  This also fixes some inconsistencies such as mixing both strerror
and strerrordesc_np, and possible formatting issues.
</content>
</entry>
<entry>
<title>fix problem with outfit comparisons - fixes #39</title>
<updated>2025-10-12T20:38:12Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-10-12T20:38:12Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=b9124b049a47323cafa8807db4d501fb32a53297'/>
<id>urn:sha1:b9124b049a47323cafa8807db4d501fb32a53297</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix buddy status causing a client assertion</title>
<updated>2025-08-28T23:19:24Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-08-28T23:19:24Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=9f07f7e53cff91363dea3884f7ac046c41f65612'/>
<id>urn:sha1:9f07f7e53cff91363dea3884f7ac046c41f65612</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix problem with VIP data causing a client assertion</title>
<updated>2025-08-17T16:33:41Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-08-17T16:33:41Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=b3fa79aefb24b62ee9cfefd5bc0c9d676418a99e'/>
<id>urn:sha1:b3fa79aefb24b62ee9cfefd5bc0c9d676418a99e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>multiple bug-fixes and improvements</title>
<updated>2025-07-22T01:49:41Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-07-21T22:23:42Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=e4b8bf807b76f6f446d9617d9a3957dc77dd6e90'/>
<id>urn:sha1:e4b8bf807b76f6f446d9617d9a3957dc77dd6e90</id>
<content type='text'>
- Make uint32 -&gt; Object conversion explicit. This can be more
verbose but will get a lot of small mistakes, especially with
function overloads.
- Fix problem with the path finder not including the last step
when `MustReach` was false.
- Fix problem with NPC conditions.
- Fix problem with monster homes continuously spawning monsters.
- Fix problem with creating the standard inventory.
- Fix problem with creature timers (IMPORTANT).
- Fix problem with `ThrowPossible` (IMPORTANT).
- Fix problem with rune casting.
- Fix problem with executing moveuse events.
- Fix problem with `MoveRel` and `WriteName` moveuse actions.
- Fix problem with eating food deleting the whole stack.
- Many other bug-fixes and improvements.
</content>
</entry>
<entry>
<title>fix some critical bugs</title>
<updated>2025-07-19T19:47:25Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-07-19T19:44:58Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=7b9e7dbbcf1d779419be8f22df812ff523a25450'/>
<id>urn:sha1:7b9e7dbbcf1d779419be8f22df812ff523a25450</id>
<content type='text'>
  Aside from obvious gameplay bugs pretty much everywhere, the
game is finally in a PLAYABLE state. It should be smooth sailing
to get it stable for an initial test server.
</content>
</entry>
<entry>
<title>THREADING: upgrade from LinuxThreads to NPTL</title>
<updated>2025-07-19T14:35:11Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-07-19T14:35:11Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=d359c0af4874534efa810729d47f610a29687e93'/>
<id>urn:sha1:d359c0af4874534efa810729d47f610a29687e93</id>
<content type='text'>
  This was a required change to make the server run on a modern
GLIBC version without resorting to shady shared libraries or
compatibility tricks. It is very straightforward but we should
always keep an eye out for possible bugs.
  There was also a problem with the Z loop on field sending
functions that was causing the server to hang in an infinite
loop and should now be fixed.
  With these changes it is now possible to login into the game
for a split second before the client asserting.
</content>
</entry>
<entry>
<title>`writer.cc`</title>
<updated>2025-06-30T22:23:09Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-06-30T22:23:09Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=6c8aa85b8b578db03a8c5f0dc0b7e80605592d45'/>
<id>urn:sha1:6c8aa85b8b578db03a8c5f0dc0b7e80605592d45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`receiving.cc`</title>
<updated>2025-06-23T09:34:16Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-06-23T09:34:16Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=bdfcbb2f0edee2679bfe588df55e9f99bd837510'/>
<id>urn:sha1:bdfcbb2f0edee2679bfe588df55e9f99bd837510</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`sending.cc`</title>
<updated>2025-06-22T03:52:27Z</updated>
<author>
<name>fusion32</name>
<email>marcopuzziello@gmail.com</email>
</author>
<published>2025-06-22T03:52:27Z</published>
<link rel='alternate' type='text/html' href='https://kaplar.net/tibia/game/commit/?id=c4dfe97e95846b43c578b3be35d0ef69f9b50e94'/>
<id>urn:sha1:c4dfe97e95846b43c578b3be35d0ef69f9b50e94</id>
<content type='text'>
</content>
</entry>
</feed>
