2014-12-06 |
Christian Heller | Client: Slightly expand map area displayed. |
blob | commitdiff | raw |
2014-11-21 |
Christian Heller | Display stack of things player is standing on. |
blob | commitdiff | raw | diff to current |
2014-11-13 |
Christian Heller | Client: Remove unused "active window's keys" window... |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Christian Heller | Client: Further simplify display of available keybindings. |
blob | commitdiff | raw | diff to current |
2014-11-07 |
Christian Heller | Client: Simplify display of available keybindings. |
blob | commitdiff | raw | diff to current |
2014-10-09 |
Christian Heller | License everything (GPL). |
blob | commitdiff | raw | diff to current |
2014-08-17 |
Christian Heller | Remove redundant uses of NULL. |
blob | commitdiff | raw | diff to current |
2014-07-23 |
Christian Heller | Use not f_name variable but __func__, standardize funct... |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Christian Heller | Test return values of _all_ *printf() calls. |
blob | commitdiff | raw | diff to current |
2014-07-09 |
Christian Heller | Replace uses of variable-length arrays with try_malloc... |
blob | commitdiff | raw | diff to current |
2014-05-14 |
Christian Heller | Maps are always squares, therefore define only their... |
blob | commitdiff | raw | diff to current |
2014-04-06 |
Christian Heller | Client: Fit interface_conf to new config file style... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
Christian Heller | Enforce C11 via Makefile, explicate POSIX dependencies... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
Christian Heller | Client: Fix outdated comment. |
blob | commitdiff | raw | diff to current |
2014-03-26 |
Christian Heller | Got rid of misc.h. Split off remains into array_append... |
blob | commitdiff | raw | diff to current |
2014-03-26 |
Christian Heller | Client: Split wincontrol.h off windows.h. |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Christian Heller | Client: Fixed window resizing bug. |
blob | commitdiff | raw | diff to current |
2014-03-18 |
Christian Heller | In the client, different modes of treating linebreaks... |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Christian Heller | Make get_drawfunc_by_char() return a proper function... |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Christian Heller | Removed redundant "return". |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Christian Heller | Added -Werror to compiler flags, fixed other warnings... |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Christian Heller | Removed unused parameter. |
blob | commitdiff | raw | diff to current |
2014-03-10 |
Christian Heller | In client, keybinding databases now store keybindings... |
blob | commitdiff | raw | diff to current |
2014-02-05 |
Christian Heller | Eliminated some potential problems for alternative... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Christian Heller | Added previously forgotten err_try_fgets library (and... |
blob | commitdiff | raw | diff to current |
2014-01-28 |
Christian Heller | Client: Added checks / syntax validation for config... |
blob | commitdiff | raw | diff to current |
2014-01-25 |
Christian Heller | Refactored similar array append activities into array_a... |
blob | commitdiff | raw | diff to current |
2014-01-25 |
Christian Heller | Made sure client is not confused by newlines at the... |
blob | commitdiff | raw | diff to current |
2014-01-25 |
Christian Heller | Client: Renamed some world members, commented world... |
blob | commitdiff | raw | diff to current |
2014-01-25 |
Christian Heller | Removed unnecessary NULLings of pointers, explained... |
blob | commitdiff | raw | diff to current |
2014-01-25 |
Christian Heller | Removed redundant calls for zeroing of memory, especial... |
blob | commitdiff | raw | diff to current |
2014-01-25 |
Christian Heller | Merged Win and WinConf structs, windows.h and wincontro... |
blob | commitdiff | raw | diff to current |
2014-01-23 |
Christian Heller | Merged world.wmeta and world.winconf_db into world... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Christian Heller | Handle SIGWINCH signals via reset_windows(). |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Christian Heller | Client: Moved pad creation/sizing/deletion into (un... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Christian Heller | Client: Changed window sizing algorithm to fix bug... |
blob | commitdiff | raw | diff to current |
2014-01-22 |
Christian Heller | Included <stddef.h> were NULL was used. |
blob | commitdiff | raw | diff to current |
2014-01-21 |
Christian Heller | MAJOR re-write. Split plomrogue into a server and a... |
blob | commitdiff | raw | diff to current |
|