home · contact · privacy
plomrogue
2014-01-21 Christian HellerRemoved test for writing non-bashisms. Was only meant...
2014-01-21 Christian HellerMAJOR re-write. Split plomrogue into a server and a...
2013-12-14 Christian HellerFixed bug that led to endless loop in nearest_enemy_dir().
2013-12-01 Christian HellerReplaced fgets() with try_fgets() in keybindings library.
2013-12-01 Christian HellerReplaced fgets() with try_fgets() in command_db library.
2013-12-01 Christian HellerMinor code-stylistic improvements in control library.
2013-12-01 Christian HellerSome refactoring in map library.
2013-12-01 Christian HellerSome refactoring in map_object_actions library.
2013-12-01 Christian HellerSmall refactoring of read_map_objects().
2013-12-01 Christian HellerChanged way world.map_obj_count is transmitted; also...
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-26 Christian HellerUpdated README.
2013-11-26 Christian HellerReplaced random movement by enemies with a pretty dumb...
2013-11-25 Christian HellerSome code-stylistic improvements to rexit library;...
2013-11-25 Christian HellerSome further refactorisation and comments improvements...
2013-11-25 Christian HellerSmall improvements in save_win_config() code and comments.
2013-11-25 Christian HellerEnsure not more WinConfs are read or saved than world...
2013-11-25 Christian HellerSlightly improved code style and comments in sorted_win...
2013-11-25 Christian Hellersorted_winttogle_and_activate() now sufficiently tolera...
2013-11-25 Christian HellerSome refactoring and commenting in wincontrol library.
2013-11-24 Christian HellerTransformed trouble_msg() into exit_err() wrapper exit_...
2013-11-24 Christian HellerMinor code-stylistic and comment improvements mostly...
2013-11-23 Christian HellerImprovement of wincontrol.h descriptions and some minor...
2013-11-23 Christian HellerSlightly shortened and simplified windows library code.
2013-11-23 Christian HellerFurther improved / shortened comments in windows.h.
2013-11-22 Christian HellerImprovd comments in windows.h.
2013-11-22 Christian HellerMinor code-stylistic revisions to yx_uint16 library.
2013-11-20 Christian HellerImproved (and simplified) pseudo-randomness.
2013-11-20 Christian HellerFixed map object action bug deriving from wrong order...
2013-11-20 Christian HellerDon't hardcode map object action id for "move" in turn_...
2013-11-19 Christian HellerSome shortening / re-styling of place_win()'s code...
2013-11-19 Christian HellerFixed window positioning bug, cleared up code and comme...
2013-11-18 Christian HellerEach map object action now take different numbers of...
2013-11-09 Christian HellerDead shoggoths corpse to "magic meat" that can now...
2013-11-09 Christian HellerRemoved if-redundancy in get_drawfunc_by_char().
2013-11-09 Christian HellerMore consistent code styling whitespace rules.
2013-11-09 Christian HellerReduced code complexity by stronger integrating windows...
2013-11-06 Christian HellerStrongly simplified / standardized user action interfaces.
2013-11-05 Christian HellerRemoved redundancy between record_control() and player_...
2013-11-05 Christian HellerMade get_name_to_keycode() code a little less ugly...
2013-11-02 Christian HellerMade single World struct a global variable, fitted...
2013-10-29 Christian HellerNot very elegant solution to bug of appropriate invento...
2013-10-28 Christian HellerMinor comment fixing.
2013-10-28 Christian HellerDon't use ncurses windows besides the virtual screen...
2013-10-21 Christian HellerMore precise description of what draw_text_from_bottom...
2013-10-21 Christian HellerOverhauled large parts of window system to universalize...
2013-10-11 Christian HellerCorrected mix up of width and hight in window geometry...
2013-10-07 Christian HellerAdded primitive inventory system. Any objects may now...
2013-10-02 Christian HellerChanged the way the end of the map object list is ident...
2013-09-26 Christian HellerFixed README typo.
2013-09-26 Christian HellerNew animate map objects are never placed on a square...
2013-09-26 Christian HellerThe player is now a map object like any other. All...
2013-09-25 Christian HellerFixed referencing non-tracked map object definitions...
2013-09-25 Christian HellerSimplified adding new objects to map.
2013-09-23 Christian HellerCorrected line lengths.
2013-09-23 Christian HellerRe-wrote map object system to use same structs for...
2013-09-19 Christian HellerMinor refactoring of meta_control().
2013-09-19 Christian HellerUnified (and heavily re-factored) (un-)loading/saving...
2013-09-19 Christian HellerIndividual map objects are now identified by unique...
2013-09-17 Christian HellerAdded appropriate inventory window config file.
2013-09-17 Christian HellerAdded dummy inventory window.
2013-09-17 Christian HellerCenter map on player at game start.
2013-09-17 Christian HellerChanged default keybindings.
2013-09-17 Christian HellerAlso save active window selection in windows config.
2013-09-17 Christian HellerRe-modelled draw_kb_view() on draw_titled_keybinding_li...
2013-09-17 Christian HellerNew window "Available keys" shows keybindings available...
2013-09-15 Christian HellerStrongly overhauled keybinding managemment. Window...
2013-09-13 Christian HellerMade keybindings array into linked list; on the way...
2013-09-08 Christian HellerAdded anti-hardcoding todo.
2013-09-08 Christian HellerFixed memory handling bug.
2013-09-08 Christian HellerCorrected comment spellings and line lengths in code.
2013-09-08 Christian HellerAll members of structs Win and WinMeta are now official...
2013-09-08 Christian HellerSilently ignore characters in config/windows/toggle_ord...
2013-09-08 Christian HellerImproved error message precision in init_winconf_from_f...
2013-09-08 Christian HellerRepaired erroneous previous commit and added check...
2013-09-08 Christian HellerWindows are no longer hardcoded. Winconf files now...
2013-09-08 Christian HellerRemoved unneeded function; also some minor comment...
2013-09-08 Christian HellerSimplified window configuration view.
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-09-04 Christian HellerImproved and defined more precisely textfile_sizes().
2013-09-04 Christian HellerRemoved some superfluous calloc()/malloc() calls.
2013-09-04 Christian HellerMostly cosmetic changes to various file reading/writing...
2013-09-03 Christian HellerCoupled create_winconfs() and init_winconfs() that...
2013-09-03 Christian HellerCorrected off-by-one error in windows.c:refit_pad(...
2013-09-02 Christian HellerWindow configuration can now be saved; and edited in...
2013-09-01 Christian HellerHeavily re-structured initialization of windows and...
2013-08-31 Christian HellerFixed bug that freed non-existing map objects, triggere...
2013-08-31 Christian HellerFixed bug that reset turn number to 1 on each savefile...
2013-08-31 Christian HellerFixed off-by-one error encountered while changing defau...
2013-08-31 Christian HellerNew command: type Z to reload default window configurat...
2013-08-31 Christian HellerImproved error handling, more error catching, error...
2013-08-31 Christian HellerMoved freeing of winmeta into windows library.
2013-08-31 Christian HellerImproved windows cleaning up: free win_meta, ncurses...
2013-08-31 Christian HellerWhile adding cleaning up / freeing of map objects,...
2013-08-30 Christian HellerRemove debugging code that prohibited the game from...
next