home · contact · privacy
Server: Add WORLD_ACTIVE checks.
[plomrogue] / server / commands.py
2016-03-05 Christian HellerServer: Add WORLD_ACTIVE checks.
2016-03-03 Christian HellerServer: Don't calculate eat_vs_hunger_threshold more...
2016-03-03 Christian HellerServer: Optimize thing position calculation.
2016-02-29 Christian HellerServer, plugin: Refactor play_pickup plugin hooking.
2016-02-29 Christian HellerServer, plugin: Refactor play_use plugin hooking.
2016-02-29 Christian HellerServer, plugin: Refactor play_move plugin hooking,...
2016-02-29 Christian HellerPlugin, server: Refactor command_worldactive plugin...
2016-02-29 Christian HellerServer, plugin: Refactor command_ttid plugin hooking.
2016-02-27 Christian HellerServer, plugin: Refactor ai (plugin hooks).
2016-02-27 Christian HellerServer, plugin: Refactor make_world modularity.
2016-02-26 Christian HellerServer: Refactor command_taname.
2016-02-26 Christian HellerServer, plugin: Abort command_worldactive checks as...
2016-02-24 Christian HellerServer: Add terrain description to things_here command.
2016-02-23 Christian HellerServer: Inform player about his inability to swim on...
2016-02-22 Christian HellerServer: Don't keep player from moving over passable...
2016-02-22 Christian HellerServer: Make make_world function selectable.
2016-02-22 Christian HellerServer: Make thingproliferation function selectable.
2016-02-21 Christian HellerServer: Make ai func selectable.
2016-02-20 Christian HellerChange plugin naming convention.
2016-02-20 Christian HellerServer: Transform PLUGIN command to God command, save...
2016-02-20 Christian HellerAdd client plugin infrastructure.
2016-02-19 Christian HellerConsistent use of "pickup" instead of "pickup" as comma...
2016-02-17 Christian HellerServer: Fix bug in action_exists().
2016-02-06 Christian HellerServer: Ignore calls to action names with undefined...
2016-01-31 Christian HellerAdd GPL notices to all source files.
2016-01-31 Christian HellerServer: Split in many files, reorganize code slightly...