home · contact · privacy
Client: Remove unused "active window's keys" window, update README.
[plomrogue] / src / client /
2014-11-13 Christian HellerClient: Remove unused "active window's keys" window...
2014-11-07 Christian HellerServer: Add critical bug to TODO.
2014-11-07 Christian HellerClient: In window geometry config, show available keys.
2014-11-07 Christian HellerClient: Repair wrong messages in window geometry config...
2014-11-07 Christian HellerClient: Minor code styling issue.
2014-11-07 Christian HellerClient: Restructure passing of keybinding manipulation...
2014-11-07 Christian HellerClient: Further simplify display of available keybindings.
2014-11-07 Christian HellerClient: Simplify display of available keybindings.
2014-10-09 Christian HellerLicense everything (GPL).
2014-08-17 Christian HellerRemove redundant uses of NULL.
2014-08-03 Christian HellerClient: Scrolling toggles player auto-focus off.
2014-08-03 Christian HellerClient: Fix memory leak.
2014-08-03 Christian HellerUpdate comment info on macros needed for snprintf().
2014-08-02 Christian HellerAdd auto-mapping / map memory.
2014-07-23 Christian HellerUse not f_name variable but __func__, standardize funct...
2014-07-13 Christian HellerMinor code beautifications.
2014-07-13 Christian HellerServer: Read in former "config" data as normal server...
2014-07-11 Christian HellerUse direction names instead of numbers in player move...
2014-07-10 Christian HellerClient: Send no arguments for commands where the server...
2014-07-09 Christian HellerAlarm about / don't start on finding temp file filesavi...
2014-07-09 Christian HellerRefactor atomic writing to atomic_write_start() + atomi...
2014-07-09 Christian HellerTest return values of _all_ *printf() calls.
2014-07-09 Christian HellerReplace uses of variable-length arrays with try_malloc...
2014-07-08 Christian HellerClient: Fix horizontal wobbliness of auto-centering...
2014-07-08 Christian HellerClient: Add auto-center of map on player each new turn...
2014-07-04 Christian HellerLoad last world state from save file, not from re-stepp...
2014-05-14 Christian HellerMaps are always squares, therefore define only their...
2014-05-14 Christian HellerUnify Map struct common to server and client in src...
2014-05-14 Christian HellerFix non-initializations that are detected as errors...
2014-04-17 Christian HellerClient: Fix bug that made horizontal scrolling jump...
2014-04-16 Christian HellerClient: Fix crashes happening on navigation in too...
2014-04-16 Christian HellerMake grids hexagonal, remove all diagonal movement...
2014-04-15 Christian HellerClient: Handle SIGWINCH on OS X systems.
2014-04-14 Christian HellerClient: Fixed use of unitialized variable in draw_wins.c.
2014-04-13 Christian HellerClient: Minor code restyling in place_win().
2014-04-13 Christian HellerClient: Clear up place_win() code, improve its comments.
2014-04-08 Christian HellerClient: Minor interface config file reading code refact...
2014-04-08 Christian HellerCode style: Minor indentation correction.
2014-04-08 Christian HellerRefactor file parsing patterns.
2014-04-06 Christian HellerMinor refactoring in file parsing.
2014-04-06 Christian HellerClient: Fit interface_conf to new config file style...
2014-04-04 Christian HellerMinor refactorings in config file parse code to clear...
2014-04-03 Christian HellerClient: Apply new commands DB file format, fix wrong...
2014-04-03 Christian HellerMake client's commandDB reading use new parsing / confi...
2014-03-31 Christian HellerClient: Shorten strings whose width does not fit well...
2014-03-26 Christian HellerEnforce C11 via Makefile, explicate POSIX dependencies...
2014-03-26 Christian HellerClient: Fix outdated comment.
2014-03-26 Christian HellerGot rid of misc.h. Split off remains into array_append...
2014-03-26 Christian HellerClient: Split off parts of misc.h into interface_conf.h.
2014-03-26 Christian HellerClient: Split wincontrol.h off windows.h.
2014-03-25 Christian HellerIn client: Fix FIXME in get_keyname_to_keycode().
2014-03-24 Christian HellerAdded -Wformat-security to gcc options, fixed point...
2014-03-18 Christian HellerMinor improvement in comment and TODO.
2014-03-18 Christian HellerClient: Fixed window resizing bug.
2014-03-18 Christian HellerClient: Got rid of special keybinding formatting in...
2014-03-18 Christian HellerIn client, fixed bug hiding first entry in keybinding...
2014-03-18 Christian HellerIn the client, different modes of treating linebreaks...
2014-03-17 Christian HellerRe-wrote large parts of the server client architecture...
2014-03-10 Christian HellerMake get_drawfunc_by_char() return a proper function...
2014-03-10 Christian HellerAvoid doing arithmetic on a void pointer.
2014-03-10 Christian HellerRemoved redundant "return".
2014-03-10 Christian HellerAdded -Werror to compiler flags, fixed other warnings...
2014-03-10 Christian HellerRemoved unused parameter.
2014-03-10 Christian HellerIn client, keybinding databases now store keybindings...
2014-03-10 Christian HellerSome variable / struct member renaming for greater...
2014-03-10 Christian HellerRemoved scoring.
2014-02-05 Christian HellerFixed some more pitfalls that hurt working with game...
2014-02-05 Christian HellerEliminated some potential problems for alternative...
2014-02-05 Christian HellerRemoved unused textfile_sizes() functionality, appropri...
2014-02-05 Christian HellerSome code-internal restructuring following the assumpti...
2014-02-05 Christian HellerAdded diagonal movement, with a 1.4 penalty.
2014-01-28 Christian HellerClient: interface config reload also re-sets virtual...
2014-01-28 Christian HellerAdded previously forgotten err_try_fgets library (and...
2014-01-28 Christian HellerClient: Added checks / syntax validation for config...
2014-01-25 Christian HellerAdded client commands config error check condition...
2014-01-25 Christian HellerCheck client's command DB config file for errors while...
2014-01-25 Christian HellerRefactored similar array append activities into array_a...
2014-01-25 Christian HellerMade sure client is not confused by newlines at the...
2014-01-25 Christian HellerClient: Save commands config file path in world struct.
2014-01-25 Christian HellerClient: Renamed some world members, commented world...
2014-01-25 Christian HellerAlso make the client map window focus on the player...
2014-01-25 Christian HellerRemoved unnecessary NULLings of pointers, explained...
2014-01-25 Christian HellerRemoved redundant calls for zeroing of memory, especial...
2014-01-25 Christian HellerMerged Win and WinConf structs, windows.h and wincontro...
2014-01-23 Christian HellerMerged world.wmeta and world.winconf_db into world...
2014-01-23 Christian HellerFixed bug that crashed the client on terminal resizing...
2014-01-23 Christian HellerOptimized WinConf / WinConfDB structure, removed redund...
2014-01-23 Christian HellerRead interface config from one file (which can be set...
2014-01-22 Christian HellerRemoved memory leak in client's reset_windows(). (Previ...
2014-01-22 Christian HellerHandle SIGWINCH signals via reset_windows().
2014-01-22 Christian HellerClient: reload_interface_conf() calls map_center()...
2014-01-22 Christian HellerClient: Moved pad creation/sizing/deletion into (un...
2014-01-22 Christian HellerClient: Changed window sizing algorithm to fix bug...
2014-01-22 Christian HellerIncluded <stddef.h> were NULL was used.
2014-01-22 Christian HellerClient: Optimized order in which the command matching...
2014-01-22 Christian HellerClient: Moved KeyBindingDB selection by char into keybi...
2014-01-22 Christian HellerSimplified client control library and interaction with it.
2014-01-22 Christian HellerDefine server messages and server message arguments...
2014-01-22 Christian HellerRemoved unused client command id.
2014-01-21 Christian HellerRemoved indirection in control.c and therefore unused...
next