shithub: choc

RSS feed

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