home · contact · privacy
Fix buggy healthy_addch().
[plomrogue] / server /
2016-03-06 Christian HellerMake PtIG default game, add documentation.
2016-03-05 Christian HellerServer, plugin: Fix buggy passing of strings to C library.
2016-03-05 Christian HellerServer: Add WORLD_ACTIVE checks.
2016-03-05 Christian HellerServer: Update worldstate during any turn change -...
2016-03-03 Christian HellerServer: Minor code simplification.
2016-03-03 Christian HellerServer: Don't calculate eat_vs_hunger_threshold more...
2016-03-03 Christian HellerServer: Minor AI algorithm performance optimization.
2016-03-03 Christian HellerServer: Optimize thing position calculation.
2016-03-02 Christian HellerServer: Fix AI bug (searching too costly consumable...
2016-03-02 Christian HellerServer: Simplify code.
2016-03-02 Christian HellerServer: Fix bug in savefile write delay calculation.
2016-03-02 Christian HellerServer: Simplify code.
2016-03-02 Christian HellerServer: Minor performance optimizations in seeing_thing().
2016-03-01 Christian HellerServer: Further optimization in AI algorithms.
2016-03-01 Christian HellerServer: Performance optimization in init_score_map().
2016-03-01 Christian HellerServer: Minor save file generation optimization.
2016-02-29 Christian HellerServer: Remove debug logging.
2016-02-29 Christian HellerServer, plugin: Refactor thing proliferation.
2016-02-29 Christian HellerServer: Refactor and fix bugs in in thing proliferation.
2016-02-29 Christian HellerServer, plugin: Some minor variable renaming.
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-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-27 Christian HellerServer: Refactor thingproliferation plugin hooks.
2016-02-27 Christian HellerServer, plugin: Refactor ai (plugin hooks).
2016-02-27 Christian HellerServer, plugin: Refactor thingproliferation (plugin...
2016-02-27 Christian HellerServer: Remove unused import.
2016-02-27 Christian HellerServer, plugin: Refactor make_world modularity.
2016-02-27 Christian HellerServer, plugin: Refactor map making.
2016-02-26 Christian HellerServer: Refactor command_taname.
2016-02-26 Christian HellerServer, plugin: Abort command_worldactive checks as...
2016-02-26 Christian HellerServer: Simplify turn_over().
2016-02-25 Christian HellerServer, plugin: Minor language improvements.
2016-02-24 Christian HellerServer: Speed-optimize AI algorithms.
2016-02-24 Christian HellerServer: Further optimize update_map_memory.
2016-02-24 Christian HellerServer: Outsource part of update_map_memory to C library.
2016-02-24 Christian HellerServer: Make thing action effort calculation selectable.
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-23 Christian HellerServer: Make decrement_lifepoints function selectable.
2016-02-23 Christian HellerServer: Don't save world_db entries with keys that...
2016-02-23 Christian HellerServer: Save PLUGIN command at top of save file.
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-22 Christian HellerServer: Make map generator selectable.
2016-02-22 Christian HellerServer: More expressive error message.
2016-02-22 Christian HellerServer: Fix bug in thingproliferation().
2016-02-22 Christian HellerServer: Also use symbols_passable direction in thingpro...
2016-02-22 Christian HellerServer: Make list of symbols of passable fields configu...
2016-02-21 Christian HellerServer: Fix bug in carry list of newly instantiated...
2016-02-21 Christian HellerServer: Make default thing attributes configurable.
2016-02-21 Christian HellerServer: Make ai func selectable.
2016-02-21 Christian HellerServer: Fix typo, remove deprecated outcommented code.
2016-02-21 Christian HellerServer: Fix dependences on possibly undefined actions.
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 HellerRefactor worldstate file writing, make it more extensible.
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-02-06 Christian HellerServer: Force control for proper map length before...
2016-02-06 Christian HellerServer: Make world initialization conf file choosable.
2016-01-31 Christian HellerAdd GPL notices to all source files.
2016-01-31 Christian HellerServer: Split in many files, reorganize code slightly...
2016-01-27 Christian HellerServer: Start modularizing into separate files.