RSS feed
9eb11191
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/14 15:54
Add character class selectors for Hexen.
664c3590
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/14 15:45
Merge from trunk. Note that src/i_sdlsound.c has not yet been merged as
144849ee
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/12 14:03
Add option to "join game" dialog in setup tool to autojoin a LAN game.
21d67cd7
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/12 14:01
Make txt_inputboxes emit a "changed" signal when their value is changed.
ebc83786
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/11 14:30
Fix crash on Heretic startup.
2c165cde
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/10 17:09
Remove left-over debug message.
d87bf91d
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/10 15:10
Set appropriate skill strings for Heretic/Hexen.
1d408321
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/10 15:00
Use the internal IWAD search for the setup multiplayer dialogs rather
3c92c580
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/09 12:11
Fix compiler warnings.
97f0be5d
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/08 15:15
Choose appropriate executable depending on game type.
86934db1
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/08 15:14
Set gamesdir variable in Makefile.
65c3fa78
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/07 19:29
Diff tics containing Heretic/Hexen fields.
cc93c797
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/07 17:59
Calculate SDL buffer size automatically based on sample rate.
f8640f01
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/06 20:49
Fix conflict between 'time' variable and libc time function.
5859134e
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/04 20:00
Better ASCII chart.
3b2481de
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/04 19:46
Minor smallfont fixups.
c0cc0ea1
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/04 17:45
Autogenerate setup-manifest.xml with the current version.
5014caee
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/04 16:07
Fix window close button to bring up F10 quit message.
c944d2ab
– Simon Howard <fraggle@gmail.com>
authored
on 2009/05/01 17:05
Add copyright headers to textscreen examples.
30c46a6d
– Simon Howard <fraggle@gmail.com>
authored
on 2009/04/26 12:59
More smallfont fixups.
8f2df5e7
– Simon Howard <fraggle@gmail.com>
authored
on 2009/04/23 15:58
Fix up some extended ASCII characters.
40d03a9c
– Simon Howard <fraggle@gmail.com>
authored
on 2009/04/23 14:19
Oops.
c2a270f8
– Simon Howard <fraggle@gmail.com>
authored
on 2009/04/23 14:18
Add small textscreen font for low resolution displays, based on the
2c7cf587
– Simon Howard <fraggle@gmail.com>
authored
on 2009/04/18 16:51
Fix GetDefaultConfigDir.
578fd9aa
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/15 10:44
Fix clipped sounds when using libsamplerate (thanks David Flater)
e2e10693
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/14 11:28
Add check to allow sched_setaffinity code to work on older versions of
6e2c404f
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/12 18:20
Update from trunk.
535c64b3
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/12 14:55
Define INVALID_SET_FILE_POINTER if it is not defined, to fix compilation
20cb0007
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/09 18:53
Remove WATCOMC usage (thanks Quasar)
f0c5cc89
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/08 19:46
Fix -cdrom command line parameter to work with Heretic and Hexen;
f9c51c1b
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/08 18:51
Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags
11f92605
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/06 19:35
Add documentation for high-level txt_desktop.h functions.
2b5dae76
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/06 19:24
Add documentation for high-level textscreen functions.
9b5d5749
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/06 15:01
Fix signed/unsigned conversion warning.
cdd3680b
– Simon Howard <fraggle@gmail.com>
authored
on 2009/03/03 14:26
Look up SetProcessAffinityMask function at runtime, so that the program
67fbcdce
– Simon Howard <fraggle@gmail.com>
authored
on 2009/02/08 12:52
Merge from trunk.
08bc270b
– Simon Howard <fraggle@gmail.com>
authored
on 2009/02/02 19:25
Fix compiler warnings.
39b7cb7b
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/30 18:53
Fix layout of widgets within scroll panes. Scroll scroll panes in
a6be65e6
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/29 18:26
Shrink text box slightly.
61361932
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/29 18:00
Allow clicking within scroll bars to set position.
5a122d59
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/29 17:54
Add scrollable pane widget to textscreen library.
c0cbaafa
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/27 17:09
Calculate size of linebuffer using sizeof (64-bit fix)
d67c5cd7
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/27 16:55
Fix for R_InitTranslationTables to not align on a 256 byte boundary
2932aef2
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/27 16:45
Don't align "colormaps" on a 256 byte boundary (fix for 64 bit)
1f19598d
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/27 16:33
long -> int
5460b512
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/27 16:28
Change obsolete pointer field to an integer field (fix for 64 bit)
15838128
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/27 16:21
Use sizeof() to calculate amounts to allocate, rather than hard-coded
03771945
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/27 15:49
Merge from trunk.
63c1c6e6
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/17 09:05
Fix '-mmap' command line parameter.
15c1f099
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/09 17:03
Merge from trunk.
7d5d1676
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/09 15:01
Add back missing "FINISHED" graphic to intermission screen.
200b46f2
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/07 17:05
Create the ~/.chocolate-doom/savegames directory on startup if it does
ed880ffd
– Simon Howard <fraggle@gmail.com>
authored
on 2009/01/07 16:51
Replace -nommap with -mmap; do not use mmap()ed file access by default.
74e939aa
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/20 15:36
Fix Hexen startup code to set window title before setting video mode
b9b0c2ab
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/20 15:25
Merge from trunk.
acd1a13a
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/10 15:25
Bump version to 1.2.1, update NEWS and ChangeLog.
baf0aa3a
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/10 15:20
Fix crash when playing Doom 1 levels.
c04e9658
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/09 20:06
Bump version to 1.2.0, update NEWS and ChangeLog.
08522e4b
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/09 20:01
Undo previous change.
aed280e1
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/09 19:42
Set icon before calling TXT_Init, for setup and ENDOOM screens.
b22df6a1
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/09 19:00
Fix window icon/title under Windows XP Luna theme.
b00b6553
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/09 18:32
Make intermission screen work on MAP33, to be consistent with Vanilla
ca3844dc
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/09 15:35
Add check for sched_setaffinity to configure and only use it if it is
a0062502
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/09 14:56
Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL
0ec9859e
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/08 15:50
Update lists of keyboard/mouse/joystick buttons.
4fa31de5
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/08 15:31
Flip the screen buffers after changing palette when doing the Hexen
a8206096
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2008/12/05 18:50
Update codeblocks projects
bb58e40a
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/05 18:34
Auto-select the game type based on detected IWADs. If IWADs from
3fd9acf6
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/03 17:09
Use FILE_MAP_COPY instead of FILE_MAP_ALL_ACCESS for mapping files
d9f9a3b4
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/03 14:16
Oops.
27f8ea9f
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/03 13:54
Centralise the list of IWAD files and use bitmasks to select which
02f2b37c
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/02 14:24
Add missing include.
a2afcffe
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/02 14:19
Use the hardware palette for textscreen and Hexen graphical startup.
2c2e0d5a
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/02 14:02
Fix setup to show the correct available sfx/music options, depending on
4af7ea5b
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/02 13:59
Use PROGRAM_PREFIX for defining config file filenames.
a55ed79b
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/02 13:58
Fix endianness bug with Hexen ACS code.
e3a806cc
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/01 17:16
Do endianness conversion when accessing patch->width fields.
c8ef0c4a
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/01 17:13
Add missing header includes.
f871c15b
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/01 16:43
Remove 'uint' type.
2805b879
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/01 16:34
Remove #pragma statements.
8f0c7980
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/01 16:16
Fix make dist.
653bf3a0
– Simon Howard <fraggle@gmail.com>
authored
on 2008/12/01 16:08
Don't try to read SDL events until initialised.
e4d5a1e0
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/28 17:56
Update HH-TODO.
f062903b
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/28 17:54
Add function to get the number of episodes.
38f09a6c
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/28 17:50
Set svn:ignore properties on directories.
50aa3823
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/28 17:47
Add Heretic/Hexen controls to setup program.
a33d2359
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/27 14:45
Add -game command-line parameter to control what game to configure
2b5de0ba
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/26 16:09
Add bindings for remaining missing config file variables, to get
2f673252
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/24 14:01
Make chocolate-setup use m_controls.c definitions for config file
09f98f80
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/23 12:52
Shut up some Hexen compiler warnings.
828b0991
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/23 12:39
Shut up compiler warnings in Heretic code.
ae18d8c4
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/21 13:03
Move setup/ into src/ and merge with main codebase. Remove duplicated
9646b03b
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2008/11/21 04:37
Update msvc project
bf1980da
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2008/11/21 04:33
Update codeblocks project
e4aa7597
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/09 11:39
Recreate Hexen graphical startup in SDL.
71d013a4
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/08 01:58
Recreate Heretic startup progress bar using textscreen library.
bce9b6d6
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/08 01:57
Use sizeof(short) to calculate size for allocation.
76e08671
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/03 14:04
Add NULL terminator to Hexen sprite names list.
8c78e065
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/03 14:02
Add NULL terminator to sprite names list.
65c1c988
– Simon Howard <fraggle@gmail.com>
authored
on 2008/11/02 18:53
Fix up raven-branch copyright notices.
Next