home · contact · privacy
In actor_move(), don't test target cell passability earlier than needed.
[plomrogue] / roguelike-server
2015-03-12 Christian HellerIn actor_move(), don't test target cell passability...
2015-03-12 Christian HellerReplace TT_CONSUMABLE with more general TT_TOOL (type...
2015-03-12 Christian Heller7DRL: Add first plant growth quest.
2015-03-12 Christian Heller7DRL: Don't save world_db["altar"].
2015-03-12 Christian HellerAllow greater TT_PROLIFERATE values.
2015-03-12 Christian HellerMore helpfulness on how to start over in a new game...
2015-03-12 Christian HellerDocument "wait" action in log help and README.
2015-03-12 Christian HellerAdd log_help(), short usage info sent to log on server...
2015-03-12 Christian HellerRemove debugging code.
2015-03-12 Christian Heller7DRL: Move altar positioning from server command to...
2015-03-12 Christian Heller7DRL: Add endgame.
2015-03-12 Christian Hellerturn_over(): hunger() before Thing action, so no suicid...
2015-03-11 Christian Heller7DRL: Add '_' altar symbol to map, declare it walkable.
2015-03-11 Christian Heller7DRL: Add ALTAR positioning command / init.
2015-03-11 Christian HellerImprove input validation in command_worldactive().
2015-03-11 Christian HellerFix bug in thingproliferation() (using "." instead...
2015-03-11 Christian Heller7DRL: Add vegetation-friendly land, make plant spread...
2015-03-11 Christian HellerHandle cases where game / server starts on dead player.
2015-03-11 Christian Heller7DRL: Declare ':' map cells open / passable / proliferable.
2015-03-11 Christian HellerRename remake_map() to make_map().
2015-03-11 Christian HellerFix map invalidation in command_maplength().
2015-03-11 Christian HellerSave world map in savefile, generate only on MAKE_WORLD...
2015-03-11 Christian HellerOutput message about inability to set world active.
2015-03-11 Christian HellerAdd comment about last commit's feature.
2015-03-11 Christian HellerIgnore lowercase-starting (= player) commands when...
2015-03-11 Christian HellerFix buggy map existence test in command_worldactive().
2015-03-11 Christian HellerRe-insert map existence check in command_worldactive().
2015-03-11 Christian HellerDon't save non-active world.
2015-03-11 Christian HellerSimplify and optimizing Thing proliferation rules.
2015-03-11 Christian HellerMinor optimization in update_map_memory().
2015-03-10 Christian Heller7DRL: Non-players picking up player-dropped consumables...
2015-03-10 Christian HellerLet actor_pick_up pick up most nutritious Thing as...
2015-03-10 Christian HellerFix bug in dying actor dropping Things: Unset "carried...
2015-03-10 Christian HellerLet dying actors drop their things.
2015-03-10 Christian Heller7DRL: Let GOD_FAVOR in-/decrements be affected by GOD_MOOD.
2015-03-10 Christian HellerLet death/killing of creatures affect God's mood and...
2015-03-10 Christian HellerFix replay mode overwriting save file on quit.
2015-03-10 Christian Heller7DRL: Wounding (worse: killing) other creatures lowers...
2015-03-10 Christian HellerFix another string building bug in actor_move().
2015-03-10 Christian Heller7DRL: De-/increment God's mood with lifepoints, and...
2015-03-10 Christian HellerFix another actor_move string building bug.
2015-03-10 Christian HellerFix KeyError bug in actor_move.
2015-03-10 Christian HellerAdd ThingType-dependent limit on storage room in inventory.
2015-03-10 Christian HellerFinish the aforementioned removal of log messages.
2015-03-10 Christian HellerRemove log messages about actions the player is not...
2015-03-10 Christian HellerServe: Minor stylistic/cosmetic improvemenets to update...
2015-03-10 Christian HellerMore informative outsourcing notes.
2015-03-10 Christian HellerRemove unused variable.
2015-03-10 Christian HellerFix typo in comment.
2015-03-10 Christian HellerFix client-server communication bug that made read_queu...
2015-03-10 Christian HellerFix syntax bug.
2015-03-10 Christian HellerApply PEP8.
2015-03-10 Christian HellerDocument all outsourcings from Python to C.
2015-03-10 Christian HellerFurther server optimization by outsourcing to libplomrogue.
2015-03-10 Christian HellerUndo debugging refactoring.
2015-03-10 Christian Heller7DRL: Add GOD_MOOD, GOD_FAVOR properties with no use...
2015-03-09 Christian HellerUpdate/improve tests for lack of compiled files to...
2015-03-09 Christian HellerRemove C variant of server, redefine build system to...