RSS feed
b283ed0b
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/13 18:44
Fix lockup just after startup of single-player multiplayer games. Don't
ba0390ac
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/13 18:23
Minor fixes to main loop code.
c58ed9c7
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/13 16:19
Fix crash when calling TXT_Shutdown twice.
de3a8f76
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/13 16:07
Convert Heretic code to use common main loop code. Working multiplayer!
cb142afe
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/13 15:46
Update Strife main loop code to use d_loop.c common main loop code.
a1c82369
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/13 15:43
Remove d_net.h, include d_loop.h instead. Remove duplicate definitions
383bd7c3
– James Haley <haleyjd@hotmail.com>
authored
on 2011/10/13 05:49
Resolved a TODO which was just the result of a common hex-rays
687ab6c9
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/12 21:15
Split out common main loop code into separate file, d_loop.c.
460c3748
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/11 16:21
Refactor and rearrange d_net.c so that the loop code is agnostic and
6444493d
– Simon Howard <fraggle@gmail.com>
authored
on 2011/10/10 16:32
Re-enable FEATURE_MULTIPLAYER, but #undef it in the Strife code so the
27413cac
– James Haley <haleyjd@hotmail.com>
authored
on 2011/10/07 10:30
Comment changes only.
5fcd4dc3
– James Haley <haleyjd@hotmail.com>
authored
on 2011/10/06 07:33
Fix for missing finale fade-to-black bug that was driving me nuts - one
6ee44d36
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/26 17:34
Add graphical_startup option for Strife (to match Heretic/Hexen).
fcb27f12
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/25 19:46
Fix special1/special2 values in Hexen code so that they can properly
0ea57398
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/25 16:59
Fix special1/special2 values so that they can properly hold pointer
75f59299
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/25 15:58
Handle WAD merging correctly when the sprites list contains lumps with
4fcf9313
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/25 15:54
Fix warning message when loading a HHE patch with the wrong version.
5efd8b3a
– James Haley <haleyjd@hotmail.com>
authored
on 2011/09/24 22:32
Temporary hack to avoid needing an Excedrin.
45b03b36
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 20:36
Fix Strife weapon-cycling rules.
f44bd7da
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 19:49
Start -testcontrols for Strife on level 3 (rebel base).
6e9b549b
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 14:31
Don't allow menu actions when running with -testcontrols. Quit
f742664b
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 14:10
Don't show graphical startup for Heretic, Hexen or Strife when running
9af0a3c8
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 13:55
Add -testcontrols to Hexen.
df88eb04
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 13:44
Rework Strife -testcontrols code to use common code.
17d75c29
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 13:40
Add -testcontrols to Heretic.
73f27119
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 12:30
Rework mouse speed box drawing code and move to common code, so that it
90bb584b
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 11:38
Remove duplicate code for parsing -file parameter.
66388c26
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/24 11:26
Oops.
3745cbe0
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/20 18:09
Display an error dialog if trying to connect to a server where a game is
98ecb00e
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/20 18:06
Don't allow dropdown widget pop-up window to be placed outside the
76a7eebc
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/20 17:53
Add dedicated pack_chex and pack_hacx values for the Chex Quest and Hacx
b8d2d8bb
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/20 16:48
Display a warning message when trying to join a server playing a game
4fba2ab2
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/20 16:47
Add TXT_MessageBox convenience function.
e5336a1b
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/20 15:57
Auto-select IWAD based on query response from server.
7b1aff6c
– James Haley <haleyjd@hotmail.com>
authored
on 2011/09/18 20:15
The current Chocolate Strife code emulates v1.2, not 1.31. 1.31 support
ef586e36
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/18 19:15
Fix a minor annoyance with Strife startup - we are *not* emulating the
1ce76006
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/18 11:18
Rerrange ordering of columns in server search dialog.
96f7da6a
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/18 10:16
Hook query code into setup tool, and add search results window.
4dc7b33e
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/17 12:39
Add multiplayer query code to setup tool, and rework join game
1f170ff1
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/17 12:08
Merge from trunk.
e7e8858a
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/17 11:55
Change query loop to sleep for 1ms rather than 50ms intervals, so that
7fc842b9
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/17 11:43
Refactor query code so that it is possible to query by polling, rather
22a8e37d
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/17 09:44
Fix ping calculation with LAN search.
1981657e
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/17 09:18
Bump version numbers for Windows build to temporary version.
9b4b2d59
– James Haley <haleyjd@hotmail.com>
authored
on 2011/09/12 22:45
Remove use of magic number in M_ReadMisObj, and fix Kaiser's name while
f2042da1
– James Haley <haleyjd@hotmail.com>
authored
on 2011/09/12 21:22
Generate .map files for release builds in the Visual Studio project.
7618dfea
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/12 18:38
Add Quasar and Kaiser to AUTHORS.
996049b1
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/12 18:29
Bump version to temporary version number.
55825846
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/12 18:21
Update OS X launcher to include box for Strife IWAD.
22250619
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/12 17:58
Increase window size in .dmg package, so that there is no vertical
7093f3f4
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/12 17:49
Set branch_helper properties to parent from trunk.
f715234e
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/12 17:38
Create branch for version 2 development. raven-branch and strife-branch
fb364d53
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/12 17:30
Fix bug in doubly-linked list implementation.
efd15d96
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/11 19:40
Merge from raven-branch.
11024d82
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/11 19:32
Oops.
1bcdb39f
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/11 19:07
Merge from trunk.
df292a6d
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/11 13:01
Don't show error dialog if running from the console on OS X.
bab992ea
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/06 17:50
Initial changes towards supporting multi-package RPM build, with
a74c5e46
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/05 18:30
Place Hexen savegames in configdir/savegames/hexen.wad/ rather than
5d82119c
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/05 18:18
Store Heretic savegames in the configuration directory, as with Doom
9ff63977
– Simon Howard <fraggle@gmail.com>
authored
on 2011/09/05 17:57
Refactor savegamedir calculation code to work the same as trunk.
358db837
– Simon Howard <fraggle@gmail.com>
authored
on 2011/08/29 16:37
Fix bug with detection of IWAD type by filename (thanks mether).
2e67fde2
– Simon Howard <fraggle@gmail.com>
authored
on 2011/08/22 14:40
Add clarification note about icon copyright status (thanks to Chris
fb9fb072
– Simon Howard <fraggle@gmail.com>
authored
on 2011/08/20 14:20
Update COPYING to latest version of GPL2 with new address of FSF (thanks
aa621807
– Simon Howard <fraggle@gmail.com>
authored
on 2011/08/20 14:10
Fix gnome-screensaver .desktop file (thanks Rahul Sundaram).
99a208bc
– Simon Howard <fraggle@gmail.com>
authored
on 2011/07/24 16:55
Fix default mouse buttons in setup tool (Thanks Alexandre Xavier).
736082f2
– Simon Howard <fraggle@gmail.com>
authored
on 2011/07/21 10:21
Don't use $^ in Makefiles, as it s a GNU make extension (thanks Jakub
4d17ab36
– James Haley <haleyjd@hotmail.com>
authored
on 2011/06/30 23:08
Made Hexen buildable with strife-branch's VC2008 .proj file.
5674a4e6
– James Haley <haleyjd@hotmail.com>
authored
on 2011/06/30 00:07
Two changes:
788892b9
– James Haley <haleyjd@hotmail.com>
authored
on 2011/06/29 10:28
Added support for -work and -flip command-line parameters. -random
16dc726c
– Simon Howard <fraggle@gmail.com>
authored
on 2011/06/16 19:14
Add AM_SILENT_RULES macro for terser build output.
b2318d48
– Simon Howard <fraggle@gmail.com>
authored
on 2011/06/13 20:02
Add missing include so that the OS X error window is displayed.
1cfa4409
– Simon Howard <fraggle@gmail.com>
authored
on 2011/06/13 19:45
Rework configuration window; add Heretic/Hexen configuration boxes.
391e7466
– Simon Howard <fraggle@gmail.com>
authored
on 2011/06/13 18:21
Merge from trunk.
fa328faf
– Simon Howard <fraggle@gmail.com>
authored
on 2011/06/13 16:27
Link chocolate-setup against SDL_mixer to fix compile on Mac OS X.
1271fc25
– James Haley <haleyjd@hotmail.com>
authored
on 2011/06/04 00:59
Resolved some TODOs and fixed a couple of problem spots that were
822664b4
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/17 18:59
Update NEWS and ChangeLog, bump version number.
855c7a48
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/17 18:51
Add dependency for INSTALL generation.
dcd1a6c3
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/17 18:06
Detect chex.deh if it is in the same directory as the IWAD file.
a0ce233f
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/14 17:50
Fix display of ENDOOM screen.
75ddea9c
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/14 17:47
Fix install of screensaver desktop file.
d07b88e4
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/14 17:07
Add freedesktop.org desktop files for chocolate-doom, chocolate-setup
184ea9ba
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/14 16:11
Convert build system to using the PROGRAM_PREFIX system used on
87efdfbd
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/08 14:32
Update NEWS.
351c1be3
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/08 14:29
Allow IWAD files to be double-clicked in the finder to set the IWAD
6e9294e0
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/07 20:31
Shut up compiler warnings.
1fd0ad08
– Simon Howard <fraggle@gmail.com>
authored
on 2011/05/07 19:52
Rework OS X launcher package. Include documentation files within the
ec74db92
– James Haley <haleyjd@hotmail.com>
authored
on 2011/04/26 01:49
Support for Win32 native OPL output when compiled with Microsoft Visual
085797ae
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/24 18:22
Infer -server when -privateserver is specified (thanks Porsche Monty).
9f4221bf
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/24 17:39
Add test button to joystick menu in setup tool (thanks Alexandre
45114344
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/18 18:10
Add test hack for simulating Porsche Monty's scanline emulation (see
30952764
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/17 13:33
Fix libtextscreen window hotkeys to work when shift is held down /
fe8ede70
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/17 12:53
Make Final Doom IWAD labels shorter, so they don't make the launch
eb86fcdf
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/11 15:49
Allow the shift key to be held down when changing key/mouse/joystick
d4ef7c37
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/08 20:27
Fix action area minimum width calculation.
954eeae8
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/04 16:30
Close dropdown list popup windows when clicking outside the window.
eac4192d
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/04 16:12
Fix crash.
fe9fc9e1
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/04 16:09
Fix crash.
9f3f6683
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/04 16:07
Change the background color when hovering over widgets.
f596cfcd
– Simon Howard <fraggle@gmail.com>
authored
on 2011/04/04 14:40
Change setup tool default sampling rate to 44100Hz to match the game
Next