History of
src
@master
git clone https://git.dumitru.net/nush/
-
Fix lua 5.1 support.
Ralph Versteegen
9 years ago
-
Fixed issue with widechar ncurses
Vlad Dumitru
9 years ago
-
Source tiles for multiple_source_dijkstra can now be zero or negative.
Ralph Versteegen
9 years ago
-
Fix multiple_source_dijkstra and hence fleemaps; also fix use of int instead of float
Ralph Versteegen
9 years ago
-
Add version of Dijkstra map calculation that takes a grid of goal tiles and their costs as input
Ralph Versteegen
9 years ago
-
WIP work on improved dijkstra maps (does not compile)
Ralph Versteegen
9 years ago
-
pathing.c: prevent zigzags when following distance map by penalising diagonals.
Ralph Versteegen
9 years ago
-
Fixes for lua 5.3 compat (hopefully)
Ralph Versteegen
9 years ago
-
Fix lua 5.2 compiles
Ralph Versteegen
9 years ago
-
more lua 5.1 compatibility fixes
Vlad Dumitru
9 years ago
-
lua_len/lua_objlen compatibility fix
Vlad Dumitru
9 years ago
-
Restore the cursor when quitting curses
Ralph Versteegen
9 years ago
-
Forgotten changes to C code, fixes compiling
Ralph Versteegen
9 years ago
-
Implement Dijkstra maps in C
Ralph Versteegen
9 years ago
-
Add curses.clearBox()
Ralph Versteegen
9 years ago
-
A few misc fixes
Ralph Versteegen
9 years ago
-
Replace lua_tointeger and lua_tostring with luaL_checkinteger and checkstring for more error checking
Ralph Versteegen
9 years ago
-
curses.getch(): report F keys
Ralph Versteegen
9 years ago
-
Partial UTF8 support: Optionally link libcursesw, and set curses.utf8 to say whether utf8 is OK
Ralph Versteegen
9 years ago
-
Add curses.WHITE, etc, and also allow all curses attrs in markup, eg. {{reverse}}, {{bold}}
Ralph Versteegen
9 years ago
-
Add curses.vline(), curses.hline(), curses.box()
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
-
Add log_printf() for writing to log.txt from C
Ralph Versteegen
9 years ago
-
Also report numpad insert & delete in pdcurses, for consistency
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
-
got a working binary for Windows, which works with lua 5.1
Vlad Dumitru
9 years ago
-
Working ncurses numpad support; add keytest utility for investigating curse keyboard problems
Ralph Versteegen
9 years ago