home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / readwrite.c
2013-11-27 Christian HellerRefactorisation and comment improvements in misc library.
2013-11-26 Christian HellerSimplified textfile_sizes() and replaced all get_linema...
2013-11-26 Christian HellerDifferentiated try_fgetc() (fgetc() wrapper proper...
2013-11-26 Christian HellerReplaced entire read/write_uint*_bigendian() family...
2013-11-26 Christian HellerRemoved unused code in readwrite library.
2013-11-25 Christian HellerSome code-stylistic improvements to rexit library;...
2013-11-24 Christian HellerTransformed trouble_msg() into exit_err() wrapper exit_...
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-09-23 Christian HellerRe-wrote map object system to use same structs for...
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...