summaryrefslogtreecommitdiff
path: root/client/game.lua
Commit message (Collapse)AuthorAgeFilesLines
* move chat formatting to serverside, and make chat messages include usernameubq3232023-08-271-4/+1
|
* reëngineer inventories a bitubq3232023-08-271-4/+8
|
* add player inventoriesubq3232023-08-261-3/+19
|
* use usernames in join/leave chat messagesubq3232023-08-261-2/+2
|
* print usernames better, and respond to remote players usernamesubq3232023-08-261-3/+10
|
* fix trailing whitespaceubq3232023-06-191-42/+38
|
* fix shadowing issues reported by luacheckubq3232023-06-191-1/+0
|
* fix line lengthsubq3232023-06-181-11/+26
|
* actually send the usernameubq3232023-06-181-1/+5
|
* add handshaking system, and refactor server a bitubq3232023-06-181-2/+6
|
* misc thingsubq3232023-04-091-0/+4
|
* use lmdb for world storage; plus other small thingsubq3232023-03-241-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, ↵ubq3232023-03-151-58/+70
| | | | instead of `if local_player` guards everywhere
* add scene system, move top level stuff into its own moduleubq3232023-03-151-0/+357