RSS feed
d0d17994
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/17 15:19
Make the music code modular as well, although for the time being there
beab4eb5
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/17 14:40
Split i_sound.c into i_sdlsound.c, i_sdlmusic.c, with generic "sound
5fc79137
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/16 12:16
Switch back to z_zone, not z_native (oops!)
e91f2439
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/16 12:04
Clean up sound code
304a0037
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/16 12:03
Use divides instead of bitshifts, for clarity
a9feab08
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/16 12:02
Shut up strict aliasing warnings
c447a5da
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/16 12:02
Switch to djb2 hash function and shut up compiler warnings
a32623bf
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/06/14 19:20
Update codeblocks project
0480c925
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/14 17:45
Add configuration file variable to change the sound sample rate
5aa5e1fe
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/14 17:15
Support up to 20 joystick buttons. Justification: most modern joysticks
66d22ab0
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/14 17:03
Don't send joystick updates when the joystick is disabled. Shut up
e4127187
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/13 15:12
Working joystick code.
22d473c1
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/12 14:49
Emulate overflows in P_FindNextHighestFloor. Thanks to entryway for this
c131d939
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/09 18:28
Joystick calibration (untested)
4a8abc3d
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/09 14:01
Add stamp-h1 to svn:ignore.
7ecdb1bf
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/09 14:00
Add *.exe to svn:ignore.
57ad8380
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/09 13:51
Initial joystick calibration code.
b5ca5da5
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/09 13:49
Open the joystick when prompting for a new button.
5193587a
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/09 13:45
Set svn:ignore on pcsound directory.
678a2cde
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/04 14:35
Remove unneeded SDL.h include.
c6ec2350
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/04 14:34
Oops!
ef6f989d
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/04 14:34
Completed joystick button selection widget (untested)
9d7126c1
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/04 14:32
Rename txt_main.c to txt_sdl.c; add txt_sdl.h for SDL-specific API
2c4e3a7d
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/06/02 03:04
Update codeblocks projects for joystick stuff
5dfc7563
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/01 14:08
Display a meaningful message when trying to start with an invalid
200a86cf
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/01 14:08
Up the threshold for the always run hack to 20; it's conceivable that
880ce3aa
– Simon Howard <fraggle@gmail.com>
authored
on 2007/06/01 14:06
Hide the joystick speed control when the always run hack is being used.
7127f6c8
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/31 19:16
Initial joystick support.
f37794b0
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/24 10:31
Fix ByteSwapBlock macro.
2e3e45cb
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/24 10:29
Add TXT_SetWindowTitle function to wrap SDL_WM_SetCaption, so that
ae8b8099
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/24 10:26
Use I_Sleep in i_system.c instead of SDL_Delay directly.
d6ae9c49
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/20 11:06
Fix crash when converting audio down to a lower sample rate.
61913c49
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/19 22:20
Stop music on sound shutdown so music isn't left playing at the ENDOOM
e860d4cd
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/19 22:20
Initialise sound before network setup to fix bug with sound effects not
9e8e5e09
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/19 18:53
Update NEWS.
9299576c
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/19 18:48
Don't allow idclev in netgames.
64c188aa
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/19 12:42
Fix tempo problems in pcsound linux driver.
2a026e12
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/16 10:28
Add FEATURE_SOUND.
991ef372
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/16 09:52
Oops!
07a5c09b
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/16 09:49
Rejig net_cl_new_sync and drone to be in d_net.c instead of
8e024a47
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/09 14:48
Fix ticdup.
85a70920
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/01 22:03
Check in autoconf if python is installed; if not, don't run python
d3d5b27c
– Simon Howard <fraggle@gmail.com>
authored
on 2007/05/01 21:51
Add missing files to dist.
67648188
– Simon Howard <fraggle@gmail.com>
authored
on 2007/04/29 10:53
Add missing codeblocks workspace files to dist.
f128ae0e
– Simon Howard <fraggle@gmail.com>
authored
on 2007/04/16 07:34
Fix crash: don't check for client resends after they have disconnected.
37155e12
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/04/03 05:31
Fix building with gcc 4.x
ecc9922f
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/27 07:57
Update NEWS.
b89632ad
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/27 07:44
Update ChangeLog.
6a36c84b
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/27 07:40
<SDL.h> -> "SDL.h"
ebbb382f
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/26 19:20
Fix docgen makefile dependencies.
c4d90f59
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/26 19:19
Fix manpage copyright footer to include id as well as me.
c8f42b1c
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/26 08:09
Search WAD search dirs when loading dehacked patches.
a82e9f61
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/19 12:44
Update TODO; PC speaker is supported now.
cb089280
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/16 18:26
Add back shiftxform table so that the shift key works in multiplayer
1658ae11
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/16 17:43
Add config file option to enable/disable native keyboard bindings.
b8e861b2
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/03/16 01:07
Update codeblocks project
3476fcea
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/15 14:43
Change MD5 code to use the standard types used elsewhere in the program.
c2af7bb9
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/15 14:38
Use SDL for endianness byte swapping. m_swap.c removed; m_swap.h renamed
b7906ef4
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/14 09:05
Use SDL's built-in audio conversion routines to convert sound effects to
bccb85d1
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/12 08:38
Change "sound effects enabled" checkbox to a dropdown, allowing PC
cb3c1cbb
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/03/10 02:48
Minor changes:
82123dac
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/10 00:40
Ignore the HOME environment variable on Windows - just behave like
80746e79
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/03/09 21:11
Lots of changes/additions:
eba59fdf
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/09 18:30
Add pcsound Linux driver.
1eeceb39
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/09 18:03
Don't build console mode apps; use the default -mwindows until the
d4056662
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/09 17:50
Move the pcsound library to the top level, alongside textscreen.
7ebeb393
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/09 17:20
Partially revert the last change. I'm going with a mixed approach for
f6d6e5fc
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/09 07:56
Pay closer attention to keyboard mappings. In the menu code, distinguish
c5a4f04b
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/09 07:35
Fix discrepancy between Doom and setup program when prompting for keys.
cebecf16
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/03/07 18:52
Update project
e434c7c1
– Simon Howard <fraggle@gmail.com>
authored
on 2007/03/07 14:08
Use native endianness for sound output, rather than always LSB. Add PC
b96d0e70
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/23 21:30
Fix up setup tool to display the video driver setting tabulated with all
32052d17
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/23 21:26
Fix video_driver setting.
32762cc6
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/23 21:19
Fix library ordering for libtextscreen.a; fixes windows compile.
a85cd11e
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/23 18:42
Fix compile errors.
456e8743
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/23 18:41
Add an extra option to chocolate-setup on Windows to allow the video
f49a1279
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/23 18:26
Add a configuration file value to allow the SDL video driver to be
e6d0591b
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/15 16:51
Really fix the menu corruption bug.
fb4a67b7
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/14 14:11
Make I_Error call abort() instead of exit(), so that we can get a
5a63dede
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/14 14:11
Expand buffer length to fix bug on Windows with cycling character on the
10547d41
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/14 14:10
Read sound length as a 32 bit field, not 16 bit. Fixes death sound in
28c6c516
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/09 22:19
Don't prepend a superfluous './' to the path when searching the current
a653fb6e
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/07 08:04
Revert previous change: throwing away the key state seems to be the Doom
16447cf3
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/07 07:58
Don't throw away keypress state when passing between levels - allows
2f38d73f
– Simon Howard <fraggle@gmail.com>
authored
on 2007/02/01 07:21
Search IWAD search directories when loading PWAD files.
7a6f9ad5
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/14 00:20
Fix savegamedir directory generation.
c380b055
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/14 00:04
Change interpretation of DOOMWADDIR to the classic behavior: a single
04e809fb
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/08 17:46
More helpful SDL_mixer error messages.
88240aec
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/08 17:45
Bomb out with an error in configure if SDL_mixer or SDL_net are not
1a207575
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/06 20:58
Display a message on the console with details when WAD/DEH checksums do
1041b5c5
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/06 17:26
Set svn:ignore properties on directories.
23f18efc
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 22:26
Hide the mouse cursor using SDL_SetCursor to a blank cursor, not
1d3e9a56
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2007/01/05 21:15
temp -> tempdir
cb7cf979
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 19:34
Choose the locations for temporary files more intelligently.
a4fec80d
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 18:42
Fix Batman Doom example in README.
4daa4015
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 18:41
Make the WADs input box wider. Rename labels in the start multiplayer
78a2c031
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 18:39
Add quit prompt message missing in the Doom source release.
f670f600
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 18:38
Move response file code to m_argv.c
a64a06c4
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 18:36
Clear the current value when entering a new value in number input boxes.
8ac5ecc6
– Simon Howard <fraggle@gmail.com>
authored
on 2007/01/05 18:35
Fix typing '_' and '+' in textscreen code.
Next