shithub: choc

RSS feed

cacf93cc – Simon Howard <fraggle@gmail.com> authored on 2006/09/24 09:08
Add "time limit" control in multiplayer settings dialog.

c083656d – Simon Howard <fraggle@gmail.com> authored on 2006/09/24 09:07
Convenience function for creating a horizontal box.

681c7bee – Simon Howard <fraggle@gmail.com> authored on 2006/09/24 09:06
Debug code for drawing an ASCII chart.

ae660b71 – Simon Howard <fraggle@gmail.com> authored on 2006/09/24 09:05
Use proper arrow characters on spin controls and change their color.

a904f5b3 – Simon Howard <fraggle@gmail.com> authored on 2006/09/24 09:04
Fix declaration of TXT_NewWindowSelectAction

fe4125a1 – Simon Howard <fraggle@gmail.com> authored on 2006/09/22 18:43
Call the SpechitOverrun _after_ incrementing numspechit. Thanks to Quasar

74560947 – Simon Howard <fraggle@gmail.com> authored on 2006/09/22 18:12
Continue to build things if we fail to update chocolate_doom_icon.c

129406f1 – Simon Howard <fraggle@gmail.com> authored on 2006/09/22 16:32
Add DEH_String() conversions on more strings that are not being converted.

317a60d9 – Simon Howard <fraggle@gmail.com> authored on 2006/09/22 16:30
Fix warning.

165a20cf – Simon Howard <fraggle@gmail.com> authored on 2006/09/22 14:24
Add the ability to type in values for spin controls, like with normal

ba7589ba – Simon Howard <fraggle@gmail.com> authored on 2006/09/22 08:16
Fix warning about initialiser.

27f2691a – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 17:49
Set default sound devices to SNDDEVICE_SB, so that sfx and music are on by

a825be92 – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 14:25
Rename Accept to Select.

72c7a4ad – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 14:21
Add compatibility options dialog.

89a9c8e0 – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 14:20
Add ENDOOM and startup delay to display settings dialog.

0cff90de – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 12:25
Fix some warnings in textscreen code.

e903ecbf – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 07:49
Use NULL for initialising pointers rather than 0.

75595d1b – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 07:48
Use DEFAULT_INT enum value rather than 0.

a5b56111 – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 07:47
"\0" != NULL

6339c4cb – Russell Rice <rtc_marine@hotmail.com> authored on 2006/09/21 07:13
Fix a lot of warnings (for fussy compilers) and one always-true check

16c1bc05 – Simon Howard <fraggle@gmail.com> authored on 2006/09/21 05:11
Add new codeblocks build files to dist.

33ebb6ea – Russell Rice <rtc_marine@hotmail.com> authored on 2006/09/21 00:25
Code::Blocks project and workspace.

587a9702 – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 15:04
Make sure modified copyright banners always end in a newline. If they don't, add

24222e71 – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 14:15
Fill in some default values for the player name and the chat macros

a34de2cb – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 14:06
Add sound config dialog. Convert some of the mouse settings to use

7768cfde – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 14:05
Add spin control widget.

16c64305 – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 09:15
Change the default optimisation level to -O2 and add

0ef3db9a – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 07:47
Add multiplayer configuration dialog.

12ae015f – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 06:49
Remove tab characters :-)

ac7b10dc – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 06:47
Add HACKING file with guidelines for Chocolate Doom hackers.

2a5258d0 – Simon Howard <fraggle@gmail.com> authored on 2006/09/20 06:27
Fix code style :-)

e17b104d – Russell Rice <rtc_marine@hotmail.com> authored on 2006/09/20 02:08
add extra defines when building

6edd007a – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 20:06
Add "Enable mouse" checkbox to mouse config dialog. Reorder options.

11b8fc3d – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 19:51
Fix chocolate-setup warnings.

7bc72c66 – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 19:49
Fix textscreen warnings.

3b747fcb – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 19:24
Turn on -Wall as well.

d7ef9e15 – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 19:20
'widgets' variable was used uninitialised. For some reason this didn't

1f757ef1 – Simon Howard <fraggle@gmail.com> authored on 2006/09/19 18:14
Build with debugging symbols by default.

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

Next