2015-03-13 |
Christian Heller | 7DRL: Default to EMPATHY set as long as no mission... |
blob | commitdiff | raw |
2015-03-13 |
Christian Heller | 7DRL: Show actors' health on map (for non-player only... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | 7DRL: Exclude map cells with actors in FOV on them... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | 7DRL: Via stacks depth map, add visualization of thing... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | Define stack order by thing type id order (highest... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | 7DRL: Make "Things here" window scrollable. |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | 7DRL: Prefix THINGS_HERE info with terrain name. |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | 7DRL: Don't count choppings of artificial wooden barrie... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | 7DRL: Let animals proliferate on all open map cells... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | 7DRL: New plant mission, plus lots of refactoring of... |
blob | commitdiff | raw | diff to current |
2015-03-13 |
Christian Heller | (Tentative: Contains bugs!) Add carpentry, building... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | Fix memory map not updating world map terrain when... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | 7DRL: Add falling trees turning to lumber / WOOD. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | 7DRL: Add an "axe" tool type to chop down trees with. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | In actor_move(), don't test target cell passability... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | Replace TT_CONSUMABLE with more general TT_TOOL (type... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | 7DRL: Add first plant growth quest. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | 7DRL: Don't save world_db["altar"]. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | Allow greater TT_PROLIFERATE values. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | More helpfulness on how to start over in a new game... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | Document "wait" action in log help and README. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | Add log_help(), short usage info sent to log on server... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | Remove debugging code. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | 7DRL: Move altar positioning from server command to... |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | 7DRL: Add endgame. |
blob | commitdiff | raw | diff to current |
2015-03-12 |
Christian Heller | turn_over(): hunger() before Thing action, so no suicid... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | 7DRL: Add '_' altar symbol to map, declare it walkable. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | 7DRL: Add ALTAR positioning command / init. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Improve input validation in command_worldactive(). |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Fix bug in thingproliferation() (using "." instead... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | 7DRL: Add vegetation-friendly land, make plant spread... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Handle cases where game / server starts on dead player. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | 7DRL: Declare ':' map cells open / passable / proliferable. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Rename remake_map() to make_map(). |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Fix map invalidation in command_maplength(). |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Save world map in savefile, generate only on MAKE_WORLD... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Output message about inability to set world active. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Add comment about last commit's feature. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Ignore lowercase-starting (= player) commands when... |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Fix buggy map existence test in command_worldactive(). |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Re-insert map existence check in command_worldactive(). |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Don't save non-active world. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Simplify and optimizing Thing proliferation rules. |
blob | commitdiff | raw | diff to current |
2015-03-11 |
Christian Heller | Minor optimization in update_map_memory(). |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | 7DRL: Non-players picking up player-dropped consumables... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Let actor_pick_up pick up most nutritious Thing as... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix bug in dying actor dropping Things: Unset "carried... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Let dying actors drop their things. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | 7DRL: Let GOD_FAVOR in-/decrements be affected by GOD_MOOD. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Let death/killing of creatures affect God's mood and... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix replay mode overwriting save file on quit. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | 7DRL: Wounding (worse: killing) other creatures lowers... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix another string building bug in actor_move(). |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | 7DRL: De-/increment God's mood with lifepoints, and... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix another actor_move string building bug. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix KeyError bug in actor_move. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Add ThingType-dependent limit on storage room in inventory. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Finish the aforementioned removal of log messages. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Remove log messages about actions the player is not... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Serve: Minor stylistic/cosmetic improvemenets to update... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | More informative outsourcing notes. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Remove unused variable. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix client-server communication bug that made read_queu... |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Fix syntax bug. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Apply PEP8. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Document all outsourcings from Python to C. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Further server optimization by outsourcing to libplomrogue. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | Undo debugging refactoring. |
blob | commitdiff | raw | diff to current |
2015-03-10 |
Christian Heller | 7DRL: Add GOD_MOOD, GOD_FAVOR properties with no use... |
blob | commitdiff | raw | diff to current |
2015-03-09 |
Christian Heller | Update/improve tests for lack of compiled files to... |
blob | commitdiff | raw | diff to current |
2015-03-09 |
Christian Heller | Remove C variant of server, redefine build system to... |
blob | commitdiff | raw | diff to current |
|