about summary refs log tree commit diff homepage
path: root/torus.h (follow)
Commit message (Collapse)AuthorAge
* Factor out default pathsJune McEnroe2019-01-08
|
* Add teleportationJune McEnroe2019-01-04
| | | | "Spawns" in the old code.
* Restore old data formatJune McEnroe2019-01-04
|
* Use PascalCase for constantsJune McEnroe2018-09-30
|
* Shrink mapJune McEnroe2018-08-25
|
* Send now in mapJune McEnroe2018-08-25
|
* Calculate min and max meta for map server-sideJune McEnroe2018-08-25
|
* Add g for flipJune McEnroe2018-08-23
|
* Replace client with rudimentary CP437 supportJune McEnroe2018-08-21
|
* Use alignas rather than attributesJune McEnroe2018-08-21
|
* Shrink the torus and rearrange struct TileJune McEnroe2018-08-21
|
* Remove spawnsJune McEnroe2018-08-21
| | | | | This reverts ce13621292bdfeafd7c6561c432a1d96deccbd3a and commits after it.
* 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