| 2009-03-10 |
| Fix outb() call, display error message if unable to gain port permissions. |
Simon Howard |
c423d770 |
| Set svn:ignore property. |
Simon Howard |
02e3e618 |
| Add OPL lib plumbing and Linux native driver. |
Simon Howard |
84a05be9 |
| Initialise OPL registers on startup, initialise voices. |
Simon Howard |
ca7f823d |
| Add initial GENMIDI lump loading, OPL detection. |
Simon Howard |
3efee3d5 |
| Add opl library main header and stub functions. |
Simon Howard |
9f8ab358 |
| 2009-03-09 |
| Make global variables static. Replace uint with uint32_t. |
Simon Howard |
6f41d1d2 |
| Remove WATCOMC usage (thanks Quasar) |
Simon Howard |
20cb0007 |
| 2009-03-08 |
| Fix -cdrom command line parameter to work with Heretic and Hexen; compiles now work on Windows. |
Simon Howard |
f0c5cc89 |
| Add "make doc" target to run Doxygen, and add a Doxyfile. Add @file tags to start of header files so that Doxygen will process them. |
Simon Howard |
f9c51c1b |
| 2009-03-07 |
| Add documentation for high-level txt_desktop.h functions. |
Simon Howard |
11f92605 |
| Add documentation for high-level textscreen functions. |
Simon Howard |
2b5dae76 |
| 2009-03-06 |
| Fix signed/unsigned conversion warning. |
Simon Howard |
9b5d5749 |
| 2009-03-04 |
| Add initial stub for OPL backend. |
Simon Howard |
997d2ee8 |
| Fix up fmopl code to remove ScummVM dependencies and compile as C. Add to build. |
Simon Howard |
4422bbf9 |
| Add fmopl files from ScummVM. |
Simon Howard |
2a648824 |
| Create branch for OPL emulation. |
Simon Howard |
65ace50d |
| 2009-03-03 |
| Look up SetProcessAffinityMask function at runtime, so that the program should work under Win9x again. |
Simon Howard |
cdd3680b |
| 2009-02-08 |
| Merge from trunk. |
Simon Howard |
67fbcdce |
| 2009-02-03 |
| Fix compiler warnings. |
Simon Howard |
08bc270b |
| 2009-01-30 |
| Fix layout of widgets within scroll panes. Scroll scroll panes in response to keyboard events. |
Simon Howard |
39b7cb7b |
| 2009-01-29 |
| Shrink text box slightly. |
Simon Howard |
a6be65e6 |
| Allow clicking within scroll bars to set position. |
Simon Howard |
61361932 |
| Add scrollable pane widget to textscreen library. |
Simon Howard |
5a122d59 |
| 2009-01-27 |
| Calculate size of linebuffer using sizeof (64-bit fix) |
Simon Howard |
c0cbaafa |
| Fix for R_InitTranslationTables to not align on a 256 byte boundary (fixes 64 bit) |
Simon Howard |
d67c5cd7 |
| Don't align "colormaps" on a 256 byte boundary (fix for 64 bit) |
Simon Howard |
2932aef2 |
| long -> int |
Simon Howard |
1f19598d |
| Change obsolete pointer field to an integer field (fix for 64 bit) |
Simon Howard |
5460b512 |
| Use sizeof() to calculate amounts to allocate, rather than hard-coded sizes. |
Simon Howard |
15838128 |
| Merge from trunk. |
Simon Howard |
03771945 |
| 2009-01-17 |
| Fix '-mmap' command line parameter. |
Simon Howard |
63c1c6e6 |
| 2009-01-09 |
| Merge from trunk. |
Simon Howard |
15c1f099 |
| Add back missing "FINISHED" graphic to intermission screen. |
Simon Howard |
7d5d1676 |
| 2009-01-07 |
| Create the ~/.chocolate-doom/savegames directory on startup if it does not exist. |
Simon Howard |
200b46f2 |
| Replace -nommap with -mmap; do not use mmap()ed file access by default. Fixes Plutonia 2, and several other minor things. |
Simon Howard |
ed880ffd |
| 2008-12-20 |
| Fix Hexen startup code to set window title before setting video mode (for Windows XP Luna) |
Simon Howard |
74e939aa |
| Merge from trunk. |
Simon Howard |
b9b0c2ab |
| 2008-12-10 |
| Bump version to 1.2.1, update NEWS and ChangeLog. |
Simon Howard |
acd1a13a |
| Fix crash when playing Doom 1 levels. |
Simon Howard |
baf0aa3a |
| Bump version to 1.2.0, update NEWS and ChangeLog. |
Simon Howard |
c04e9658 |
| Undo previous change. |
Simon Howard |
08522e4b |
| Set icon before calling TXT_Init, for setup and ENDOOM screens. |
Simon Howard |
aed280e1 |
| Fix window icon/title under Windows XP Luna theme. |
Simon Howard |
b22df6a1 |
| 2008-12-09 |
| Make intermission screen work on MAP33, to be consistent with Vanilla Doom. Also, make levels after MAP33 trigger a V_DrawPatch error. |
Simon Howard |
b00b6553 |
| Add check for sched_setaffinity to configure and only use it if it is found. Display a message if we don't have any way to set processor affinity. |
Simon Howard |
ca3844dc |
| Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL in configure before checking for libraries and headers, to fix Windows. |
Simon Howard |
a0062502 |
| 2008-12-08 |
| Update lists of keyboard/mouse/joystick buttons. |
Simon Howard |
0ec9859e |
| Flip the screen buffers after changing palette when doing the Hexen fade-in. |
Simon Howard |
4fa31de5 |
| 2008-12-05 |
| Update codeblocks projects |
Russell Rice |
a8206096 |