2013-11-23 |
Christian Heller | Slightly shortened and simplified windows library code. |
blob | commitdiff | raw |
2013-11-20 |
Christian Heller | Improved (and simplified) pseudo-randomness. |
blob | commitdiff | raw | diff to current |
2013-11-18 |
Christian Heller | Each map object action now take different numbers of... |
blob | commitdiff | raw | diff to current |
2013-11-09 |
Christian Heller | Dead shoggoths corpse to "magic meat" that can now... |
blob | commitdiff | raw | diff to current |
2013-11-09 |
Christian Heller | Reduced code complexity by stronger integrating windows... |
blob | commitdiff | raw | diff to current |
2013-11-05 |
Christian Heller | Removed redundancy between record_control() and player_... |
blob | commitdiff | raw | diff to current |
2013-11-02 |
Christian Heller | Made single World struct a global variable, fitted... |
blob | commitdiff | raw | diff to current |
2013-10-29 |
Christian Heller | Not very elegant solution to bug of appropriate invento... |
blob | commitdiff | raw | diff to current |
2013-10-21 |
Christian Heller | Overhauled large parts of window system to universalize... |
blob | commitdiff | raw | diff to current |
2013-10-07 |
Christian Heller | Added primitive inventory system. Any objects may now... |
blob | commitdiff | raw | diff to current |
2013-10-02 |
Christian Heller | Changed the way the end of the map object list is ident... |
blob | commitdiff | raw | diff to current |
2013-09-26 |
Christian Heller | The player is now a map object like any other. All... |
blob | commitdiff | raw | diff to current |
2013-09-25 |
Christian Heller | Fixed referencing non-tracked map object definitions... |
blob | commitdiff | raw | diff to current |
2013-09-25 |
Christian Heller | Simplified adding new objects to map. |
blob | commitdiff | raw | diff to current |
2013-09-23 |
Christian Heller | Corrected line lengths. |
blob | commitdiff | raw | diff to current |
2013-09-23 |
Christian Heller | Re-wrote map object system to use same structs for... |
blob | commitdiff | raw | diff to current |
2013-09-19 |
Christian Heller | Unified (and heavily re-factored) (un-)loading/saving... |
blob | commitdiff | raw | diff to current |
2013-09-19 |
Christian Heller | Individual map objects are now identified by unique... |
blob | commitdiff | raw | diff to current |
2013-09-17 |
Christian Heller | Center map on player at game start. |
blob | commitdiff | raw | diff to current |
2013-09-17 |
Christian Heller | Also save active window selection in windows config. |
blob | commitdiff | raw | diff to current |
2013-09-15 |
Christian Heller | Strongly overhauled keybinding managemment. Window... |
blob | commitdiff | raw | diff to current |
2013-09-13 |
Christian Heller | Made keybindings array into linked list; on the way... |
blob | commitdiff | raw | diff to current |
2013-09-08 |
Christian Heller | Corrected comment spellings and line lengths in code. |
blob | commitdiff | raw | diff to current |
2013-09-05 |
Christian Heller | Heavy refactoring of all file I/O and some memory handl... |
blob | commitdiff | raw | diff to current |
2013-09-03 |
Christian Heller | Coupled create_winconfs() and init_winconfs() that... |
blob | commitdiff | raw | diff to current |
2013-09-01 |
Christian Heller | Heavily re-structured initialization of windows and... |
blob | commitdiff | raw | diff to current |
2013-08-31 |
Christian Heller | Fixed bug that reset turn number to 1 on each savefile... |
blob | commitdiff | raw | diff to current |
2013-08-31 |
Christian Heller | Improved error handling, more error catching, error... |
blob | commitdiff | raw | diff to current |
2013-08-31 |
Christian Heller | Improved windows cleaning up: free win_meta, ncurses... |
blob | commitdiff | raw | diff to current |
2013-08-31 |
Christian Heller | While adding cleaning up / freeing of map objects,... |
blob | commitdiff | raw | diff to current |
2013-08-30 |
Christian Heller | Remove debugging code that prohibited the game from... |
blob | commitdiff | raw | diff to current |
2013-08-30 |
Christian Heller | At clean-up, free memory of map object definitions... |
blob | commitdiff | raw | diff to current |
2013-08-30 |
Christian Heller | Corrected window title creation. |
blob | commitdiff | raw | diff to current |
2013-08-30 |
Christian Heller | Cleaned up memory allocation by Win initialization. |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Christian Heller | Clean up memory allocated for Win structs. |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Christian Heller | Read in initial window sizes from files below config/. |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Christian Heller | Negative values may now be passed to init_win() for... |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Christian Heller | Pass height=0 to init_win() to make window as wide... |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Christian Heller | Read default order of windows from file config/toggle_w... |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Christian Heller | Moved several windows control functions from misc libra... |
blob | commitdiff | raw | diff to current |
2013-08-29 |
Christian Heller | Commands are now to be managed by a Command DB, not... |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Christian Heller | Moved config files into config/ directory. |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Christian Heller | Corrected includes in main.c |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Christian Heller | All control action is moved from main() to the control... |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Christian Heller | Moved meta_keys() into new library "control" to soon... |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Christian Heller | Simplified meta_keys() interface by managing all window... |
blob | commitdiff | raw | diff to current |
2013-08-28 |
Christian Heller | Fixed bug that corrupted record files. |
blob | commitdiff | raw | diff to current |
2013-08-27 |
Christian Heller | Player earns a score by killing enemies. |
blob | commitdiff | raw | diff to current |
2013-08-25 |
Christian Heller | Improved checking for only one of savefile / record... |
blob | commitdiff | raw | diff to current |
2013-08-25 |
Christian Heller | Only make exit_err() output errno message if errno... |
blob | commitdiff | raw | diff to current |
2013-08-25 |
Christian Heller | Improved error message phrasings. |
blob | commitdiff | raw | diff to current |
2013-08-24 |
Christian Heller | Added handling of windows errors in main(). |
blob | commitdiff | raw | diff to current |
2013-08-23 |
Christian Heller | Added memory allocation error checks to windows library. |
blob | commitdiff | raw | diff to current |
2013-08-21 |
Christian Heller | Minor corrections in error message phrasings and comments. |
blob | commitdiff | raw | diff to current |
2013-08-21 |
Christian Heller | At game start, check for recordfile_tmp or savegame_tmp... |
blob | commitdiff | raw | diff to current |
2013-08-21 |
Christian Heller | main() handles file IO now safely, exits on errors... |
blob | commitdiff | raw | diff to current |
2013-08-15 |
Christian Heller | Use "uint8_t" instead of "unsigned char". |
blob | commitdiff | raw | diff to current |
2013-08-15 |
Christian Heller | Renamed all "fail" variables to "err", to reduce line... |
blob | commitdiff | raw | diff to current |
2013-08-14 |
Christian Heller | Built error checking into file reading/writing routines... |
blob | commitdiff | raw | diff to current |
2013-08-14 |
Christian Heller | Reference map only through world struct. |
blob | commitdiff | raw | diff to current |
2013-08-14 |
Christian Heller | Made game exiting and cleaning up more flexible. Provid... |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Christian Heller | Corrected indentation / line lengths. |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Christian Heller | Simplified interface of (build/read/write)_map_objects... |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Christian Heller | init_win() now takes arguments for the designated windo... |
blob | commitdiff | raw | diff to current |
2013-08-06 |
Christian Heller | Moved pseudo-random generator into its own library... |
blob | commitdiff | raw | diff to current |
2013-07-30 |
Christian Heller | Made the hierarchy between terminal screen, virtual... |
blob | commitdiff | raw | diff to current |
2013-07-30 |
Christian Heller | Finished applying new code formatting and documentation... |
blob | commitdiff | raw | diff to current |
2013-07-20 |
Christian Heller | Moved game exiting into its own function. |
blob | commitdiff | raw | diff to current |
2013-07-20 |
Christian Heller | Use standard-conformant exit. |
blob | commitdiff | raw | diff to current |
2013-07-19 |
Christian Heller | Replaced dummy function by just passing NULL and checki... |
blob | commitdiff | raw | diff to current |
2013-07-19 |
Christian Heller | Moved initialization of map object definitions from... |
blob | commitdiff | raw | diff to current |
2013-07-19 |
Christian Heller | Read monster / item definitions from file "defs". File... |
blob | commitdiff | raw | diff to current |
2013-07-18 |
Christian Heller | Emptied map_objects library of stuff that fits better... |
blob | commitdiff | raw | diff to current |
2013-07-18 |
Christian Heller | Support different kinds of monsters and items defined... |
blob | commitdiff | raw | diff to current |
2013-07-10 |
Christian Heller | Renamed "objects_on_map" library to "map_objects". |
blob | commitdiff | raw | diff to current |
2013-07-10 |
Christian Heller | Split roguelike.(c|h) into main.(c|h) and misc.(c|h). |
blob | commitdiff | raw | diff to current |
|