summary refs log tree commit diff homepage
path: root/torus.h (follow)
Commit message (Collapse)AuthorAge
* Clean up spawn constantsJune McEnroe2018-03-05
|
* Rename Tile timestamps {create,modify,access}TimeJune McEnroe2018-03-05
|
* Pack message type enumsJune McEnroe2018-03-05
|
* Undef COLOR_ constants in torus.hJune McEnroe2018-03-05
|
* Remove leading blank linesJune McEnroe2017-09-27
|
* Relicense AGPLJune McEnroe2017-09-03
| | | | | | | I know it's already published under a permissive license in what is probably its final form, but I want to license it AGPL anyway on principle following some conversations I had about open source, corporations and copyleft.
* Revert "Add client readOnly mode"June McEnroe2017-09-01
| | | | This reverts commit 34f25ae40a3db9369e9d98b3814f2b93bbc21451.
* Add client readOnly modeJune McEnroe2017-09-01
|
* Add four additional spawnsJune McEnroe2017-08-29
|
* Add respawningJune McEnroe2017-08-28
|
* Move license above includesJune McEnroe2017-08-26
| | | | Why was it down there?
* Add license to torus.h as wellJune McEnroe2017-08-24
|
* Split tile access and modifyJune McEnroe2017-08-02
|
* Show other clients' cursorsJune McEnroe2017-07-31
| | | | Also unfuck removing on send failure.
* Track tile access countsJune McEnroe2017-07-31
|
* Track color only client-sideJune McEnroe2017-07-30
|
* Add tile create and access timestampsJune McEnroe2017-07-30
|
* Assert stable struct Tile field offsetsJune McEnroe2017-07-30
|
* Initial commitJune McEnroe2017-07-30