2014-02-05 |
Christian Heller | Repaired buggy check for out file generation time in...
|
commit | commitdiff | tree |
2014-02-05 |
Christian Heller | Removed unused textfile_sizes() functionality, appropriately...
|
commit | commitdiff | tree |
2014-02-05 |
Christian Heller | Some code-internal restructuring following the assumption...
|
commit | commitdiff | tree |
2014-02-05 |
Christian Heller | Added diagonal movement, with a 1.4 penalty.
|
commit | commitdiff | tree |
2014-02-01 |
Christian Heller | Ensure that multiple inanimate objects on a map cell...
|
commit | commitdiff | tree |
2014-01-31 |
Christian Heller | Fixed typo in comment.
|
commit | commitdiff | tree |
2014-01-31 |
Christian Heller | Some cosmetic code re-formatting.
|
commit | commitdiff | tree |
2014-01-31 |
Christian Heller | Heavily improved enemy path-finding. Also corrected...
|
commit | commitdiff | tree |
2014-01-28 |
Christian Heller | Check for existence of server config files.
|
commit | commitdiff | tree |
2014-01-28 |
Christian Heller | Client: interface config reload also re-sets virtual...
|
commit | commitdiff | tree |
2014-01-28 |
Christian Heller | Also built checks for server config files, and accordingly...
|
commit | commitdiff | tree |
2014-01-28 |
Christian Heller | Added previously forgotten err_try_fgets library (and...
|
commit | commitdiff | tree |
2014-01-28 |
Christian Heller | Added default single-window interface config files...
|
commit | commitdiff | tree |
2014-01-28 |
Christian Heller | Client: Added checks / syntax validation for config...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Added client commands config error check condition...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Check client's command DB config file for errors while...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Refactored similar array append activities into array_append().
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Made sure client is not confused by newlines at the...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Fixed bug where record unlinking in remake_world()...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Client: Save commands config file path in world struct.
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Client: Renamed some world members, commented world...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Also make the client map window focus on the player...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Server's remake_world() unlinks any pre-existing record...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Removed unnecessary NULLings of pointers, explained...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Removed redundant calls for zeroing of memory, especially...
|
commit | commitdiff | tree |
2014-01-25 |
Christian Heller | Merged Win and WinConf structs, windows.h and wincontrol...
|
commit | commitdiff | tree |
2014-01-23 |
Christian Heller | Merged world.wmeta and world.winconf_db into world...
|
commit | commitdiff | tree |
2014-01-23 |
Christian Heller | Fixed bug that crashed the client on terminal resizing...
|
commit | commitdiff | tree |
2014-01-23 |
Christian Heller | Optimized WinConf / WinConfDB structure, removed redundant...
|
commit | commitdiff | tree |
2014-01-23 |
Christian Heller | Updated README.
|
commit | commitdiff | tree |
2014-01-23 |
Christian Heller | Read interface config from one file (which can be set...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Removed memory leak in client's reset_windows(). (Previously...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Handle SIGWINCH signals via reset_windows().
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Client: reload_interface_conf() calls map_center()...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Fixed typo in confclient/commands that led to a swallowing...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Client: Moved pad creation/sizing/deletion into (un...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Client: Changed window sizing algorithm to fix bug...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Included <stddef.h> were NULL was used.
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Client: Optimized order in which the command matching...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Client: Moved KeyBindingDB selection by char into keybinding...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Simplified client control library and interaction with it.
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Define server messages and server message arguments...
|
commit | commitdiff | tree |
2014-01-22 |
Christian Heller | Removed unused client command id.
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Removed indirection in control.c and therefore unused...
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Corrected erroneous interpretation of keycodes as command...
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | More of the same.
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Some further renaming for the same purpose (see last...
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Some variable / struct member renaming to better differentia...
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Gave former draw_kb_view() more descriptive title draw_keybi...
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Minor language corrections in README.
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Minor comment-cosmetic corrections.
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | Removed test for writing non-bashisms. Was only meant...
|
commit | commitdiff | tree |
2014-01-21 |
Christian Heller | MAJOR re-write. Split plomrogue into a server and a...
|
commit | commitdiff | tree |
2013-12-14 |
Christian Heller | Fixed bug that led to endless loop in nearest_enemy_dir().
|
commit | commitdiff | tree |
2013-12-01 |
Christian Heller | Replaced fgets() with try_fgets() in keybindings library.
|
commit | commitdiff | tree |
2013-12-01 |
Christian Heller | Replaced fgets() with try_fgets() in command_db library.
|
commit | commitdiff | tree |
2013-12-01 |
Christian Heller | Minor code-stylistic improvements in control library.
|
commit | commitdiff | tree |
2013-12-01 |
Christian Heller | Some refactoring in map library.
|
commit | commitdiff | tree |
2013-12-01 |
Christian Heller | Some refactoring in map_object_actions library.
|
commit | commitdiff | tree |
2013-12-01 |
Christian Heller | Small refactoring of read_map_objects().
|
commit | commitdiff | tree |
2013-12-01 |
Christian Heller | Changed way world.map_obj_count is transmitted; also...
|
commit | commitdiff | tree |
2013-11-27 |
Christian Heller | Refactorisation and comment improvements in misc library.
|
commit | commitdiff | tree |
2013-11-26 |
Christian Heller | Simplified textfile_sizes() and replaced all get_linemax...
|
commit | commitdiff | tree |
2013-11-26 |
Christian Heller | Differentiated try_fgetc() (fgetc() wrapper proper...
|
commit | commitdiff | tree |
2013-11-26 |
Christian Heller | Replaced entire read/write_uint*_bigendian() family...
|
commit | commitdiff | tree |
2013-11-26 |
Christian Heller | Removed unused code in readwrite library.
|
commit | commitdiff | tree |
2013-11-26 |
Christian Heller | Updated README.
|
commit | commitdiff | tree |
2013-11-26 |
Christian Heller | Replaced random movement by enemies with a pretty dumb...
|
commit | commitdiff | tree |
2013-11-25 |
Christian Heller | Some code-stylistic improvements to rexit library;...
|
commit | commitdiff | tree |
2013-11-25 |
Christian Heller | Some further refactorisation and comments improvements...
|
commit | commitdiff | tree |
2013-11-25 |
Christian Heller | Small improvements in save_win_config() code and comments.
|
commit | commitdiff | tree |
2013-11-25 |
Christian Heller | Ensure not more WinConfs are read or saved than world...
|
commit | commitdiff | tree |
2013-11-25 |
Christian Heller | Slightly improved code style and comments in sorted_wintoggl...
|
commit | commitdiff | tree |
2013-11-25 |
Christian Heller | sorted_winttogle_and_activate() now sufficiently tolerates...
|
commit | commitdiff | tree |
2013-11-25 |
Christian Heller | Some refactoring and commenting in wincontrol library.
|
commit | commitdiff | tree |
2013-11-24 |
Christian Heller | Transformed trouble_msg() into exit_err() wrapper exit_troub...
|
commit | commitdiff | tree |
2013-11-24 |
Christian Heller | Minor code-stylistic and comment improvements mostly...
|
commit | commitdiff | tree |
2013-11-23 |
Christian Heller | Improvement of wincontrol.h descriptions and some minor...
|
commit | commitdiff | tree |
2013-11-23 |
Christian Heller | Slightly shortened and simplified windows library code.
|
commit | commitdiff | tree |
2013-11-23 |
Christian Heller | Further improved / shortened comments in windows.h.
|
commit | commitdiff | tree |
2013-11-22 |
Christian Heller | Improvd comments in windows.h.
|
commit | commitdiff | tree |
2013-11-22 |
Christian Heller | Minor code-stylistic revisions to yx_uint16 library.
|
commit | commitdiff | tree |
2013-11-20 |
Christian Heller | Improved (and simplified) pseudo-randomness.
|
commit | commitdiff | tree |
2013-11-20 |
Christian Heller | Fixed map object action bug deriving from wrong order...
|
commit | commitdiff | tree |
2013-11-20 |
Christian Heller | Don't hardcode map object action id for "move" in turn_over()!
|
commit | commitdiff | tree |
2013-11-19 |
Christian Heller | Some shortening / re-styling of place_win()'s code...
|
commit | commitdiff | tree |
2013-11-19 |
Christian Heller | Fixed window positioning bug, cleared up code and comments...
|
commit | commitdiff | tree |
2013-11-18 |
Christian Heller | Each map object action now take different numbers of...
|
commit | commitdiff | tree |
2013-11-09 |
Christian Heller | Dead shoggoths corpse to "magic meat" that can now...
|
commit | commitdiff | tree |
2013-11-09 |
Christian Heller | Removed if-redundancy in get_drawfunc_by_char().
|
commit | commitdiff | tree |
2013-11-09 |
Christian Heller | More consistent code styling whitespace rules.
|
commit | commitdiff | tree |
2013-11-09 |
Christian Heller | Reduced code complexity by stronger integrating windows...
|
commit | commitdiff | tree |
2013-11-06 |
Christian Heller | Strongly simplified / standardized user action interfaces.
|
commit | commitdiff | tree |
2013-11-05 |
Christian Heller | Removed redundancy between record_control() and player_contr...
|
commit | commitdiff | tree |
2013-11-05 |
Christian Heller | Made get_name_to_keycode() code a little less ugly...
|
commit | commitdiff | tree |
2013-11-02 |
Christian Heller | Made single World struct a global variable, fitted...
|
commit | commitdiff | tree |
2013-10-29 |
Christian Heller | Not very elegant solution to bug of appropriate inventory...
|
commit | commitdiff | tree |
2013-10-28 |
Christian Heller | Minor comment fixing.
|
commit | commitdiff | tree |
2013-10-28 |
Christian Heller | Don't use ncurses windows besides the virtual screen...
|
commit | commitdiff | tree |
2013-10-21 |
Christian Heller | More precise description of what draw_text_from_bottom...
|
commit | commitdiff | tree |
next |