home · contact · privacy
Improved error handling, more error catching, error messages.
[plomrogue] / src / misc.h
2013-08-31 Christian HellerImproved error handling, more error catching, error...
2013-08-29 Christian HellerMoved several windows control functions from misc libra...
2013-08-28 Christian HellerMoved meta_keys() into new library "control" to soon...
2013-08-28 Christian HellerSimplified meta_keys() interface by managing all window...
2013-08-24 Christian HellerAdded further (though rarely informative) handling...
2013-08-15 Christian HellerUse "uint8_t" instead of "unsigned char".
2013-08-14 Christian HellerMade game exiting and cleaning up more flexible. Provid...
2013-08-06 Christian HellerMoved pseudo-random generator into its own library...
2013-07-29 Christian HellerApplied new formatting and documentation rules to misc...
2013-07-20 Christian HellerMoved game exiting into its own function.
2013-07-19 Christian HellerMoved initialization of map object definitions from...
2013-07-19 Christian HellerRead monster / item definitions from file "defs". File...
2013-07-18 Christian HellerEmptied map_objects library of stuff that fits better...
2013-07-10 Christian HellerAdded some externs.
2013-07-10 Christian HellerSplit roguelike.(c|h) into main.(c|h) and misc.(c|h).