RSS feed
1162b2c6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/30 16:53
Merge from trunk.
f151517b
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/30 15:58
Merge contents of OPL-TODO into TODO file.
6f8ac36f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/30 15:38
Add textscreen Doxyfile to dist. Add .desktop file to svn:ignore. Add
e7f0d272
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/24 19:53
Add -reject_pad_with_ff parameter to allow padding value to be
4070ecd9
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/23 16:46
Add REJECT buffer overflow emulation, based on code from PrBoom+ (thanks
13d87ff8
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/22 17:38
Disable OPL debugging messages.
63ff4879
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 18:37
Fix svn:ignore properties.
f7ab7d9f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 17:38
Add missing header.
2bfd7c43
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 17:29
Split out WAD command line parsing code into common code shared between
d29437d4
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 17:28
Suggest a different Heretic version when an invalid string or code
72afdec7
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:59
Remove unused strings.
9c97b50a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:54
Do dehacked string substitution for end of episode text.
59bc6523
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:48
Fix unsigned integer overflow with calls to M_StrCaseStr where
fe49cfc0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 14:30
Make tables const, minor commenting and formatting fixes.
38c31575
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 13:15
Add WAD merging command line options to Heretic.
8069d8a0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 12:40
Add -hhever command line parameter to select patch version number.
0c0d4ed5
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 12:13
Use DEH_String() around TXT_ definitions from dstrings.h.
b365656c
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 11:42
Add new string tables.
bc4a39b2
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 10:52
Add new action pointer lookup table, and find offset based on patch
53ba7baf
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 10:51
Add deh_hhe_version variable to specify version of executable used to
d76bed74
– Simon Howard <fraggle@gmail.com>
authored
on 2010/04/18 10:30
Add some DEH_String() calls where appropriate.
695b64ce
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/08 13:52
Add OPL-TODO to dist, set svn:ignore properties.
2f3b2889
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/08 13:50
Use native MIDI music by default.
448adb31
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/07 20:14
Merge opl-branch to trunk.
b9e18229
– Simon Howard <fraggle@gmail.com>
authored
on 2010/03/07 19:51
Load advapi32.dll pointers dynamically at runtime. This should fix any
662ad8cb
– Russell Rice <rtc_marine@hotmail.com>
authored
on 2010/03/03 20:36
- Fix codeblocks project build
92c9d5c3
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/27 14:11
Use wide-character versions of Win32 API functions. Clean up properly if
77ea97c6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/27 13:57
When loading driver, pass the full path to the ioperm.sys file.
1398c8ae
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/27 12:48
Fix race condition with condition variable freed before it is signaled.
5f2cfb50
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/26 16:32
Minor documentation fixups.
06b97d2d
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/26 16:07
Add OPL hardware playback support for Windows NT-based systems.
c4fe7aa8
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/10 15:21
Bump version number, update ChangeLog and NEWS.
56412813
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 16:14
Add Heretic implementation of HHE "Text" section, add DEH_String()
08e0b147
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:18
Move action function prototypes in info.c into separate p_action.h
9769464e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:16
Call DEH_Init on Heretic startup so that patches will be loaded.
c09b386e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:15
Only call InitializeSections() when a dehacked patch is actually loaded.
b83a1ed0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:13
Add HHE 1.0 header signature to list of accepted signatures.
26bafb10
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/08 14:12
Add case-insensitive version of strstr(), and use this instead of
ea89b7c4
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 22:26
When initializing to load an HHE patch, patch the states[] table to be
6a92bc54
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 22:04
Initial code for HHE patch support.
f0432526
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 22:02
Move sound structure and ammo definitions into headers. Add #ifndef
e22d6a0d
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 21:59
Refactor dehacked structure mapping code to support string fields in
b786d601
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 21:04
Oops.
abb5f331
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 19:59
Add back unused phoenix rod object, frames, and dummy action pointer.
c33c1fa0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/06 10:54
Fix Heretic/Hexen "noise" sound debug cheats.
52f81b4e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/05 18:30
Update OS X Makefile to include Heretic and Hexen executables, and to
3c18831a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/05 18:23
Rearrange Makefile definitions.
677729c6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/05 18:08
Merge from trunk.
cdacf59a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/04 22:27
Add a hint message about permissions if unable to get I/O permissions
ff7fff78
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/04 22:27
Only distribute README.OPL in the Windows package, don't bother
b42f8f4f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/04 22:23
Add README.OPL to list of documentation files to distribute.
8a77b34e
– Simon Howard <fraggle@gmail.com>
authored
on 2010/02/02 14:02
Move parts of dehacked code into top-level common code, to allow future
b4f2d75b
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/31 13:21
Change Windows resource file to use PACKAGE_COPYRIGHT and
fdcd8dda
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/30 11:14
Change directory to home directory before launching the game, so that
a0544759
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/30 11:04
Set launch button as default button, so that it is possible to launch
41e8417f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/29 19:37
Rename mus2mid functions to be consistent with coding standard.
0929063a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/29 18:28
Remove unused PACKAGE_LONGDESC.
8e62a8d8
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/29 14:17
When doing a MUS to MID conversion, allocate MIDI channels so that the
6fbd6eaf
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/28 22:55
Fix indentation/style etc. in mus2mid.c.
0b8bf3cf
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/27 14:50
Merge from trunk.
a9e2d244
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/27 14:16
Add tags files to svn:ignore properties.
cf4d0c3b
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/26 14:21
Minor fix of British spelling -> American.
7c47cdf1
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/26 14:18
Fix glass hack windows where a linedef is flagged as two sided but has
bf8974e6
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/23 18:06
Add menu item to launcher to open a terminal window that can be used to
47f828ea
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/18 14:40
Fix package source URL.
0a540b15
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/18 14:29
Tweak package description slightly.
7f7a7354
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/18 14:14
Define project short description, copyright, maintainer and URL in
34e73b9f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/17 11:58
Update NEWS.
b95262a1
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/17 11:31
Restore the original cursor when shutting down video code, this should
27b66df2
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/16 14:20
Update TODO file.
6e0df0d0
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 14:29
Don't open the configuration window when the launcher is first run;
893c8dbe
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 14:14
Fix GNUstep info panel.
cd8cf5f1
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 13:51
Center the launcher window and config window on startup.
571b9c32
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 13:40
Add wadfile.png for GNUstep build.
f176ac40
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/15 13:13
Extend osx makefile to allow building of a working GNUstep application,
df6a7940
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/14 13:47
In Chex Quest, use the radiation suit colormap instead of the red
009c7a7d
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:16
Oops.
b6810a29
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:15
Strip executables when building Windows CE packages.
92eaebfb
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:14
Rearrange order of Makefile generation to alphabetical order.
869447ff
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:12
Move Makefile definitions for CC and STRIP into config.make, use
d1b08709
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:09
Set main menu title based on package name, not fixed string.
b777eebd
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/12 15:09
Place commercial level name strings consecutively in the same array, so
a33a26c2
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/11 20:32
Add missing connection for plutonia.wad set button.
96fc229a
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/11 20:20
Add document icon file and use for file associations.
160ff32f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/11 14:10
Insert new files into the command line at the correct location, allowing
550b95f7
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 20:35
When launching a file from the finder, add the new file into the command
213b88ef
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 15:46
Change "@executable_path@" to "@executable_path"
7b07b99f
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 13:48
Install docs with a single cp, rather than using a for loop.
da950e23
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/10 13:42
Recursively copy library dependencies into destination package. Identify
a4f038a3
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 16:06
Clear existing arguments when adding a file.
45f543db
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 15:42
Add file to command line when opened; add link from AppController to
c2f2fa12
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 13:54
Initial code to identify file type by extension and add file to command
d109ab26
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/09 13:38
Hook in AppController as delegate for application, add file associations
6fb7afc4
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/05 12:20
Add "clean" target to package makefiles.
860a1749
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/05 10:52
Move config.make up to pkg/ directory. Use static makefiles to generate
37325bbf
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:53
Fix single space error when listing libraries.
c401e515
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:45
Copy binaries into app dir along with libraries.
dfff86eb
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:24
Include documentation files in package.
c9487078
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:19
Fix GNUstep build.
afb95216
– Simon Howard <fraggle@gmail.com>
authored
on 2010/01/04 17:11
Generate Info.plist and config.make in configure and remove temporary
Next