shithub: choc

RSS feed

11af5396 – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 17:26
Move the grab mouse setting to the mouse config dialog.

c3208e4f – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 17:21
New display settings dialog!

3dd7131d – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 17:13
Check column is valid when finding a selectable column. Fixes weird

7a757b5c – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 16:12
Set mouse button defaults.

2f78d0d8 – Russell Rice <rtc_marine@hotmail.com> authored on 2006/09/18 23:38
make the icon work in the client binary

57c92429 – Russell Rice <rtc_marine@hotmail.com> authored on 2006/09/18 19:34
Code::Blocks projects:

fd188e72 – Simon Howard <fraggle@gmail.com> authored on 2006/09/18 18:20
Level select dialog.

e558fa3f – Simon Howard <fraggle@gmail.com> authored on 2006/09/18 18:19
Fix TXT_SelectWidgets with NULL spacers.

ef8bdb1f – Simon Howard <fraggle@gmail.com> authored on 2006/09/18 18:19
Add function to set button label.

47ae7506 – Simon Howard <fraggle@gmail.com> authored on 2006/09/18 08:13
Repeat key presses when the key is held down - thanks to Mad_Mac for this

b65c4617 – Simon Howard <fraggle@gmail.com> authored on 2006/09/17 16:37
Split off query data into a net_querydata_t structure in net_structrw.c

e48ea79e – Simon Howard <fraggle@gmail.com> authored on 2006/09/17 14:01
Fix local LAN queries.

93f55e49 – Simon Howard <fraggle@gmail.com> authored on 2006/09/17 13:01
Always wait for a keypress before closing the ENDOOM window; do not

18037f65 – Simon Howard <fraggle@gmail.com> authored on 2006/09/17 10:33
Update TODO list :-)

77b961ab – Simon Howard <fraggle@gmail.com> authored on 2006/09/15 20:20
Undo previous commit: 'comport' and 'showmessages' are only generated

87049965 – Simon Howard <fraggle@gmail.com> authored on 2006/09/15 20:04
Preserve 'comport' variable in configuration files even though it is unused.

d74844c6 – Simon Howard <fraggle@gmail.com> authored on 2006/09/15 19:47
Interpret the snd_sfxdevice and snd_musicdevice values in the configuration

3de2ca16 – Simon Howard <fraggle@gmail.com> authored on 2006/09/12 06:03
Fix Z_FreeTags in z_native.c (chains were not set to NULL when freed).

fc3cf15f – Simon Howard <fraggle@gmail.com> authored on 2006/09/11 04:48
Add codeblocks project files; thanks to Russell Rice.

0d1fcc1b – Simon Howard <fraggle@gmail.com> authored on 2006/09/09 17:44
Fix the -nomusic parameter.

fb5f3408 – Simon Howard <fraggle@gmail.com> authored on 2006/09/09 15:11
Add command line arguments to main() in textscreen examples.

49b53801 – Simon Howard <fraggle@gmail.com> authored on 2006/09/09 15:05
Add config.h for a possible MSVC build in the future. Add mkinstalldirs

80cdf086 – Simon Howard <fraggle@gmail.com> authored on 2006/09/09 12:52
Include SDL.h in the textscreen headers; the SDL headers need to be

bf2f9ea6 – Simon Howard <fraggle@gmail.com> authored on 2006/09/09 12:48
Add reference counts on callback tables so that if a callback destroys

8040eba4 – Simon Howard <fraggle@gmail.com> authored on 2006/09/09 11:49
Remove hack accidentally committed that always updates the palette

feae49cd – Simon Howard <fraggle@gmail.com> authored on 2006/09/02 15:10
Add -nwtmerge option, which behaves the same as NWT's -merge option. What this

1ecd1122 – Simon Howard <fraggle@gmail.com> authored on 2006/09/02 15:02
Allow loading dehacked 2.3 patches.

27b9f8bd – Simon Howard <fraggle@gmail.com> authored on 2006/09/02 15:01
Don't allow \0 in dehacked strings read with DEH_ReadLine.

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.

Next