Tree @master (Download .tar.gz)
Commit History
@master
git clone https://git.dumitru.net/nush/
- Add `markup' as a shortcut for {{WHITE}}markup{{pop}}, and add UI:removeMarkup() Ralph Versteegen 9 years ago
- Add curses.vline(), curses.hline(), curses.box() Ralph Versteegen 9 years ago
- started work on a BSP-based map generator Vlad Dumitru 9 years ago
- {{pop}} markup code undoes the previous one. May be useful for nested markup codes Ralph Versteegen 9 years ago
- log_printf(): append newline to match behaviour of Log:write() Ralph Versteegen 9 years ago
- Set delay for Esc to 100ms; Esc as alternative to Q and < as alternative to > Ralph Versteegen 9 years ago
- Add R/^R/^L, and curses.redraw(), to redraw the screen Ralph Versteegen 9 years ago
- added scores.txt to .gitignore Vlad Dumitru 9 years ago
- added scores.txt to .gitignore Vlad Dumitru 9 years ago
- added high score table and causes of death Vlad Dumitru 9 years ago
- the player can now die Vlad Dumitru 9 years ago
- replaced magic numbers with global constants Vlad Dumitru 9 years ago
- Add 'f' to fire weapon; firing animation Ralph Versteegen 9 years ago
- Add log_printf() for writing to log.txt from C Ralph Versteegen 9 years ago
- Add Particles Ralph Versteegen 9 years ago
- Also report numpad insert & delete in pdcurses, for consistency Ralph Versteegen 9 years ago
- Break out of infinite loop in map gen if a room can't be placed anywhere Ralph Versteegen 9 years ago
- added a cave generator Vlad Dumitru 9 years ago
- UI:directionFromKey() and :promptDirection now return 3 values instead of a table; also add UI:xyFromDirection() Ralph Versteegen 9 years ago
- Add clib global library, with clib.sleep() and clib.time() functions Ralph Versteegen 9 years ago
- Fixups to nush and keytest under Windows+pdcurses; numpad works now Ralph Versteegen 9 years ago
- updated IDEAS file Vlad Dumitru 9 years ago
- stairs aren't considered free/empty tiles anymore Vlad Dumitru 9 years ago
- added working stairs and level names Vlad Dumitru 9 years ago
- removed "walk-message" behaviour and instead added "on-walk" events for tiles Vlad Dumitru 9 years ago
- doors can now be closed Vlad Dumitru 9 years ago
- got a working binary for Windows, which works with lua 5.1 Vlad Dumitru 9 years ago
- Add UI:directionFromKey() and UI:promptDirection() and use for movement Ralph Versteegen 9 years ago
- Diagonal movement Ralph Versteegen 9 years ago
- Working ncurses numpad support; add keytest utility for investigating curse keyboard problems Ralph Versteegen 9 years ago