Tree @master (Download .tar.gz)
History of
lua
/
actor.lua
@master
git clone https://git.dumitru.net/nush/
- added debug keys to teleport the player to the next/previous level Vlad Dumitru 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 high score table and causes of death Vlad Dumitru 9 years ago
- the player can now die Vlad Dumitru 9 years ago
- Add 'f' to fire weapon; firing animation Ralph Versteegen 9 years ago
- Add Particles Ralph Versteegen 9 years ago
- UI:directionFromKey() and :promptDirection now return 3 values instead of a table; also add UI:xyFromDirection() Ralph Versteegen 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
- Move dumpGlobals to Util 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
- (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
- Add and use item:describe() to name items, and some other fix ups to Item methods Ralph Versteegen 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 hidden doors, which are revealed by bumping into them 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
- added a debug key for temporary showing the player the full map Vlad Dumitru 9 years ago
- started work on a map generator Vlad Dumitru 9 years ago
- started work on a map generator Vlad Dumitru 9 years ago
- Add a temp debug key '#' to dump the list of global variables Ralph Versteegen 9 years ago
- Switch to singleton Game and UI objects which are returned by 'require' Ralph Versteegen 9 years ago