foxygit
/
doom
Log in
Files
Commits
Refs
git clone https://git.kristoffersson.info/repos/doom.git
commits
tags
2006-09-26
Add TXT_NewButton2 for creating a button with a callback (for convenience).
Simon Howard
d3d4f658
Add TXT_AddWidgets for adding multiple widgets to a table.
Simon Howard
0755f5ac
2006-09-25
Reduce the minimum width of the key/mouse input widgets and align the mouse config dialog a bit nicer.
Simon Howard
8ebd88a5
Add "Always run" checkbox to keyboard options.
Simon Howard
4cf2c7e2
Make examples call TXT_Shutdown before quit.
Simon Howard
84e1b1ac
Update Code::Blocks setup project with added files
Russell Rice
0a461d94
Fix colors.
Simon Howard
6cd8ed96
Don't disable screen melt entirely in testcontrols mode; just on startup.
Simon Howard
cb9ca4fc
Don't allow function keys to be used in testcontrols mode.
Simon Howard
49474b14
Remove low-pass filter on mouse for testcontrols mode - seems to work ok with real mice.
Simon Howard
ce1b8286
Add "test" window actions to the keyboard/mouse dialogs to invoke Chocolate Doom with the -testcontrols option.
Simon Howard
2f634a05
Add "test controls" mode - for setup.exe in the future. Start straight into the game with no melt effect and display a box showing mouse speed to allow the threshold to be set easily. When escape is pressed, quit straight away.
Simon Howard
b7fced59
2006-09-24
Add "extra parameters" dialog for specifying exra command-line parameters. Move this and "UDP port" setting to a separate "Advanced" section.
Simon Howard
9a5c2079
Add "time limit" control in multiplayer settings dialog.
Simon Howard
cacf93cc
Convenience function for creating a horizontal box.
Simon Howard
c083656d
Debug code for drawing an ASCII chart.
Simon Howard
681c7bee
Use proper arrow characters on spin controls and change their color.
Simon Howard
ae660b71
Fix declaration of TXT_NewWindowSelectAction
Simon Howard
a904f5b3
2006-09-22
Call the SpechitOverrun _after_ incrementing numspechit. Thanks to Quasar for pointing out this mistake.
Simon Howard
fe4125a1
Continue to build things if we fail to update chocolate_doom_icon.c - display a warning about missing Python Image library.
Simon Howard
74560947
Add DEH_String() conversions on more strings that are not being converted.
Simon Howard
129406f1
Fix warning.
Simon Howard
317a60d9
Add the ability to type in values for spin controls, like with normal input boxes.
Simon Howard
165a20cf
Fix warning about initialiser.
Simon Howard
ba7589ba
2006-09-21
Set default sound devices to SNDDEVICE_SB, so that sfx and music are on by default.
Simon Howard
27f2691a
Rename Accept to Select.
Simon Howard
a825be92
Add compatibility options dialog.
Simon Howard
72c7a4ad
Add ENDOOM and startup delay to display settings dialog.
Simon Howard
89a9c8e0
Fix some warnings in textscreen code.
Simon Howard
0cff90de
Use NULL for initialising pointers rather than 0.
Simon Howard
e903ecbf
Use DEFAULT_INT enum value rather than 0.
Simon Howard
75595d1b
"\0" != NULL
Simon Howard
a5b56111
Fix a lot of warnings (for fussy compilers) and one always-true check
Russell Rice
6339c4cb
Add new codeblocks build files to dist.
Simon Howard
16c1bc05
Code::Blocks project and workspace. * Rename workspace appropriately in editor. * Update project files for new spin control and fix compilation of certain projects caused by it. * Create virtual targets (Debug/Release) for textscreen project. Code: * Fix the include in multiplayer.c, hopefully this does not break anything.
Russell Rice
33ebb6ea
2006-09-20
Make sure modified copyright banners always end in a newline. If they don't, add one. This fixes av.wad (thanks to myk for reporting).
Simon Howard
587a9702
Fill in some default values for the player name and the chat macros (using the traditional defaults)
Simon Howard
24222e71
Add sound config dialog. Convert some of the mouse settings to use spin controls.
Simon Howard
a34de2cb
Add spin control widget.
Simon Howard
7768cfde
Change the default optimisation level to -O2 and add --enable-penis-extension to configure.in.
Simon Howard
16c64305
Add multiplayer configuration dialog.
Simon Howard
0ef3db9a
Remove tab characters :-)
Simon Howard
12ae015f
Add HACKING file with guidelines for Chocolate Doom hackers.
Simon Howard
ac7b10dc
Fix code style :-)
Simon Howard
2a5258d0
add extra defines when building don't crash if numlumps = 0 (which is caused when an iwad has an invalid path)
Russell Rice
e17b104d
Add "Enable mouse" checkbox to mouse config dialog. Reorder options.
Simon Howard
6edd007a
2006-09-19
Fix chocolate-setup warnings.
Simon Howard
11b8fc3d
Fix textscreen warnings.
Simon Howard
7bc72c66
Turn on -Wall as well.
Simon Howard
3b747fcb
'widgets' variable was used uninitialised. For some reason this didn't always crash!
Simon Howard
d7ef9e15
← newer
older →