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
cmd/gotwebfe: When using HTTP, perform the work in a goroutine in a promise. More... over 2 years ago
cmd/gotweb, datafiles/html/sw.js: Improve caching using better etags and dynamic cache key in sw.js. More... over 2 years ago
web: Fix number of arguments to the etags when generating creatures (due to added outfitOverlayMask). More... over 2 years ago
otb/map, spr: Fix tests in light of changes to the return value of paths.Open() (interface, not an *os.File). More... over 2 years ago
go.mod, go.sum: Update to newer dependencies. Needed for wasm. More... over 2 years ago
cmd/gotwebfe: Add code for loading things via http and rendering map. More... over 2 years ago
cmd/gotweb: Serve raw data files for use by the wasm app. More... over 2 years ago
paths, things/full: Reworking path system to allow http fetches in wasm environment. More... over 2 years ago
cmd/gotwebfe, paths: Implement version of paths/ package for WASM. Reimplement gotwebfe in terms of that. More... over 2 years ago
cmd/itemprint: Add map rendering. More... over 2 years ago
cmd/itemprint: Split up itemprint.go into multiple files. More... over 2 years ago
web: Use ericpauley/go-quantize instead, for less copying of source images when getting a palette. More... over 2 years ago
things: Use just rendersize to determine how many pixels to use to draw an item. More... over 2 years ago
cmd/gotweb, datafiles: Render outfits table at /outfits/. More... over 2 years ago
web: Use andybons/gogif's MedianCutQuantizer to optimize the GIF palette. More... over 2 years ago
xmls, gameworld: Use outfits.xml to serve the outfits window data. More... over 2 years ago
otb/items: gofmt xml.go. More... over 2 years ago
gameworld: Support opening the outfit window. More... over 2 years ago
gameworld: Send actual creature outfit and direction to the clients. More... over 2 years ago
gameworld: Creature IDs now contain the flag describing the type of the creature. More... over 2 years ago
cmd/gotserv, cmd/gotweb, gameworld, things, things/full, web: Add a common web server for gotweb and gotserv. More... over 2 years ago
dat: Fix dat color test with the corrected RGB order. More... over 2 years ago
dat: Sanity checks when fetching an outfit from a dataset (1-based client ID, max range, ...). More... over 2 years ago
things/full: Add missing from_paths.go. More... over 2 years ago
dat: Alternate (better?) dat color calculation. More... over 2 years ago
cmd/gotweb, dat, things: Template-based drawing of item table. Existence check for map color and client item in general. More... over 2 years ago
cmd/gotweb: Caching headers (ETag) for more image endpoints. More... over 2 years ago
cmd/gotweb: Add shortcuts to map render and clientside demo endpoints. More... over 2 years ago
*: Introduce paths package to simplify finding files. Introduce things/full package to simplify creating prepopulated things struct. More... over 2 years ago
otb/map: Rather than erroring out, just warn with glog if there are no temples on the map. More... over 2 years ago