home
·
contact
·
privacy
projects
/
plomrogue2
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Send THING_CARRYING only after all things have been set up.
[plomrogue2]
/
plomrogue
/
game.py
2020-12-11
Christian Heller
Send THING_CARRYING only after all things have been...
blob
|
commitdiff
|
raw
2020-12-10
Christian Heller
Raise bar for multiprocessing, after some performance...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-09
Christian Heller
Also show unworn hats' design.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-09
Christian Heller
Add bottle spinning.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-09
Christian Heller
On thing removal, uncarry carried things.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-09
Christian Heller
Make thing dropping directional.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-09
Christian Heller
Don't enter command_thing mode when not carrying anythi...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-08
Christian Heller
Avoid multiprocessing until it's really worth it.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-08
Christian Heller
Only re-process FOVs for players whose FOV radius is...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-08
Christian Heller
Fix faulty FOV handling of non-player Things.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-08
Christian Heller
Refactor thing addition / removal.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-08
Christian Heller
Recalc FOVs and their map view results only on relevant...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Widen face and hat.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Spawn hats from BottleDeposit, add HatRemixer.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Add wearable hats.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Add editable player faces.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Show Thing installation status in Thing info display.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Save thing installation status.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Fix bug sending THING_CARRYING to clients who don't...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Exclude non-portable things from pick_up selection.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-07
Christian Heller
Mark thing-carrying players with $ instead of +.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-06
Christian Heller
Don't recalculate directions all the time, unnecessarily.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-06
Christian Heller
Replace annotation polling with annotation push, cache...
blob
|
commitdiff
|
raw
|
diff to current
2020-12-05
Christian Heller
Multi-process FOV generation on send_gamestate.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-03
Christian Heller
Turn Consumable into Bottle that may be full or empty.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-03
Christian Heller
Add music player.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-03
Christian Heller
Add comment explaining game state sending interval.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-03
Christian Heller
Only send out new gamestate every 1/25 second.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-01
Christian Heller
Store door state.
blob
|
commitdiff
|
raw
|
diff to current
2020-12-01
Christian Heller
Make door closing visible.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-27
Christian Heller
Add thing protection.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-26
Christian Heller
Add thing name editing.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-26
Christian Heller
Some more code style improvements after flake8.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-26
Christian Heller
Fix various minor, mostly "unused" flake8 complaints.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-20
Christian Heller
Introduce spawn points.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-20
Christian Heller
Add default map protection areas.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-19
Christian Heller
Add basic admin commands.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-19
Christian Heller
Refactor player session code.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-18
Christian Heller
dd annotation hints view.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-18
Christian Heller
Only save maps that have been modified from default.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-18
Christian Heller
Re-write mapping system to accomodate infinite map...
blob
|
commitdiff
|
raw
|
diff to current
2020-11-17
Christian Heller
Shrink sound Dijkstra map, reach; refactor lots of...
blob
|
commitdiff
|
raw
|
diff to current
2020-11-17
Christian Heller
Shrink FOV map to radius.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-14
Christian Heller
Expand terrain and thing content.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-14
Christian Heller
Add terrain descriptions.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-14
Christian Heller
Persist Thing names, simplify their client info display.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-14
Christian Heller
Generalize ThingPlayer.nickname to Thing.name.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-14
Christian Heller
Add player-identifying meta characters next to @ symbols.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-13
Christian Heller
Add basic non-player things system.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-12
Christian Heller
Add field of view.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-10
Christian Heller
Use god mode commands on world save.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-10
Christian Heller
Also inhibit FLATTEN_SURROUNDINGS with terrain passwording.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-10
Christian Heller
Add terrain editing access control via passwords.
blob
|
commitdiff
|
raw
|
diff to current
2020-11-09
Christian Heller
Initial commit.
blob
|
commitdiff
|
raw
|
diff to current