0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
otb/map: Support housetile node and housedoorid attr. Reduce the amount of unnecessarily executed indentation string generations. More... over 4 years ago
otb/map: Reading header data for otbm. More debug output. More... over 4 years ago
gameworld: Add more variety to procedural map. More... over 4 years ago
things: Log error in case of failure in fetching an item by its server ID. More... over 4 years ago
gameworld: Testable move north. More... over 4 years ago
otb/map: Test optimization: Load entire otbm file into buffer before parsing it. More... over 4 years ago
gameworld: gofmt. Remove an unnecessary log statement. More... over 4 years ago
otb/map: Add test optimizations by reading the entire file first. More... over 4 years ago
otb: Attempt to help compiler avoid allocating unnecessary variables, and avoid some uses of binary.Read. More... over 4 years ago
gameworld: Use syncgroups when sending map. More... over 4 years ago
gameworld: gofmt the creatureDescription function. More... over 4 years ago
gameworld: Rework sending map description by using channels and per-floor goroutine. More... over 4 years ago
gameworld: Try to fix encoding issues when we run into batches of empty tiles by moving when we send skip blobs. More... over 4 years ago
gofmt More... over 4 years ago
login: Send login data as a single message. More... over 4 years ago
gameworld: Clients may require sending a 'draw speed'. More... over 4 years ago
gameworld: Cleanup of calculation for floor offset. More... over 4 years ago
gameworld: Fix for ending the tile in map desc before creature (e.g. player) was sent. Additional debug info. More... over 4 years ago
Tests for encoding map description. More... over 4 years ago
gameworld: Send various other initial stats. More... over 4 years ago
net: Protocol breaking bug: initial 0x1F must not include just size, but size+checksum+inner size. More... over 4 years ago
login: Correctly send 0x14 for MOTD. More... over 4 years ago
gameworld: Support receiving 0x0A packet (fight modes). More... over 4 years ago
otb/map: Return an error when no temples are on the map. More... over 4 years ago
otb/map: Some safety when encountering item 0 or an unknown/invalid item in OTBM file. More... over 4 years ago
otb/map: Include xml info when loading map data in tests. More... over 4 years ago
gameworld: Responding to the move-north request. More... over 4 years ago
gameworld, otb/map: Fix ID comparison bug removing creature from a tile. More... over 4 years ago
otb/map: Read waypoints node. More... over 4 years ago
otb/map: Map item stringification now includes OTB item name. More... over 4 years ago