home · contact · privacy
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue] / src / readwrite.h
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 Hellersorted_winttogle_and_activate() now sufficiently tolera...
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
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-08 Christian HellerCorrected comment spellings and line lengths in code.
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-15 Christian HellerUse "uint8_t" instead of "unsigned char".
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 stylistic alignment adjustment.
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-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...