Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move chat formatting to serverside, and make chat messages include username | ubq323 | 2023-08-27 | 1 | -4/+1 |
| | |||||
* | reëngineer inventories a bit | ubq323 | 2023-08-27 | 1 | -4/+8 |
| | |||||
* | add player inventories | ubq323 | 2023-08-26 | 1 | -3/+19 |
| | |||||
* | use usernames in join/leave chat messages | ubq323 | 2023-08-26 | 1 | -2/+2 |
| | |||||
* | print usernames better, and respond to remote players usernames | ubq323 | 2023-08-26 | 1 | -3/+10 |
| | |||||
* | fix trailing whitespace | ubq323 | 2023-06-19 | 1 | -42/+38 |
| | |||||
* | fix shadowing issues reported by luacheck | ubq323 | 2023-06-19 | 1 | -1/+0 |
| | |||||
* | fix line lengths | ubq323 | 2023-06-18 | 1 | -11/+26 |
| | |||||
* | actually send the username | ubq323 | 2023-06-18 | 1 | -1/+5 |
| | |||||
* | add handshaking system, and refactor server a bit | ubq323 | 2023-06-18 | 1 | -2/+6 |
| | |||||
* | misc things | ubq323 | 2023-04-09 | 1 | -0/+4 |
| | |||||
* | use lmdb for world storage; plus other small things | ubq323 | 2023-03-24 | 1 | -8/+14 |
| | | | | | | support numpad 8456 for movement in addition to wasd refactor server and add player module update outdated documentation slightly | ||||
* | refactor game.lua somewhat, use state machinish thing for connecting, ↵ | ubq323 | 2023-03-15 | 1 | -58/+70 |
| | | | | instead of `if local_player` guards everywhere | ||||
* | add scene system, move top level stuff into its own module | ubq323 | 2023-03-15 | 1 | -0/+357 |