home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / map_object_actions.c
2013-12-01 Christian HellerSome refactoring in map_object_actions library.
2013-11-27 Christian HellerRefactorisation and comment improvements in misc library.
2013-11-26 Christian HellerSimplified textfile_sizes() and replaced all get_linema...
2013-11-20 Christian HellerDon't hardcode map object action id for "move" in turn_...
2013-11-18 Christian HellerEach map object action now take different numbers of...
2013-11-09 Christian HellerDead shoggoths corpse to "magic meat" that can now...
2013-11-06 Christian HellerStrongly simplified / standardized user action interfaces.
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-10-29 Christian HellerNot very elegant solution to bug of appropriate invento...
2013-10-07 Christian HellerAdded primitive inventory system. Any objects may now...
2013-09-26 Christian HellerNew animate map objects are never placed on a square...
2013-09-26 Christian HellerThe player is now a map object like any other. All...
2013-09-23 Christian HellerRe-wrote map object system to use same structs for...
2013-09-05 Christian HellerHeavy refactoring of all file I/O and some memory handl...
2013-08-29 Christian HellerUse command IDs from command DB as what is recorded...
2013-08-27 Christian HellerImproved comments.
2013-08-27 Christian HellerPlayer earns a score by killing enemies.
2013-08-27 Christian HellerKilled monsters evolve into corpse items.
2013-08-27 Christian HellerRepaired last commit and provided more consistent varia...
2013-08-27 Christian HellerRe-factored move_player().
2013-08-27 Christian HellerRefactored move_monster().
2013-08-21 Christian HellerPass pointers to yx_uint16 structs to yx_uint16_cmp...
2013-08-06 Christian HellerMoved pseudo-random generator into its own library...
2013-07-30 Christian HellerFixed bug whereby the log would describe bumps of monst...
2013-07-23 Christian HellerMore documentation and re-styling of code.
2013-07-20 Christian HellerUse enum instead of define for directions in yx_uint16...
2013-07-18 Christian HellerHad forgotten to actually add the new library.