index
:
chocolate-doom
trimui-s
chocolate-doom-2.2.1 with trimui s support
neonloop
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
textscreen
/
txt_main.c
Age
Commit message (
Expand
)
Author
2007-01-05
Fix typing '_' and '+' in textscreen code.
Simon Howard
2006-10-06
Alternate textscreen palette that fits the Tango desktop guidelines: see
Simon Howard
2006-09-21
Fix some warnings in textscreen code.
Simon Howard
2006-09-21
Fix a lot of warnings (for fussy compilers) and one always-true check
Russell Rice
2006-09-19
Fix textscreen warnings.
Simon Howard
2006-09-18
Repeat key presses when the key is held down - thanks to Mad_Mac for this
Simon Howard
2006-08-31
Add missing copyright notices to textscreen and setup files.
Simon Howard
2006-08-31
More efficient TXT_Sleep function that puts the textscreen code to sleep
Simon Howard
2006-06-02
textscreen: Rejig how the entire drawing process works. Add a recursive
Simon Howard
2006-05-26
Add key description for spacebar.
Simon Howard
2006-05-23
Make TXT_GetChar return the unicode value of the key pressed. For text
Simon Howard
2006-05-23
Add TXT_GetKeyDescription() to provide descriptions of key codes.
Simon Howard
2006-05-20
Add main loop function and forward key presses to widgets.
Simon Howard
2006-01-13
Add text-mode I/O functions.
Simon Howard
2006-01-13
Textscreen getchar() function; remove SDL code from I_Endoom.
Simon Howard
2005-10-09
Handle blinking text in ENDOOM lumps properly.
Simon Howard
2005-10-09
Cannot do arithmetic on void pointers in standard C
Simon Howard
2005-10-02
Text mode emulation code
Simon Howard