home · contact · privacy
plomrogue
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 HellerUpdate testing data.
2016-03-01 Christian HellerPlugin: Fix wrongful variable assignment.
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, plugin: New testing data.
2016-02-29 Christian HellerServer: Remove debug logging.
2016-02-29 Christian HellerPlugin: Move file.
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 HellerPlugin: Refactor.
2016-02-26 Christian HellerClient: Solve automatic reconfiguring of windows in...
2016-02-26 Christian HellerPlugin: Improve start info.
2016-02-26 Christian HellerPlugin: Fix bad function reference.
2016-02-26 Christian HellerClient: Fix broken "things here" window scrolling command.
2016-02-26 Christian HellerPlugin: Refactor actor_move.
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-26 Christian HellerPlugin: Improve formatting of long strings.
2016-02-25 Christian HellerPlugin: Add proper map coloring.
2016-02-25 Christian HellerPlugin: Add scenario file.
2016-02-25 Christian HellerPlugin: Fix bug by typo.
2016-02-25 Christian HellerServer, plugin: Minor language improvements.
2016-02-25 Christian HellerPlugin: Add final mission.
2016-02-25 Christian HellerPlugin: Add new mission.
2016-02-25 Christian HellerPlugin: Add altar re-spawning of died-out species.
2016-02-25 Christian HellerPlugin: Don't let player pick up more than they can...
2016-02-25 Christian HellerPlugin: Simplify decrement_lifepoints.
2016-02-25 Christian HellerPlugin: Add fertilizer tool, and TOOL_0 variable.
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 HellerPlugin: Make actors with more TT_LIFEPOINTS move faster.
2016-02-24 Christian HellerServer: Make thing action effort calculation selectable.
2016-02-24 Christian HellerPlugin: Add stacks and empathy map.
2016-02-24 Christian HellerPlugin: Add new terrain type names.
2016-02-24 Christian HellerServer: Add terrain description to things_here command.
2016-02-24 Christian HellerPlugin: Don't count felling non-trees as blasphemic.
2016-02-24 Christian HellerPlugin: Add new plant mission.
2016-02-24 Christian HellerPlugin: Refactor.
2016-02-24 Christian HellerPlugin: Add carpentry.
2016-02-24 Christian HellerPlugin: Add lumber created by chopping trees.
2016-02-23 Christian HellerPlugin: Add axe-chopping of trees.
2016-02-23 Christian HellerServer: Inform player about his inability to swim on...
2016-02-23 Christian HellerPlugin: Add mission, fix slipper usage, change GAME_WON...
2016-02-23 Christian HellerServer: Make decrement_lifepoints function selectable.
2016-02-23 Christian HellerPlugin: Remove debugging code.
2016-02-23 Christian HellerPlugin: Add endgame.
2016-02-23 Christian HellerPlugin: Add altar.
2016-02-23 Christian HellerServer: Don't save world_db entries with keys that...
2016-02-23 Christian HellerPlugin: Don't use global on variables changed by plugin...
2016-02-23 Christian HellerServer: Save PLUGIN command at top of save file.
2016-02-23 Christian HellerPlugin: Clean up imports.
2016-02-22 Christian HellerPlugin: Grow PtIG adaption.
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 HellerAdd beginnings of pluginized variant of PtIG.
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-21 Christian HellerClient: Fix bugs in plugin infrastructure.
2016-02-20 Christian HellerChange plugin naming convention.
2016-02-20 Christian HellerServer: Transform PLUGIN command to God command, save...
2016-02-20 Christian HellerServer: Abort more elegantly on --help argument.
2016-02-20 Christian HellerServer: Fix broken exit code printing.
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...
next