save realm on user join, password change, and transfer; bump to v0.2
Iris Lightshard nilix@nilfm.cc
add help text and update README with similar info
Iris Lightshard nilix@nilfm.cc
remove test cart directory
Iris Lightshard nilix@nilfm.cc
fix README formatting
Iris Lightshard nilix@nilfm.cc
v0.1; add -v flag to print version info and /version file for client to know the version as well
Iris Lightshard nilix@nilfm.cc
add more options to client build script and document them as well as the standalone bootloader
Iris Lightshard nilix@nilfm.cc
added offline version of the client as a generic bootloader, and made confirmation controls a bit more intuitive
Iris Lightshard nilix@nilfm.cc
add -r flag to client build script to make running vanilla rom optional, document this and debug server flag in README
Iris Lightshard nilix@nilfm.cc
add debug flag to command line and fix launcher script
Iris Lightshard nilix@nilfm.cc
note 9pfuse in README
Iris Lightshard nilix@nilfm.cc
update README
Iris Lightshard nilix@nilfm.cc
client: adjust resolution; server: set DISPLAY if unset
Iris Lightshard nilix@nilfm.cc
merge client sprite data into main code
Iris Lightshard nilix@nilfm.cc
client is WORKING! move server data dir to somewhere in /opt
Iris Lightshard nilix@nilfm.cc
ensure ./n exists
Iris Lightshard nilix@nilfm.cc
tweak server to delete socket when stopping
Iris Lightshard nilix@nilfm.cc
tweak launcher
Iris Lightshard nilix@nilfm.cc
add load-cart function
Iris Lightshard nilix@nilfm.cc
remove fake cartridge list -- we can do it for real now!
Iris Lightshard nilix@nilfm.cc
change data dir
Iris Lightshard nilix@nilfm.cc
only update scrollbar position if it will actually be drawn
Iris Lightshard nilix@nilfm.cc
refactor scrollbar -- correct with any legal number of carts now
Iris Lightshard nilix@nilfm.cc
test cartlist lengths and document limitations and alternative method for scrollbar rendering
Iris Lightshard nilix@nilfm.cc
kind of have a working scrollbar now
Iris Lightshard nilix@nilfm.cc
fixing scroll logic and start implementing scrollbar
Iris Lightshard nilix@nilfm.cc
add buttons to confirm whether to load cartrige, with kb and mouse control
Iris Lightshard nilix@nilfm.cc
enable cart hilight by keyboard
Iris Lightshard nilix@nilfm.cc
highlight entire row in cartridge select
Iris Lightshard nilix@nilfm.cc
use mouse to get selection index
Iris Lightshard nilix@nilfm.cc
start implementing scroll buffer logic for client
Iris Lightshard nilix@nilfm.cc
reduce size of .list-elem-offset
Iris Lightshard nilix@nilfm.cc
carts be listed :)
Iris Lightshard nilix@nilfm.cc
trying to list cartridges, fixed an errant MAX_USERS where it wasn't welcome
Iris Lightshard nilix@nilfm.cc
add cursor, font drawing, custom font
Iris Lightshard nilix@nilfm.cc
fix scanline rendering, update tileset, add script for staritng and terminating 9p client
Iris Lightshard nilix@nilfm.cc
drawing gray borders and have routines for the scanlines; right side scanlines cause a stack underflow, so must fix
Iris Lightshard nilix@nilfm.cc
can clear screen and push logo to corner
Iris Lightshard nilix@nilfm.cc
formatting and use zero page to store logo coordinates
Iris Lightshard nilix@nilfm.cc
fix formatting in uxntal init
Iris Lightshard nilix@nilfm.cc
move clang-format
Iris Lightshard nilix@nilfm.cc
starting animation and state handling
Iris Lightshard nilix@nilfm.cc
organized as client/server, started uxn sprite stuff
Iris Lightshard nilix@nilfm.cc
update README
Iris Lightshard nilix@nilfm.cc
replace a stray "carts/" with DATA_DIR
Iris Lightshard nilix@nilfm.cc
update README with build/run notes
Iris Lightshard nilix@nilfm.cc
added a script to serve/deploy with 9pserve
Iris Lightshard nilix@nilfm.cc
add config.h, ctl status codes, and delete realm command
Iris Lightshard nilix@nilfm.cc
fix type mismatch for Blob*s, fix grandom
Iris Lightshard nilix@nilfm.cc
encapsulate file data and length in Blob structure, enable seeking of data files
Iris Lightshard nilix@nilfm.cc
fix read/write to scope
Iris Lightshard nilix@nilfm.cc
fix errors reading and writing universe
Iris Lightshard nilix@nilfm.cc
finished adding random/scope functions, universe isn't writing...
Iris Lightshard nilix@nilfm.cc
implement chunk paging, moved some functions out of xrxs.c into user.c
Iris Lightshard nilix@nilfm.cc
use libString insead of static character arrays where useful, added some data structure stuff for realm master, random, and scope
Iris Lightshard nilix@nilfm.cc
README: consistency
Iris Lightshard nilix@nilfm.cc
added chunking/paging info to the spec
Iris Lightshard nilix@nilfm.cc
added new aux types: SCOPE, RANDOM, GRANDOM; updated spec
Iris Lightshard nilix@nilfm.cc
move realms under carts (realms per cart) and got carts realms and universes working
Iris Lightshard nilix@nilfm.cc
implemented some more functions and started putting it all together... realms aren't being saved on leaving; something's up
Iris Lightshard nilix@nilfm.cc
implemented functions for Universe and some for Realm; fixed find_cart()
Iris Lightshard nilix@nilfm.cc
refined some types, implemented byte/char reading from files, and implemented some cartridge functions
Iris Lightshard nilix@nilfm.cc
added MIT license and created headers and code files for all the types
Iris Lightshard nilix@nilfm.cc
add skeleton functions for write_ctl with documentation, tweak users table
Iris Lightshard nilix@nilfm.cc
self is always first in users list; implement logout
Iris Lightshard nilix@nilfm.cc
fix typos and tested writing to ctl from uxn. it works!
Iris Lightshard nilix@nilfm.cc
fix README
Iris Lightshard nilix@nilfm.cc
implement users table and users_read()
Iris Lightshard nilix@nilfm.cc
fixed a typo
Iris Lightshard nilix@nilfm.cc
update DESIGN document, put skeleton code in place
Iris Lightshard nilix@nilfm.cc
we can write to ctl; thanks sigrid :)
Iris Lightshard nilix@nilfm.cc
trying to write to ctl file
Iris Lightshard nilix@nilfm.cc
serve simple file directories over 9p
Iris Lightshard nilix@nilfm.cc
writerf(): write data to ramfile from serverside
Iris Lightshard nilix@nilfm.cc
playing with ramfs implemenatation
Iris Lightshard nilix@nilfm.cc
design notes on 9p directory structure
Iris Lightshard nilix@nilfm.cc
remove old files on build; fix fsread() a little bit; add options for different service models
Iris Lightshard nilix@nilfm.cc
first commit -- hello from 9p
Iris Lightshard nilix@nilfm.cc