Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-03 | Detect recursive calls to I_Error to prevent an infinite loop. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 556 | |||
2006-06-03 | Bomb out with an error message if game options are specified to a | Simon Howard | |
dedicated server. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 555 | |||
2006-06-02 | Make clicking on "accept" action buttons send enter keypresses to the window. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 554 | |||
2006-06-02 | Make mouse button presses on widgets actually do useful things | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 553 | |||
2006-06-02 | Rearrange the buttons in the setup exit confirmation box. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 552 | |||
2006-06-02 | Add utility functions to create "Abort" and "Accept" window actions | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 551 | |||
2006-06-02 | Draw the bottom separator in windows at the full window width. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 550 | |||
2006-06-02 | Add initial code for a setup utility. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 549 | |||
2006-06-02 | Update BUGS list. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 548 | |||
2006-06-02 | textscreen: Rejig how the entire drawing process works. Add a recursive | Simon Howard | |
layout method that assigns the position and size of widgets for the whole window before drawing. Add another method that responds to mouse button presses. Allow windows to have no title bar by specifying NULL as the title. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 547 | |||
2006-05-29 | Add ability to make widgets right aligned or centered within tables. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 546 | |||
2006-05-29 | Convert calculator example to struts | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 545 | |||
2006-05-29 | Add -autojoin command line parameter to automatically search a local LAN | Simon Howard | |
for a server and join it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 544 | |||
2006-05-29 | Fix broadcast transmits (-search works!) | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 543 | |||
2006-05-29 | Add textscreen.h top level header to avoid having to include all txt_* | Simon Howard | |
headers individually. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 542 | |||
2006-05-29 | Allow struts to force height as well as width. Hide "start game" button | Simon Howard | |
for players which are not the game controller. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 541 | |||
2006-05-29 | Shut up compiler warnings. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 540 | |||
2006-05-29 | Add strut class to allow table column width to be forced. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 539 | |||
2006-05-29 | Warp mouse to screen center (possibly fix joe's mouse problem). | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 538 | |||
2006-05-29 | Fix E1-3 intermission screen animations. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 537 | |||
2006-05-29 | Add missing newline to message. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 536 | |||
2006-05-29 | Change the mouse acceleration behavior to accelerate by multiplying by a | Simon Howard | |
linear amount when a threshold is exceeded. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 535 | |||
2006-05-26 | Switch netgame waiting screen to use the new text mode GUI system. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 534 | |||
2006-05-26 | Add key description for spacebar. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 533 | |||
2006-05-26 | Add an option to disable autoadjusting the video mode. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 532 | |||
2006-05-25 | Put savegames in separate directories depending on the IWAD. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 531 | |||
2006-05-25 | Allow NULL to be added to tables to specify a spacer (empty cell). | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 530 | |||
2006-05-25 | Allow the fg/bg colors to be set on labels. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 529 | |||
2006-05-25 | Allow the fg/bg colors to be set on labels. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 528 | |||
2006-05-25 | Build textscreen/ before textscreen/examples/ | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 527 | |||
2006-05-25 | Add screenmultiply x4 mode. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 526 | |||
2006-05-24 | Remove debug hack used for testing startup delay. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 525 | |||
2006-05-24 | Move textscreen GUI demos into an examples/ subdir. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 524 | |||
2006-05-24 | Add small calculator GUI demo. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 523 | |||
2006-05-24 | Only allow digits to be typed in number input boxes. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 522 | |||
2006-05-23 | Prevent crashes when loading savegames where mancubi were in the middle | Simon Howard | |
of firing. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 521 | |||
2006-05-23 | Add input box widget, and include in guitest. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 520 | |||
2006-05-23 | Make TXT_GetChar return the unicode value of the key pressed. For text | Simon Howard | |
boxes. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 519 | |||
2006-05-23 | Add a default action to close windows when escape is pressed. Do not | Simon Howard | |
make escape quit the program unless there are no open windows. Add TXT_ExitMainLoop(). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 518 | |||
2006-05-23 | Fix compiler warnings caused by missing includes. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 517 | |||
2006-05-23 | Add actions demonstration to guitest. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 516 | |||
2006-05-23 | Add window action class for action area labels at the bottom of windows. | Simon Howard | |
Adjust txt_table_t to expand tables to their maximum width when they only have one column (ensures separators reach the window edges). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 515 | |||
2006-05-23 | Eat keypresses when pressing buttons. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 514 | |||
2006-05-23 | Add TXT_GetKeyDescription() to provide descriptions of key codes. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 513 | |||
2006-05-22 | Updated GUI test which demonstrates signals used to update a label. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 512 | |||
2006-05-22 | Add TXT_SetLabel() function to set the label value. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 511 | |||
2006-05-22 | Allow specifying the full path and filename when playing back demos. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 510 | |||
2006-05-22 | CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 509 | |||
2006-05-22 | Add casting macros to allow for easy casts between types. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 503 | |||
2006-05-22 | More signals to detect when checkboxes/radiobuttons are changed. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 502 |