History of
lua
@master
git clone https://git.dumitru.net/nush/
-
Boogeymen are now Savages; also added Savage Chief
Vlad Dumitru
9 years ago
-
added actordefs.lua
Vlad Dumitru
9 years ago
-
enemies now leave corpses behind
Vlad Dumitru
9 years ago
-
quitting the game is now submitted to scores.txt
Vlad Dumitru
9 years ago
-
fixed a bug in which centered text was placed at a non-integer coordinate
Vlad Dumitru
9 years ago
-
actors now have hitpoints
Vlad Dumitru
9 years ago
-
Add UI:itemMenu(), from which you can now drop items, plus UI:inventoryScreen() improvements
Ralph Versteegen
9 years ago
-
Add Actor.inventorySlots: a list of all valid slots, and Util.tableFind()
Ralph Versteegen
9 years ago
-
fixed a bug in which stairs were unusable
Vlad Dumitru
9 years ago
-
Darken remembered but not visible tiles, so that visible floor tiles are distinguished
Ralph Versteegen
9 years ago
-
Locations of items on the map are now remembered
Ralph Versteegen
9 years ago
-
Standing on an opaque tile no long blocks entire FoV; also simplified code
Ralph Versteegen
9 years ago
-
List items on a tile when you step on it
Ralph Versteegen
9 years ago
-
Add Global.defaultColor. Decided not to change it from 'white' to 'normal' for now
Ralph Versteegen
9 years ago
-
Add UI:deleteMessage(), however seems to be a bad idea to use it
Ralph Versteegen
9 years ago
-
Add / or HJKLYUBN to move in a straight line
Ralph Versteegen
9 years ago
-
add Map:neighbours() iterator over coords of adjacent tiles
Ralph Versteegen
9 years ago
-
Move Game:itemsAtTile() to Map, and reorder functions in map.lua to put useful functions together
Ralph Versteegen
9 years ago
-
Move .upStairs and .downStairs to Tile (and fix a typo in them)
Ralph Versteegen
9 years ago
-
Add Util.dirToInt, .intToDir, .clockwise(), .anticlockwise()
Ralph Versteegen
9 years ago
-
A few misc fixes
Ralph Versteegen
9 years ago
-
( and ) keys no longer crash on moving to nonexistent level; also swapped them
Ralph Versteegen
9 years ago
-
refactored locked doors
Vlad Dumitru
9 years ago
-
Prettify UI:scrollableTextScreen a little
Ralph Versteegen
9 years ago
-
Up and down stair tiles also set .color = "white"
Ralph Versteegen
9 years ago
-
shooting locked doors has a chance of breaking the lock
Vlad Dumitru
9 years ago
-
added locked doors; only red keycard-locked doors at the moment
Vlad Dumitru
9 years ago
-
Fix `highlight' codes in lua 5.1
Ralph Versteegen
9 years ago
-
Add a help file, viewable with '?', and a test screen for various display stuff, F3
Ralph Versteegen
9 years ago
-
Generalise UI:messageLogScreen() to UI:scrollableTextScreen(), and add support for page up/down/home/end
Ralph Versteegen
9 years ago