shithub: choc

RSS feed

5387e91e – Simon Howard <fraggle@gmail.com> authored on 2013/10/28 01:01
Use system DPI setting on Windows to determine whether to use the large

552d300e – Simon Howard <fraggle@gmail.com> authored on 2013/10/27 21:23
Determine which textscreen font to use by looking at the current desktop

79c6c5e8 – Simon Howard <fraggle@gmail.com> authored on 2013/09/08 15:14
Fix backwards logic for -novert handling.

e10af521 – Simon Howard <fraggle@gmail.com> authored on 2013/09/08 14:57
Fix file select widget to emit "changed" signal properly. Reset variable

50289818 – Russell Rice <rtc_marine@hotmail.com> authored on 2013/07/03 17:41
- Update codeblocks projects

431b7953 – Simon Howard <fraggle@gmail.com> authored on 2013/06/19 16:50
Fix OPL MIDI playback on big endian systems (thanks GhostlyDeath).

0fea3b6c – Simon Howard <fraggle@gmail.com> authored on 2013/06/17 19:02
Refactor handling of novert to take place at the lower layers rather

ba1c0277 – Simon Howard <fraggle@gmail.com> authored on 2013/05/27 13:56
Remove use of WINAPI macro to fix compile under MSVC.

ce8a95a5 – Simon Howard <fraggle@gmail.com> authored on 2013/04/01 12:38
Correct incorrect doc comment.

bd0f3869 – Simon Howard <fraggle@gmail.com> authored on 2013/03/31 16:38
Fix Doxygen comments.

f346e339 – Simon Howard <fraggle@gmail.com> authored on 2013/03/31 15:38
Add back call to TXT_Delay to fix OS X freeze.

daa0897e – Simon Howard <fraggle@gmail.com> authored on 2013/03/31 15:32
Allow backspace or delete to clear the contents of an input box.

9963de83 – Simon Howard <fraggle@gmail.com> authored on 2013/03/31 15:32
Don't hog the CPU while waiting for the file selector.

a16cb18b – Simon Howard <fraggle@gmail.com> authored on 2013/03/31 15:16
Change WAD selectors in setup tool to file selection widgets.

fdd021c5 – Simon Howard <fraggle@gmail.com> authored on 2013/03/31 15:09
Fix file selector issues with Windows build.

3ac14402 – Simon Howard <fraggle@gmail.com> authored on 2013/03/31 14:46
Add file selector widget to textscreen library.

adbfa321 – Simon Howard <fraggle@gmail.com> authored on 2012/12/23 16:25
Fix compiler warnings caused by unused variables.

7b9cfe4a – Simon Howard <fraggle@gmail.com> authored on 2012/12/22 20:43
Fix up weird looking '9' character in large font.

da1e9064 – Simon Howard <fraggle@gmail.com> authored on 2012/12/22 18:30
Add some extra zero-fill to the end of .DS_store.

f5e5190c – Simon Howard <fraggle@gmail.com> authored on 2012/12/13 20:05
Rename function, as ShowCursor is a Windows function and this conflicts

9f1a64f8 – Simon Howard <fraggle@gmail.com> authored on 2012/11/18 16:56
Add high-resolution font for textscreen.

a854a3a5 – Simon Howard <fraggle@gmail.com> authored on 2012/11/12 15:46
Fix registry handles not being closed (thanks Quasar).

cab51187 – Simon Howard <fraggle@gmail.com> authored on 2012/10/28 21:08
Add note about BFG Edition IWADs to NOT-BUGS.

ad11652d – Simon Howard <fraggle@gmail.com> authored on 2012/10/28 16:50
Refactor AES code to resolve compiler aliasing warnings.

501b1378 – Simon Howard <fraggle@gmail.com> authored on 2012/10/28 06:41
Add functions for network signature requests. These request the signed

f7ecbd14 – Simon Howard <fraggle@gmail.com> authored on 2012/10/28 06:40
Define PRNG seed as a type.

a3b3e15f – Simon Howard <fraggle@gmail.com> authored on 2012/10/27 02:10
Add pseudorandom number generator for secure demos.

80571d7c – Simon Howard <fraggle@gmail.com> authored on 2012/10/26 17:52
Add small workaround to deal with the fact that the BFG Edition's

e6d59fa3 – Simon Howard <fraggle@gmail.com> authored on 2012/10/25 16:43
Add missing sha1.h header.

42567795 – Simon Howard <fraggle@gmail.com> authored on 2012/10/25 16:40
Switch from MD5 to SHA-1 for network digests.

933839b0 – Simon Howard <fraggle@gmail.com> authored on 2012/10/23 16:39
Add Steam path for Doom 3: BFG Edition IWAD path (thanks Gez for the

74293323 – Simon Howard <fraggle@gmail.com> authored on 2012/07/11 17:23
Er... that's 64, not 32.

fdf156f8 – Simon Howard <fraggle@gmail.com> authored on 2012/07/11 17:20
Add bound check for scrolling walls limit and exit with an error if it

ddb9af11 – Simon Howard <fraggle@gmail.com> authored on 2012/06/09 12:50
Update NEWS and ChangeLog, bump version number.

003c82ce – Simon Howard <fraggle@gmail.com> authored on 2012/03/04 07:06
Remove some calls to TXT_FGColor by using the new TXT_SaveColors system

9ffd1cc4 – Simon Howard <fraggle@gmail.com> authored on 2012/03/01 15:26
Rework the way that window background colors are set, and change the

920ffea9 – Simon Howard <fraggle@gmail.com> authored on 2012/02/04 18:05
On Windows, convert the USER and USERNAME environment variables from OEM

c6b8f116 – Simon Howard <fraggle@gmail.com> authored on 2012/02/03 17:05
Fix crash when typing lots of Unicode characters into a number input

25374dee – Simon Howard <fraggle@gmail.com> authored on 2012/02/03 16:46
Fix chat macros when vanilla_keyboard_mapping is turned off.

20f405ec – Simon Howard <fraggle@gmail.com> authored on 2012/02/03 16:38
Fix CP437-Unicode mapping of cedilla character.

85b5a748 – Simon Howard <fraggle@gmail.com> authored on 2012/02/03 16:10
Upgrade the input box and label widgets to use UTF-8 strings.

d745a640 – Simon Howard <fraggle@gmail.com> authored on 2012/02/03 16:09
Support Unicode input by mapping typed Unicode characters >= 128 up into

c818fb02 – Simon Howard <fraggle@gmail.com> authored on 2012/02/03 15:21
Split off UTF-8 code into separate file and add extra functions.

d4df22aa – Simon Howard <fraggle@gmail.com> authored on 2012/02/02 18:35
Beginnings of limited textscreen UTF-8 support.

d0c89e46 – Simon Howard <fraggle@gmail.com> authored on 2012/02/02 16:59
Re-resolve the address of the master server every eight hours, to adapt

1138de4f – Simon Howard <fraggle@gmail.com> authored on 2012/02/02 16:10
Fix scroll bar behavior (thanks Alexandre Xavier).

41c2cd24 – Simon Howard <fraggle@gmail.com> authored on 2012/02/02 15:34
Only use the SDL mouse lag workaround on Windows - not all systems allow

33120be8 – Simon Howard <fraggle@gmail.com> authored on 2012/01/04 21:33
Add hack command-line option for on-screen OPL status output - useful

01e91aab – Simon Howard <fraggle@gmail.com> authored on 2011/11/26 17:09
Fix weapon cycling keys when using IDKFA in Shareware Doom (thanks

14b47896 – Simon Howard <fraggle@gmail.com> authored on 2011/11/03 18:18
Remove use of $< in Makefiles, for compatibility with OpenBSD's make.

25252bf9 – Simon Howard <fraggle@gmail.com> authored on 2011/10/23 18:55
Fix chat macro defaults in setup tool.

cc87c97e – Simon Howard <fraggle@gmail.com> authored on 2011/10/23 15:53
Fix numeric keypad when entering values in text boxes (thanks Twelve).

8ee96dad – Simon Howard <fraggle@gmail.com> authored on 2011/10/23 15:42
Fix crash when closing a window.

cc7a4304 – Simon Howard <fraggle@gmail.com> authored on 2011/10/23 15:28
Don't save value when destructor is called.

dd52766c – Simon Howard <fraggle@gmail.com> authored on 2011/10/23 15:25
Rework textscreen focus handling so that input boxes will stop editing

71d316af – Simon Howard <fraggle@gmail.com> authored on 2011/10/22 14:24
Fix teleport behavior when emulating the alternate Final Doom

8f980fe2 – Simon Howard <fraggle@gmail.com> authored on 2011/10/16 12:59
Zero out bottom two bits of palette data, to more accurately emulate the

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.

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.

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

16dc726c – Simon Howard <fraggle@gmail.com> authored on 2011/06/16 19:14
Add AM_SILENT_RULES macro for terser build output.

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

b79f27ce – Simon Howard <fraggle@gmail.com> authored on 2011/03/30 15:16
Add a symlink hack to work around the fact that OS X doesn't like paths

72b17f7b – Simon Howard <fraggle@gmail.com> authored on 2011/03/30 15:00
On OS X, display a dialog box when exiting with I_Error, like on

0268c882 – Simon Howard <fraggle@gmail.com> authored on 2011/03/28 19:48
Remove the BUGS file as it doesn't really contain any useful

5a2bbe2e – Simon Howard <fraggle@gmail.com> authored on 2011/03/28 19:39
Add vim modeline for text wrapping to documentation text files.

15a1c492 – Simon Howard <fraggle@gmail.com> authored on 2011/03/28 19:33
Emulate bug with IDMUS cheat when emulating v1.9 (thanks Alexandre

a4ff8b18 – Simon Howard <fraggle@gmail.com> authored on 2011/03/28 17:36
Fix OPL MIDI playback when using an empty .mus / .mid file (thanks

d706f969 – Simon Howard <fraggle@gmail.com> authored on 2011/03/28 17:32
Allow .lmp files to be loaded (and demo files to be played back) that

6e099632 – Simon Howard <fraggle@gmail.com> authored on 2011/03/27 20:24
Fix weapon cycling from the shotgun to the chaingun in Doom 1 (thanks

Next