Tree @master (Download .tar.gz)
History of
lua
/
game.lua
@master
git clone https://git.dumitru.net/nush/
- 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
- Fix item def inheritance 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
- Add 'g' or ',' to pick up item, also Actor:dropItem() (no key for that yet) Ralph Versteegen 9 years ago
- added title screen Vlad Dumitru 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
- the dungeon now has patches of grass and pools of water Vlad Dumitru 9 years ago
- added locker rooms Vlad Dumitru 9 years ago
- added some items scattered around the dungeon 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
- UI:colorWrite: rewrite tokenisation to preserve whitespace, switch to {{cyan}}-style codes Ralph Versteegen 9 years ago
- Switch to singleton Game and UI objects which are returned by 'require' Ralph Versteegen 9 years ago
- separated UI methods from the Game object Vlad Dumitru 9 years ago
- the cursor is now hidden when consulting the message log screen Vlad Dumitru 9 years ago
- added support for counting repeated messages in the message log Vlad Dumitru 9 years ago
- add Game:messageLogScreen Ralph Versteegen 9 years ago
- Add Global.screenWidth/Height, though that's pretty unwieldy, maybe it should be curses.width/height instead Ralph Versteegen 9 years ago
- Fix some typos Ralph Versteegen 9 years ago
- random seed is initialized with system time Vlad Dumitru 9 years ago
- actor death and basic melee Vlad Dumitru 9 years ago
- initial commit Vlad Dumitru 9 years ago
- first commit Vlad Dumitru 11 years ago