Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.dumitru.net/nush/
- Move dumpGlobals to Util Ralph Versteegen 9 years ago
- Ctrl-C handler now works from both C and lua: simply call luaL_error() Ralph Versteegen 9 years ago
- Print lua backtrace on error. Added curses.running, and removed a tailcall in Actor:act() Ralph Versteegen 9 years ago
- Fix item def inheritance Ralph Versteegen 9 years ago
- fixed inheritance (I hope) Vlad Dumitru 9 years ago
- (Does not run) Start on itemdefs.lua. Ralph Versteegen 9 years ago
- Replace Game.log with Log. Allows writing to log in module-level code Ralph Versteegen 9 years ago
- basic inventory screen; only lists items Vlad Dumitru 9 years ago
- made writeCentered a global UI function Vlad Dumitru 9 years ago
- Add and use item:describe() to name items, and some other fix ups to Item methods Ralph Versteegen 9 years ago
- reverted accidental modification of lua/ui.lua Vlad Dumitru 9 years ago
- added IDEAS file Vlad Dumitru 9 years ago
- Add 'g' or ',' to pick up item, also Actor:dropItem() (no key for that yet) Ralph Versteegen 9 years ago
- Actor inventories; functions for adding and removing items Ralph Versteegen 9 years ago
- added title screen Vlad Dumitru 9 years ago
- Trivial fix and typo Ralph Versteegen 9 years ago
- Improve Map:toString and Item:toString. Map tracks the map number now Ralph Versteegen 9 years ago
- Add Game:removeItem/Actor Ralph Versteegen 9 years ago
- Add new Util module, w/ Util.seqRemove() to remove an item from a sequence Ralph Versteegen 9 years ago
- fixed locker rooms not appearing near room floor tiles Vlad Dumitru 9 years ago
- the dungeon now has patches of grass and pools of water Vlad Dumitru 9 years ago
- added hidden doors, which are revealed by bumping into them Vlad Dumitru 9 years ago
- swapped raw() for cbreak() Vlad Dumitru 9 years ago
- fixed locker rooms fudging up dungeon layout Vlad Dumitru 9 years ago
- added locker rooms Vlad Dumitru 9 years ago
- death messages are now red Vlad Dumitru 9 years ago
- added doors; actors can now open closed doors Vlad Dumitru 9 years ago
- items are now drawn before actors Vlad Dumitru 9 years ago
- added some items scattered around the dungeon Vlad Dumitru 9 years ago
- added item framework Vlad Dumitru 9 years ago