home · contact · privacy
plomrogue
2013-05-02 Christian HellerForgot to add wait command.
2013-05-02 Christian HellerMore informative README.
2013-05-02 Christian HellerCleaning up at the end to eliminate memory leaks detect...
2013-05-02 Christian HellerRepaired buggy window title display.
2013-05-02 Christian HellerTest for minimal window size no longer necessary since...
2013-05-02 Christian HellerReplaced obsolete end-of-list detection with new one.
2013-05-01 Christian HellerForgot to use getmaxy/getmaxx on screen, too.
2013-05-01 Christian HellerCorrected broken if.
2013-05-01 Christian HellerReplaced all references to _begy/_begx/_maxy/_maxx...
2013-05-01 Christian HellerForgot to allocate one byte for string-terminating...
2013-05-01 Christian HellerEnforced -Wall on compiling, corrected some minor stuff...
2013-05-01 Christian HellerRemoved redundant whitespace fillings; plus some minor...
2013-05-01 Christian HellerMinor keybinding renamings.
2013-05-01 Christian HellerRestructured windows into pads that are horizontally...
2013-04-30 Christian HellerSimplified clearing of terminal by using clear() instea...
2013-04-30 Christian HellerMade comment more precise.
2013-04-30 Christian HellerChanged window border corner symbol.
2013-04-30 Christian HellerRemoved unused Win properties.
2013-04-30 Christian HellerRely on ncurses windows' _begyx properties instead...
2013-04-30 Christian HellerCompletely rebuilt how window borders are realized...
2013-04-29 Christian HellerIn keybindings editing window, print out key names...
2013-04-28 Christian HellerRestructured order of draw_all_windows() calls, heavily...
2013-04-28 Christian HellerCorrected mixed up player movement key defaults.
2013-04-28 Christian HellerMinor spelling correction.
2013-04-28 Christian HellerKeybindings can now be written back to keybindings...
2013-04-27 Christian HellerHumble beginnings of customizable keybindings. So far...
2013-04-23 Christian HellerRemoved redundant call to update_windows().
2013-04-23 Christian HellerRe-wrote shift_window() and place_window().
2013-04-22 Christian Hellerdraw_all_windows() only starts drawing cycle if any...
2013-04-22 Christian HellerMinor comment expansion.
2013-04-22 Christian HellerUploading current state of work.
2013-04-22 Christian HellerDon't like the md ending.
2013-04-22 Christian HellerInitial commit