home · contact · privacy
Made keybindings array into linked list; on the way rewrote / improved great parts...
[plomrogue] / src / readwrite.c
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-09-04 Christian HellerMoved textfile_sizes() to readwrite library.
2013-08-20 Christian HellerMinor comment clarification.
2013-08-20 Christian HellerCorrected unused bit number check.
2013-08-20 Christian HellerDecided against externing read/write_uintX_bigendian...
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-15 Christian HellerMore comments on readwrite library; some refactoring...
2013-08-15 Christian HellerAdded explanatory comments to readwrite library.
2013-08-15 Christian HellerRenamed all "fail" variables to "err", to reduce line...
2013-08-14 Christian HellerBuilt error checking into file reading/writing routines...
2013-07-23 Christian HellerMore documentation and re-styling of code according...
2013-07-22 Christian HellerMore code re-styling and documentation.
2013-07-21 Christian HellerMinor code-stylistic adjustment.
2013-07-21 Christian HellerRemoved unneeded AND operation.
2013-07-21 Christian HellerUse bit-shifting instead of bizarre arithmetics on...
2013-07-21 Christian HellerForced new documentation style on readwrite library.
2013-06-28 Christian HellerRe-grouped functions in readwrite library for readabili...
2013-06-27 Christian HellerSorted out library dependencies / includes. Include...
2013-06-20 Christian HellerUse global variable uchar_s instead of UCHARSIZE macro.
2013-06-20 Christian HellerUse preprocessor macro instead of constant variable...
2013-06-19 Christian HellerRestructured source tree. Code moves to src/, object...