2013-08-30 |
Christian Heller | At clean-up, free memory of map object definitions...
|
commit | commitdiff | tree |
2013-08-30 |
Christian Heller | Moved allocation and freeing of Win structs into windows...
|
commit | commitdiff | tree |
2013-08-30 |
Christian Heller | Corrected window title creation.
|
commit | commitdiff | tree |
2013-08-30 |
Christian Heller | Cleaned up memory allocation by Win initialization.
|
commit | commitdiff | tree |
2013-08-30 |
Christian Heller | Added memory sanitation TODO.
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Added a forgotten free().
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Clean up memory allocated for Win structs.
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Also read window title from config/windows/ files....
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Moved window configuration files into their own config...
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Read in initial window sizes from files below config/.
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Negative values may now be passed to init_win() for...
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Pass height=0 to init_win() to make window as wide...
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Added file config/toggle_win_order.
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Read default order of windows from file config/toggle_win_order.
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Moved several windows control functions from misc library...
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Let's see if this provides better pseudo-randomness.
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Updated README on default keybindings.
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Use command IDs from command DB as what is recorded...
|
commit | commitdiff | tree |
2013-08-29 |
Christian Heller | Commands are now to be managed by a Command DB, not...
|
commit | commitdiff | tree |
2013-08-28 |
Christian Heller | Moved config files into config/ directory.
|
commit | commitdiff | tree |
2013-08-28 |
Christian Heller | Corrected includes in main.c
|
commit | commitdiff | tree |
2013-08-28 |
Christian Heller | All control action is moved from main() to the control...
|
commit | commitdiff | tree |
2013-08-28 |
Christian Heller | Some cleaning up and comments added to outsourcing...
|
commit | commitdiff | tree |
2013-08-28 |
Christian Heller | Moved meta_keys() into new library "control" to soon...
|
commit | commitdiff | tree |
2013-08-28 |
Christian Heller | Simplified meta_keys() interface by managing all windows...
|
commit | commitdiff | tree |
2013-08-28 |
Christian Heller | Fixed bug that corrupted record files.
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Improved comments.
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Improved comments.
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Re-wrote draw_info_win() to be more flexible in allocating...
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Player earns a score by killing enemies.
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Use strtok() to tokenize "def" file entries.
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Killed monsters evolve into corpse items.
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Repaired last commit and provided more consistent variable...
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Re-factored move_player().
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Refactored move_monster().
|
commit | commitdiff | tree |
2013-08-27 |
Christian Heller | Uise uint32_t to test for a value going beyond UINT16_MAX.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved error description in windows library.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Added TODO to windows library.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Don't update more windows than necessary in resize_active_win().
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Removed redundant comment.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Removed unnecessary condition.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Corrected description of cycle_active_window().
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | For consistency mirror the replacement of "n" with...
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Changed letter controlling forward movement in cycle_active_...
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved comments in windows library.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved windows library header comments.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved comments in windows library header file.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved explanation of init_win().
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved windows library header file comments.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved comments for windows library header file.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Removed duplicated code.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved comments for windows library header file.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improvement of windows library header file comments.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved windows library intro comment.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Corrected spelling error in comment text.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Improved comment description of exit_err().
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | exit_err() now also prints the internal error code.
|
commit | commitdiff | tree |
2013-08-26 |
Christian Heller | Added new class of errors to windows library to ensure...
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | Re-structured externally visible windows library structs...
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | In windows librarly, Only internally used members of...
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | Improved checking for only one of savefile / record...
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | Only make exit_err() output errno message if errno...
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | Improved error message phrasings.
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | Corrected lack of some specific error messages.
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | Removed debugging code corrupting last commit.
|
commit | commitdiff | tree |
2013-08-25 |
Christian Heller | err_exit() now prints errno message, too.
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Corrected minor spelling error.
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Reformatted map_objects.h to ensure max line length...
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Added further (though rarely informative) handling...
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Added generic default error message to exit_err().
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Added handling of windows errors in main().
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | shift_active_win() returns error code of its update_wins...
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | draw_all_wins() returns error code of its draw_scroll_hint...
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Removed fragment of old shift_active_win(), moved one...
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Re-wrote shift_active_win() to manipulate chain by...
|
commit | commitdiff | tree |
2013-08-24 |
Christian Heller | Corrected comment in shift_active_win().
|
commit | commitdiff | tree |
2013-08-23 |
Christian Heller | Added memory allocation error checks to windows library.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Improved formatting and include comments in windows.c
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Improved formatting and comments for yx_uint16.h
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Pass pointers to yx_uint16 structs to yx_uint16_cmp...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Use uint8_t for yx_uin16_cmp() return code.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Re-styled code.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | In read_map_objects() and write_map_objects(), return...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Minor corrections in error message phrasings and comments.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | At game start, check for recordfile_tmp or savegame_tmp...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | main() handles file IO now safely, exits on errors...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Applied new safer file saving method to record file...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Small refactoring for greater readability.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Re-factoring of save_game() for greater readability.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Cosmetic reformatting of save_game() code.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Save game to a temp file first before overwriting old...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | In save_game(), error-exit on earliest of writing errors...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | More expressive error messages in save_game().
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | In save_game(), check for error return code of fclose...
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Added newline to end of error messages.
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | Minor refactoring of save_game().
|
commit | commitdiff | tree |
2013-08-21 |
Christian Heller | save_game() now checks for the error return code of...
|
commit | commitdiff | tree |
2013-08-20 |
Christian Heller | Minor comment clarification.
|
commit | commitdiff | tree |
2013-08-20 |
Christian Heller | Corrected unused bit number check.
|
commit | commitdiff | tree |
2013-08-20 |
Christian Heller | Decided against externing read/write_uintX_bigendian...
|
commit | commitdiff | tree |
next |