home
·
contact
·
privacy
projects
/
plomrogue
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixed bug that led to endless loop in nearest_enemy_dir().
[plomrogue]
/
src
/
wincontrol.c
2013-11-26
Christian Heller
Simplified textfile_sizes() and replaced all get_linema...
blob
|
commitdiff
|
raw
2013-11-26
Christian Heller
Differentiated try_fgetc() (fgetc() wrapper proper...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-26
Christian Heller
Replaced entire read/write_uint*_bigendian() family...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Christian Heller
Some code-stylistic improvements to rexit library;...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Christian Heller
Some further refactorisation and comments improvements...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Christian Heller
Small improvements in save_win_config() code and comments.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Christian Heller
Ensure not more WinConfs are read or saved than world...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Christian Heller
Slightly improved code style and comments in sorted_win...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Christian Heller
sorted_winttogle_and_activate() now sufficiently tolera...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Christian Heller
Some refactoring and commenting in wincontrol library.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-24
Christian Heller
Transformed trouble_msg() into exit_err() wrapper exit_...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-24
Christian Heller
Minor code-stylistic and comment improvements mostly...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-09
Christian Heller
Removed if-redundancy in get_drawfunc_by_char().
blob
|
commitdiff
|
raw
|
diff to current
2013-11-09
Christian Heller
More consistent code styling whitespace rules.
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-06
Christian Heller
Strongly simplified / standardized user action interfaces.
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-28
Christian Heller
Don't use ncurses windows besides the virtual screen...
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-09-23
Christian Heller
Corrected line lengths.
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-17
Christian Heller
Added dummy inventory window.
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-17
Christian Heller
New window "Available keys" shows keybindings available...
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
Fixed memory handling bug.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
All members of structs Win and WinMeta are now official...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
Silently ignore characters in config/windows/toggle_ord...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
Improved error message precision in init_winconf_from_f...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
Repaired erroneous previous commit and added check...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
Windows are no longer hardcoded. Winconf files now...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
Removed unneeded function; also some minor comment...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Christian Heller
Simplified window configuration view.
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-04
Christian Heller
Moved textfile_sizes() to readwrite library.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-04
Christian Heller
Improved and defined more precisely textfile_sizes().
blob
|
commitdiff
|
raw
|
diff to current
2013-09-04
Christian Heller
Removed some superfluous calloc()/malloc() calls.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-04
Christian Heller
Mostly cosmetic changes to various file reading/writing...
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-02
Christian Heller
Window configuration can now be saved; and edited in...
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
New command: type Z to reload default window configurat...
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-30
Christian Heller
Moved allocation and freeing of Win structs into window...
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
Also read window title from config/windows/ files....
blob
|
commitdiff
|
raw
|
diff to current
2013-08-29
Christian Heller
Moved window configuration files into their own config...
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
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