summary refs log tree commit diff homepage
path: root/torus.h (follow)
Commit message (Collapse)AuthorAge
* Add ARRAY_LEN macroJune McEnroe2018-07-19
|
* Add server map generationJune McEnroe2018-07-17
|
* Tabify sourceJune McEnroe2018-07-17
| | | | And other style changes.
* Use anonymous unionJune McEnroe2018-04-09
|
* Replace #define with enum or const where possibleJune McEnroe2018-04-09
|
* 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 9a6c9c91c8092603b914cc0b3085d059e162ca29.
* 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