home · contact · privacy
plomrogue
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...
2016-02-17 Christian HellerClient: Minor comment language fix.
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-02-05 Christian HellerUpdate testing script.
2016-01-31 Christian HellerAdd copyright notice (year).
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.
2016-01-27 Christian HellerChange path of server run data directory from server...
2016-01-27 Christian HellerClient: Add TODO comment.
2016-01-27 Christian HellerClient: Make worldstate file data reading order configu...
2016-01-27 Christian HellerClient: Minor refactorings.
2016-01-09 Christian HellerClient: More refactoring.
2016-01-09 Christian HellerClient: Remove debugging code, superfluous whitespace.
2015-12-18 Christian HellerClient: Restructure into modules below client/.
2015-12-16 Christian HellerRemove AGPLv3 file no longer needed due to redo drop.
2015-12-16 Christian HellerSimplify initial start by automatically building libplo...
2015-12-16 Christian HellerClient: Fix win_map() confusion when map smaller than...
2015-12-16 Christian HellerFix testing script.
2015-12-16 Christian HellerAdd build script forgotten in last commit.
2015-12-16 Christian HellerReplace old with new client, drop redo system needed...
2015-12-16 Christian HellerServer: Remove log_help(), this should be serverd by...
2015-12-16 Christian HellerNew client: Add quick help text to log start.
2015-12-16 Christian HellerServer: Correct initial log message.
2015-12-16 Christian HellerNew client: Add things_here scrolling, remove debugging...
2015-12-16 Christian HellerNew client: Add window titles.
2015-12-16 Christian HellerNew client: Remove unneeded outcommented code.
next