home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / keybindings.h
2013-12-01 Christian HellerReplaced fgets() with try_fgets() in keybindings library.
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
2013-11-05 Christian HellerRemoved redundancy between record_control() and player_...
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-13 Christian HellerMade keybindings array into linked list; on the way...
2013-09-05 Christian HellerHeavy refactoring of all file I/O and some memory handl...
2013-07-30 Christian HellerFinished applying new code formatting and documentation...
2013-07-29 Christian HellerApplied new formatting and documentation requirements...
2013-06-28 Christian HellerMade all function declarations in header files extern...
2013-06-27 Christian HellerSorted out library dependencies / includes. Include...
2013-06-23 Christian HellerAdded #include guards.
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...