home · contact · privacy
Server: Optimize thing position calculation.
[plomrogue] / server / actions.py
2016-03-03 Christian HellerServer: Optimize thing position calculation.
2016-02-28 Christian HellerServer, plugin: Refactor decrement_lifepoint hooking...
2016-02-28 Christian HellerServer, plugin: Refactor actor_move plugin hooking.
2016-02-28 Christian HellerServer: Tell player about deaths his wounding is respon...
2016-02-28 Christian HellerServer, plugin: Refactor actor_use plugin hooking.
2016-02-28 Christian HellerServer, plugin: Refactor actor_drop plugin hooking.
2016-02-27 Christian HellerServer, plugin: Refactor actor_pickup plugin hooking.
2016-02-25 Christian HellerServer, plugin: Minor language improvements.
2016-02-23 Christian HellerServer: Make decrement_lifepoints function selectable.
2016-02-22 Christian HellerServer: Make thingproliferation function selectable.
2016-02-22 Christian HellerServer: Make list of symbols of passable fields configu...
2016-02-21 Christian HellerServer: Fix typo, remove deprecated outcommented code.
2016-02-19 Christian HellerConsistent use of "pickup" instead of "pickup" as comma...
2016-01-31 Christian HellerAdd GPL notices to all source files.
2016-01-31 Christian HellerServer: Split in many files, reorganize code slightly...