shithub: choc

RSS feed

847cd742 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:04
Fix broadcast transmits (-search works!)

22b08631 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 16:00
Add textscreen.h top level header to avoid having to include all txt_*

1531993b – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:54
Allow struts to force height as well as width. Hide "start game" button

936e7e11 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:31
Shut up compiler warnings.

3a5668ee – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 15:22
Add strut class to allow table column width to be forced.

e40b1402 – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 09:25
Warp mouse to screen center (possibly fix joe's mouse problem).

9fbd2eda – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 07:19
Fix E1-3 intermission screen animations.

25f8e6aa – Simon Howard <fraggle@gmail.com> authored on 2006/05/29 06:38
Add missing newline to message.

9d94e1bd – Simon Howard <fraggle@gmail.com> authored on 2006/05/28 20:17
Change the mouse acceleration behavior to accelerate by multiplying by a

4d7893a2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 15:15
Switch netgame waiting screen to use the new text mode GUI system.

2ceb004b – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 15:15
Add key description for spacebar.

4ec7c7b0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/26 11:37
Add an option to disable autoadjusting the video mode.

95b8e843 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 18:39
Put savegames in separate directories depending on the IWAD.

42ebb5be – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:27
Allow NULL to be added to tables to specify a spacer (empty cell).

76e77021 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:26
Allow the fg/bg colors to be set on labels.

2808929c – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 17:07
Allow the fg/bg colors to be set on labels.

7b54c078 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 16:40
Build textscreen/ before textscreen/examples/

8714b504 – Simon Howard <fraggle@gmail.com> authored on 2006/05/25 16:18
Add screenmultiply x4 mode.

bdd05b90 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 18:51
Remove debug hack used for testing startup delay.

1f101a63 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 17:35
Move textscreen GUI demos into an examples/ subdir.

b0319872 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 16:27
Add small calculator GUI demo.

f7bf1488 – Simon Howard <fraggle@gmail.com> authored on 2006/05/24 15:08
Only allow digits to be typed in number input boxes.

09baf6c4 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:56
Prevent crashes when loading savegames where mancubi were in the middle

6ea4e1e2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:52
Add input box widget, and include in guitest.

3fbef9d2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 18:51
Make TXT_GetChar return the unicode value of the key pressed. For text

240a1cfc – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 15:33
Add a default action to close windows when escape is pressed. Do not

59864df0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/23 07:46
Fix compiler warnings caused by missing includes.

a27b3c92 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:25
Add actions demonstration to guitest.

1de18c13 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:07
Add window action class for action area labels at the bottom of windows.

76666307 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:05
Eat keypresses when pressing buttons.

1d79686e – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 20:04
Add TXT_GetKeyDescription() to provide descriptions of key codes.

aafc3848 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 15:25
Updated GUI test which demonstrates signals used to update a label.

2ad24f98 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 15:23
Add TXT_SetLabel() function to set the label value.

a9410070 – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 14:51
Allow specifying the full path and filename when playing back demos.

7c18ad6c – Simon Howard <fraggle@gmail.com> authored on 2006/05/22 07:59
CAST -> TXT_CAST_ARG, UNCAST -> TXT_UNCAST_ARG.

11643c08 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:56
Add casting macros to allow for easy casts between types.

8d188ff3 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:26
More signals to detect when checkboxes/radiobuttons are changed.

283f71d0 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 20:20
Add a signals architecture to allow callbacks on GUI events.

d90a63ed – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 17:01
Reformat source files in Makefile.am.

992856ec – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 16:58
Add radio button class.

9908aee5 – Simon Howard <fraggle@gmail.com> authored on 2006/05/21 16:56
Initialise the table selection on table creation.

9ba105fa – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 20:07
Always select a valid widget in a table before drawing the table.

47287b65 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:37
Add missing free() call.

1df732ab – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:37
Updated guitest.

27307fa2 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:36
Add label class.

56912a4d – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 17:01
Make all windows be tables with one column.

8741ed03 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 16:49
Add table class. Allow widgets with heights of more than one line.

6ecffa76 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 13:37
Checkbox class

62b5f953 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:34
Add main loop function and forward key presses to widgets.

bb630087 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:24
Make Translatekey static.

e00c1abb – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 12:16
Split off keyboard key definitions to a separate file.

1ba69c88 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 11:45
Clip windows against the workspace boundaries.

f761f821 – Simon Howard <fraggle@gmail.com> authored on 2006/05/20 11:15
Add selectable and visible properties to widgets. Allow the position of

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

Next