shithub: choc

RSS feed

c63afd76 – Simon Howard <fraggle@gmail.com> authored on 2006/05/19 16:03
Initialise tracers to NULL on savegame load - fixes a problem with

a4ca7824 – Simon Howard <fraggle@gmail.com> authored on 2006/05/19 16:01
Add a config file setting to allow a delay to be specified on startup.

34482321 – Simon Howard <fraggle@gmail.com> authored on 2006/05/19 15:57
Split off text mode gui desktop code into a separate file. Rename some

aaf96ab5 – Simon Howard <fraggle@gmail.com> authored on 2006/05/18 15:48
Add TXT_SetDesktopTitle()

f6e8d4c4 – Simon Howard <fraggle@gmail.com> authored on 2006/05/18 14:55
Make TXT_AddWidget take a NULL pointer so different widget types can

978ddf53 – Simon Howard <fraggle@gmail.com> authored on 2006/05/18 14:48
Initial working text-mode GUI framework.

ff6493e0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/11 08:03
Allow port to be specified for client to connect to through -port or

7d37b373 – Simon Howard <fraggle@gmail.com> authored on 2006/05/08 17:54
Allow -3 scale.

4c28d8a8 – Simon Howard <fraggle@gmail.com> authored on 2006/05/06 15:22
Respect the use_mouse value in configuration files.

7cc98830 – Simon Howard <fraggle@gmail.com> authored on 2006/05/06 15:14
Add back -nomouse command line parameter.

319f427c – Simon Howard <fraggle@gmail.com> authored on 2006/05/05 15:49
Syncronise the -timer/-avg parameters across all clients to avoid desyncs.

cbd74428 – Simon Howard <fraggle@gmail.com> authored on 2006/05/03 15:23
Handle divide by zero in R_PointToDist: fixes crash in udm1.wad

a9684aec – Simon Howard <fraggle@gmail.com> authored on 2006/05/03 14:54
Allow .mid files in PWADs (via including a MID inside a music lump).

934c9c33 – Simon Howard <fraggle@gmail.com> authored on 2006/04/28 13:31
Fix sky behavior to be like Vanilla Doom, ie. Doom II skies never change

4a31ec8f – Simon Howard <fraggle@gmail.com> authored on 2006/04/28 13:20
Fix spacing of the devparm mode dots!

84468fd0 – Simon Howard <fraggle@gmail.com> authored on 2006/04/14 11:25
Add ability to play using the Vanilla player sync code

1be6c4c3 – Simon Howard <fraggle@gmail.com> authored on 2006/04/14 11:24
Fix netgame respawn bug on MAP02 (may be 64-bit related)

939cea04 – Simon Howard <fraggle@gmail.com> authored on 2006/04/08 22:54
Add change missed from last commit

eb937f4d – Simon Howard <fraggle@gmail.com> authored on 2006/04/08 22:50
Broadcast searches (currently broken)

6f76c8ee – Simon Howard <fraggle@gmail.com> authored on 2006/04/08 09:30
Forgot to add net_query.c to Makefile.am

197188e1 – Simon Howard <fraggle@gmail.com> authored on 2006/04/06 16:49
Debug code for tracking bandwidth usage

d5f0ddc2 – Simon Howard <fraggle@gmail.com> authored on 2006/04/06 16:48
Add the ability to query the current state of servers, and '-query'

7355700d – Simon Howard <fraggle@gmail.com> authored on 2006/04/06 15:44
Save demos when quitting normally - it is no longer neccessary to press

938dee14 – Simon Howard <fraggle@gmail.com> authored on 2006/04/06 15:31
Use BACKUPTICS everywhere. Remove NET_TICCMD_QUEUE_SIZE

2d45e6c0 – Simon Howard <fraggle@gmail.com> authored on 2006/04/06 13:53
Sanity check data received by the server. Send version string earlier

89332f29 – Simon Howard <fraggle@gmail.com> authored on 2006/04/01 15:16
Don't add modules to the server context until after they have been

465d7417 – Simon Howard <fraggle@gmail.com> authored on 2006/03/31 11:15
Remove reference to nonexistent i_main.h

a89c1f67 – Simon Howard <fraggle@gmail.com> authored on 2006/03/30 14:25
Increase the default heap size to 16MB, and add a -mb parameter to allow

75f72e91 – Simon Howard <fraggle@gmail.com> authored on 2006/03/30 14:16
When all players leave a server, start accepting new connections again.

db725c98 – Simon Howard <fraggle@gmail.com> authored on 2006/03/30 14:13
Add missing #include

08c59baa – Simon Howard <fraggle@gmail.com> authored on 2006/03/30 14:08
Split off timer code into separate i_timer.c file. Add d_dedicated.c

4c5d0e68 – Simon Howard <fraggle@gmail.com> authored on 2006/03/30 13:17
Dedicated server mode.

cd2a2a8d – Simon Howard <fraggle@gmail.com> authored on 2006/03/29 19:23
Remove hard-coded use of network modules from server code.

68ea842e – Simon Howard <fraggle@gmail.com> authored on 2006/03/29 13:22
Removing dummy file.

78cffe0f – Simon Howard <fraggle@gmail.com> authored on 2006/03/29 13:21
Dummy commit to test the new IRC monitoring bot

72b76019 – Simon Howard <fraggle@gmail.com> authored on 2006/03/29 10:59
Removing dummy.txt

e70da688 – Simon Howard <fraggle@gmail.com> authored on 2006/03/29 10:58
This is a message.

41bd3240 – Simon Howard <fraggle@gmail.com> authored on 2006/03/29 10:58
Dummy change

eefbf1c2 – Simon Howard <fraggle@gmail.com> authored on 2006/03/29 10:56
Dummy commit

66465732 – Simon Howard <fraggle@gmail.com> authored on 2006/03/27 18:24
Update NEWS file, incorporating changes from v0.1.4 as well.

1f2c4aa1 – Simon Howard <fraggle@gmail.com> authored on 2006/03/27 17:56
Fix divide by zero in 1427uv01.lmp caused by the use of int instead

2004f1db – Simon Howard <fraggle@gmail.com> authored on 2006/03/25 16:50
New feature to allow compiling without multiplayer support

5a0f3472 – Simon Howard <fraggle@gmail.com> authored on 2006/03/25 16:47
Improve Z_CheckHeap()

790909d2 – Simon Howard <fraggle@gmail.com> authored on 2006/03/25 15:08
Fix builds with FEATURE_DEHACKED disabled

71980977 – Simon Howard <fraggle@gmail.com> authored on 2006/03/25 13:28
Run the menu at the correct speed

b8e4404e – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 16:43
Adjust anti-CPU-hogging sleep times.

d04ad8b8 – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 16:20
Add "native allocator" message to distinguish from z_zone.c

9d32e513 – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 15:40
Call W_GenerateHashTable to generate the lumpname hashtable. Do

79bd9a77 – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 15:39
Ooops!

f6c1c476 – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 15:39
Generate a hash table for fast lump name lookups.

d5b2877a – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 14:59
Add a second implementation of the zone memory system which just uses

7305391e – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 14:55
Make memblock_t internal to z_zone.c. Adjust Z_ChangeTag #define to

f4b511d3 – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 12:35
Update TODO. Remove finished things (64-bit, netcode) and stuff which

5950a385 – Simon Howard <fraggle@gmail.com> authored on 2006/03/24 11:51
Use "sizeof(line_t *)" not "4". Fixes 64-bit builds.

9772afab – Simon Howard <fraggle@gmail.com> authored on 2006/03/23 13:29
Remove "default sfx volume" message: this is confusing now, and isn't

8c66bb9f – Simon Howard <fraggle@gmail.com> authored on 2006/03/23 13:25
Fix sound range

d54a1ab4 – Simon Howard <fraggle@gmail.com> authored on 2006/03/23 12:43
Separate variables for config file volume levels and sound API internal

e920b33f – Simon Howard <fraggle@gmail.com> authored on 2006/03/18 19:12
Smarter fullscreen setting adjustment

025459cc – Simon Howard <fraggle@gmail.com> authored on 2006/03/18 18:42
Auto adjust settings when running fullscreen so that we run in a

3d1cf028 – Simon Howard <fraggle@gmail.com> authored on 2006/03/18 18:24
Fix music startup/shutdown

00b50443 – Simon Howard <fraggle@gmail.com> authored on 2006/03/18 18:19
Catch failures to initialise SDL_mixer properly, and fail gracefully

f880f58d – Simon Howard <fraggle@gmail.com> authored on 2006/03/18 16:22
Add missing SDL.h include for i_main.c - fixes play under MacOS X!

e4170a75 – Simon Howard <fraggle@gmail.com> authored on 2006/03/17 13:36
Fix windres detection

9f1245d3 – Simon Howard <fraggle@gmail.com> authored on 2006/03/16 17:17
Better fix for the intermission screen crash. Don't call WI_End until

3b8e76e7 – Simon Howard <fraggle@gmail.com> authored on 2006/03/16 16:46
Fix crasher when starting new levels, because the intermissions code

f306694f – Simon Howard <fraggle@gmail.com> authored on 2006/03/15 13:53
fix DEH_UNSUPPORTED_MAPPING, add frame::codepointer as an unsupported