shithub: choc

RSS feed

99f836fc – Simon Howard <fraggle@gmail.com> authored on 2006/09/01 16:45
Sync the -loadgame parameter across all clients connected to a server.

a64aec20 – Simon Howard <fraggle@gmail.com> authored on 2006/09/01 16:07
Better spechits emulation. Remove support for emulating the higher-memory

4963848a – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 18:11
Call R_ExecuteSetViewSize immediately after calling I_InitGraphics.

c0d6fcfe – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 16:40
Add missing copyright notices to textscreen and setup files.

2d684080 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:31
Add new chocolate-setup source files into build.

7cf9642b – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:15
Build man/ and setup/ directories from main makefile.

9f00f202 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:15
Add manual pages to build

d99a3697 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:14
Fix problem with 'c:\' in doom-options.in

70e494cf – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:14
Change the 'abort' button to a quit button on the main menu. Change the

9e3418c4 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:14
Add display.c with missing ConfigDisplay and multiplayer.c with

0a29eddd – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:13
Add key and mouse input widgets for selecting keys and mouse buttons.

b4082e71 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:13
Check for 'ff_end' not 'ff_start' when displaying warning message about

fc15c99c – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:13
Allow the demo size limit to be disabled through the config file.

7309335c – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:12
Bomb out with an error when a dehacked string is set that is longer than

b65d4f72 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:12
Use the new TXT_Sleep function in Doom.

2fd49a65 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:12
Add dropdown listbox widget

fe1a0afd – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:11
Exit the main loop automatically after all windows are closed

5e303c43 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:11
Add window listener functions to allow spying on keys and mouse buttons

b20f9434 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:11
Change name of escape window actions to 'Close' and add a separate

4306fa59 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:10
Center the calculator in the window.

7cd8727f – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:09
Add TXT_SelectWidget function to select a widget in a table,

58978769 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:09
Allow multiple callbacks for the same signal on widgets

e9376dae – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:09
Initialise string input boxes to not editing

e5d6ce33 – Simon Howard <fraggle@gmail.com> authored on 2006/08/31 14:08
More efficient TXT_Sleep function that puts the textscreen code to sleep

9c1d6d6f – Simon Howard <fraggle@gmail.com> authored on 2006/08/06 18:51
Bomb out with an error when trying to draw patches that go off the screen,

784e848b – Simon Howard <fraggle@gmail.com> authored on 2006/07/28 15:13
Try to convert MUS even if the MUS header is not present. The new code

0f7a31d4 – Simon Howard <fraggle@gmail.com> authored on 2006/07/24 17:32
Oops :-)

87c062c1 – Simon Howard <fraggle@gmail.com> authored on 2006/07/22 12:43
New mus -> mid conversion code thanks to Ben Ryves <benryves@benryves.com>

6b9f3748 – Simon Howard <fraggle@gmail.com> authored on 2006/06/29 14:07
Add inverted checkboxes (tick in box when value is false)

1d41349f – Simon Howard <fraggle@gmail.com> authored on 2006/06/29 14:05
Initial mouse configuration window.

0fceea01 – Simon Howard <fraggle@gmail.com> authored on 2006/06/29 05:05
Hugely refactor the response file loading code. Allow arguments to be

fa32d12b – Simon Howard <fraggle@gmail.com> authored on 2006/06/21 15:08
Let the SDL parachute catch crashes and shut down properly. Don't crash

decc0a87 – Simon Howard <fraggle@gmail.com> authored on 2006/06/20 14:49
Add a fake nonfunctional key bindings configuration menu.

cef6abce – Simon Howard <fraggle@gmail.com> authored on 2006/06/20 14:48
Always add a bit of padding inside windows (removes the need to add padding

87cbe9db – Simon Howard <fraggle@gmail.com> authored on 2006/06/18 18:54
Add deh_section_sound to dehacked sections list (thanks to rpeter on the

77e5d206 – Simon Howard <fraggle@gmail.com> authored on 2006/06/16 13:06
Add hash table for fast texture lookup; refactor P_GroupLines to use an

26a2ba19 – Simon Howard <fraggle@gmail.com> authored on 2006/06/03 14:23
Stop sending data to the server when a connection drops. Print a message

ff67ee37 – Simon Howard <fraggle@gmail.com> authored on 2006/06/03 12:12
Detect recursive calls to I_Error to prevent an infinite loop.

267d98c2 – Simon Howard <fraggle@gmail.com> authored on 2006/06/03 08:38
Bomb out with an error message if game options are specified to a

48d2fd26 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 16:50
Make clicking on "accept" action buttons send enter keypresses to the window.

ef92ce01 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 16:14
Make mouse button presses on widgets actually do useful things

a990e948 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:52
Rearrange the buttons in the setup exit confirmation box.

02f4a0dc – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:45
Add utility functions to create "Abort" and "Accept" window actions

e9619f83 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:36
Draw the bottom separator in windows at the full window width.

f03d7bd7 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:32
Add initial code for a setup utility.

8a357066 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:30
Update BUGS list.

517af947 – Simon Howard <fraggle@gmail.com> authored on 2006/06/02 15:29
textscreen: Rejig how the entire drawing process works. Add a recursive

b3e5170b – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 17:39
Add ability to make widgets right aligned or centered within tables.

64b28907 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 17:02
Convert calculator example to struts

e4dcdc8b – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:55
Add -autojoin command line parameter to automatically search a local LAN

847cd742 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:04
Fix broadcast transmits (-search works!)

22b08631 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:00
Add textscreen.h top level header to avoid having to include all txt_*

1531993b – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:54
Allow struts to force height as well as width. Hide "start game" button

936e7e11 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:31
Shut up compiler warnings.

3a5668ee – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:22
Add strut class to allow table column width to be forced.

e40b1402 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 09:25
Warp mouse to screen center (possibly fix joe's mouse problem).

9fbd2eda – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 07:19
Fix E1-3 intermission screen animations.

25f8e6aa – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 06:38
Add missing newline to message.

9d94e1bd – Simon Howard <fraggle@gmail.com> authored on 2006/05/28 20:17
Change the mouse acceleration behavior to accelerate by multiplying by a

4d7893a2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 15:15
Switch netgame waiting screen to use the new text mode GUI system.

2ceb004b – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 15:15
Add key description for spacebar.

4ec7c7b0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 11:37
Add an option to disable autoadjusting the video mode.

95b8e843 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 18:39
Put savegames in separate directories depending on the IWAD.

42ebb5be – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:27
Allow NULL to be added to tables to specify a spacer (empty cell).

76e77021 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:26
Allow the fg/bg colors to be set on labels.

2808929c – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:07
Allow the fg/bg colors to be set on labels.

7b54c078 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 16:40
Build textscreen/ before textscreen/examples/

8714b504 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 16:18
Add screenmultiply x4 mode.

bdd05b90 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 18:51
Remove debug hack used for testing startup delay.

1f101a63 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 17:35
Move textscreen GUI demos into an examples/ subdir.

b0319872 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 16:27
Add small calculator GUI demo.

f7bf1488 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 15:08
Only allow digits to be typed in number input boxes.

09baf6c4 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:56
Prevent crashes when loading savegames where mancubi were in the middle

6ea4e1e2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:52
Add input box widget, and include in guitest.

3fbef9d2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:51
Make TXT_GetChar return the unicode value of the key pressed. For text

240a1cfc – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 15:33
Add a default action to close windows when escape is pressed. Do not

59864df0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 07:46
Fix compiler warnings caused by missing includes.

a27b3c92 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:25
Add actions demonstration to guitest.

1de18c13 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:07
Add window action class for action area labels at the bottom of windows.

76666307 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:05
Eat keypresses when pressing buttons.

1d79686e – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:04
Add TXT_GetKeyDescription() to provide descriptions of key codes.

aafc3848 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 15:25
Updated GUI test which demonstrates signals used to update a label.

2ad24f98 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 15:23
Add TXT_SetLabel() function to set the label value.

a9410070 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 14:51
Allow specifying the full path and filename when playing back demos.

7c18ad6c – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 07:59
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.

11643c08 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:56
Add casting macros to allow for easy casts between types.

8d188ff3 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:26
More signals to detect when checkboxes/radiobuttons are changed.

283f71d0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:20
Add a signals architecture to allow callbacks on GUI events.

d90a63ed – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 17:01
Reformat source files in Makefile.am.

992856ec – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 16:58
Add radio button class.

9908aee5 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 16:56
Initialise the table selection on table creation.

9ba105fa – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 20:07
Always select a valid widget in a table before drawing the table.

47287b65 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:37
Add missing free() call.

1df732ab – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:37
Updated guitest.

27307fa2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:36
Add label class.

56912a4d – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:01
Make all windows be tables with one column.

8741ed03 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 16:49
Add table class. Allow widgets with heights of more than one line.

6ecffa76 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 13:37
Checkbox class

62b5f953 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:34
Add main loop function and forward key presses to widgets.

bb630087 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:24
Make Translatekey static.

Next