home · contact · privacy
Minor code restyling. Important: Renamed win->curses_win to win->curses.
[plomrogue] / roguelike.c
2013-05-12 Christian HellerMinor code restyling. Important: Renamed win->curses_wi...
2013-05-11 Christian HellerSimplified keybindings initialization, using stdlib...
2013-05-11 Christian HellerMade if-else-order more clear.
2013-05-11 Christian HellerRemoved line that was already commented out and is...
2013-05-11 Christian HellerLog is now saved in world struct, not in win_log.
2013-05-10 Christian HellerTurn is now part of world struct, instead of being...
2013-05-02 Christian HellerCleaning up at the end to eliminate memory leaks detect...
2013-05-02 Christian HellerReplaced obsolete end-of-list detection with new one.
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 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 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-22 Christian HellerMinor comment expansion.
2013-04-22 Christian HellerUploading current state of work.